summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Cosmetics on the user profileHEADmasterAurélien Bompard2013-08-152-4/+10
|
* Load subscriptions asynchronouslyAurélien Bompard2013-08-156-12/+39
|
* Add likes and dislikes to the REST APIAurélien Bompard2013-08-153-3/+7
|
* Add email and subscriptions to the user profileAurélien Bompard2013-08-155-71/+133
|
* Fix the user profile pageAurélien Bompard2013-08-102-2/+1
|
* Handle an empty search queryAurélien Bompard2013-08-062-12/+27
|
* Fix attachments widget on repliesAurélien Bompard2013-08-033-5/+14
|
* Add a link to the public profile from thread listsAurélien Bompard2013-08-022-4/+14
|
* Add the Gravatar on the public profile pageAurélien Bompard2013-08-024-11/+25
|
* Use the user_id as key to avoid exposing the email addressAurélien Bompard2013-08-024-30/+32
|
* Get the KittyStore using the settings objectAurélien Bompard2013-08-023-14/+8
|
* Add User profilesAurélien Bompard2013-08-027-11/+176
|
* Prepare for releaseAurélien Bompard2013-07-231-1/+4
|
* Fix a PyFlakes-detected errorAurélien Bompard2013-07-231-1/+2
|
* Centralize settings modifications for unittests in a single classAurélien Bompard2013-07-238-27/+55
|
* Drop useless error 500 templateAurélien Bompard2013-07-231-43/+0
|
* Fix running the unit tests in the RPMAurélien Bompard2013-07-232-0/+3
|
* Remove leftover reference to a test moduleAurélien Bompard2013-07-231-1/+0
|
* Rename the paintstore RPMAurélien Bompard2013-07-221-2/+2
|
* Improve appearance of the rattach thread pageAurélien Bompard2013-07-228-47/+65
|
* Add unit tests for the reattach pageAurélien Bompard2013-07-182-2/+150
|
* Add a page to reattach a broken threadAurélien Bompard2013-07-189-3/+244
|
* Make real breadcrumbs in the top barAurélien Bompard2013-07-154-9/+67
|
* Cleanups in the lib/__init__.py fileAurélien Bompard2013-07-1510-233/+251
|
* Show the unread icon in the overview pageAurélien Bompard2013-07-158-37/+44
|
* Minor styling improvementAurélien Bompard2013-07-122-2/+4
|
* Django does not like defaultdictsAurélien Bompard2013-07-121-2/+4
|
* Display the number of participants and discussions on the overview pageAurélien Bompard2013-07-123-12/+24
|
* Documentation and a small fixAurélien Bompard2013-07-122-1/+4
|
* Reorganize the overview page in columnsAurélien Bompard2013-07-122-42/+33
|
* rename recent_activities to overviewAurélien Bompard2013-07-123-9/+9
|
* Reorder widgets on the overview pageAurélien Bompard2013-07-121-30/+33
|
* Revive the 'discussions by category' widget on the overview pageAurélien Bompard2013-07-126-91/+80
|
* Don't display threads without votes in the popular threadsAurélien Bompard2013-07-122-1/+4
|
* Place the category like on Mairin's mockupsAurélien Bompard2013-07-122-4/+3
|
* Only allow category edition when logged-inAurélien Bompard2013-07-114-4/+17
|
* Handle leftover votes & favoritesAurélien Bompard2013-07-112-1/+13
|
* Move static files into the hyperkitty prefixAurélien Bompard2013-07-1184-14/+14
|
* Make tags smaller in the threads listAurélien Bompard2013-07-111-0/+7
|
* Improve display of the category on the threads listAurélien Bompard2013-07-115-28/+18
|
* Add the category on the threads listAurélien Bompard2013-07-1110-22/+56
|
* Factorize the category widget codeAurélien Bompard2013-07-112-27/+28
|
* Manage thread categories in the databaseAurélien Bompard2013-07-1111-28/+216
|
* Add categories to threadsAurélien Bompard2013-07-108-2/+128
|
* Make a widget to add multiple attachmentsAurélien Bompard2013-07-083-2/+77
|
* Request list info on the front page in bulkAurélien Bompard2013-07-082-3/+21
|
* Refactor tests to avoid override_settingsAurélien Bompard2013-07-083-13/+3
| | | | | Requires this issue to be fixed upstream: https://github.com/miracle2k/django-assets/issues/3
* Fix unit tests after changeset 56d88456Aurélien Bompard2013-07-081-0/+3
|
* Fix the reply form on the message pageAurélien Bompard2013-07-051-0/+10
|
* Add an attachment field to replies and new emailsAurélien Bompard2013-07-055-8/+23
|