summaryrefslogtreecommitdiffstats
path: root/hyperkitty
Commit message (Expand)AuthorAgeFilesLines
...
* Put the graph generation code in the main JS fileAurélien Bompard2012-12-102-57/+70
* Wrap email text at 90 cols if not already wrappedAurélien Bompard2012-12-101-1/+1
* Factor the thread summaries form out in a separate fileAurélien Bompard2012-12-103-77/+47
* Factor the like/dislike form in a separate fileAurélien Bompard2012-12-105-37/+27
* Activate voting (it's not a mockup anymore)Aurélien Bompard2012-12-103-9/+0
* Non-code changes (license texts, indentation, etc.)Aurélien Bompard2012-12-1040-193/+386
* Don't reload the page when adding tags or liking stuffAurélien Bompard2012-12-1010-58/+85
* Factorize the add_tag and like JS functionsAurélien Bompard2012-12-078-138/+117
* Use django-gravatar2, the other one is unmaintained and buggyAurélien Bompard2012-12-065-5/+5
* Snip quoted text in repliesAurélien Bompard2012-12-056-10/+108
* Add spec file and fix unit testsAurélien Bompard2012-11-305-3/+62
* 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