Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revive the 'discussions by category' widget on the overview page | Aurélien Bompard | 2013-07-12 | 1 | -8/+13 |
* | Don't display threads without votes in the popular threads | Aurélien Bompard | 2013-07-12 | 1 | -1/+2 |
* | Add the category on the threads list | Aurélien Bompard | 2013-07-11 | 1 | -1/+5 |
* | Factor thread votes computation | Aurélien Bompard | 2013-06-20 | 1 | -32/+11 |
* | Add Top Posters and Popular Threads widgets to the overview | Aurélien Bompard | 2013-06-18 | 1 | -4/+21 |
* | Greatly improve the pager | Aurélien Bompard | 2013-06-06 | 1 | -14/+2 |
* | Improve pagination | Aurélien Bompard | 2013-06-06 | 1 | -0/+1 |
* | Add search | Aurélien Bompard | 2013-06-06 | 1 | -30/+1 |
* | Protect agains orphan tags | Aurélien Bompard | 2013-05-28 | 1 | -1/+3 |
* | Simple unknown ML protection | Aurélien Bompard | 2013-05-27 | 1 | -0/+2 |
* | Rework the display of email datetimes using timezones | Aurélien Bompard | 2013-05-27 | 1 | -2/+4 |
* | Cleanups | Aurélien Bompard | 2013-05-24 | 1 | -42/+0 |
* | Display a marker on unread threads in the month view | Aurélien Bompard | 2013-05-23 | 1 | -1/+15 |
* | Standardize flash messages a bit | Aurélien Bompard | 2013-05-03 | 1 | -6/+3 |
* | Raise 404 on non-existant lists | Aurélien Bompard | 2013-04-29 | 1 | -0/+3 |
* | Change Activity Graph from Protovis to d3 (#43) | Aslak Knutsen | 2013-03-05 | 1 | -2/+5 |
* | The user profile page is now editable (#32) | Aurélien Bompard | 2013-02-14 | 1 | -2/+4 |
* | Fix links in activity graph (#42) | Aurélien Bompard | 2013-02-13 | 1 | -4/+17 |
* | Fix the tags display | Aurélien Bompard | 2013-02-13 | 1 | -0/+7 |
* | Allow cancelling a vote | Aurélien Bompard | 2013-02-13 | 1 | -2/+6 |
* | Some cleanups, use Django shortcuts | Aurélien Bompard | 2013-02-13 | 1 | -27/+10 |
* | Use context processors to export settings | Aurélien Bompard | 2013-02-13 | 1 | -2/+0 |
* | Add a "Create new thread" button | Aurélien Bompard | 2013-02-12 | 1 | -0/+9 |
* | Fix the tags search view (#35) | Aurélien Bompard | 2013-02-07 | 1 | -106/+45 |
* | Fix votes (#34) | Aurélien Bompard | 2013-02-07 | 1 | -21/+6 |
* | Use the email count in activity, not the thread count | Aurélien Bompard | 2013-02-06 | 1 | -19/+12 |
* | Rethink urls to be more hierarchic and less RPC | Aurélien Bompard | 2013-02-04 | 1 | -1/+3 |
* | fix the favorites system | Aurélien Bompard | 2013-01-28 | 1 | -2/+15 |
* | Make the page title dynamic | Aurélien Bompard | 2013-01-04 | 1 | -1/+1 |
* | Fix the archives view for december | Aurélien Bompard | 2012-12-13 | 1 | -36/+15 |
* | 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 | 1 | -0/+3 |
* | 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 | 1 | -47/+20 |
* | Pylint fix | Aurélien Bompard | 2012-10-29 | 1 | -1/+4 |
* | Fix settings access from the templates | Aurélien Bompard | 2012-10-17 | 1 | -0/+2 |
* | Improve styling in headers and thread view | Aurélien Bompard | 2012-10-10 | 1 | -2/+11 |
* | Improve appearance | Aurélien Bompard | 2012-10-05 | 1 | -4/+4 |
* | Improve attachments display | Aurélien Bompard | 2012-10-04 | 1 | -0/+3 |
* | Use Python's standard logging system | Aurélien Bompard | 2012-09-17 | 1 | -10/+25 |
* | Use a middleware to avoid KS connection leaks | Aurélien Bompard | 2012-09-12 | 1 | -6/+5 |
* | Move the store pool to HyperKitty | Aurélien Bompard | 2012-09-06 | 1 | -22/+23 |
* | Adapt to KittyStore's API change | Aurélien Bompard | 2012-09-05 | 1 | -7/+7 |
* | Disable mockups | Aurélien Bompard | 2012-09-04 | 1 | -5/+12 |
* | Normalize tabs to spaces | Aurélien Bompard | 2012-08-30 | 1 | -10/+10 |
* | Adapt to the new Storm-based KittyStore | Aurélien Bompard | 2012-08-30 | 1 | -24/+27 |
* | Update KittyStore imports | Aurélien Bompard | 2012-08-14 | 1 | -3/+2 |