summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | | | | | Since the sender's timezone is in a separate column, we can now display the message date in Django's timezone and in the sender's timezone. Future improvement : ask the user for his/her preferred timezone and store it in his/her profile. Then use that to display the dates, instead of Django's server-wide setting.
* 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-292-1/+251
|
* 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
|
* Add bzrignore fileAurélien Bompard2012-09-102-1/+1
|
* 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
|
* Disable mockupsAurélien Bompard2012-09-047-10/+30
|
* Improve navigation linksAurélien Bompard2012-09-033-6/+11
|
* Add the IArchiver implementationAurélien Bompard2012-09-031-0/+53
|
* Rename hash_id to message_id_hash to implement MM's IMessage interfaceAurélien Bompard2012-09-032-3/+6
|
* Normalize tabs to spacesAurélien Bompard2012-08-3010-155/+159
|
* Adapt to the new Storm-based KittyStoreAurélien Bompard2012-08-3011-63/+88
|
* Use message hash in URL instead of message IDAurélien Bompard2012-08-203-4/+4
|