summaryrefslogtreecommitdiffstats
path: root/hyperkitty
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Split up CSS for clarityAurélien Bompard2013-02-239-910/+897
|
* Use django-assets to compress static filesAurélien Bompard2013-02-234-11/+7
|
* Updated logoAurélien Bompard2013-02-224-1739/+1201
|
* Fix running the unit tests in the spec fileAurélien Bompard2013-02-192-10/+20
|
* Fix unit testsAurélien Bompard2013-02-193-61/+9
|
* Give a link to gravatar from the user profileAurélien Bompard2013-02-162-1/+26
|
* Add HK models to the admin interfaceAurélien Bompard2013-02-141-5/+15
|
* The user profile page is now editable (#32)Aurélien Bompard2013-02-147-120/+158
|
* Minor fix in the navigation barAurélien Bompard2013-02-143-6/+4
|
* Fix links in activity graph (#42)Aurélien Bompard2013-02-134-6/+22
|
* Minor CSS refactoringAurélien Bompard2013-02-139-102/+45
|
* Fix the tags displayAurélien Bompard2013-02-135-34/+42
|
* Allow cancelling a voteAurélien Bompard2013-02-138-82/+208
|
* Fix JS error in favoritesAurélien Bompard2013-02-131-1/+1
|
* Minimal login page improvementsAurélien Bompard2013-02-132-2/+6
|
* A few SSL-related fixesAurélien Bompard2013-02-133-5/+5
|
* Make it possible to disable the internal user DBAurélien Bompard2013-02-133-4/+11
|
* Some cleanups, use Django shortcutsAurélien Bompard2013-02-137-150/+44
|
* Use context processors to export settingsAurélien Bompard2013-02-135-8/+4
|