summaryrefslogtreecommitdiffstats
path: root/hyperkitty/views/thread.py
Commit message (Collapse)AuthorAgeFilesLines
* Add the category on the threads listAurélien Bompard2013-07-111-1/+5
|
* Factorize the category widget codeAurélien Bompard2013-07-111-27/+2
|
* Manage thread categories in the databaseAurélien Bompard2013-07-111-10/+21
|
* Add categories to threadsAurélien Bompard2013-07-101-1/+45
|
* Add an autocomplete widget on the add_tag boxAurélien Bompard2013-06-191-0/+12
|
* A user can remove the tags he addedAurélien Bompard2013-06-131-16/+28
|
* Add searchAurélien Bompard2013-06-061-3/+1
|
* Add a navigation bar to skip through unread messagesAurélien Bompard2013-06-031-0/+10
|
* Rework the display of email datetimes using timezonesAurélien Bompard2013-05-271-1/+2
|
* Add a unit test for unread postsAurélien Bompard2013-05-241-4/+3
|
* CleanupsAurélien Bompard2013-05-241-2/+2
|
* Reorganize AJAX templatesAurélien Bompard2013-05-231-1/+1
|
* Track unread threadsAurélien Bompard2013-05-221-1/+19
| | | | And display markers on unread posts in the thread view.
* Cleanup unused importsAurélien Bompard2013-05-211-1/+0
|
* Load replies in chunks to avoid overloading the browserAurélien Bompard2013-05-171-20/+25
|
* Speed up page loading on long threadsAurélien Bompard2013-05-141-12/+65
| | | | | | | | Speed up page loading on threads with many replies by loading the replies asynchronously. Preserve search engine indexation by detecting bots and serving the usual page in one go.
* Fix the tags displayAurélien Bompard2013-02-131-1/+1
|
* Allow cancelling a voteAurélien Bompard2013-02-131-11/+6
|
* Some cleanups, use Django shortcutsAurélien Bompard2013-02-131-15/+9
|
* Use context processors to export settingsAurélien Bompard2013-02-131-1/+0
|
* Add a "Create new thread" buttonAurélien Bompard2013-02-121-6/+4
|
* Fix the tags search view (#35)Aurélien Bompard2013-02-071-3/+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/+3
| | | | | - make sure we always use the message_id_hash - factor some code
* Inline repliesAurélien Bompard2013-02-011-0/+1
|
* fix the favorites systemAurélien Bompard2013-01-281-6/+49
|
* Fix accordion widget and add_tag buttonAurélien Bompard2013-01-251-2/+2
|
* Move the thread sorting code to kittystoreAurélien Bompard2013-01-091-3/+3
|
* Sort replies by thread, with indentationAurélien Bompard2012-12-141-19/+28
|
* 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-19/+27
|
* Factorize the add_tag and like JS functionsAurélien Bompard2012-12-071-1/+3
|
* Use the new thread object in KittyStoreAurélien Bompard2012-11-091-14/+14
|
* Fix settings access from the templatesAurélien Bompard2012-10-171-0/+1
|
* Fix a few remaining bugsAurélien Bompard2012-10-101-1/+1
|
* Improve styling in headers and thread viewAurélien Bompard2012-10-101-0/+8
|
* Add thread navigation buttonsAurélien Bompard2012-10-091-10/+2
|
* Improve appearanceAurélien Bompard2012-10-051-7/+7
|
* Add 404 errors and improve error messagesAurélien Bompard2012-09-181-1/+3
|
* Use Python's standard logging systemAurélien Bompard2012-09-171-2/+19
|
* Use a middleware to avoid KS connection leaksAurélien Bompard2012-09-121-3/+2
|
* Implement the relative dates featuresAurélien Bompard2012-09-101-5/+14
|
* Move the store pool to HyperKittyAurélien Bompard2012-09-061-4/+5
|
* Adapt to KittyStore's API changeAurélien Bompard2012-09-051-3/+3
|
* Disable mockupsAurélien Bompard2012-09-041-1/+1
|
* Normalize tabs to spacesAurélien Bompard2012-08-301-28/+28
|
* Adapt to the new Storm-based KittyStoreAurélien Bompard2012-08-301-7/+6
|
* Update KittyStore importsAurélien Bompard2012-08-141-2/+2
|
* Feature : Add tag to email threadsAamir Khan2012-08-101-0/+7
|
* Feature : Add tag to email threadsAamir Khan2012-08-101-18/+19
|
* Bug Fix caused by wrong application nameAamir Khan2012-07-251-3/+3
|