summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates
Commit message (Collapse)AuthorAgeFilesLines
* Add the tags to the REST APIAurélien Bompard2013-06-191-3/+14
|
* Add an autocomplete widget on the add_tag boxAurélien Bompard2013-06-191-1/+3
|
* Update jQuery and add the Autocomplete widgetAurélien Bompard2013-06-191-4/+4
|
* Minor renameAurélien Bompard2013-06-181-1/+1
|
* Add Top Posters and Popular Threads widgets to the overviewAurélien Bompard2013-06-181-10/+42
|
* Split the JS code into more manageable chunksAurélien Bompard2013-06-132-1/+4
|
* A user can remove the tags he addedAurélien Bompard2013-06-132-2/+11
|
* Paginate the list of liked messages in the user profileAurélien Bompard2013-06-123-38/+50
|
* 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-111-0/+23
|
* Use the search iconAurélien Bompard2013-06-101-1/+1
|
* Greatly improve the pagerAurélien Bompard2013-06-062-31/+8
|
* Improve paginationAurélien Bompard2013-06-062-4/+14
|
* Add searchAurélien Bompard2013-06-064-1/+154
|
* Add a tooltip for the navigation hotkeysAurélien Bompard2013-06-031-2/+2
|
* Add a navigation bar to skip through unread messagesAurélien Bompard2013-06-032-32/+48
|
* Navigate through unread messages with 'j' and 'k'Aurélien Bompard2013-05-312-2/+3
|
* Rework the display of email datetimes using timezonesAurélien Bompard2013-05-274-9/+10
|
* Fix URLs in merged CSS filesAurélien Bompard2013-05-271-1/+1
|
* Display the number of unread repliesAurélien Bompard2013-05-241-1/+6
|
* Display the last viewed threads in the user profileAurélien Bompard2013-05-233-2/+58
|
* Reorganize AJAX templatesAurélien Bompard2013-05-233-1/+3
|
* Display a marker on unread threads in the month viewAurélien Bompard2013-05-232-7/+11
|
* Track unread threadsAurélien Bompard2013-05-222-2/+6
| | | | And display markers on unread posts in the thread view.
* Reorder bootstrap to have access to the iconsAurélien Bompard2013-05-221-2/+2
|
* Use the new subject_prefix attribute for strippingAurélien Bompard2013-05-181-1/+7
|
* Load replies in chunks to avoid overloading the browserAurélien Bompard2013-05-172-20/+9
|
* Load the lists descriptions from Mailman dynamicallyAurélien Bompard2013-05-171-11/+15
|
* Dynamically insert replies in the threadAurélien Bompard2013-05-171-0/+38
| | | | Closes: #47
* Make it even more explicit that Persona is loadingAurélien Bompard2013-05-171-2/+5
|
* 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
|/