summaryrefslogtreecommitdiffstats
path: root/hyperkitty/views/list.py
Commit message (Expand)AuthorAgeFilesLines
* 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