summaryrefslogtreecommitdiffstats
path: root/hyperkitty
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | 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
|
* 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
| | | | This was really stupid. I don't code when I'm drunk though.
* 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
|
* A thread's active date is always in UTCAurélien Bompard2013-05-301-3/+2
|
* Timezones can be specified in the user's profileAurélien Bompard2013-05-305-4/+131
|
* Protect agains orphan tagsAurélien Bompard2013-05-281-1/+3
|
* Simple unknown ML protectionAurélien Bompard2013-05-271-0/+2
|
* Rework the display of email datetimes using timezonesAurélien Bompard2013-05-279-24/+38
|
* Also get the last view time when displaying a single messageAurélien Bompard2013-05-271-1/+15
|
* Fix subject strippingAurélien Bompard2013-05-271-1/+1
| | | | See changeset 2b0aba32.