summaryrefslogtreecommitdiffstats
path: root/hyperkitty/views
Commit message (Collapse)AuthorAgeFilesLines
...
* Minor fix in the navigation barAurélien Bompard2013-02-141-4/+2
|
* Fix links in activity graph (#42)Aurélien Bompard2013-02-131-4/+17
|
* Fix the tags displayAurélien Bompard2013-02-132-1/+8
|
* Allow cancelling a voteAurélien Bompard2013-02-133-38/+52
|
* Make it possible to disable the internal user DBAurélien Bompard2013-02-131-0/+3
|
* Some cleanups, use Django shortcutsAurélien Bompard2013-02-136-149/+43
|
* Use context processors to export settingsAurélien Bompard2013-02-134-6/+0
|
* Rework the login and register formsAurélien Bompard2013-02-132-20/+41
|
* Add a "Create new thread" buttonAurélien Bompard2013-02-124-21/+77
|
* Fix votes, and a javascript error (#37)Aurélien Bompard2013-02-072-1/+1
|
* Fix the tags search view (#35)Aurélien Bompard2013-02-073-114/+47
| | | | | And factor some views/templates while I'm at it. And remove unused/obsolete stuff in the same move.
* Fix votes (#34)Aurélien Bompard2013-02-073-63/+11
| | | | | - make sure we always use the message_id_hash - factor some code
* Use the logout view provided by DjangoAurélien Bompard2013-02-071-5/+0
|
* Use the email count in activity, not the thread countAurélien Bompard2013-02-061-19/+12
| | | | As discussed on the hyperkitty-devel mailing-list.
* Normalize some variable namesAurélien Bompard2013-02-052-14/+15
|
* Merge branch 'posting'Aurélien Bompard2013-02-044-2/+37
|\
| * Inline repliesAurélien Bompard2013-02-014-2/+37
| |
* | Display the list description on the front pageAurélien Bompard2013-02-041-2/+2
| |
* | Rethink urls to be more hierarchic and less RPCAurélien Bompard2013-02-042-3/+4
|/
* fix the favorites systemAurélien Bompard2013-01-283-11/+78
|
* Fix accordion widget and add_tag buttonAurélien Bompard2013-01-252-3/+3
|
* Fixes on the login formAurélien Bompard2013-01-251-27/+4
|
* Switch to a fluid layoutAurélien Bompard2013-01-231-1/+2
|
* Move the thread sorting code to kittystoreAurélien Bompard2013-01-091-3/+3
|
* Make the page title dynamicAurélien Bompard2013-01-041-1/+1
|
* Sort replies by thread, with indentationAurélien Bompard2012-12-141-19/+28
|
* Fix the archives view for decemberAurélien Bompard2012-12-131-36/+15
|
* Fix votes on the profile pageAurélien Bompard2012-12-111-3/+3
|
* Factor the thread summaries form out in a separate fileAurélien Bompard2012-12-101-7/+7
|
* Non-code changes (license texts, indentation, etc.)Aurélien Bompard2012-12-108-1/+37
|
* Don't reload the page when adding tags or liking stuffAurélien Bompard2012-12-102-27/+48
|
* Factorize the add_tag and like JS functionsAurélien Bompard2012-12-072-3/+5
|
* Get rid of redundant SQL queriesAurélien Bompard2012-11-251-4/+13
|
* Fix threads count on summary pageAurélien Bompard2012-11-171-8/+8
|
* Use Django's reverse() method for crafting URLsAurélien Bompard2012-11-151-2/+6
|
* Adapt to MySQL support splitting out the timezone offsetAurélien Bompard2012-11-141-1/+0
| | | | | | | | | Since the sender's timezone is in a separate column, we can now display the message date in Django's timezone and in the sender's timezone. Future improvement : ask the user for his/her preferred timezone and store it in his/her profile. Then use that to display the dates, instead of Django's server-wide setting.
* Use the new thread object in KittyStoreAurélien Bompard2012-11-092-61/+34
|
* Fix some pylint-detected errorsAurélien Bompard2012-10-291-0/+1
|
* Pylint fixAurélien Bompard2012-10-291-1/+4
|
* Add a button back to the thread in the message viewAurélien Bompard2012-10-291-0/+3
|
* Add compatibility URLs for PipermailAurélien Bompard2012-10-221-0/+112
|
* Fix typoAurélien Bompard2012-10-171-1/+1
|
* Fix settings access from the templatesAurélien Bompard2012-10-174-0/+5
|
* Improve the 'add tag' formAurélien Bompard2012-10-111-2/+25
|
* Fix a few remaining bugsAurélien Bompard2012-10-101-1/+1
|
* Improve styling in headers and thread viewAurélien Bompard2012-10-103-2/+26
|
* Add thread navigation buttonsAurélien Bompard2012-10-091-10/+2
|
* Improve appearanceAurélien Bompard2012-10-052-11/+11
|
* Improve attachments displayAurélien Bompard2012-10-042-2/+3
|
* Add a view to download attachmentsAurélien Bompard2012-10-021-2/+26
|