summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates/messages
Commit message (Collapse)AuthorAgeFilesLines
* Add a link to the public profile from thread listsAurélien Bompard2013-08-021-4/+11
|
* 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
|
* Add an attachment field to replies and new emailsAurélien Bompard2013-07-051-1/+1
|
* Use spaces instead of tabs in the templatesAurélien Bompard2013-06-124-136/+128
|
* Add searchAurélien Bompard2013-06-062-1/+38
|
* Rework the display of email datetimes using timezonesAurélien Bompard2013-05-271-3/+4
|
* Reorganize AJAX templatesAurélien Bompard2013-05-231-38/+0
|
* 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
| | | | And display markers on unread posts in the thread view.
* Dynamically insert replies in the threadAurélien Bompard2013-05-171-0/+38
| | | | Closes: #47
* Make it simple to create a new thread instead of replyingAurélien Bompard2013-05-021-2/+11
|
* Refactor voting JS for better separation of concernsAurélien Bompard2013-04-301-6/+6
|
* Revert "Add a warning when replying while not subscribed"Aurélien Bompard2013-04-241-2/+1
| | | | | This reverts commit 8b3f70bb164aec17b81b7dead02be6165ddfd274. It is not necessary anymore, since changeset f4cf3aa9.
* Add a warning when replying while not subscribedAurélien Bompard2013-04-221-1/+2
| | | | Ticket: #46
* Use the url tag from future for Django 1.5 compatAurélien Bompard2013-03-213-0/+5
|
* Switch to the new-style "url" tagAurélien Bompard2013-02-273-5/+5
| | | | | Required by Django >= 1.5 https://docs.djangoproject.com/en/1.5/releases/1.5/
* Allow cancelling a voteAurélien Bompard2013-02-131-5/+13
|
* Fix the tags search view (#35)Aurélien Bompard2013-02-072-5/+5
| | | | | And factor some views/templates while I'm at it. And remove unused/obsolete stuff in the same move.
* Add a tooltip when login is required (#36)Aurélien Bompard2013-02-072-3/+3
| | | | | | | | | This needs a rebuild of the jquery-ui package. It has been applied to: - inline replies - like/dislike links - favorites
* Add a link to quote the message being replied toAurélien Bompard2013-02-061-0/+1
|
* Refactoring of HTML tags and CSS classesAurélien Bompard2013-02-063-60/+55
|
* Normalize some variable namesAurélien Bompard2013-02-053-7/+7
|
* Merge branch 'posting'Aurélien Bompard2013-02-042-0/+15
|\
| * Inline repliesAurélien Bompard2013-02-012-0/+15
| |
* | Rethink urls to be more hierarchic and less RPCAurélien Bompard2013-02-041-2/+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
| | | | Refs: #24
* 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-102-15/+19
|
* 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-102-20/+22
|
* 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
| | | | | | | | | 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.
* 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
|