Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Minor fix in the navigation bar | Aurélien Bompard | 2013-02-14 | 1 | -4/+2 |
| | |||||
* | Fix links in activity graph (#42) | Aurélien Bompard | 2013-02-13 | 1 | -4/+17 |
| | |||||
* | Fix the tags display | Aurélien Bompard | 2013-02-13 | 2 | -1/+8 |
| | |||||
* | Allow cancelling a vote | Aurélien Bompard | 2013-02-13 | 3 | -38/+52 |
| | |||||
* | Make it possible to disable the internal user DB | Aurélien Bompard | 2013-02-13 | 1 | -0/+3 |
| | |||||
* | Some cleanups, use Django shortcuts | Aurélien Bompard | 2013-02-13 | 6 | -149/+43 |
| | |||||
* | Use context processors to export settings | Aurélien Bompard | 2013-02-13 | 4 | -6/+0 |
| | |||||
* | Rework the login and register forms | Aurélien Bompard | 2013-02-13 | 2 | -20/+41 |
| | |||||
* | Add a "Create new thread" button | Aurélien Bompard | 2013-02-12 | 4 | -21/+77 |
| | |||||
* | Fix votes, and a javascript error (#37) | Aurélien Bompard | 2013-02-07 | 2 | -1/+1 |
| | |||||
* | Fix the tags search view (#35) | Aurélien Bompard | 2013-02-07 | 3 | -114/+47 |
| | | | | | 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 | 3 | -63/+11 |
| | | | | | - make sure we always use the message_id_hash - factor some code | ||||
* | Use the logout view provided by Django | Aurélien Bompard | 2013-02-07 | 1 | -5/+0 |
| | |||||
* | Use the email count in activity, not the thread count | Aurélien Bompard | 2013-02-06 | 1 | -19/+12 |
| | | | | As discussed on the hyperkitty-devel mailing-list. | ||||
* | Normalize some variable names | Aurélien Bompard | 2013-02-05 | 2 | -14/+15 |
| | |||||
* | Merge branch 'posting' | Aurélien Bompard | 2013-02-04 | 4 | -2/+37 |
|\ | |||||
| * | Inline replies | Aurélien Bompard | 2013-02-01 | 4 | -2/+37 |
| | | |||||
* | | Display the list description on the front page | Aurélien Bompard | 2013-02-04 | 1 | -2/+2 |
| | | |||||
* | | Rethink urls to be more hierarchic and less RPC | Aurélien Bompard | 2013-02-04 | 2 | -3/+4 |
|/ | |||||
* | fix the favorites system | Aurélien Bompard | 2013-01-28 | 3 | -11/+78 |
| | |||||
* | Fix accordion widget and add_tag button | Aurélien Bompard | 2013-01-25 | 2 | -3/+3 |
| | |||||
* | Fixes on the login form | Aurélien Bompard | 2013-01-25 | 1 | -27/+4 |
| |