Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve appearance of the rattach thread page | Aurélien Bompard | 2013-07-22 | 1 | -6/+8 |
| | |||||
* | Add a page to reattach a broken thread | Aurélien Bompard | 2013-07-18 | 1 | -0/+6 |
| | |||||
* | Show the unread icon in the overview page | Aurélien Bompard | 2013-07-15 | 2 | -2/+6 |
| | |||||
* | Revive the 'discussions by category' widget on the overview page | Aurélien Bompard | 2013-07-12 | 1 | -12/+5 |
| | |||||
* | Only allow category edition when logged-in | Aurélien Bompard | 2013-07-11 | 1 | -2/+8 |
| | |||||
* | Improve display of the category on the threads list | Aurélien Bompard | 2013-07-11 | 2 | -16/+4 |
| | |||||
* | Add the category on the threads list | Aurélien Bompard | 2013-07-11 | 2 | -0/+4 |
| | |||||
* | Manage thread categories in the database | Aurélien Bompard | 2013-07-11 | 2 | -5/+3 |
| | |||||
* | Add categories to threads | Aurélien Bompard | 2013-07-10 | 2 | -0/+17 |
| | |||||
* | Factor thread votes computation | Aurélien Bompard | 2013-06-20 | 1 | -5/+1 |
| | |||||
* | Add an autocomplete widget on the add_tag box | Aurélien Bompard | 2013-06-19 | 1 | -1/+3 |
| | |||||
* | A user can remove the tags he added | Aurélien Bompard | 2013-06-13 | 2 | -2/+11 |
| | |||||
* | Use spaces instead of tabs in the templates | Aurélien Bompard | 2013-06-12 | 5 | -183/+173 |
| | |||||
* | Add a tooltip for the navigation hotkeys | Aurélien Bompard | 2013-06-03 | 1 | -2/+2 |
| | |||||
* | Add a navigation bar to skip through unread messages | Aurélien Bompard | 2013-06-03 | 1 | -1/+17 |
| | |||||
* | Rework the display of email datetimes using timezones | Aurélien Bompard | 2013-05-27 | 1 | -1/+1 |
| | |||||
* | Reorganize AJAX templates | Aurélien Bompard | 2013-05-23 | 1 | -11/+0 |
| | |||||
* | Display a marker on unread threads in the month view | Aurélien Bompard | 2013-05-23 | 1 | -4/+8 |
| | |||||
* | Load replies in chunks to avoid overloading the browser | Aurélien Bompard | 2013-05-17 | 2 | -20/+9 |
| | |||||
* | Speed up page loading on long threads | Aurélien Bompard | 2013-05-14 | 3 | -9/+31 |
| | | | | | | | | Speed up page loading on threads with many replies by loading the replies asynchronously. Preserve search engine indexation by detecting bots and serving the usual page in one go. | ||||
* | Use the url tag from future for Django 1.5 compat | Aurélien Bompard | 2013-03-21 | 5 | -0/+6 |
| | |||||
* | Switch to the new-style "url" tag | Aurélien Bompard | 2013-02-27 | 5 | -12/+12 |
| | | | | | Required by Django >= 1.5 https://docs.djangoproject.com/en/1.5/releases/1.5/ | ||||
* | Minor CSS refactoring | Aurélien Bompard | 2013-02-13 | 4 | -16/+16 |
| | |||||
* | Fix the tags display | Aurélien Bompard | 2013-02-13 | 2 | -21/+13 |
| | |||||
* | Fix the tags search view (#35) | Aurélien Bompard | 2013-02-07 | 5 | -9/+76 |
| | | | | | 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 Bompard | 2013-02-07 | 1 | -1/+1 |
| | | | | | | | | | This needs a rebuild of the jquery-ui package. It has been applied to: - inline replies - like/dislike links - favorites | ||||
* | fix the favorites system | Aurélien Bompard | 2013-01-28 | 2 | -21/+10 |
| | |||||
* | Style changes | Aurélien Bompard | 2013-01-25 | 1 | -1/+1 |
| | | | | | | - move imported JS/CSS libs to a separate directory - real accordion for the months list - the top navbar is not black anymore | ||||
* | Switch to a fluid layout | Aurélien Bompard | 2013-01-23 | 2 | -7/+6 |
| | |||||
* | Factor the thread summaries form out in a separate file | Aurélien Bompard | 2012-12-10 | 1 | -0/+38 |
| | |||||
* | Non-code changes (license texts, indentation, etc.) | Aurélien Bompard | 2012-12-10 | 3 | -11/+15 |
| | |||||
* | Don't reload the page when adding tags or liking stuff | Aurélien Bompard | 2012-12-10 | 3 | -12/+16 |
| | |||||
* | Factorize the add_tag and like JS functions | Aurélien Bompard | 2012-12-07 | 1 | -1/+2 |
| | |||||
* | Use django-gravatar2, the other one is unmaintained and buggy | Aurélien Bompard | 2012-12-06 | 1 | -1/+1 |
| | |||||
* | Escape some more email addresses | Aurélien Bompard | 2012-11-14 | 1 | -1/+1 |
| | |||||
* | Use the new thread object in KittyStore | Aurélien Bompard | 2012-11-09 | 1 | -4/+5 |
| | |||||
* | Do some CSS refactoring | Aurélien Bompard | 2012-10-30 | 1 | -10/+8 |
| | |||||
* | Fix settings access from the templates | Aurélien Bompard | 2012-10-17 | 1 | -1/+1 |
| | |||||
* | Improve the 'add tag' form | Aurélien Bompard | 2012-10-11 | 1 | -3/+2 |
| | |||||
* | Fix a small bug when testing the displayed date | Aurélien Bompard | 2012-10-10 | 1 | -1/+1 |
| | |||||
* | Improve styling in headers and thread view | Aurélien Bompard | 2012-10-10 | 1 | -0/+17 |
| | |||||
* | Fix mockup test | Aurélien Bompard | 2012-10-09 | 1 | -1/+1 |
| | |||||
* | Implement the relative dates features | Aurélien Bompard | 2012-09-10 | 1 | -2/+2 |
| | |||||
* | Adapt to KittyStore's API change | Aurélien Bompard | 2012-09-05 | 1 | -0/+2 |
| | |||||
* | Feature : Add tag to email threads | Aamir Khan | 2012-08-10 | 1 | -1/+1 |
| | |||||
* | Feature : Add tag to email threads | Aamir Khan | 2012-08-10 | 2 | -2/+2 |
| | |||||
* | Feature : Add tag to email threads | Aamir Khan | 2012-08-10 | 2 | -2/+3 |
| | |||||
* | Packaging hyperkitty | Aamir Khan | 2012-07-24 | 2 | -0/+73 |