summaryrefslogtreecommitdiffstats
path: root/hyperkitty/views/message.py
Commit message (Collapse)AuthorAgeFilesLines
* Non-code changes (license texts, indentation, etc.)Aurélien Bompard2012-12-101-0/+3
|
* Don't reload the page when adding tags or liking stuffAurélien Bompard2012-12-101-8/+21
|
* Factorize the add_tag and like JS functionsAurélien Bompard2012-12-071-2/+2
|
* Fix some pylint-detected errorsAurélien Bompard2012-10-291-0/+1
|
* Add a button back to the thread in the message viewAurélien Bompard2012-10-291-0/+3
|
* Fix typoAurélien Bompard2012-10-171-1/+1
|
* Fix settings access from the templatesAurélien Bompard2012-10-171-0/+1
|
* Improve styling in headers and thread viewAurélien Bompard2012-10-101-0/+7
|
* Improve attachments displayAurélien Bompard2012-10-041-2/+0
|
* Add a view to download attachmentsAurélien Bompard2012-10-021-2/+26
|
* Begin attachment supportAurélien Bompard2012-09-261-0/+3
|
* Add 404 errors and improve error messagesAurélien Bompard2012-09-181-1/+3
|
* Use Python's standard logging systemAurélien Bompard2012-09-171-3/+20
|
* Use a middleware to avoid KS connection leaksAurélien Bompard2012-09-121-2/+2
|
* Move the store pool to HyperKittyAurélien Bompard2012-09-061-3/+3
|
* Disable mockupsAurélien Bompard2012-09-041-1/+1
|
* Rename hash_id to message_id_hash to implement MM's IMessage interfaceAurélien Bompard2012-09-031-1/+4
|
* Normalize tabs to spacesAurélien Bompard2012-08-301-14/+14
|
* Adapt to the new Storm-based KittyStoreAurélien Bompard2012-08-301-12/+11
|
* Use message hash in URL instead of message IDAurélien Bompard2012-08-201-1/+1
|
* Adapt to the IMessageStore interfaceAurélien Bompard2012-08-171-1/+1
|
* Update KittyStore importsAurélien Bompard2012-08-141-3/+2
|
* Bug Fix caused by wrong application nameAamir Khan2012-07-251-3/+3
|
* Packaging hyperkittyAamir Khan2012-07-241-0/+82