Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Top Posters and Popular Threads widgets to the overview | Aurélien Bompard | 2013-06-18 | 4 | -22/+77 |
| | |||||
* | Protect paginate against invalid values | Aurélien Bompard | 2013-06-13 | 1 | -0/+4 |
| | |||||
* | Split the JS code into more manageable chunks | Aurélien Bompard | 2013-06-13 | 7 | -263/+345 |
| | |||||
* | A user can remove the tags he added | Aurélien Bompard | 2013-06-13 | 9 | -27/+176 |
| | |||||
* | Paginate the list of liked messages in the user profile | Aurélien Bompard | 2013-06-12 | 6 | -62/+89 |
| | |||||
* | Use spaces instead of tabs in the templates | Aurélien Bompard | 2013-06-12 | 27 | -1154/+1100 |
| | |||||
* | Add a select box to change the search results ordering | Aurélien Bompard | 2013-06-11 | 3 | -2/+47 |
| | |||||
* | Use the search icon | Aurélien Bompard | 2013-06-10 | 1 | -1/+1 |
| | |||||
* | Fix a test broken by commit fcdaa7f3 | Aurélien Bompard | 2013-06-06 | 1 | -3/+4 |
| | |||||
* | Fix unit tests for voting | Aurélien Bompard | 2013-06-06 | 2 | -4/+2 |
| | |||||
* | Greatly improve the pager | Aurélien Bompard | 2013-06-06 | 7 | -68/+101 |
| | |||||
* | Improve pagination | Aurélien Bompard | 2013-06-06 | 7 | -9/+26 |
| | |||||
* | Add search | Aurélien Bompard | 2013-06-06 | 15 | -75/+298 |
| | |||||
* | Fix a old bug in the Archiver interface | Aurélien Bompard | 2013-06-06 | 1 | -2/+4 |
| | | | | This was really stupid. I don't code when I'm drunk though. | ||||
* | Open the last month menu on the overview page | Aurélien Bompard | 2013-06-05 | 1 | -1/+1 |
| | |||||
* | Add a tooltip for the navigation hotkeys | Aurélien Bompard | 2013-06-03 | 3 | -3/+4 |
| | |||||
* | Add a navigation bar to skip through unread messages | Aurélien Bompard | 2013-06-03 | 5 | -43/+101 |
| | |||||
* | Navigate through unread messages with 'j' and 'k' | Aurélien Bompard | 2013-05-31 | 4 | -2/+127 |
| | |||||
* | A thread's active date is always in UTC | Aurélien Bompard | 2013-05-30 | 1 | -3/+2 |
| | |||||
* | Timezones can be specified in the user's profile | Aurélien Bompard | 2013-05-30 | 5 | -4/+131 |
| | |||||
* | 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 | 9 | -24/+38 |
| | |||||
* | Also get the last view time when displaying a single message | Aurélien Bompard | 2013-05-27 | 1 | -1/+15 |
| | |||||
* | Fix subject stripping | Aurélien Bompard | 2013-05-27 | 1 | -1/+1 |
| | | | | See changeset 2b0aba32. | ||||
* | Fix URLs in merged CSS files | Aurélien Bompard | 2013-05-27 | 1 | -1/+1 |
| | |||||
* | Fix CSS glitch | Aurélien Bompard | 2013-05-27 | 1 | -1/+1 |
| | |||||
* | Add a unit test for unread posts | Aurélien Bompard | 2013-05-24 | 2 | -7/+73 |
| | |||||
* | Cleanups | Aurélien Bompard | 2013-05-24 | 7 | -58/+8 |
| | |||||
* | Display the number of unread replies | Aurélien Bompard | 2013-05-24 | 2 | -2/+12 |
| | |||||
* | Add some database indices | Aurélien Bompard | 2013-05-24 | 2 | -8/+145 |
| | |||||
* | Display the last viewed threads in the user profile | Aurélien Bompard | 2013-05-23 | 8 | -4/+127 |
| | |||||
* | Reorganize AJAX templates | Aurélien Bompard | 2013-05-23 | 5 | -3/+5 |
| | |||||
* | Display a marker on unread threads in the month view | Aurélien Bompard | 2013-05-23 | 7 | -17/+38 |
| | |||||
* | Track unread threads | Aurélien Bompard | 2013-05-22 | 8 | -7/+163 |
| | | | | And display markers on unread posts in the thread view. | ||||
* | Reorder bootstrap to have access to the icons | Aurélien Bompard | 2013-05-22 | 9 | -2/+2 |
| | |||||
* | Cleanup unused imports | Aurélien Bompard | 2013-05-21 | 10 | -19/+5 |
| | |||||
* | Use the new subject_prefix attribute for stripping | Aurélien Bompard | 2013-05-18 | 4 | -5/+13 |
| | |||||
* | Don't alert on error when the AJAX request is cancelled | Aurélien Bompard | 2013-05-18 | 1 | -1/+3 |
| | |||||
* | Load replies in chunks to avoid overloading the browser | Aurélien Bompard | 2013-05-17 | 4 | -59/+61 |
| | |||||
* | Load the lists descriptions from Mailman dynamically | Aurélien Bompard | 2013-05-17 | 4 | -11/+76 |
| | |||||
* | Fix some 500 errors | Aurélien Bompard | 2013-05-17 | 1 | -2/+4 |
| | |||||
* | Dynamically insert replies in the thread | Aurélien Bompard | 2013-05-17 | 4 | -5/+62 |
| | | | | 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 | 10 | -66/+187 |
| | | | | | | | | 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 | 4 | -15/+65 |
| | |||||
* | Standardize flash messages a bit | Aurélien Bompard | 2013-05-03 | 6 | -19/+27 |
| | |||||
* | Make it simple to create a new thread instead of replying | Aurélien Bompard | 2013-05-02 | 5 | -13/+54 |
| | |||||
* | Display errors when failing to add a favorite | Aurélien Bompard | 2013-04-30 | 1 | -3/+1 |
| | |||||
* | Refactor voting JS for better separation of concerns | Aurélien Bompard | 2013-04-30 | 2 | -15/+20 |
| |