summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates
Commit message (Collapse)AuthorAgeFilesLines
...
* Speed up page loading on long threadsAurélien Bompard2013-05-144-25/+40
| | | | | | | | 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-0/+7
|
* Standardize flash messages a bitAurélien Bompard2013-05-031-2/+9
|
* Make it simple to create a new thread instead of replyingAurélien Bompard2013-05-021-2/+11
|
* Refactor voting JS for better separation of concernsAurélien Bompard2013-04-301-6/+6
|
* Autodetect the enabled authentication backendsAurélien Bompard2013-04-261-24/+33
|
* Add Fedora login providerAurélien Bompard2013-04-261-0/+2
|
* Enable OpenID loginAurélien Bompard2013-04-261-3/+22
|
* Django 1.4 compatibilityAurélien Bompard2013-04-241-0/+2
|
* Add a 'Create new thread' button to the overview pageAurélien Bompard2013-04-241-0/+6
|
* Revert "Add a warning when replying while not subscribed"Aurélien Bompard2013-04-242-3/+1
| | | | | This reverts commit 8b3f70bb164aec17b81b7dead02be6165ddfd274. It is not necessary anymore, since changeset f4cf3aa9.
* Add a warning when replying while not subscribedAurélien Bompard2013-04-222-1/+3
| | | | Ticket: #46
* Give a better visual clue when BrowserID is loadingAurélien Bompard2013-04-221-1/+2
|
* Use the url tag from future for Django 1.5 compatAurélien Bompard2013-03-2119-0/+22
|
* Merge pull request #2 from aslakknutsen/graphAurélien Bompard2013-03-052-10/+16
|\ | | | | Change Activity Graph from Protovis to d3 (#43)
| * Change Activity Graph from Protovis to d3 (#43)Aslak Knutsen2013-03-052-10/+16
| | | | | | | | | | | | | | | | | | 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.
* | Update REST API to new KittyStore backendAslak Knutsen2013-03-041-4/+15
| | | | | | | | | | | | * Move to use APIView as Resource base * Add List Resource to show all lists * Custom serialize Thread, Email and List objects
* | More Django 1.5 compatibility fixesAurélien Bompard2013-02-281-4/+16
| |
* | Switch to the new-style "url" tagAurélien Bompard2013-02-2719-49/+49
| | | | | | | | | | Required by Django >= 1.5 https://docs.djangoproject.com/en/1.5/releases/1.5/
* | Fix versionned dependency on mailman in the spec fileAurélien Bompard2013-02-271-1/+1
|/
* Use rjsmin instead of jsmin for licensing reasonsAurélien Bompard2013-02-261-1/+1
|
* jQuery UI does not like to be minified againAurélien Bompard2013-02-231-3/+5
| | | | It causes javascript errors and 404 errors on images
* Split up CSS for clarityAurélien Bompard2013-02-231-1/+1
|
* Use django-assets to compress static filesAurélien Bompard2013-02-234-11/+7
|
* Give a link to gravatar from the user profileAurélien Bompard2013-02-161-0/+7
|
* The user profile page is now editable (#32)Aurélien Bompard2013-02-143-19/+25
|
* Minor fix in the navigation barAurélien Bompard2013-02-142-2/+2
|
* Fix links in activity graph (#42)Aurélien Bompard2013-02-131-1/+1
|
* Minor CSS refactoringAurélien Bompard2013-02-137-21/+21
|
* Fix the tags displayAurélien Bompard2013-02-132-21/+13
|
* Allow cancelling a voteAurélien Bompard2013-02-131-5/+13
|
* Minimal login page improvementsAurélien Bompard2013-02-131-2/+6
|
* A few SSL-related fixesAurélien Bompard2013-02-131-1/+1
|
* Make it possible to disable the internal user DBAurélien Bompard2013-02-132-4/+8
|
* Rework the login and register formsAurélien Bompard2013-02-133-29/+36
|
* Add a "Create new thread" buttonAurélien Bompard2013-02-122-0/+51
|
* Fix votes, and a javascript error (#37)Aurélien Bompard2013-02-071-0/+17
|
* Fix the tags search view (#35)Aurélien Bompard2013-02-0715-278/+149
| | | | | And factor some views/templates while I'm at it. And remove unused/obsolete stuff in the same move.
* Add a tooltip when login is required (#36)Aurélien Bompard2013-02-074-6/+6
| | | | | | | | | This needs a rebuild of the jquery-ui package. It has been applied to: - inline replies - like/dislike links - favorites
* Keep the redirect url when already on the login pageAurélien Bompard2013-02-072-3/+3
|
* Add a link to quote the message being replied toAurélien Bompard2013-02-061-0/+1
|
* Refactoring of HTML tags and CSS classesAurélien Bompard2013-02-065-70/+67
|
* Use the email count in activity, not the thread countAurélien Bompard2013-02-061-1/+1
| | | | As discussed on the hyperkitty-devel mailing-list.
* Fix a flickering effect when expanding threadsAurélien Bompard2013-02-061-1/+1
|
* Improve the front page's appearanceAurélien Bompard2013-02-051-18/+28
|
* Normalize some variable namesAurélien Bompard2013-02-056-13/+13
|
* Merge branch 'posting'Aurélien Bompard2013-02-042-0/+15
|\
| * Inline repliesAurélien Bompard2013-02-012-0/+15
| |
* | Display the list description on the front pageAurélien Bompard2013-02-041-3/+8
| |
* | Rethink urls to be more hierarchic and less RPCAurélien Bompard2013-02-042-3/+2
|/