summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates/messages/message.html
Commit message (Expand)AuthorAgeFilesLines
* Handle empty sender namesAurélien Bompard2014-01-061-2/+2
* Use the user_id as key to avoid exposing the email addressAurélien Bompard2013-08-021-5/+9
* Add User profilesAurélien Bompard2013-08-021-2/+7
* Add a page to reattach a broken threadAurélien Bompard2013-07-181-1/+4
* Use spaces instead of tabs in the templatesAurélien Bompard2013-06-121-61/+59
* Rework the display of email datetimes using timezonesAurélien Bompard2013-05-271-3/+4
* Display a marker on unread threads in the month viewAurélien Bompard2013-05-231-3/+3
* Track unread threadsAurélien Bompard2013-05-221-1/+5
* 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-3/+3
* Fix the tags search view (#35)Aurélien Bompard2013-02-071-4/+4
* Refactoring of HTML tags and CSS classesAurélien Bompard2013-02-061-45/+51
* Normalize some variable namesAurélien Bompard2013-02-051-5/+5
* Inline repliesAurélien Bompard2013-02-011-0/+1
* The 'Back to thread' button now scrolls to the message in the threadAurélien Bompard2012-12-191-1/+1
* Improve the quoting styleAurélien Bompard2012-12-131-1/+1
* Wrap email text at 90 cols if not already wrappedAurélien Bompard2012-12-101-1/+1
* Factor the like/dislike form in a separate fileAurélien Bompard2012-12-101-15/+3
* Activate voting (it's not a mockup anymore)Aurélien Bompard2012-12-101-2/+0
* Non-code changes (license texts, indentation, etc.)Aurélien Bompard2012-12-101-20/+20
* Don't reload the page when adding tags or liking stuffAurélien Bompard2012-12-101-3/+3
* Factorize the add_tag and like JS functionsAurélien Bompard2012-12-071-1/+5
* Use django-gravatar2, the other one is unmaintained and buggyAurélien Bompard2012-12-061-1/+1
* Snip quoted text in repliesAurélien Bompard2012-12-051-7/+2
* Fix a small gravatar bugAurélien Bompard2012-11-251-1/+1
* Escape some more email addressesAurélien Bompard2012-11-141-1/+1
* Adapt to MySQL support splitting out the timezone offsetAurélien Bompard2012-11-141-3/+4
* Remove mailto: links in the emails (converted by django)Aurélien Bompard2012-11-061-1/+2
* Do some CSS refactoringAurélien Bompard2012-10-301-7/+6
* Fix settings access from the templatesAurélien Bompard2012-10-171-2/+2
* Add an icon for the attachments list toggleAurélien Bompard2012-10-121-1/+1
* Improve styling in headers and thread viewAurélien Bompard2012-10-101-2/+2
* Improve stylingAurélien Bompard2012-10-101-2/+10
* Fix mockup testAurélien Bompard2012-10-091-4/+4
* Improve appearanceAurélien Bompard2012-10-051-12/+23
* Improve attachments displayAurélien Bompard2012-10-041-7/+25
* Begin attachment supportAurélien Bompard2012-09-261-0/+1
* Disable mockupsAurélien Bompard2012-09-041-1/+5
* Rename hash_id to message_id_hash to implement MM's IMessage interfaceAurélien Bompard2012-09-031-2/+2
* Adapt to the new Storm-based KittyStoreAurélien Bompard2012-08-301-2/+2
* Use message hash in URL instead of message IDAurélien Bompard2012-08-201-2/+2
* Issues #18: Fix broken links because URLs were hard codedAamir Khan2012-08-101-1/+1
* Packaging hyperkittyAamir Khan2012-07-241-0/+34