summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates/threads/summary_thread_large.html
Commit message (Collapse)AuthorAgeFilesLines
* Show the unread icon in the overview pageAurélien Bompard2013-07-151-1/+1
|
* Improve display of the category on the threads listAurélien Bompard2013-07-111-15/+3
|
* Add the category on the threads listAurélien Bompard2013-07-111-0/+3
|
* Use spaces instead of tabs in the templatesAurélien Bompard2013-06-121-59/+57
|
* Rework the display of email datetimes using timezonesAurélien Bompard2013-05-271-1/+1
|
* Display a marker on unread threads in the month viewAurélien Bompard2013-05-231-4/+8
|
* Use the url tag from future for Django 1.5 compatAurélien Bompard2013-03-211-0/+1
|
* Switch to the new-style "url" tagAurélien Bompard2013-02-271-5/+5
| | | | | Required by Django >= 1.5 https://docs.djangoproject.com/en/1.5/releases/1.5/
* Minor CSS refactoringAurélien Bompard2013-02-131-5/+5
|
* Fix the tags displayAurélien Bompard2013-02-131-20/+12
|
* Fix the tags search view (#35)Aurélien Bompard2013-02-071-0/+67
And factor some views/templates while I'm at it. And remove unused/obsolete stuff in the same move.