summaryrefslogtreecommitdiffstats
path: root/hyperkitty/views
Commit message (Collapse)AuthorAgeFilesLines
...
* Don't reload the page when adding tags or liking stuffAurélien Bompard2012-12-102-27/+48
|
* Factorize the add_tag and like JS functionsAurélien Bompard2012-12-072-3/+5
|
* Get rid of redundant SQL queriesAurélien Bompard2012-11-251-4/+13
|
* Fix threads count on summary pageAurélien Bompard2012-11-171-8/+8
|
* Use Django's reverse() method for crafting URLsAurélien Bompard2012-11-151-2/+6
|
* Adapt to MySQL support splitting out the timezone offsetAurélien Bompard2012-11-141-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 KittyStoreAurélien Bompard2012-11-092-61/+34
|
* Fix some pylint-detected errorsAurélien Bompard2012-10-291-0/+1
|
* Pylint fixAurélien Bompard2012-10-291-1/+4
|
* Add a button back to the thread in the message viewAurélien Bompard2012-10-291-0/+3
|
* Add compatibility URLs for PipermailAurélien Bompard2012-10-221-0/+112
|
* Fix typoAurélien Bompard2012-10-171-1/+1
|
* Fix settings access from the templatesAurélien Bompard2012-10-174-0/+5
|
* Improve the 'add tag' formAurélien Bompard2012-10-111-2/+25
|
* Fix a few remaining bugsAurélien Bompard2012-10-101-1/+1
|
* Improve styling in headers and thread viewAurélien Bompard2012-10-103-2/+26
|
* Add thread navigation buttonsAurélien Bompard2012-10-091-10/+2
|
* Improve appearanceAurélien Bompard2012-10-052-11/+11
|
* Improve attachments displayAurélien Bompard2012-10-042-2/+3
|
* Add a view to download attachmentsAurélien Bompard2012-10-021-2/+26
|
* Begin attachment supportAurélien Bompard2012-09-261-0/+3
|
* Add 404 errors and improve error messagesAurélien Bompard2012-09-182-2/+6
|
* Use Python's standard logging systemAurélien Bompard2012-09-176-25/+109
|
* Improve the user voting display (only one SQL query)Aurélien Bompard2012-09-121-2/+24
|
* Use a middleware to avoid KS connection leaksAurélien Bompard2012-09-124-13/+11
|
* Implement the relative dates featuresAurélien Bompard2012-09-101-5/+14
|
* Move the store pool to HyperKittyAurélien Bompard2012-09-064-31/+34
|
* Adapt to KittyStore's API changeAurélien Bompard2012-09-052-10/+10
|
* Disable mockupsAurélien Bompard2012-09-045-9/+16
|
* Rename hash_id to message_id_hash to implement MM's IMessage interfaceAurélien Bompard2012-09-031-1/+4
|
* Normalize tabs to spacesAurélien Bompard2012-08-305-79/+79
|
* Adapt to the new Storm-based KittyStoreAurélien Bompard2012-08-304-44/+49
|
* Use message hash in URL instead of message IDAurélien Bompard2012-08-201-1/+1
|
* Adapt to the IMessageStore interfaceAurélien Bompard2012-08-171-1/+1
|
* Update KittyStore importsAurélien Bompard2012-08-143-8/+6
|
* Issue 12: Calculate thread level rating based on message level ratingAamir Khan2012-08-111-3/+44
|
* Code cleaning misleading variable name was usedAamir Khan2012-08-111-7/+6
|
* Issue 15: Add pagination next | prev in web interfaceAamir Khan2012-08-111-0/+9
|
* Fix : Error importing unit testsAamir Khan2012-08-101-5/+6
|
* Add Tag : display all messages with particular tagAamir Khan2012-08-101-3/+3
|
* Feature : Add tag to email threadsAamir Khan2012-08-101-3/+4
|
* Feature : Add tag to email threadsAamir Khan2012-08-101-0/+7
|
* Feature : Add tag to email threadsAamir Khan2012-08-102-27/+37
|
* Bug Fix caused by wrong application nameAamir Khan2012-07-256-15/+15
|
* Packaging hyperkittyAamir Khan2012-07-248-0/+724