summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates
Commit message (Collapse)AuthorAgeFilesLines
...
* Move JS libs in the libs subdirAurélien Bompard2012-11-155-7/+8
|
* Escape some more email addressesAurélien Bompard2012-11-143-3/+3
|
* Adapt to MySQL support splitting out the timezone offsetAurélien Bompard2012-11-141-3/+4
| | | | | | | | | 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-093-59/+69
|
* Remove mailto: links in the emails (converted by django)Aurélien Bompard2012-11-062-3/+4
|
* Do some CSS refactoringAurélien Bompard2012-10-307-77/+55
|
* Escape @-signsAurélien Bompard2012-10-291-2/+2
|
* Add a button back to the thread in the message viewAurélien Bompard2012-10-291-0/+5
|
* Fix settings access from the templatesAurélien Bompard2012-10-175-7/+7
|
* Add an icon for the attachments list toggleAurélien Bompard2012-10-121-1/+1
|
* Fix some forgotten instances of likestatusAurélien Bompard2012-10-121-4/+4
|
* Improve the 'add tag' formAurélien Bompard2012-10-111-3/+2
|
* Fix a small bug when testing the displayed dateAurélien Bompard2012-10-101-1/+1
|
* Fix a few remaining bugsAurélien Bompard2012-10-101-0/+1
|
* Improve styling in headers and thread viewAurélien Bompard2012-10-108-56/+76
|
* Improve stylingAurélien Bompard2012-10-102-3/+11
|
* Add thread navigation buttonsAurélien Bompard2012-10-091-0/+8
|
* Fix mockup testAurélien Bompard2012-10-095-9/+9
|
* Improve appearanceAurélien Bompard2012-10-055-26/+47
|
* Improve attachments displayAurélien Bompard2012-10-043-19/+30
|
* Add a view to download attachmentsAurélien Bompard2012-10-021-1/+3
|
* Begin attachment supportAurélien Bompard2012-09-262-0/+10
|
* Add 404 errors and improve error messagesAurélien Bompard2012-09-182-14/+14
|
* Improve the user voting display (only one SQL query)Aurélien Bompard2012-09-121-8/+5
|
* Implement the relative dates featuresAurélien Bompard2012-09-102-3/+3
|
* Fix leftover hardcoded URLsAurélien Bompard2012-09-066-32/+36
|
* Adapt to KittyStore's API changeAurélien Bompard2012-09-053-0/+8
|
* Disable mockupsAurélien Bompard2012-09-042-1/+14
|
* Improve navigation linksAurélien Bompard2012-09-031-1/+5
|
* Rename hash_id to message_id_hash to implement MM's IMessage interfaceAurélien Bompard2012-09-031-2/+2
|
* Normalize tabs to spacesAurélien Bompard2012-08-301-2/+2
|
* Adapt to the new Storm-based KittyStoreAurélien Bompard2012-08-303-8/+8
|
* Use message hash in URL instead of message IDAurélien Bompard2012-08-201-2/+2
|
* Issue 12: Calculate thread level rating based on message level ratingAamir Khan2012-08-111-7/+1
|
* Remove show discussion reduntant optionAamir Khan2012-08-112-18/+0
|
* Issue 15: Add pagination next | prev in web interfaceAamir Khan2012-08-112-1/+31
|
* Add Tag : Reload page after tag is addedAamir Khan2012-08-101-1/+2
|
* Feature : Add tag to email threadsAamir Khan2012-08-102-3/+3
|
* Feature : Add tag to email threadsAamir Khan2012-08-103-3/+3
|
* Feature : Add tag to email threadsAamir Khan2012-08-103-3/+21
|
* Issues #18: Fix broken links because URLs were hard codedAamir Khan2012-08-101-1/+1
|
* Issues #18: Fix broken links because URLs were hard codedAamir Khan2012-08-102-5/+5
|
* Issues #18: Fix broken links because URLs were hard codedAamir Khan2012-08-102-5/+3
|
* Issues #18: Fix broken links because URLs were hard codedAamir Khan2012-08-091-1/+1
|
* Issues #18: Fix broken links because URLs were hard codedAamir Khan2012-08-091-1/+1
|
* Hard coded URLs fix on index pageAamir Khan2012-07-251-2/+2
|
* Packaging hyperkittyAamir Khan2012-07-2417-0/+1089