summaryrefslogtreecommitdiffstats
path: root/hyperkitty
Commit message (Collapse)AuthorAgeFilesLines
* Fix CSS glitchAurélien Bompard2013-05-271-1/+1
|
* Add a unit test for unread postsAurélien Bompard2013-05-242-7/+73
|
* CleanupsAurélien Bompard2013-05-247-58/+8
|
* Display the number of unread repliesAurélien Bompard2013-05-242-2/+12
|
* Add some database indicesAurélien Bompard2013-05-242-8/+145
|
* Display the last viewed threads in the user profileAurélien Bompard2013-05-238-4/+127
|
* Reorganize AJAX templatesAurélien Bompard2013-05-235-3/+5
|
* Display a marker on unread threads in the month viewAurélien Bompard2013-05-237-17/+38
|
* Track unread threadsAurélien Bompard2013-05-228-7/+163
| | | | And display markers on unread posts in the thread view.
* Reorder bootstrap to have access to the iconsAurélien Bompard2013-05-229-2/+2
|
* Cleanup unused importsAurélien Bompard2013-05-2110-19/+5
|
* Use the new subject_prefix attribute for strippingAurélien Bompard2013-05-184-5/+13
|
* Don't alert on error when the AJAX request is cancelledAurélien Bompard2013-05-181-1/+3
|
* Load replies in chunks to avoid overloading the browserAurélien Bompard2013-05-174-59/+61
|
* Load the lists descriptions from Mailman dynamicallyAurélien Bompard2013-05-174-11/+76
|
* Fix some 500 errorsAurélien Bompard2013-05-171-2/+4
|
* Dynamically insert replies in the threadAurélien Bompard2013-05-174-5/+62
| | | | 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-1410-66/+187
| | | | | | | | 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-034-15/+65
|
* Standardize flash messages a bitAurélien Bompard2013-05-036-19/+27
|
* Make it simple to create a new thread instead of replyingAurélien Bompard2013-05-025-13/+54
|
* Display errors when failing to add a favoriteAurélien Bompard2013-04-301-3/+1
|
* Refactor voting JS for better separation of concernsAurélien Bompard2013-04-302-15/+20
|
* Allow longer list names in the databaseAurélien Bompard2013-04-302-3/+102
|
* Better OpenID logoAurélien Bompard2013-04-291-0/+0
|
* Raise 404 on non-existant listsAurélien Bompard2013-04-291-0/+3
|
* Use SSL in the Fedora auth backendAurélien Bompard2013-04-271-1/+1
|
* Autodetect the enabled authentication backendsAurélien Bompard2013-04-263-26/+52
|
* Add Fedora login providerAurélien Bompard2013-04-264-1/+32
|
* Enable OpenID loginAurélien Bompard2013-04-263-5/+33
|
* Django 1.4 compatibilityAurélien Bompard2013-04-241-0/+2
|
* Add a 'Create new thread' button to the overview pageAurélien Bompard2013-04-244-7/+18
|
* Commit to Kittystore after each successful page loadAurélien Bompard2013-04-241-2/+3
| | | | To avoid being stuck in a transaction and show stale data.
* Revert "Add a warning when replying while not subscribed"Aurélien Bompard2013-04-243-14/+1
| | | | | This reverts commit 8b3f70bb164aec17b81b7dead02be6165ddfd274. It is not necessary anymore, since changeset f4cf3aa9.
* Subscribe the user when replying or postingAurélien Bompard2013-04-243-24/+36
|
* Add a warning when replying while not subscribedAurélien Bompard2013-04-223-1/+14
| | | | Ticket: #46
* Give a better visual clue when BrowserID is loadingAurélien Bompard2013-04-222-1/+5
|
* 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-058-7789/+118
|\ | | | | Change Activity Graph from Protovis to d3 (#43)
| * Change Activity Graph from Protovis to d3 (#43)Aslak Knutsen2013-03-058-7789/+118
| | | | | | | | | | | | | | | | | | 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-043-37/+93
| | | | | | | | | | | | * 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-282-6/+18
| |
* | Switch to the new-style "url" tagAurélien Bompard2013-02-2721-51/+51
| | | | | | | | | | Required by Django >= 1.5 https://docs.djangoproject.com/en/1.5/releases/1.5/
* | Migrate to class-based generic viewsAurélien Bompard2013-02-272-4/+37
| | | | | | | | | | https://docs.djangoproject.com/en/1.4/topics/generic-views-migration/#mimetype Required by Django >= 1.5
* | Fix versionned dependency on mailman in the spec fileAurélien Bompard2013-02-271-1/+1
| |
* | Fix a CSS classAurélien Bompard2013-02-272-13/+15
|/
* Fix unit tests with django-assetsAurélien Bompard2013-02-261-1/+6
|
* 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