summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates/thread_list.html
Commit message (Collapse)AuthorAgeFilesLines
* Add the category on the threads listAurélien Bompard2013-07-111-0/+1
|
* Use spaces instead of tabs in the templatesAurélien Bompard2013-06-121-31/+29
|
* 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-1/+1
| | | | | Required by Django >= 1.5 https://docs.djangoproject.com/en/1.5/releases/1.5/
* Use django-assets to compress static filesAurélien Bompard2013-02-231-1/+0
|
* The user profile page is now editable (#32)Aurélien Bompard2013-02-141-6/+0
|
* Add a "Create new thread" buttonAurélien Bompard2013-02-121-0/+9
|
* Fix votes, and a javascript error (#37)Aurélien Bompard2013-02-071-0/+17
|
* Fix the tags search view (#35)Aurélien Bompard2013-02-071-0/+55
And factor some views/templates while I'm at it. And remove unused/obsolete stuff in the same move.