summaryrefslogtreecommitdiffstats
path: root/hyperkitty/views/list.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use Python's standard logging systemAurélien Bompard2012-09-171-10/+25
* Use a middleware to avoid KS connection leaksAurélien Bompard2012-09-121-6/+5
* Move the store pool to HyperKittyAurélien Bompard2012-09-061-22/+23
* Adapt to KittyStore's API changeAurélien Bompard2012-09-051-7/+7
* Disable mockupsAurélien Bompard2012-09-041-5/+12
* Normalize tabs to spacesAurélien Bompard2012-08-301-10/+10
* Adapt to the new Storm-based KittyStoreAurélien Bompard2012-08-301-24/+27
* Update KittyStore importsAurélien Bompard2012-08-141-3/+2
* Issue 12: Calculate thread level rating based on message level ratingAamir Khan2012-08-111-3/+44
* Code cleaning misleading variable name was usedAamir Khan2012-08-111-7/+6
* Issue 15: Add pagination next | prev in web interfaceAamir Khan2012-08-111-0/+9
* Add Tag : display all messages with particular tagAamir Khan2012-08-101-3/+3
* Feature : Add tag to email threadsAamir Khan2012-08-101-3/+4
* Feature : Add tag to email threadsAamir Khan2012-08-101-9/+18
* Bug Fix caused by wrong application nameAamir Khan2012-07-251-3/+3
* Packaging hyperkittyAamir Khan2012-07-241-0/+291