Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add categories to threads | Aurélien Bompard | 2013-07-10 | 3 | -0/+18 | |
| | ||||||
* | Fix the reply form on the message page | Aurélien Bompard | 2013-07-05 | 1 | -0/+10 | |
| | ||||||
* | Add an attachment field to replies and new emails | Aurélien Bompard | 2013-07-05 | 2 | -2/+2 | |
| | ||||||
* | Factor thread votes computation | Aurélien Bompard | 2013-06-20 | 1 | -5/+1 | |
| | ||||||
* | Use tabs in the user profile page | Aurélien Bompard | 2013-06-20 | 1 | -57/+72 | |
| | ||||||
* | Add Tabs widget and switch to the smoothness jQuery UI theme | Aurélien Bompard | 2013-06-20 | 1 | -1/+1 | |
| | ||||||
* | Add the tags to the REST API | Aurélien Bompard | 2013-06-19 | 1 | -3/+14 | |
| | ||||||
* | Add an autocomplete widget on the add_tag box | Aurélien Bompard | 2013-06-19 | 1 | -1/+3 | |
| | ||||||
* | Update jQuery and add the Autocomplete widget | Aurélien Bompard | 2013-06-19 | 1 | -4/+4 | |
| | ||||||
* | Minor rename | Aurélien Bompard | 2013-06-18 | 1 | -1/+1 | |
| | ||||||
* | Add Top Posters and Popular Threads widgets to the overview | Aurélien Bompard | 2013-06-18 | 1 | -10/+42 | |
| | ||||||
* | Split the JS code into more manageable chunks | Aurélien Bompard | 2013-06-13 | 2 | -1/+4 | |
| | ||||||
* | A user can remove the tags he added | Aurélien Bompard | 2013-06-13 | 2 | -2/+11 | |
| | ||||||
* | Paginate the list of liked messages in the user profile | Aurélien Bompard | 2013-06-12 | 3 | -38/+50 | |
| | ||||||
* | 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 | 1 | -0/+23 | |
| | ||||||
* | Use the search icon | Aurélien Bompard | 2013-06-10 | 1 | -1/+1 | |
| | ||||||
* | Greatly improve the pager | Aurélien Bompard | 2013-06-06 | 2 | -31/+8 | |
| | ||||||
* | Improve pagination | Aurélien Bompard | 2013-06-06 | 2 | -4/+14 | |
| | ||||||
* | Add search | Aurélien Bompard | 2013-06-06 | 4 | -1/+154 | |
| | ||||||
* | Add a tooltip for the navigation hotkeys | Aurélien Bompard | 2013-06-03 | 1 | -2/+2 | |
| | ||||||
* | Add a navigation bar to skip through unread messages | Aurélien Bompard | 2013-06-03 | 2 | -32/+48 | |
| | ||||||
* | Navigate through unread messages with 'j' and 'k' | Aurélien Bompard | 2013-05-31 | 2 | -2/+3 | |
| | ||||||
* | 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 | |
| |