Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Smaller titles on the summary page | Aurélien Bompard | 2012-12-11 | 1 | -4/+10 | |
| | ||||||
* | Fix votes on the profile page | Aurélien Bompard | 2012-12-11 | 2 | -5/+9 | |
| | ||||||
* | Update requirement on djangorestframework | Aurélien Bompard | 2012-12-11 | 2 | -3/+3 | |
| | ||||||
* | Bump version | Aurélien Bompard | 2012-12-11 | 3 | -4/+4 | |
| | ||||||
* | According to the documentation this specify the redirect url to browserid | Pierre-Yves Chibon | 2012-12-11 | 1 | -1/+1 | |
| | ||||||
* | Improve the spec file | Aurélien Bompard | 2012-12-10 | 1 | -6/+32 | |
| | ||||||
* | Put the graph generation code in the main JS file | Aurélien Bompard | 2012-12-10 | 2 | -57/+70 | |
| | ||||||
* | Wrap email text at 90 cols if not already wrapped | Aurélien Bompard | 2012-12-10 | 1 | -1/+1 | |
| | ||||||
* | Factor the thread summaries form out in a separate file | Aurélien Bompard | 2012-12-10 | 3 | -77/+47 | |
| | ||||||
* | Factor the like/dislike form in a separate file | Aurélien Bompard | 2012-12-10 | 5 | -37/+27 | |
| | ||||||
* | Activate voting (it's not a mockup anymore) | Aurélien Bompard | 2012-12-10 | 3 | -9/+0 | |
| | ||||||
* | Non-code changes (license texts, indentation, etc.) | Aurélien Bompard | 2012-12-10 | 40 | -193/+386 | |
| | ||||||
* | Include hyperkitty_standalone in the spec file | Aurélien Bompard | 2012-12-10 | 1 | -7/+38 | |
| | ||||||
* | Don't reload the page when adding tags or liking stuff | Aurélien Bompard | 2012-12-10 | 10 | -58/+85 | |
| | ||||||
* | Factorize the add_tag and like JS functions | Aurélien Bompard | 2012-12-07 | 8 | -138/+117 | |
| | ||||||
* | Use django-gravatar2, the other one is unmaintained and buggy | Aurélien Bompard | 2012-12-06 | 7 | -7/+7 | |
| | ||||||
* | Snip quoted text in replies | Aurélien Bompard | 2012-12-05 | 6 | -10/+108 | |
| | ||||||
* | Add spec file and fix unit tests | Aurélien Bompard | 2012-11-30 | 8 | -8/+132 | |
| | ||||||
* | Bump version | Aurélien Bompard | 2012-11-28 | 2 | -2/+2 | |
| | ||||||
* | Update doc regarding the kittystore-download21 script | Aurélien Bompard | 2012-11-28 | 2 | -7/+6 | |
| | ||||||
* | Bump version | Aurélien Bompard | 2012-11-26 | 1 | -1/+1 | |
| | ||||||
* | Get rid of redundant SQL queries | Aurélien Bompard | 2012-11-25 | 2 | -8/+17 | |
| | ||||||
* | Make SQL debug output configurable | Aurélien Bompard | 2012-11-25 | 1 | -2/+4 | |
| | ||||||
* | Fix a small gravatar bug | Aurélien Bompard | 2012-11-25 | 1 | -1/+1 | |
| | ||||||
* | Take the graph title out of the graph itself | Aurélien Bompard | 2012-11-25 | 2 | -6/+6 | |
| | ||||||
* | Make graph height dynamic | Aurélien Bompard | 2012-11-25 | 1 | -1/+1 | |
| | ||||||
* | Update the version in the documentation | Aurélien Bompard | 2012-11-22 | 1 | -1/+1 | |
| | ||||||
* | Make a few post-QA fixes | Aurélien Bompard | 2012-11-22 | 6 | -11/+16 | |
| | ||||||
* | Update requirements | Aurélien Bompard | 2012-11-22 | 2 | -7/+4 | |
| | ||||||
* | Prepare for release | Aurélien Bompard | 2012-11-21 | 47 | -12936/+1402 | |
| | ||||||
* | Fix threads count on summary page | Aurélien Bompard | 2012-11-17 | 3 | -10/+11 | |
| | ||||||
* | Add an accordion widget for the month list | Aurélien Bompard | 2012-11-15 | 5 | -0/+26 | |
| | ||||||
* | Use Django's reverse() method for crafting URLs | Aurélien Bompard | 2012-11-15 | 2 | -4/+8 | |
| | ||||||
* | Move JS libs in the libs subdir | Aurélien Bompard | 2012-11-15 | 7 | -8/+9 | |
| | ||||||
* | Escape some more email addresses | Aurélien Bompard | 2012-11-14 | 3 | -3/+3 | |
| | ||||||
* | Adapt to MySQL support splitting out the timezone offset | Aurélien Bompard | 2012-11-14 | 4 | -10/+21 | |
| | | | | | | | | | 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. | |||||
* | Use the new thread object in KittyStore | Aurélien Bompard | 2012-11-09 | 6 | -121/+104 | |
| | ||||||
* | Make a proper 'back to thread' button | Aurélien Bompard | 2012-11-06 | 3 | -0/+287 | |
| | ||||||
* | Remove mailto: links in the emails (converted by django) | Aurélien Bompard | 2012-11-06 | 3 | -4/+8 | |
| | ||||||
* | Fix the link alignment in collapsed messages | Aurélien Bompard | 2012-11-06 | 1 | -1/+2 | |
| | ||||||
* | Adapt archiver configuration to the new code in mailman | Aurélien Bompard | 2012-11-06 | 1 | -2/+4 | |
| | ||||||
* | Do some CSS refactoring | Aurélien Bompard | 2012-10-30 | 9 | -393/+359 | |
| | ||||||
* | Fix some pylint-detected errors | Aurélien Bompard | 2012-10-29 | 2 | -1/+2 | |
| | ||||||
* | Escape @-signs | Aurélien Bompard | 2012-10-29 | 2 | -2/+9 | |
| | ||||||
* | Pylint fix | Aurélien Bompard | 2012-10-29 | 2 | -1/+251 | |
| | ||||||
* | Add a button back to the thread in the message view | Aurélien Bompard | 2012-10-29 | 5 | -1/+14 | |
| | ||||||
* | Add compatibility URLs for Pipermail | Aurélien Bompard | 2012-10-22 | 4 | -5/+179 | |
| | ||||||
* | Fix typo | Aurélien Bompard | 2012-10-17 | 1 | -1/+1 | |
| | ||||||
* | Fix settings access from the templates | Aurélien Bompard | 2012-10-17 | 9 | -7/+12 | |
| | ||||||
* | Add an icon for the attachments list toggle | Aurélien Bompard | 2012-10-12 | 4 | -2/+15 | |
| |