Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Small overhaul of the list of lists | Aurélien Bompard | 2013-01-23 | 2 | -15/+43 | |
| | ||||||
* | Get rid of the stats.css file | Aurélien Bompard | 2013-01-23 | 3 | -136/+93 | |
| | ||||||
* | Update jQuery and Bootstrap | Aurélien Bompard | 2013-01-14 | 13 | -1847/+7160 | |
| | ||||||
* | Use South to migrate the DB schema | Aurélien Bompard | 2013-01-14 | 2 | -0/+110 | |
| | ||||||
* | Fix location of robots.txt file | Aurélien Bompard | 2013-01-11 | 1 | -0/+0 | |
| | ||||||
* | Move the thread sorting code to kittystore | Aurélien Bompard | 2013-01-09 | 2 | -24/+3 | |
| | ||||||
* | Make the page title dynamic | Aurélien Bompard | 2013-01-04 | 11 | -2/+53 | |
| | ||||||
* | Move the archiver module to the root of the distribution | Aurélien Bompard | 2013-01-04 | 1 | -0/+0 | |
| | ||||||
* | The 'Back to thread' button now scrolls to the message in the thread | Aurélien Bompard | 2012-12-19 | 2 | -2/+2 | |
| | ||||||
* | Improve how the quote link looks | Aurélien Bompard | 2012-12-19 | 2 | -3/+12 | |
| | ||||||
* | Integrate the new logo | Aurélien Bompard | 2012-12-19 | 7 | -0/+1787 | |
| | ||||||
* | Only hide the quote if it is more than 3 lines long | Aurélien Bompard | 2012-12-17 | 1 | -1/+7 | |
| | ||||||
* | Sort replies by thread, with indentation | Aurélien Bompard | 2012-12-14 | 5 | -20/+74 | |
| | ||||||
* | Fix quoting in the message view | Aurélien Bompard | 2012-12-13 | 5 | -7/+14 | |
| | | | | Refs: #24 | |||||
* | Improve the quoting style | Aurélien Bompard | 2012-12-13 | 7 | -44/+33 | |
| | | | | Refs: #24 | |||||
* | Fix the archives view for december | Aurélien Bompard | 2012-12-13 | 6 | -38/+115 | |
| | ||||||
* | Wrap email text in the other templates too | Aurélien Bompard | 2012-12-12 | 2 | -2/+6 | |
| | | | | See rev 317. | |||||
* | Prepare a fix for #25 | Aurélien Bompard | 2012-12-12 | 2 | -5/+5 | |
| | ||||||
* | 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 | |
| | ||||||
* | According to the documentation this specify the redirect url to browserid | Pierre-Yves Chibon | 2012-12-11 | 1 | -1/+1 | |
| | ||||||
* | 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 | |
| | ||||||
* | 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 | 5 | -5/+5 | |
| | ||||||
* | 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 | 5 | -3/+62 | |
| | ||||||
* | 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 | |
| | ||||||
* | Make a few post-QA fixes | Aurélien Bompard | 2012-11-22 | 1 | -0/+2 | |
| | ||||||
* | Prepare for release | Aurélien Bompard | 2012-11-21 | 34 | -12974/+0 | |
| | ||||||
* | 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 | |
| |