Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Inline replies | Aurélien Bompard | 2013-02-01 | 11 | -13/+148 | |
| | | ||||||
* | | Display the list description on the front page | Aurélien Bompard | 2013-02-04 | 3 | -5/+12 | |
| | | ||||||
* | | Rethink urls to be more hierarchic and less RPC | Aurélien Bompard | 2013-02-04 | 5 | -53/+37 | |
|/ | ||||||
* | Minor cosmetics in the navbar, month page title, and user profile | Aurélien Bompard | 2013-02-01 | 4 | -28/+23 | |
| | ||||||
* | Small fixes on the user profile page | Aurélien Bompard | 2013-01-28 | 2 | -4/+13 | |
| | ||||||
* | Small fix for the accordion on the overview page | Aurélien Bompard | 2013-01-28 | 1 | -3/+3 | |
| | | | | See also: d4ecad9 | |||||
* | fix the favorites system | Aurélien Bompard | 2013-01-28 | 13 | -78/+319 | |
| | ||||||
* | Fix accordion widget and add_tag button | Aurélien Bompard | 2013-01-25 | 3 | -4/+10 | |
| | ||||||
* | Style changes | Aurélien Bompard | 2013-01-25 | 39 | -35/+1875 | |
| | | | | | | - move imported JS/CSS libs to a separate directory - real accordion for the months list - the top navbar is not black anymore | |||||
* | Fixes on the login form | Aurélien Bompard | 2013-01-25 | 4 | -36/+33 | |
| | ||||||
* | Switch to a fluid layout | Aurélien Bompard | 2013-01-23 | 12 | -289/+335 | |
| | ||||||
* | 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 | |
| |