Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the user_id as key to avoid exposing the email address | Aurélien Bompard | 2013-08-02 | 1 | -5/+9 |
| | |||||
* | Add User profiles | Aurélien Bompard | 2013-08-02 | 1 | -2/+7 |
| | |||||
* | Add a page to reattach a broken thread | Aurélien Bompard | 2013-07-18 | 1 | -1/+4 |
| | |||||
* | Use spaces instead of tabs in the templates | Aurélien Bompard | 2013-06-12 | 1 | -61/+59 |
| | |||||
* | Rework the display of email datetimes using timezones | Aurélien Bompard | 2013-05-27 | 1 | -3/+4 |
| | |||||
* | Display a marker on unread threads in the month view | Aurélien Bompard | 2013-05-23 | 1 | -3/+3 |
| | |||||
* | Track unread threads | Aurélien Bompard | 2013-05-22 | 1 | -1/+5 |
| | | | | And display markers on unread posts in the thread view. | ||||
* | Use the url tag from future for Django 1.5 compat | Aurélien Bompard | 2013-03-21 | 1 | -0/+1 |
| | |||||
* | Switch to the new-style "url" tag | Aurélien Bompard | 2013-02-27 | 1 | -3/+3 |
| | | | | | Required by Django >= 1.5 https://docs.djangoproject.com/en/1.5/releases/1.5/ | ||||
* | Fix the tags search view (#35) | Aurélien Bompard | 2013-02-07 | 1 | -4/+4 |
| | | | | | And factor some views/templates while I'm at it. And remove unused/obsolete stuff in the same move. | ||||
* | Refactoring of HTML tags and CSS classes | Aurélien Bompard | 2013-02-06 | 1 | -45/+51 |
| | |||||
* | Normalize some variable names | Aurélien Bompard | 2013-02-05 | 1 | -5/+5 |
| | |||||
* | Inline replies | Aurélien Bompard | 2013-02-01 | 1 | -0/+1 |
| | |||||
* | The 'Back to thread' button now scrolls to the message in the thread | Aurélien Bompard | 2012-12-19 | 1 | -1/+1 |
| | |||||
* | Improve the quoting style | Aurélien Bompard | 2012-12-13 | 1 | -1/+1 |
| | | | | Refs: #24 | ||||
* | Wrap email text at 90 cols if not already wrapped | Aurélien Bompard | 2012-12-10 | 1 | -1/+1 |
| | |||||
* | Factor the like/dislike form in a separate file | Aurélien Bompard | 2012-12-10 | 1 | -15/+3 |
| | |||||
* | Activate voting (it's not a mockup anymore) | Aurélien Bompard | 2012-12-10 | 1 | -2/+0 |
| | |||||
* | Non-code changes (license texts, indentation, etc.) | Aurélien Bompard | 2012-12-10 | 1 | -20/+20 |
| | |||||
* | Don't reload the page when adding tags or liking stuff | Aurélien Bompard | 2012-12-10 | 1 | -3/+3 |
| | |||||
* | Factorize the add_tag and like JS functions | Aurélien Bompard | 2012-12-07 | 1 | -1/+5 |
| | |||||
* | Use django-gravatar2, the other one is unmaintained and buggy | Aurélien Bompard | 2012-12-06 | 1 | -1/+1 |
| | |||||
* | Snip quoted text in replies | Aurélien Bompard | 2012-12-05 | 1 | -7/+2 |
| | |||||
* | Fix a small gravatar bug | Aurélien Bompard | 2012-11-25 | 1 | -1/+1 |
| | |||||
* | Escape some more email addresses | Aurélien Bompard | 2012-11-14 | 1 | -1/+1 |
| | |||||
* | Adapt to MySQL support splitting out the timezone offset | Aurélien Bompard | 2012-11-14 | 1 | -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 Bompard | 2012-11-06 | 1 | -1/+2 |
| | |||||
* | Do some CSS refactoring | Aurélien Bompard | 2012-10-30 | 1 | -7/+6 |
| | |||||
* | Fix settings access from the templates | Aurélien Bompard | 2012-10-17 | 1 | -2/+2 |
| | |||||
* | Add an icon for the attachments list toggle | Aurélien Bompard | 2012-10-12 | 1 | -1/+1 |
| | |||||
* | Improve styling in headers and thread view | Aurélien Bompard | 2012-10-10 | 1 | -2/+2 |
| | |||||
* | Improve styling | Aurélien Bompard | 2012-10-10 | 1 | -2/+10 |
| | |||||
* | Fix mockup test | Aurélien Bompard | 2012-10-09 | 1 | -4/+4 |
| | |||||
* | Improve appearance | Aurélien Bompard | 2012-10-05 | 1 | -12/+23 |
| | |||||
* | Improve attachments display | Aurélien Bompard | 2012-10-04 | 1 | -7/+25 |
| | |||||
* | Begin attachment support | Aurélien Bompard | 2012-09-26 | 1 | -0/+1 |
| | |||||
* | Disable mockups | Aurélien Bompard | 2012-09-04 | 1 | -1/+5 |
| | |||||
* | Rename hash_id to message_id_hash to implement MM's IMessage interface | Aurélien Bompard | 2012-09-03 | 1 | -2/+2 |
| | |||||
* | Adapt to the new Storm-based KittyStore | Aurélien Bompard | 2012-08-30 | 1 | -2/+2 |
| | |||||
* | Use message hash in URL instead of message ID | Aurélien Bompard | 2012-08-20 | 1 | -2/+2 |
| | |||||
* | Issues #18: Fix broken links because URLs were hard coded | Aamir Khan | 2012-08-10 | 1 | -1/+1 |
| | |||||
* | Packaging hyperkitty | Aamir Khan | 2012-07-24 | 1 | -0/+34 |