Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove leftover reference to a test module | Aurélien Bompard | 2013-07-23 | 1 | -1/+0 |
| | |||||
* | Improve appearance of the rattach thread page | Aurélien Bompard | 2013-07-22 | 7 | -47/+63 |
| | |||||
* | Add unit tests for the reattach page | Aurélien Bompard | 2013-07-18 | 2 | -2/+150 |
| | |||||
* | Add a page to reattach a broken thread | Aurélien Bompard | 2013-07-18 | 9 | -3/+244 |
| | |||||
* | Make real breadcrumbs in the top bar | Aurélien Bompard | 2013-07-15 | 4 | -9/+67 |
| | |||||
* | Cleanups in the lib/__init__.py file | Aurélien Bompard | 2013-07-15 | 10 | -233/+251 |
| | |||||
* | Show the unread icon in the overview page | Aurélien Bompard | 2013-07-15 | 8 | -37/+44 |
| | |||||
* | Minor styling improvement | Aurélien Bompard | 2013-07-12 | 2 | -2/+4 |
| | |||||
* | Django does not like defaultdicts | Aurélien Bompard | 2013-07-12 | 1 | -2/+4 |
| | |||||
* | Display the number of participants and discussions on the overview page | Aurélien Bompard | 2013-07-12 | 3 | -12/+24 |
| | |||||
* | Documentation and a small fix | Aurélien Bompard | 2013-07-12 | 1 | -1/+1 |
| | |||||
* | Reorganize the overview page in columns | Aurélien Bompard | 2013-07-12 | 2 | -42/+33 |
| | |||||
* | rename recent_activities to overview | Aurélien Bompard | 2013-07-12 | 3 | -9/+9 |
| | |||||
* | Reorder widgets on the overview page | Aurélien Bompard | 2013-07-12 | 1 | -30/+33 |
| | |||||
* | Revive the 'discussions by category' widget on the overview page | Aurélien Bompard | 2013-07-12 | 6 | -91/+80 |
| | |||||
* | Don't display threads without votes in the popular threads | Aurélien Bompard | 2013-07-12 | 2 | -1/+4 |
| | |||||
* | Place the category like on Mairin's mockups | Aurélien Bompard | 2013-07-12 | 2 | -4/+3 |
| | |||||
* | Only allow category edition when logged-in | Aurélien Bompard | 2013-07-11 | 4 | -4/+17 |
| | |||||
* | Handle leftover votes & favorites | Aurélien Bompard | 2013-07-11 | 2 | -1/+13 |
| | |||||
* | Move static files into the hyperkitty prefix | Aurélien Bompard | 2013-07-11 | 84 | -14/+14 |
| | |||||
* | Make tags smaller in the threads list | Aurélien Bompard | 2013-07-11 | 1 | -0/+7 |
| | |||||
* | Improve display of the category on the threads list | Aurélien Bompard | 2013-07-11 | 5 | -28/+18 |
| | |||||
* | Add the category on the threads list | Aurélien Bompard | 2013-07-11 | 10 | -22/+56 |
| | |||||
* | Factorize the category widget code | Aurélien Bompard | 2013-07-11 | 2 | -27/+28 |
| | |||||
* | Manage thread categories in the database | Aurélien Bompard | 2013-07-11 | 9 | -28/+204 |
| | |||||
* | Add categories to threads | Aurélien Bompard | 2013-07-10 | 8 | -2/+128 |
| | |||||
* | Make a widget to add multiple attachments | Aurélien Bompard | 2013-07-08 | 3 | -2/+77 |
| | |||||
* | Request list info on the front page in bulk | Aurélien Bompard | 2013-07-08 | 2 | -3/+21 |
| | |||||
* | Refactor tests to avoid override_settings | Aurélien Bompard | 2013-07-08 | 3 | -13/+3 |
| | | | | | Requires this issue to be fixed upstream: https://github.com/miracle2k/django-assets/issues/3 | ||||
* | Fix unit tests after changeset 56d88456 | Aurélien Bompard | 2013-07-08 | 1 | -0/+3 |
| | |||||
* | Fix the reply form on the message page | Aurélien Bompard | 2013-07-05 | 1 | -0/+10 |
| | |||||
* | Add an attachment field to replies and new emails | Aurélien Bompard | 2013-07-05 | 5 | -8/+23 |
| | |||||
* | Factor thread votes computation | Aurélien Bompard | 2013-06-20 | 3 | -38/+38 |
| | |||||
* | Use tabs in the user profile page | Aurélien Bompard | 2013-06-20 | 2 | -62/+72 |
| | |||||
* | Add Tabs widget and switch to the smoothness jQuery UI theme | Aurélien Bompard | 2013-06-20 | 32 | -59/+934 |
| | |||||
* | Add the tags to the REST API | Aurélien Bompard | 2013-06-19 | 3 | -4/+34 |
| | |||||
* | Add an autocomplete widget on the add_tag box | Aurélien Bompard | 2013-06-19 | 5 | -1/+25 |
| | |||||
* | Update jQuery and add the Autocomplete widget | Aurélien Bompard | 2013-06-19 | 24 | -56/+1334 |
| | |||||
* | Minor rename | Aurélien Bompard | 2013-06-18 | 2 | -5/+5 |
| | |||||
* | Add Top Posters and Popular Threads widgets to the overview | Aurélien Bompard | 2013-06-18 | 4 | -22/+77 |
| | |||||
* | Protect paginate against invalid values | Aurélien Bompard | 2013-06-13 | 1 | -0/+4 |
| | |||||
* | Split the JS code into more manageable chunks | Aurélien Bompard | 2013-06-13 | 7 | -263/+345 |
| | |||||
* | A user can remove the tags he added | Aurélien Bompard | 2013-06-13 | 9 | -27/+176 |
| | |||||
* | Paginate the list of liked messages in the user profile | Aurélien Bompard | 2013-06-12 | 6 | -62/+89 |
| | |||||
* | Use spaces instead of tabs in the templates | Aurélien Bompard | 2013-06-12 | 27 | -1154/+1100 |
| | |||||
* | Add a select box to change the search results ordering | Aurélien Bompard | 2013-06-11 | 3 | -2/+47 |
| | |||||
* | Use the search icon | Aurélien Bompard | 2013-06-10 | 1 | -1/+1 |
| | |||||
* | Fix a test broken by commit fcdaa7f3 | Aurélien Bompard | 2013-06-06 | 1 | -3/+4 |
| | |||||
* | Fix unit tests for voting | Aurélien Bompard | 2013-06-06 | 2 | -4/+2 |
| | |||||
* | Greatly improve the pager | Aurélien Bompard | 2013-06-06 | 7 | -68/+101 |
| |