summaryrefslogtreecommitdiffstats
path: root/hyperkitty/views/list.py
Commit message (Expand)AuthorAgeFilesLines
* Add likes and dislikes to the REST APIAurélien Bompard2013-08-151-1/+1
* Make real breadcrumbs in the top barAurélien Bompard2013-07-151-0/+1
* Cleanups in the lib/__init__.py fileAurélien Bompard2013-07-151-3/+4
* Show the unread icon in the overview pageAurélien Bompard2013-07-151-15/+5
* Django does not like defaultdictsAurélien Bompard2013-07-121-2/+4
* Display the number of participants and discussions on the overview pageAurélien Bompard2013-07-121-11/+15
* Documentation and a small fixAurélien Bompard2013-07-121-1/+1
* rename recent_activities to overviewAurélien Bompard2013-07-121-1/+1
* Revive the 'discussions by category' widget on the overview pageAurélien Bompard2013-07-121-8/+13
* Don't display threads without votes in the popular threadsAurélien Bompard2013-07-121-1/+2
* Add the category on the threads listAurélien Bompard2013-07-111-1/+5
* Factor thread votes computationAurélien Bompard2013-06-201-32/+11
* Add Top Posters and Popular Threads widgets to the overviewAurélien Bompard2013-06-181-4/+21
* Greatly improve the pagerAurélien Bompard2013-06-061-14/+2
* Improve paginationAurélien Bompard2013-06-061-0/+1
* Add searchAurélien Bompard2013-06-061-30/+1
* Protect agains orphan tagsAurélien Bompard2013-05-281-1/+3
* Simple unknown ML protectionAurélien Bompard2013-05-271-0/+2
* Rework the display of email datetimes using timezonesAurélien Bompard2013-05-271-2/+4
* CleanupsAurélien Bompard2013-05-241-42/+0
* Display a marker on unread threads in the month viewAurélien Bompard2013-05-231-1/+15
* Standardize flash messages a bitAurélien Bompard2013-05-031-6/+3
* Raise 404 on non-existant listsAurélien Bompard2013-04-291-0/+3
* Change Activity Graph from Protovis to d3 (#43)Aslak Knutsen2013-03-051-2/+5
* The user profile page is now editable (#32)Aurélien Bompard2013-02-141-2/+4
* Fix links in activity graph (#42)Aurélien Bompard2013-02-131-4/+17
* Fix the tags displayAurélien Bompard2013-02-131-0/+7
* Allow cancelling a voteAurélien Bompard2013-02-131-2/+6
* Some cleanups, use Django shortcutsAurélien Bompard2013-02-131-27/+10
* Use context processors to export settingsAurélien Bompard2013-02-131-2/+0
* Add a "Create new thread" buttonAurélien Bompard2013-02-121-0/+9
* Fix the tags search view (#35)Aurélien Bompard2013-02-071-106/+45
* Fix votes (#34)Aurélien Bompard2013-02-071-21/+6
* Use the email count in activity, not the thread countAurélien Bompard2013-02-061-19/+12
* Rethink urls to be more hierarchic and less RPCAurélien Bompard2013-02-041-1/+3
* fix the favorites systemAurélien Bompard2013-01-281-2/+15
* Make the page title dynamicAurélien Bompard2013-01-041-1/+1
* Fix the archives view for decemberAurélien Bompard2012-12-131-36/+15
* Factor the thread summaries form out in a separate fileAurélien Bompard2012-12-101-7/+7
* Non-code changes (license texts, indentation, etc.)Aurélien Bompard2012-12-101-0/+3
* Get rid of redundant SQL queriesAurélien Bompard2012-11-251-4/+13
* Fix threads count on summary pageAurélien Bompard2012-11-171-8/+8
* Use Django's reverse() method for crafting URLsAurélien Bompard2012-11-151-2/+6
* Adapt to MySQL support splitting out the timezone offsetAurélien Bompard2012-11-141-1/+0
* Use the new thread object in KittyStoreAurélien Bompard2012-11-091-47/+20
* Pylint fixAurélien Bompard2012-10-291-1/+4
* Fix settings access from the templatesAurélien Bompard2012-10-171-0/+2
* Improve styling in headers and thread viewAurélien Bompard2012-10-101-2/+11
* Improve appearanceAurélien Bompard2012-10-051-4/+4
* Improve attachments displayAurélien Bompard2012-10-041-0/+3