Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add an accordion widget for the month list | Aurélien Bompard | 2012-11-15 | 5 | -0/+26 | |
| | ||||||
* | Use Django's reverse() method for crafting URLs | Aurélien Bompard | 2012-11-15 | 2 | -4/+8 | |
| | ||||||
* | Move JS libs in the libs subdir | Aurélien Bompard | 2012-11-15 | 7 | -8/+9 | |
| | ||||||
* | Escape some more email addresses | Aurélien Bompard | 2012-11-14 | 3 | -3/+3 | |
| | ||||||
* | Adapt to MySQL support splitting out the timezone offset | Aurélien Bompard | 2012-11-14 | 4 | -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 KittyStore | Aurélien Bompard | 2012-11-09 | 6 | -121/+104 | |
| | ||||||
* | Make a proper 'back to thread' button | Aurélien Bompard | 2012-11-06 | 3 | -0/+287 | |
| | ||||||
* | Remove mailto: links in the emails (converted by django) | Aurélien Bompard | 2012-11-06 | 3 | -4/+8 | |
| | ||||||
* | Fix the link alignment in collapsed messages | Aurélien Bompard | 2012-11-06 | 1 | -1/+2 | |
| | ||||||
* | Adapt archiver configuration to the new code in mailman | Aurélien Bompard | 2012-11-06 | 1 | -2/+4 | |
| | ||||||
* | Do some CSS refactoring | Aurélien Bompard | 2012-10-30 | 9 | -393/+359 | |
| | ||||||
* | Fix some pylint-detected errors | Aurélien Bompard | 2012-10-29 | 2 | -1/+2 | |
| | ||||||
* | Escape @-signs | Aurélien Bompard | 2012-10-29 | 2 | -2/+9 | |
| | ||||||
* | Pylint fix | Aurélien Bompard | 2012-10-29 | 2 | -1/+251 | |
| | ||||||
* | Add a button back to the thread in the message view | Aurélien Bompard | 2012-10-29 | 5 | -1/+14 | |
| | ||||||
* | Add compatibility URLs for Pipermail | Aurélien Bompard | 2012-10-22 | 4 | -5/+179 | |
| | ||||||
* | Fix typo | Aurélien Bompard | 2012-10-17 | 1 | -1/+1 | |
| | ||||||
* | Fix settings access from the templates | Aurélien Bompard | 2012-10-17 | 9 | -7/+12 | |
| | ||||||
* | Add an icon for the attachments list toggle | Aurélien Bompard | 2012-10-12 | 4 | -2/+15 | |
| | ||||||
* | Fix some forgotten instances of likestatus | Aurélien Bompard | 2012-10-12 | 1 | -4/+4 | |
| | ||||||
* | Improve the 'add tag' form | Aurélien Bompard | 2012-10-11 | 3 | -11/+33 | |
| | ||||||
* | Fix a small bug when testing the displayed date | Aurélien Bompard | 2012-10-10 | 1 | -1/+1 | |
| | ||||||
* | Fix a few remaining bugs | Aurélien Bompard | 2012-10-10 | 2 | -1/+2 | |
| | ||||||
* | Improve styling in headers and thread view | Aurélien Bompard | 2012-10-10 | 15 | -113/+206 | |
| | ||||||
* | Improve styling | Aurélien Bompard | 2012-10-10 | 5 | -31/+39 | |
| | ||||||
* | Add overflow on message contents | Aurélien Bompard | 2012-10-09 | 1 | -7/+8 | |
| | ||||||
* | Add thread navigation buttons | Aurélien Bompard | 2012-10-09 | 4 | -11/+64 | |
| | ||||||
* | Fix mockup test | Aurélien Bompard | 2012-10-09 | 5 | -9/+9 | |
| | ||||||
* | Improve appearance | Aurélien Bompard | 2012-10-05 | 12 | -55/+103 | |
| | ||||||
* | Improve attachments display | Aurélien Bompard | 2012-10-04 | 8 | -26/+46 | |
| | ||||||
* | Fix archiver interface | Aurélien Bompard | 2012-10-03 | 1 | -2/+3 | |
| | ||||||
* | Add a view to download attachments | Aurélien Bompard | 2012-10-02 | 3 | -4/+33 | |
| | ||||||
* | Begin attachment support | Aurélien Bompard | 2012-09-26 | 3 | -0/+13 | |
| | ||||||
* | Add 404 errors and improve error messages | Aurélien Bompard | 2012-09-18 | 4 | -16/+20 | |
| | ||||||
* | Use Python's standard logging system | Aurélien Bompard | 2012-09-17 | 10 | -141/+147 | |
| | ||||||
* | Initialize Django's config file in the archiver | Aurélien Bompard | 2012-09-17 | 1 | -6/+45 | |
| | ||||||
* | Improve the user voting display (only one SQL query) | Aurélien Bompard | 2012-09-12 | 3 | -30/+29 | |
| | ||||||
* | Use a middleware to avoid KS connection leaks | Aurélien Bompard | 2012-09-12 | 8 | -18/+85 | |
| | ||||||
* | Add bzrignore file | Aurélien Bompard | 2012-09-10 | 2 | -1/+1 | |
| | ||||||
* | Implement the relative dates features | Aurélien Bompard | 2012-09-10 | 3 | -8/+17 | |
| | ||||||
* | Fix leftover hardcoded URLs | Aurélien Bompard | 2012-09-06 | 7 | -35/+39 | |
| | ||||||
* | Move the store pool to HyperKitty | Aurélien Bompard | 2012-09-06 | 8 | -62/+48 | |
| | ||||||
* | Adapt to KittyStore's API change | Aurélien Bompard | 2012-09-05 | 7 | -11/+44 | |
| | ||||||
* | Disable mockups | Aurélien Bompard | 2012-09-04 | 7 | -10/+30 | |
| | ||||||
* | Improve navigation links | Aurélien Bompard | 2012-09-03 | 3 | -6/+11 | |
| | ||||||
* | Add the IArchiver implementation | Aurélien Bompard | 2012-09-03 | 1 | -0/+53 | |
| | ||||||
* | Rename hash_id to message_id_hash to implement MM's IMessage interface | Aurélien Bompard | 2012-09-03 | 2 | -3/+6 | |
| | ||||||
* | Normalize tabs to spaces | Aurélien Bompard | 2012-08-30 | 10 | -155/+159 | |
| | ||||||
* | Adapt to the new Storm-based KittyStore | Aurélien Bompard | 2012-08-30 | 11 | -63/+88 | |
| | ||||||
* | Use message hash in URL instead of message ID | Aurélien Bompard | 2012-08-20 | 3 | -4/+4 | |
| |