Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revive the 'discussions by category' widget on the overview page | Aurélien Bompard | 2013-07-12 | 1 | -8/+13 |
| | |||||
* | Don't display threads without votes in the popular threads | Aurélien Bompard | 2013-07-12 | 1 | -1/+2 |
| | |||||
* | Handle leftover votes & favorites | Aurélien Bompard | 2013-07-11 | 1 | -1/+11 |
| | |||||
* | Add the category on the threads list | Aurélien Bompard | 2013-07-11 | 2 | -2/+10 |
| | |||||
* | Factorize the category widget code | Aurélien Bompard | 2013-07-11 | 1 | -27/+2 |
| | |||||
* | Manage thread categories in the database | Aurélien Bompard | 2013-07-11 | 1 | -10/+21 |
| | |||||
* | Add categories to threads | Aurélien Bompard | 2013-07-10 | 2 | -1/+48 |
| | |||||
* | Make a widget to add multiple attachments | Aurélien Bompard | 2013-07-08 | 1 | -2/+28 |
| | |||||
* | Request list info on the front page in bulk | Aurélien Bompard | 2013-07-08 | 1 | -0/+3 |
| | |||||
* | Refactor tests to avoid override_settings | Aurélien Bompard | 2013-07-08 | 1 | -1/+2 |
| | | | | | Requires this issue to be fixed upstream: https://github.com/miracle2k/django-assets/issues/3 | ||||
* | Add an attachment field to replies and new emails | Aurélien Bompard | 2013-07-05 | 2 | -2/+6 |
| | |||||
* | Factor thread votes computation | Aurélien Bompard | 2013-06-20 | 1 | -32/+11 |
| | |||||
* | Add an autocomplete widget on the add_tag box | Aurélien Bompard | 2013-06-19 | 1 | -0/+12 |
| | |||||
* | Add Top Posters and Popular Threads widgets to the overview | Aurélien Bompard | 2013-06-18 | 1 | -4/+21 |
| | |||||
* | A user can remove the tags he added | Aurélien Bompard | 2013-06-13 | 2 | -17/+29 |
| | |||||
* | Paginate the list of liked messages in the user profile | Aurélien Bompard | 2013-06-12 | 1 | -21/+17 |
| | |||||
* | Add a select box to change the search results ordering | Aurélien Bompard | 2013-06-11 | 1 | -2/+15 |
| | |||||
* | Fix unit tests for voting | Aurélien Bompard | 2013-06-06 | 1 | -4/+1 |
| | |||||
* | Greatly improve the pager | Aurélien Bompard | 2013-06-06 | 3 | -36/+6 |
| | |||||
* | Improve pagination | Aurélien Bompard | 2013-06-06 | 3 | -2/+4 |
| | |||||
* | Add search | Aurélien Bompard | 2013-06-06 | 5 | -53/+116 |
| | |||||
* | Add a navigation bar to skip through unread messages | Aurélien Bompard | 2013-06-03 | 1 | -0/+10 |
| | |||||
* | Timezones can be specified in the user's profile | Aurélien Bompard | 2013-05-30 | 2 | -4/+9 |
| | |||||
* | Protect agains orphan tags | Aurélien Bompard | 2013-05-28 | 1 | -1/+3 |
| | |||||
* | Simple unknown ML protection | Aurélien Bompard | 2013-05-27 | 1 | -0/+2 |
| | |||||
* | Rework the display of email datetimes using timezones | Aurélien Bompard | 2013-05-27 | 3 | -4/+8 |
| | |||||
* | Also get the last view time when displaying a single message | Aurélien Bompard | 2013-05-27 | 1 | -1/+15 |
| | |||||
* | Add a unit test for unread posts | Aurélien Bompard | 2013-05-24 | 1 | -4/+3 |
| | |||||
* | Cleanups | Aurélien Bompard | 2013-05-24 | 4 | -48/+4 |
| | |||||
* | 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 | 1 | -1/+31 |
| | |||||
* | Reorganize AJAX templates | Aurélien Bompard | 2013-05-23 | 2 | -2/+2 |
| | |||||
* | Display a marker on unread threads in the month view | Aurélien Bompard | 2013-05-23 | 1 | -1/+15 |
| | |||||
* | Track unread threads | Aurélien Bompard | 2013-05-22 | 1 | -1/+19 |
| | | | | And display markers on unread posts in the thread view. | ||||
* | Cleanup unused imports | Aurélien Bompard | 2013-05-21 | 3 | -3/+1 |
| | |||||
* | Use the new subject_prefix attribute for stripping | Aurélien Bompard | 2013-05-18 | 1 | -0/+3 |
| | |||||
* | Load replies in chunks to avoid overloading the browser | Aurélien Bompard | 2013-05-17 | 1 | -20/+25 |
| | |||||
* | Load the lists descriptions from Mailman dynamically | Aurélien Bompard | 2013-05-17 | 1 | -0/+28 |
| | |||||
* | Dynamically insert replies in the thread | Aurélien Bompard | 2013-05-17 | 1 | -2/+14 |
| | | | | Closes: #47 | ||||
* | Speed up page loading on long threads | Aurélien Bompard | 2013-05-14 | 1 | -12/+65 |
| | | | | | | | | 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 | -5/+14 |
| | |||||
* | Standardize flash messages a bit | Aurélien Bompard | 2013-05-03 | 2 | -13/+6 |
| | |||||
* | Make it simple to create a new thread instead of replying | Aurélien Bompard | 2013-05-02 | 2 | -9/+15 |
| | |||||
* | Raise 404 on non-existant lists | Aurélien Bompard | 2013-04-29 | 1 | -0/+3 |
| | |||||
* | Autodetect the enabled authentication backends | Aurélien Bompard | 2013-04-26 | 1 | -1/+17 |
| | |||||
* | Subscribe the user when replying or posting | Aurélien Bompard | 2013-04-24 | 2 | -24/+3 |
| | |||||
* | Merge pull request #2 from aslakknutsen/graph | Aurélien Bompard | 2013-03-05 | 1 | -2/+5 |
|\ | | | | | Change Activity Graph from Protovis to d3 (#43) | ||||
| * | Change Activity Graph from Protovis to d3 (#43) | Aslak Knutsen | 2013-03-05 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | | Migrate to class-based generic views | Aurélien Bompard | 2013-02-27 | 1 | -0/+30 |
|/ | | | | | https://docs.djangoproject.com/en/1.4/topics/generic-views-migration/#mimetype Required by Django >= 1.5 | ||||
* | The user profile page is now editable (#32) | Aurélien Bompard | 2013-02-14 | 3 | -3/+39 |
| |