summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates
Commit message (Expand)AuthorAgeFilesLines
* Minor cosmetics in the navbar, month page title, and user profileAurélien Bompard2013-02-013-11/+14
* Small fixes on the user profile pageAurélien Bompard2013-01-281-4/+6
* fix the favorites systemAurélien Bompard2013-01-284-52/+64
* Style changesAurélien Bompard2013-01-257-26/+24
* Fixes on the login formAurélien Bompard2013-01-251-4/+5
* Switch to a fluid layoutAurélien Bompard2013-01-239-221/+282
* Small overhaul of the list of listsAurélien Bompard2013-01-231-15/+16
* Get rid of the stats.css fileAurélien Bompard2013-01-231-3/+3
* Update jQuery and BootstrapAurélien Bompard2013-01-141-4/+5
* Make the page title dynamicAurélien Bompard2013-01-0410-1/+52
* The 'Back to thread' button now scrolls to the message in the threadAurélien Bompard2012-12-192-2/+2
* Integrate the new logoAurélien Bompard2012-12-192-0/+4
* Only hide the quote if it is more than 3 lines longAurélien Bompard2012-12-171-1/+7
* Sort replies by thread, with indentationAurélien Bompard2012-12-141-1/+12
* Fix quoting in the message viewAurélien Bompard2012-12-131-4/+2
* Improve the quoting styleAurélien Bompard2012-12-133-4/+4
* Wrap email text in the other templates tooAurélien Bompard2012-12-122-2/+6
* Prepare a fix for #25Aurélien Bompard2012-12-122-5/+5
* Fix votes on the profile pageAurélien Bompard2012-12-111-2/+6
* According to the documentation this specify the redirect url to browseridPierre-Yves Chibon2012-12-111-1/+1
* Put the graph generation code in the main JS fileAurélien Bompard2012-12-101-57/+7
* Wrap email text at 90 cols if not already wrappedAurélien Bompard2012-12-101-1/+1
* Factor the thread summaries form out in a separate fileAurélien Bompard2012-12-102-70/+40
* Factor the like/dislike form in a separate fileAurélien Bompard2012-12-104-37/+21
* Activate voting (it's not a mockup anymore)Aurélien Bompard2012-12-103-9/+0
* Non-code changes (license texts, indentation, etc.)Aurélien Bompard2012-12-1019-183/+213
* Don't reload the page when adding tags or liking stuffAurélien Bompard2012-12-105-17/+25
* Factorize the add_tag and like JS functionsAurélien Bompard2012-12-075-135/+8
* Use django-gravatar2, the other one is unmaintained and buggyAurélien Bompard2012-12-065-5/+5
* Snip quoted text in repliesAurélien Bompard2012-12-052-10/+5
* Get rid of redundant SQL queriesAurélien Bompard2012-11-251-4/+4
* Fix a small gravatar bugAurélien Bompard2012-11-251-1/+1
* Take the graph title out of the graph itselfAurélien Bompard2012-11-251-6/+1
* Make graph height dynamicAurélien Bompard2012-11-251-1/+1
* Make a few post-QA fixesAurélien Bompard2012-11-221-0/+2
* Fix threads count on summary pageAurélien Bompard2012-11-172-2/+3
* Add an accordion widget for the month listAurélien Bompard2012-11-152-0/+9
* 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
* 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