Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WIP: Create new thread button | Aurélien Bompard | 2013-02-08 | 1 | -2/+16 |
* | Fix votes, and a javascript error (#37) | Aurélien Bompard | 2013-02-07 | 2 | -1/+1 |
* | Fix the tags search view (#35) | Aurélien Bompard | 2013-02-07 | 3 | -114/+47 |
* | Fix votes (#34) | Aurélien Bompard | 2013-02-07 | 3 | -63/+11 |
* | Use the logout view provided by Django | Aurélien Bompard | 2013-02-07 | 1 | -5/+0 |
* | Use the email count in activity, not the thread count | Aurélien Bompard | 2013-02-06 | 1 | -19/+12 |
* | Normalize some variable names | Aurélien Bompard | 2013-02-05 | 2 | -14/+15 |
* | Merge branch 'posting' | Aurélien Bompard | 2013-02-04 | 4 | -2/+37 |
|\ | |||||
| * | Inline replies | Aurélien Bompard | 2013-02-01 | 4 | -2/+37 |
* | | Display the list description on the front page | Aurélien Bompard | 2013-02-04 | 1 | -2/+2 |
* | | Rethink urls to be more hierarchic and less RPC | Aurélien Bompard | 2013-02-04 | 2 | -3/+4 |
|/ | |||||
* | fix the favorites system | Aurélien Bompard | 2013-01-28 | 3 | -11/+78 |
* | Fix accordion widget and add_tag button | Aurélien Bompard | 2013-01-25 | 2 | -3/+3 |
* | Fixes on the login form | Aurélien Bompard | 2013-01-25 | 1 | -27/+4 |
* | Switch to a fluid layout | Aurélien Bompard | 2013-01-23 | 1 | -1/+2 |
* | Move the thread sorting code to kittystore | Aurélien Bompard | 2013-01-09 | 1 | -3/+3 |
* | Make the page title dynamic | Aurélien Bompard | 2013-01-04 | 1 | -1/+1 |
* | Sort replies by thread, with indentation | Aurélien Bompard | 2012-12-14 | 1 | -19/+28 |
* | Fix the archives view for december | Aurélien Bompard | 2012-12-13 | 1 | -36/+15 |
* | Fix votes on the profile page | Aurélien Bompard | 2012-12-11 | 1 | -3/+3 |
* | Factor the thread summaries form out in a separate file | Aurélien Bompard | 2012-12-10 | 1 | -7/+7 |
* | Non-code changes (license texts, indentation, etc.) | Aurélien Bompard | 2012-12-10 | 8 | -1/+37 |
* | Don't reload the page when adding tags or liking stuff | Aurélien Bompard | 2012-12-10 | 2 | -27/+48 |
* | Factorize the add_tag and like JS functions | Aurélien Bompard | 2012-12-07 | 2 | -3/+5 |
* | Get rid of redundant SQL queries | Aurélien Bompard | 2012-11-25 | 1 | -4/+13 |
* | Fix threads count on summary page | Aurélien Bompard | 2012-11-17 | 1 | -8/+8 |
* | Use Django's reverse() method for crafting URLs | Aurélien Bompard | 2012-11-15 | 1 | -2/+6 |
* | Adapt to MySQL support splitting out the timezone offset | Aurélien Bompard | 2012-11-14 | 1 | -1/+0 |
* | Use the new thread object in KittyStore | Aurélien Bompard | 2012-11-09 | 2 | -61/+34 |
* | Fix some pylint-detected errors | Aurélien Bompard | 2012-10-29 | 1 | -0/+1 |
* | Pylint fix | Aurélien Bompard | 2012-10-29 | 1 | -1/+4 |
* | Add a button back to the thread in the message view | Aurélien Bompard | 2012-10-29 | 1 | -0/+3 |
* | Add compatibility URLs for Pipermail | Aurélien Bompard | 2012-10-22 | 1 | -0/+112 |
* | Fix typo | Aurélien Bompard | 2012-10-17 | 1 | -1/+1 |
* | Fix settings access from the templates | Aurélien Bompard | 2012-10-17 | 4 | -0/+5 |
* | Improve the 'add tag' form | Aurélien Bompard | 2012-10-11 | 1 | -2/+25 |
* | Fix a few remaining bugs | Aurélien Bompard | 2012-10-10 | 1 | -1/+1 |
* | Improve styling in headers and thread view | Aurélien Bompard | 2012-10-10 | 3 | -2/+26 |
* | Add thread navigation buttons | Aurélien Bompard | 2012-10-09 | 1 | -10/+2 |
* | Improve appearance | Aurélien Bompard | 2012-10-05 | 2 | -11/+11 |
* | Improve attachments display | Aurélien Bompard | 2012-10-04 | 2 | -2/+3 |
* | Add a view to download attachments | Aurélien Bompard | 2012-10-02 | 1 | -2/+26 |
* | Begin attachment support | Aurélien Bompard | 2012-09-26 | 1 | -0/+3 |
* | Add 404 errors and improve error messages | Aurélien Bompard | 2012-09-18 | 2 | -2/+6 |
* | Use Python's standard logging system | Aurélien Bompard | 2012-09-17 | 6 | -25/+109 |
* | Improve the user voting display (only one SQL query) | Aurélien Bompard | 2012-09-12 | 1 | -2/+24 |
* | Use a middleware to avoid KS connection leaks | Aurélien Bompard | 2012-09-12 | 4 | -13/+11 |
* | Implement the relative dates features | Aurélien Bompard | 2012-09-10 | 1 | -5/+14 |
* | Move the store pool to HyperKitty | Aurélien Bompard | 2012-09-06 | 4 | -31/+34 |
* | Adapt to KittyStore's API change | Aurélien Bompard | 2012-09-05 | 2 | -10/+10 |