Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Protect against empty subjects | Aurélien Bompard | 2013-09-11 | 1 | -0/+4 | |
| | ||||||
* | Cosmetics on the user profileHEADmaster | Aurélien Bompard | 2013-08-15 | 2 | -4/+10 | |
| | ||||||
* | Load subscriptions asynchronously | Aurélien Bompard | 2013-08-15 | 6 | -12/+39 | |
| | ||||||
* | Add likes and dislikes to the REST API | Aurélien Bompard | 2013-08-15 | 3 | -3/+7 | |
| | ||||||
* | Add email and subscriptions to the user profile | Aurélien Bompard | 2013-08-15 | 5 | -71/+133 | |
| | ||||||
* | Fix the user profile page | Aurélien Bompard | 2013-08-10 | 2 | -2/+1 | |
| | ||||||
* | Handle an empty search query | Aurélien Bompard | 2013-08-06 | 2 | -12/+27 | |
| | ||||||
* | Fix attachments widget on replies | Aurélien Bompard | 2013-08-03 | 3 | -5/+14 | |
| | ||||||
* | Add a link to the public profile from thread lists | Aurélien Bompard | 2013-08-02 | 2 | -4/+14 | |
| | ||||||
* | Add the Gravatar on the public profile page | Aurélien Bompard | 2013-08-02 | 4 | -11/+25 | |
| | ||||||
* | Use the user_id as key to avoid exposing the email address | Aurélien Bompard | 2013-08-02 | 4 | -30/+32 | |
| | ||||||
* | Get the KittyStore using the settings object | Aurélien Bompard | 2013-08-02 | 3 | -14/+8 | |
| | ||||||
* | Add User profiles | Aurélien Bompard | 2013-08-02 | 7 | -11/+176 | |
| | ||||||
* | Fix a PyFlakes-detected error | Aurélien Bompard | 2013-07-23 | 1 | -1/+2 | |
| | ||||||
* | Centralize settings modifications for unittests in a single class | Aurélien Bompard | 2013-07-23 | 7 | -25/+54 | |
| | ||||||
* | Drop useless error 500 template | Aurélien Bompard | 2013-07-23 | 1 | -43/+0 | |
| | ||||||
* | Fix running the unit tests in the RPM | Aurélien Bompard | 2013-07-23 | 2 | -0/+3 | |
| | ||||||
* | 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 | |
| |