summaryrefslogtreecommitdiffstats
path: root/hyperkitty
Commit message (Expand)AuthorAgeFilesLines
* 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-121-1/+1
* 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-119-28/+204
* 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
* 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
* Factor thread votes computationAurélien Bompard2013-06-203-38/+38
* Use tabs in the user profile pageAurélien Bompard2013-06-202-62/+72
* Add Tabs widget and switch to the smoothness jQuery UI themeAurélien Bompard2013-06-2032-59/+934
* Add the tags to the REST APIAurélien Bompard2013-06-193-4/+34
* Add an autocomplete widget on the add_tag boxAurélien Bompard2013-06-195-1/+25
* Update jQuery and add the Autocomplete widgetAurélien Bompard2013-06-1924-56/+1334
* Minor renameAurélien Bompard2013-06-182-5/+5
* Add Top Posters and Popular Threads widgets to the overviewAurélien Bompard2013-06-184-22/+77
* Protect paginate against invalid valuesAurélien Bompard2013-06-131-0/+4
* Split the JS code into more manageable chunksAurélien Bompard2013-06-137-263/+345
* A user can remove the tags he addedAurélien Bompard2013-06-139-27/+176
* Paginate the list of liked messages in the user profileAurélien Bompard2013-06-126-62/+89
* Use spaces instead of tabs in the templatesAurélien Bompard2013-06-1227-1154/+1100
* Add a select box to change the search results orderingAurélien Bompard2013-06-113-2/+47
* Use the search iconAurélien Bompard2013-06-101-1/+1
* Fix a test broken by commit fcdaa7f3Aurélien Bompard2013-06-061-3/+4
* Fix unit tests for votingAurélien Bompard2013-06-062-4/+2
* Greatly improve the pagerAurélien Bompard2013-06-067-68/+101
* Improve paginationAurélien Bompard2013-06-067-9/+26
* Add searchAurélien Bompard2013-06-0615-75/+298
* Fix a old bug in the Archiver interfaceAurélien Bompard2013-06-061-2/+4
* Open the last month menu on the overview pageAurélien Bompard2013-06-051-1/+1
* Add a tooltip for the navigation hotkeysAurélien Bompard2013-06-033-3/+4
* Add a navigation bar to skip through unread messagesAurélien Bompard2013-06-035-43/+101
* Navigate through unread messages with 'j' and 'k'Aurélien Bompard2013-05-314-2/+127