Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a config option to only display lists from the same virtual host | Aurélien Bompard | 2013-12-04 | 1 | -0/+7 |
| | |||||
* | Better handling of the user votes cache | Aurélien Bompard | 2013-12-01 | 1 | -4/+5 |
| | |||||
* | Create a Storm-compatible paginator | Aurélien Bompard | 2013-12-01 | 2 | -39/+101 |
| | |||||
* | Don't use the search engine to display a user's posts | Aurélien Bompard | 2013-11-30 | 1 | -2/+2 |
| | |||||
* | Cache the user's vote on his/her profile | Aurélien Bompard | 2013-11-29 | 1 | -14/+11 |
| | |||||
* | Fix bug in voting when emails in different lists have the same msgid | Aurélien Bompard | 2013-11-29 | 1 | -5/+7 |
| | |||||
* | Improve and write tests for the set_thread_votes function | Aurélien Bompard | 2013-11-20 | 1 | -15/+8 |
| | |||||
* | Optimize the list evolution request | Aurélien Bompard | 2013-11-20 | 1 | -4/+4 |
| | |||||
* | Cache the votes for threads | Aurélien Bompard | 2013-11-20 | 1 | -3/+11 |
| | |||||
* | KittyStore does not auto-upgrade its schema anymore | Aurélien Bompard | 2013-11-20 | 1 | -88/+0 |
| | |||||
* | Move error templates in their own directory | Aurélien Bompard | 2013-11-20 | 1 | -1/+1 |
| | |||||
* | Front page redesign | Aurélien Bompard | 2013-11-20 | 1 | -0/+25 |
| | |||||
* | Handle permissions on private mailing-lists | Aurélien Bompard | 2013-10-18 | 1 | -0/+41 |
| | |||||
* | Protect against empty subjects | Aurélien Bompard | 2013-09-11 | 1 | -0/+4 |
| | |||||
* | Add email and subscriptions to the user profile | Aurélien Bompard | 2013-08-15 | 1 | -0/+45 |
| | |||||
* | Get the KittyStore using the settings object | Aurélien Bompard | 2013-08-02 | 1 | -6/+2 |
| | |||||
* | Add a page to reattach a broken thread | Aurélien Bompard | 2013-07-18 | 1 | -0/+1 |
| | |||||
* | Cleanups in the lib/__init__.py file | Aurélien Bompard | 2013-07-15 | 3 | -204/+237 |
| | |||||
* | Show the unread icon in the overview page | Aurélien Bompard | 2013-07-15 | 1 | -1/+21 |
| | |||||
* | Revive the 'discussions by category' widget on the overview page | Aurélien Bompard | 2013-07-12 | 1 | -6/+18 |
| | |||||
* | Improve display of the category on the threads list | Aurélien Bompard | 2013-07-11 | 1 | -1/+1 |
| | |||||
* | Factorize the category widget code | Aurélien Bompard | 2013-07-11 | 1 | -0/+26 |
| | |||||
* | Manage thread categories in the database | Aurélien Bompard | 2013-07-11 | 1 | -1/+0 |
| | |||||
* | Add an attachment field to replies and new emails | Aurélien Bompard | 2013-07-05 | 1 | -4/+15 |
| | |||||
* | Factor thread votes computation | Aurélien Bompard | 2013-06-20 | 1 | -1/+26 |
| | |||||
* | Add Top Posters and Popular Threads widgets to the overview | Aurélien Bompard | 2013-06-18 | 1 | -4/+6 |
| | |||||
* | Protect paginate against invalid values | Aurélien Bompard | 2013-06-13 | 1 | -0/+4 |
| | |||||
* | Greatly improve the pager | Aurélien Bompard | 2013-06-06 | 1 | -0/+36 |
| | |||||
* | Add search | Aurélien Bompard | 2013-06-06 | 1 | -0/+2 |
| | |||||
* | Fix subject stripping | Aurélien Bompard | 2013-05-27 | 1 | -1/+1 |
| | | | | See changeset 2b0aba32. | ||||
* | Cleanups | Aurélien Bompard | 2013-05-24 | 1 | -2/+2 |
| | |||||
* | Cleanup unused imports | Aurélien Bompard | 2013-05-21 | 1 | -1/+1 |
| | |||||
* | Use the new subject_prefix attribute for stripping | Aurélien Bompard | 2013-05-18 | 1 | -3/+2 |
| | |||||
* | Fix some 500 errors | Aurélien Bompard | 2013-05-17 | 1 | -2/+4 |
| | |||||
* | Handle errors when Mailman's REST server is down | Aurélien Bompard | 2013-05-03 | 2 | -10/+44 |
| | |||||
* | Standardize flash messages a bit | Aurélien Bompard | 2013-05-03 | 1 | -1/+6 |
| | |||||
* | Use SSL in the Fedora auth backend | Aurélien Bompard | 2013-04-27 | 1 | -1/+1 |
| | |||||
* | Add Fedora login provider | Aurélien Bompard | 2013-04-26 | 1 | -0/+29 |
| | |||||
* | 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. | ||||
* | Subscribe the user when replying or posting | Aurélien Bompard | 2013-04-24 | 1 | -0/+33 |
| | |||||
* | Change Activity Graph from Protovis to d3 (#43) | Aslak Knutsen | 2013-03-05 | 1 | -0/+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. | ||||
* | Allow cancelling a vote | Aurélien Bompard | 2013-02-13 | 2 | -16/+54 |
| | |||||
* | Fix votes (#34) | Aurélien Bompard | 2013-02-07 | 1 | -0/+17 |
| | | | | | - make sure we always use the message_id_hash - factor some code | ||||
* | Move the thread sorting code to kittystore | Aurélien Bompard | 2013-01-09 | 1 | -21/+0 |
| | |||||
* | Move the archiver module to the root of the distribution | Aurélien Bompard | 2013-01-04 | 1 | -115/+0 |
| | |||||
* | Sort replies by thread, with indentation | Aurélien Bompard | 2012-12-14 | 1 | -0/+21 |
| | |||||
* | Fix the archives view for december | Aurélien Bompard | 2012-12-13 | 1 | -0/+16 |
| | |||||
* | Non-code changes (license texts, indentation, etc.) | Aurélien Bompard | 2012-12-10 | 5 | -2/+65 |
| | |||||
* | Make SQL debug output configurable | Aurélien Bompard | 2012-11-25 | 1 | -2/+4 |
| | |||||
* | Adapt archiver configuration to the new code in mailman | Aurélien Bompard | 2012-11-06 | 1 | -2/+4 |
| |