Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Rework the display of email datetimes using timezones | Aurélien Bompard | 2013-05-27 | 4 | -9/+10 | |
| | ||||||
* | Fix URLs in merged CSS files | Aurélien Bompard | 2013-05-27 | 1 | -1/+1 | |
| | ||||||
* | Display the number of unread replies | Aurélien Bompard | 2013-05-24 | 1 | -1/+6 | |
| | ||||||
* | Display the last viewed threads in the user profile | Aurélien Bompard | 2013-05-23 | 3 | -2/+58 | |
| | ||||||
* | Reorganize AJAX templates | Aurélien Bompard | 2013-05-23 | 3 | -1/+3 | |
| | ||||||
* | Display a marker on unread threads in the month view | Aurélien Bompard | 2013-05-23 | 2 | -7/+11 | |
| | ||||||
* | Track unread threads | Aurélien Bompard | 2013-05-22 | 2 | -2/+6 | |
| | | | | And display markers on unread posts in the thread view. | |||||
* | Reorder bootstrap to have access to the icons | Aurélien Bompard | 2013-05-22 | 1 | -2/+2 | |
| | ||||||
* | Use the new subject_prefix attribute for stripping | Aurélien Bompard | 2013-05-18 | 1 | -1/+7 | |
| | ||||||
* | Load replies in chunks to avoid overloading the browser | Aurélien Bompard | 2013-05-17 | 2 | -20/+9 | |
| | ||||||
* | Load the lists descriptions from Mailman dynamically | Aurélien Bompard | 2013-05-17 | 1 | -11/+15 | |
| | ||||||
* | Dynamically insert replies in the thread | Aurélien Bompard | 2013-05-17 | 1 | -0/+38 | |
| | | | | 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 | 4 | -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 down | Aurélien Bompard | 2013-05-03 | 1 | -0/+7 | |
| | ||||||
* | Standardize flash messages a bit | Aurélien Bompard | 2013-05-03 | 1 | -2/+9 | |
| | ||||||
* | Make it simple to create a new thread instead of replying | Aurélien Bompard | 2013-05-02 | 1 | -2/+11 | |
| | ||||||
* | Refactor voting JS for better separation of concerns | Aurélien Bompard | 2013-04-30 | 1 | -6/+6 | |
| | ||||||
* | Autodetect the enabled authentication backends | Aurélien Bompard | 2013-04-26 | 1 | -24/+33 | |
| | ||||||
* | Add Fedora login provider | Aurélien Bompard | 2013-04-26 | 1 | -0/+2 | |
| | ||||||
* | Enable OpenID login | Aurélien Bompard | 2013-04-26 | 1 | -3/+22 | |
| | ||||||
* | Django 1.4 compatibility | Aurélien Bompard | 2013-04-24 | 1 | -0/+2 | |
| | ||||||
* | Add a 'Create new thread' button to the overview page | Aurélien Bompard | 2013-04-24 | 1 | -0/+6 | |
| | ||||||
* | Revert "Add a warning when replying while not subscribed" | Aurélien Bompard | 2013-04-24 | 2 | -3/+1 | |
| | | | | | This reverts commit 8b3f70bb164aec17b81b7dead02be6165ddfd274. It is not necessary anymore, since changeset f4cf3aa9. | |||||
* | Add a warning when replying while not subscribed | Aurélien Bompard | 2013-04-22 | 2 | -1/+3 | |
| | | | | Ticket: #46 | |||||
* | Give a better visual clue when BrowserID is loading | Aurélien Bompard | 2013-04-22 | 1 | -1/+2 | |
| | ||||||
* | 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 | 2 | -10/+16 | |
|\ | | | | | Change Activity Graph from Protovis to d3 (#43) | |||||
| * | Change Activity Graph from Protovis to d3 (#43) | Aslak Knutsen | 2013-03-05 | 2 | -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 backend | Aslak Knutsen | 2013-03-04 | 1 | -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 fixes | Aurélien Bompard | 2013-02-28 | 1 | -4/+16 | |
| | | ||||||
* | | Switch to the new-style "url" tag | Aurélien Bompard | 2013-02-27 | 19 | -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 file | Aurélien Bompard | 2013-02-27 | 1 | -1/+1 | |
|/ | ||||||
* | Use rjsmin instead of jsmin for licensing reasons | Aurélien Bompard | 2013-02-26 | 1 | -1/+1 | |
| | ||||||
* | 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 | 1 | -1/+1 | |
| | ||||||
* | Use django-assets to compress static files | Aurélien Bompard | 2013-02-23 | 4 | -11/+7 | |
| | ||||||
* | Give a link to gravatar from the user profile | Aurélien Bompard | 2013-02-16 | 1 | -0/+7 | |
| | ||||||
* | The user profile page is now editable (#32) | Aurélien Bompard | 2013-02-14 | 3 | -19/+25 | |
| | ||||||
* | Minor fix in the navigation bar | Aurélien Bompard | 2013-02-14 | 2 | -2/+2 | |
| | ||||||
* | Fix links in activity graph (#42) | Aurélien Bompard | 2013-02-13 | 1 | -1/+1 | |
| | ||||||
* | Minor CSS refactoring | Aurélien Bompard | 2013-02-13 | 7 | -21/+21 | |
| | ||||||
* | Fix the tags display | Aurélien Bompard | 2013-02-13 | 2 | -21/+13 | |
| | ||||||
* | Allow cancelling a vote | Aurélien Bompard | 2013-02-13 | 1 | -5/+13 | |
| | ||||||
* | Minimal login page improvements | Aurélien Bompard | 2013-02-13 | 1 | -2/+6 | |
| | ||||||
* | A few SSL-related fixes | Aurélien Bompard | 2013-02-13 | 1 | -1/+1 | |
| | ||||||
* | Make it possible to disable the internal user DB | Aurélien Bompard | 2013-02-13 | 2 | -4/+8 | |
| | ||||||
* | Rework the login and register forms | Aurélien Bompard | 2013-02-13 | 3 | -29/+36 | |
| | ||||||
* | Add a "Create new thread" button | Aurélien Bompard | 2013-02-12 | 2 | -0/+51 | |
| | ||||||
* | Fix votes, and a javascript error (#37) | Aurélien Bompard | 2013-02-07 | 1 | -0/+17 | |
| |