Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Don't reload the page when adding tags or liking stuff | Aurélien Bompard | 2012-12-10 | 2 | -27/+48 | |
| | ||||||
* | Factorize the add_tag and like JS functions | Aurélien Bompard | 2012-12-07 | 2 | -3/+5 | |
| | ||||||
* | Get rid of redundant SQL queries | Aurélien Bompard | 2012-11-25 | 1 | -4/+13 | |
| | ||||||
* | Fix threads count on summary page | Aurélien Bompard | 2012-11-17 | 1 | -8/+8 | |
| | ||||||
* | Use Django's reverse() method for crafting URLs | Aurélien Bompard | 2012-11-15 | 1 | -2/+6 | |
| | ||||||
* | Adapt to MySQL support splitting out the timezone offset | Aurélien Bompard | 2012-11-14 | 1 | -1/+0 | |
| | | | | | | | | | 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 | 2 | -61/+34 | |
| | ||||||
* | Fix some pylint-detected errors | Aurélien Bompard | 2012-10-29 | 1 | -0/+1 | |
| | ||||||
* | Pylint fix | Aurélien Bompard | 2012-10-29 | 1 | -1/+4 | |
| | ||||||
* | Add a button back to the thread in the message view | Aurélien Bompard | 2012-10-29 | 1 | -0/+3 | |
| | ||||||
* | Add compatibility URLs for Pipermail | Aurélien Bompard | 2012-10-22 | 1 | -0/+112 | |
| | ||||||
* | Fix typo | Aurélien Bompard | 2012-10-17 | 1 | -1/+1 | |
| | ||||||
* | Fix settings access from the templates | Aurélien Bompard | 2012-10-17 | 4 | -0/+5 | |
| | ||||||
* | Improve the 'add tag' form | Aurélien Bompard | 2012-10-11 | 1 | -2/+25 | |
| | ||||||
* | Fix a few remaining bugs | Aurélien Bompard | 2012-10-10 | 1 | -1/+1 | |
| | ||||||
* | Improve styling in headers and thread view | Aurélien Bompard | 2012-10-10 | 3 | -2/+26 | |
| | ||||||
* | Add thread navigation buttons | Aurélien Bompard | 2012-10-09 | 1 | -10/+2 | |
| | ||||||
* | Improve appearance | Aurélien Bompard | 2012-10-05 | 2 | -11/+11 | |
| | ||||||
* | Improve attachments display | Aurélien Bompard | 2012-10-04 | 2 | -2/+3 | |
| | ||||||
* | Add a view to download attachments | Aurélien Bompard | 2012-10-02 | 1 | -2/+26 | |
| | ||||||
* | Begin attachment support | Aurélien Bompard | 2012-09-26 | 1 | -0/+3 | |
| | ||||||
* | Add 404 errors and improve error messages | Aurélien Bompard | 2012-09-18 | 2 | -2/+6 | |
| | ||||||
* | Use Python's standard logging system | Aurélien Bompard | 2012-09-17 | 6 | -25/+109 | |
| | ||||||
* | Improve the user voting display (only one SQL query) | Aurélien Bompard | 2012-09-12 | 1 | -2/+24 | |
| | ||||||
* | Use a middleware to avoid KS connection leaks | Aurélien Bompard | 2012-09-12 | 4 | -13/+11 | |
| | ||||||
* | Implement the relative dates features | Aurélien Bompard | 2012-09-10 | 1 | -5/+14 | |
| | ||||||
* | Move the store pool to HyperKitty | Aurélien Bompard | 2012-09-06 | 4 | -31/+34 | |
| | ||||||
* | Adapt to KittyStore's API change | Aurélien Bompard | 2012-09-05 | 2 | -10/+10 | |
| | ||||||
* | Disable mockups | Aurélien Bompard | 2012-09-04 | 5 | -9/+16 | |
| | ||||||
* | Rename hash_id to message_id_hash to implement MM's IMessage interface | Aurélien Bompard | 2012-09-03 | 1 | -1/+4 | |
| | ||||||
* | Normalize tabs to spaces | Aurélien Bompard | 2012-08-30 | 5 | -79/+79 | |
| | ||||||
* | Adapt to the new Storm-based KittyStore | Aurélien Bompard | 2012-08-30 | 4 | -44/+49 | |
| | ||||||
* | Use message hash in URL instead of message ID | Aurélien Bompard | 2012-08-20 | 1 | -1/+1 | |
| | ||||||
* | Adapt to the IMessageStore interface | Aurélien Bompard | 2012-08-17 | 1 | -1/+1 | |
| | ||||||
* | Update KittyStore imports | Aurélien Bompard | 2012-08-14 | 3 | -8/+6 | |
| | ||||||
* | Issue 12: Calculate thread level rating based on message level rating | Aamir Khan | 2012-08-11 | 1 | -3/+44 | |
| | ||||||
* | Code cleaning misleading variable name was used | Aamir Khan | 2012-08-11 | 1 | -7/+6 | |
| | ||||||
* | Issue 15: Add pagination next | prev in web interface | Aamir Khan | 2012-08-11 | 1 | -0/+9 | |
| | ||||||
* | Fix : Error importing unit tests | Aamir Khan | 2012-08-10 | 1 | -5/+6 | |
| | ||||||
* | Add Tag : display all messages with particular tag | Aamir Khan | 2012-08-10 | 1 | -3/+3 | |
| | ||||||
* | Feature : Add tag to email threads | Aamir Khan | 2012-08-10 | 1 | -3/+4 | |
| | ||||||
* | Feature : Add tag to email threads | Aamir Khan | 2012-08-10 | 1 | -0/+7 | |
| | ||||||
* | Feature : Add tag to email threads | Aamir Khan | 2012-08-10 | 2 | -27/+37 | |
| | ||||||
* | Bug Fix caused by wrong application name | Aamir Khan | 2012-07-25 | 6 | -15/+15 | |
| | ||||||
* | Packaging hyperkitty | Aamir Khan | 2012-07-24 | 8 | -0/+724 | |