summaryrefslogtreecommitdiffstats
path: root/hyperkitty/views/message.py
Commit message (Collapse)AuthorAgeFilesLines
* Cleanups in the lib/__init__.py fileAurélien Bompard2013-07-151-1/+3
|
* Show the unread icon in the overview pageAurélien Bompard2013-07-151-15/+1
|
* Add an attachment field to replies and new emailsAurélien Bompard2013-07-051-2/+4
|
* Fix unit tests for votingAurélien Bompard2013-06-061-4/+1
|
* Also get the last view time when displaying a single messageAurélien Bompard2013-05-271-1/+15
|
* CleanupsAurélien Bompard2013-05-241-2/+1
|
* Reorganize AJAX templatesAurélien Bompard2013-05-231-1/+1
|
* Cleanup unused importsAurélien Bompard2013-05-211-1/+0
|
* Dynamically insert replies in the threadAurélien Bompard2013-05-171-2/+14
| | | | Closes: #47
* Handle errors when Mailman's REST server is downAurélien Bompard2013-05-031-5/+14
|
* Make it simple to create a new thread instead of replyingAurélien Bompard2013-05-021-8/+11
|
* Subscribe the user when replying or postingAurélien Bompard2013-04-241-21/+3
|
* Allow cancelling a voteAurélien Bompard2013-02-131-25/+40
|
* Some cleanups, use Django shortcutsAurélien Bompard2013-02-131-19/+11
|
* Use context processors to export settingsAurélien Bompard2013-02-131-2/+0
|
* Add a "Create new thread" buttonAurélien Bompard2013-02-121-15/+60
|
* Fix votes, and a javascript error (#37)Aurélien Bompard2013-02-071-0/+1
|
* Fix the tags search view (#35)Aurélien Bompard2013-02-071-5/+1
| | | | | And factor some views/templates while I'm at it. And remove unused/obsolete stuff in the same move.
* Fix votes (#34)Aurélien Bompard2013-02-071-21/+2
| | | | | - make sure we always use the message_id_hash - factor some code
* Normalize some variable namesAurélien Bompard2013-02-051-13/+14
|
* Merge branch 'posting'Aurélien Bompard2013-02-041-1/+34
|\
| * Inline repliesAurélien Bompard2013-02-011-1/+34
| |
* | Rethink urls to be more hierarchic and less RPCAurélien Bompard2013-02-041-2/+1
|/
* Switch to a fluid layoutAurélien Bompard2013-01-231-1/+2
|
* 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