Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Don't alert on error when the AJAX request is cancelled | Aurélien Bompard | 2013-05-18 | 1 | -1/+3 | |
| | ||||||
* | Load replies in chunks to avoid overloading the browser | Aurélien Bompard | 2013-05-17 | 4 | -59/+61 | |
| | ||||||
* | Load the lists descriptions from Mailman dynamically | Aurélien Bompard | 2013-05-17 | 4 | -11/+76 | |
| | ||||||
* | Fix some 500 errors | Aurélien Bompard | 2013-05-17 | 1 | -2/+4 | |
| | ||||||
* | Dynamically insert replies in the thread | Aurélien Bompard | 2013-05-17 | 4 | -5/+62 | |
| | | | | Closes: #47 | |||||
* | Make it even more explicit that Persona is loading | Aurélien Bompard | 2013-05-17 | 1 | -2/+5 | |
| | ||||||
* | Speed up page loading on long threads | Aurélien Bompard | 2013-05-14 | 12 | -66/+190 | |
| | | | | | | | | 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 down | Aurélien Bompard | 2013-05-03 | 4 | -15/+65 | |
| | ||||||
* | Standardize flash messages a bit | Aurélien Bompard | 2013-05-03 | 6 | -19/+27 | |
| | ||||||
* | Make it simple to create a new thread instead of replying | Aurélien Bompard | 2013-05-02 | 5 | -13/+54 | |
| | ||||||
* | Display errors when failing to add a favorite | Aurélien Bompard | 2013-04-30 | 1 | -3/+1 | |
| | ||||||
* | Refactor voting JS for better separation of concerns | Aurélien Bompard | 2013-04-30 | 2 | -15/+20 | |
| | ||||||
* | Allow longer list names in the database | Aurélien Bompard | 2013-04-30 | 2 | -3/+102 | |
| | ||||||
* | Better OpenID logo | Aurélien Bompard | 2013-04-29 | 1 | -0/+0 | |
| | ||||||
* | Raise 404 on non-existant lists | Aurélien Bompard | 2013-04-29 | 1 | -0/+3 | |
| | ||||||
* | Use SSL in the Fedora auth backend | Aurélien Bompard | 2013-04-27 | 1 | -1/+1 | |
| | ||||||
* | Autodetect the enabled authentication backends | Aurélien Bompard | 2013-04-26 | 3 | -26/+52 | |
| | ||||||
* | Add Fedora login provider | Aurélien Bompard | 2013-04-26 | 4 | -1/+32 | |
| | ||||||
* | Enable OpenID login | Aurélien Bompard | 2013-04-26 | 3 | -5/+33 | |
| | ||||||
* | Django 1.4 compatibility | Aurélien Bompard | 2013-04-24 | 2 | -1/+3 | |
| | ||||||
* | We now require mailmanclient | Aurélien Bompard | 2013-04-24 | 2 | -0/+3 | |
| | ||||||
* | Add a 'Create new thread' button to the overview page | Aurélien Bompard | 2013-04-24 | 4 | -7/+18 | |
| | ||||||
* | Commit to Kittystore after each successful page load | Aurélien Bompard | 2013-04-24 | 1 | -2/+3 | |
| | | | | To avoid being stuck in a transaction and show stale data. | |||||
* | Revert "Add a warning when replying while not subscribed" | Aurélien Bompard | 2013-04-24 | 3 | -14/+1 | |
| | | | | | This reverts commit 8b3f70bb164aec17b81b7dead02be6165ddfd274. It is not necessary anymore, since changeset f4cf3aa9. | |||||
* | Subscribe the user when replying or posting | Aurélien Bompard | 2013-04-24 | 3 | -24/+36 | |
| | ||||||
* | Improve doc about the databases | Aurélien Bompard | 2013-04-24 | 1 | -1/+12 | |
| | ||||||
* | Add a missing command to the doc | Aurélien Bompard | 2013-04-23 | 1 | -0/+1 | |
| | ||||||
* | Add a warning when replying while not subscribed | Aurélien Bompard | 2013-04-22 | 3 | -1/+14 | |
| | | | | Ticket: #46 | |||||
* | Give a better visual clue when BrowserID is loading | Aurélien Bompard | 2013-04-22 | 2 | -1/+5 | |
| | ||||||
* | Improve packaging | Aurélien Bompard | 2013-04-22 | 1 | -7/+18 | |
| | ||||||
* | Add some doc snippets | Aurélien Bompard | 2013-04-22 | 2 | -0/+33 | |
| | ||||||
* | Use the url tag from future for Django 1.5 compat | Aurélien Bompard | 2013-03-21 | 19 | -0/+22 | |
| | ||||||
* | Merge pull request #2 from aslakknutsen/graph | Aurélien Bompard | 2013-03-05 | 8 | -7789/+118 | |
|\ | | | | | Change Activity Graph from Protovis to d3 (#43) | |||||
| * | Change Activity Graph from Protovis to d3 (#43) | Aslak Knutsen | 2013-03-05 | 8 | -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 backend | Aslak Knutsen | 2013-03-04 | 4 | -38/+94 | |
| | | | | | | | | | | | | * 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 fixes | Aurélien Bompard | 2013-02-28 | 2 | -6/+18 | |
| | | ||||||
* | | Switch to the new-style "url" tag | Aurélien Bompard | 2013-02-27 | 21 | -51/+51 | |
| | | | | | | | | | | Required by Django >= 1.5 https://docs.djangoproject.com/en/1.5/releases/1.5/ | |||||
* | | Migrate to class-based generic views | Aurélien Bompard | 2013-02-27 | 2 | -4/+37 | |
| | | | | | | | | | | https://docs.djangoproject.com/en/1.4/topics/generic-views-migration/#mimetype Required by Django >= 1.5 | |||||
* | | Update the docs | Aurélien Bompard | 2013-02-27 | 2 | -2/+3 | |
| | | ||||||
* | | Fix versionned dependency on mailman in the spec file | Aurélien Bompard | 2013-02-27 | 2 | -2/+2 | |
| | | ||||||
* | | Fix a CSS class | Aurélien Bompard | 2013-02-27 | 2 | -13/+15 | |
|/ | ||||||
* | Fix unit tests with django-assets | Aurélien Bompard | 2013-02-26 | 1 | -1/+6 | |
| | ||||||
* | Use rjsmin instead of jsmin for licensing reasons | Aurélien Bompard | 2013-02-26 | 3 | -2/+8 | |
| | ||||||
* | Handle Django and South RPM names in F17 | Aurélien Bompard | 2013-02-26 | 1 | -4/+14 | |
| | ||||||
* | Bump version | Aurélien Bompard | 2013-02-23 | 3 | -4/+4 | |
| | ||||||
* | jQuery UI does not like to be minified again | Aurélien Bompard | 2013-02-23 | 1 | -3/+5 | |
| | | | | It causes javascript errors and 404 errors on images | |||||
* | Split up CSS for clarity | Aurélien Bompard | 2013-02-23 | 9 | -910/+897 | |
| | ||||||
* | Use django-assets to compress static files | Aurélien Bompard | 2013-02-23 | 5 | -11/+10 | |
| | ||||||
* | Fix BuildReqs in the spec file | Aurélien Bompard | 2013-02-22 | 1 | -0/+1 | |
| | ||||||
* | Updated logo | Aurélien Bompard | 2013-02-22 | 4 | -1739/+1201 | |
| |