summaryrefslogtreecommitdiffstats
path: root/hyperkitty
Commit message (Expand)AuthorAgeFilesLines
* Get rid of redundant SQL queriesAurélien Bompard2012-11-252-8/+17
* Make SQL debug output configurableAurélien Bompard2012-11-251-2/+4
* Fix a small gravatar bugAurélien Bompard2012-11-251-1/+1
* Take the graph title out of the graph itselfAurélien Bompard2012-11-252-6/+6
* Make graph height dynamicAurélien Bompard2012-11-251-1/+1
* Make a few post-QA fixesAurélien Bompard2012-11-221-0/+2
* Prepare for releaseAurélien Bompard2012-11-2134-12974/+0
* Fix threads count on summary pageAurélien Bompard2012-11-173-10/+11
* Add an accordion widget for the month listAurélien Bompard2012-11-155-0/+26
* Use Django's reverse() method for crafting URLsAurélien Bompard2012-11-152-4/+8
* Move JS libs in the libs subdirAurélien Bompard2012-11-157-8/+9
* Escape some more email addressesAurélien Bompard2012-11-143-3/+3
* Adapt to MySQL support splitting out the timezone offsetAurélien Bompard2012-11-144-10/+21
* Use the new thread object in KittyStoreAurélien Bompard2012-11-096-121/+104
* Make a proper 'back to thread' buttonAurélien Bompard2012-11-063-0/+287
* Remove mailto: links in the emails (converted by django)Aurélien Bompard2012-11-063-4/+8
* Fix the link alignment in collapsed messagesAurélien Bompard2012-11-061-1/+2
* Adapt archiver configuration to the new code in mailmanAurélien Bompard2012-11-061-2/+4
* Do some CSS refactoringAurélien Bompard2012-10-309-393/+359
* Fix some pylint-detected errorsAurélien Bompard2012-10-292-1/+2
* Escape @-signsAurélien Bompard2012-10-292-2/+9
* Pylint fixAurélien Bompard2012-10-291-1/+4
* Add a button back to the thread in the message viewAurélien Bompard2012-10-295-1/+14
* Add compatibility URLs for PipermailAurélien Bompard2012-10-224-5/+179
* Fix typoAurélien Bompard2012-10-171-1/+1
* Fix settings access from the templatesAurélien Bompard2012-10-179-7/+12
* Add an icon for the attachments list toggleAurélien Bompard2012-10-124-2/+15
* Fix some forgotten instances of likestatusAurélien Bompard2012-10-121-4/+4
* Improve the 'add tag' formAurélien Bompard2012-10-113-11/+33
* Fix a small bug when testing the displayed dateAurélien Bompard2012-10-101-1/+1
* Fix a few remaining bugsAurélien Bompard2012-10-102-1/+2
* Improve styling in headers and thread viewAurélien Bompard2012-10-1015-113/+206
* Improve stylingAurélien Bompard2012-10-105-31/+39
* Add overflow on message contentsAurélien Bompard2012-10-091-7/+8
* Add thread navigation buttonsAurélien Bompard2012-10-094-11/+64
* Fix mockup testAurélien Bompard2012-10-095-9/+9
* Improve appearanceAurélien Bompard2012-10-0512-55/+103
* Improve attachments displayAurélien Bompard2012-10-048-26/+46
* Fix archiver interfaceAurélien Bompard2012-10-031-2/+3
* Add a view to download attachmentsAurélien Bompard2012-10-023-4/+33
* Begin attachment supportAurélien Bompard2012-09-263-0/+13
* Add 404 errors and improve error messagesAurélien Bompard2012-09-184-16/+20
* Use Python's standard logging systemAurélien Bompard2012-09-1710-141/+147
* Initialize Django's config file in the archiverAurélien Bompard2012-09-171-6/+45
* Improve the user voting display (only one SQL query)Aurélien Bompard2012-09-123-30/+29
* Use a middleware to avoid KS connection leaksAurélien Bompard2012-09-128-18/+85
* Implement the relative dates featuresAurélien Bompard2012-09-103-8/+17
* Fix leftover hardcoded URLsAurélien Bompard2012-09-067-35/+39
* Move the store pool to HyperKittyAurélien Bompard2012-09-068-62/+48
* Adapt to KittyStore's API changeAurélien Bompard2012-09-057-11/+44