Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Fix running the unit tests in the spec file | Aurélien Bompard | 2013-02-19 | 3 | -11/+22 | |
| | ||||||
* | Update spec file | Aurélien Bompard | 2013-02-19 | 2 | -5/+17 | |
| | ||||||
* | Fix unit tests | Aurélien Bompard | 2013-02-19 | 4 | -63/+13 | |
| | ||||||
* | Add documentation on upgrades | Aurélien Bompard | 2013-02-18 | 1 | -0/+32 | |
| | ||||||
* | Give a link to gravatar from the user profile | Aurélien Bompard | 2013-02-16 | 2 | -1/+26 | |
| | ||||||
* | Add HK models to the admin interface | Aurélien Bompard | 2013-02-14 | 1 | -5/+15 | |
| | ||||||
* | The user profile page is now editable (#32) | Aurélien Bompard | 2013-02-14 | 7 | -120/+158 | |
| | ||||||
* | Minor fix in the navigation bar | Aurélien Bompard | 2013-02-14 | 3 | -6/+4 | |
| | ||||||
* | Fix links in activity graph (#42) | Aurélien Bompard | 2013-02-13 | 4 | -6/+22 | |
| | ||||||
* | Minor CSS refactoring | Aurélien Bompard | 2013-02-13 | 9 | -102/+45 | |
| | ||||||
* | Fix the tags display | Aurélien Bompard | 2013-02-13 | 5 | -34/+42 | |
| | ||||||
* | Allow cancelling a vote | Aurélien Bompard | 2013-02-13 | 8 | -82/+208 | |
| | ||||||
* | Fix JS error in favorites | Aurélien Bompard | 2013-02-13 | 1 | -1/+1 | |
| | ||||||
* | Minimal login page improvements | Aurélien Bompard | 2013-02-13 | 2 | -2/+6 | |
| | ||||||
* | A few SSL-related fixes | Aurélien Bompard | 2013-02-13 | 3 | -5/+5 | |
| | ||||||
* | Make it possible to disable the internal user DB | Aurélien Bompard | 2013-02-13 | 3 | -4/+11 | |
| | ||||||
* | Some cleanups, use Django shortcuts | Aurélien Bompard | 2013-02-13 | 7 | -150/+44 | |
| | ||||||
* | Use context processors to export settings | Aurélien Bompard | 2013-02-13 | 5 | -8/+4 | |
| | ||||||
* | Rework the login and register forms | Aurélien Bompard | 2013-02-13 | 7 | -58/+88 | |
| | ||||||
* | Add a "Create new thread" button | Aurélien Bompard | 2013-02-12 | 10 | -24/+176 | |
| | ||||||
* | SSL redirect middleware | Aurélien Bompard | 2013-02-12 | 2 | -1/+41 | |
| | | | | | Redirect the login page to SSL, and keep browsing in SSL while the user is logged in. | |||||
* | Fix votes, and a javascript error (#37) | Aurélien Bompard | 2013-02-07 | 4 | -21/+19 | |
| | ||||||
* | Fix the tags search view (#35) | Aurélien Bompard | 2013-02-07 | 21 | -404/+225 | |
| | | | | | And factor some views/templates while I'm at it. And remove unused/obsolete stuff in the same move. | |||||
* | Fix votes (#34) | Aurélien Bompard | 2013-02-07 | 4 | -63/+28 | |
| | | | | | - make sure we always use the message_id_hash - factor some code | |||||
* | Add a tooltip when login is required (#36) | Aurélien Bompard | 2013-02-07 | 31 | -468/+1433 | |
| | | | | | | | | | This needs a rebuild of the jquery-ui package. It has been applied to: - inline replies - like/dislike links - favorites |