summaryrefslogtreecommitdiffstats
path: root/hyperkitty/views
Commit message (Collapse)AuthorAgeFilesLines
...
* Display the last viewed threads in the user profileAurélien Bompard2013-05-231-1/+31
|
* Reorganize AJAX templatesAurélien Bompard2013-05-232-2/+2
|
* Display a marker on unread threads in the month viewAurélien Bompard2013-05-231-1/+15
|
* Track unread threadsAurélien Bompard2013-05-221-1/+19
| | | | And display markers on unread posts in the thread view.
* Cleanup unused importsAurélien Bompard2013-05-213-3/+1
|
* Use the new subject_prefix attribute for strippingAurélien Bompard2013-05-181-0/+3
|
* Load replies in chunks to avoid overloading the browserAurélien Bompard2013-05-171-20/+25
|
* Load the lists descriptions from Mailman dynamicallyAurélien Bompard2013-05-171-0/+28
|
* Dynamically insert replies in the threadAurélien Bompard2013-05-171-2/+14
| | | | Closes: #47
* Speed up page loading on long threadsAurélien Bompard2013-05-141-12/+65
| | | | | | | | Speed up page loading on threads with many replies by loading the replies asynchronously. Preserve search engine indexation by detecting bots and serving the usual page in one go.
* Handle errors when Mailman's REST server is downAurélien Bompard2013-05-031-5/+14
|
* Standardize flash messages a bitAurélien Bompard2013-05-032-13/+6
|
* Make it simple to create a new thread instead of replyingAurélien Bompard2013-05-022-9/+15
|
* Raise 404 on non-existant listsAurélien Bompard2013-04-291-0/+3
|
* Autodetect the enabled authentication backendsAurélien Bompard2013-04-261-1/+17
|
* Subscribe the user when replying or postingAurélien Bompard2013-04-242-24/+3
|
* Merge pull request #2 from aslakknutsen/graphAurélien Bompard2013-03-051-2/+5
|\ | | | | Change Activity Graph from Protovis to d3 (#43)
| * Change Activity Graph from Protovis to d3 (#43)Aslak Knutsen2013-03-051-2/+5
| | | | | | | | | | | | | | | | | | Fixes failing javascipt in Opera and Chrome resulting in no graph and no other javascript features. Changed to precalculate all days in the begin_date...end_date date range before matching email counts to ensure we have data points for all days in the range.
* | Migrate to class-based generic viewsAurélien Bompard2013-02-271-0/+30
|/ | | | | https://docs.djangoproject.com/en/1.4/topics/generic-views-migration/#mimetype Required by Django >= 1.5
* The user profile page is now editable (#32)Aurélien Bompard2013-02-143-3/+39
|
* 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
|