Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Improve pagination | Aurélien Bompard | 2013-06-06 | 1 | -1/+1 | |
| | ||||||
* | Add search | Aurélien Bompard | 2013-06-06 | 2 | -17/+12 | |
| | ||||||
* | 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 | 2 | -1/+2 | |
| | ||||||
* | Add a navigation bar to skip through unread messages | Aurélien Bompard | 2013-06-03 | 2 | -11/+43 | |
| | ||||||
* | Navigate through unread messages with 'j' and 'k' | Aurélien Bompard | 2013-05-31 | 2 | -0/+124 | |
| | ||||||
* | Fix CSS glitch | Aurélien Bompard | 2013-05-27 | 1 | -1/+1 | |
| | ||||||
* | Display the last viewed threads in the user profile | Aurélien Bompard | 2013-05-23 | 2 | -0/+36 | |
| | ||||||
* | Display a marker on unread threads in the month view | Aurélien Bompard | 2013-05-23 | 3 | -6/+10 | |
| | ||||||
* | Track unread threads | Aurélien Bompard | 2013-05-22 | 2 | -4/+12 | |
| | | | | And display markers on unread posts in the thread view. | |||||
* | Reorder bootstrap to have access to the icons | Aurélien Bompard | 2013-05-22 | 8 | -0/+0 | |
| | ||||||
* | 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 | 1 | -19/+27 | |
| | ||||||
* | Load the lists descriptions from Mailman dynamically | Aurélien Bompard | 2013-05-17 | 1 | -0/+32 | |
| | ||||||
* | Dynamically insert replies in the thread | Aurélien Bompard | 2013-05-17 | 2 | -3/+10 | |
| | | | | Closes: #47 | |||||
* | Speed up page loading on long threads | Aurélien Bompard | 2013-05-14 | 4 | -29/+80 | |
| | | | | | | | | 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. | |||||
* | Standardize flash messages a bit | Aurélien Bompard | 2013-05-03 | 2 | -3/+6 | |
| | ||||||
* | Make it simple to create a new thread instead of replying | Aurélien Bompard | 2013-05-02 | 2 | -2/+28 | |
| | ||||||
* | 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 | 1 | -9/+14 | |
| | ||||||
* | Better OpenID logo | Aurélien Bompard | 2013-04-29 | 1 | -0/+0 | |
| | ||||||
* | Add Fedora login provider | Aurélien Bompard | 2013-04-26 | 2 | -1/+1 | |
| | ||||||
* | Enable OpenID login | Aurélien Bompard | 2013-04-26 | 2 | -2/+11 | |
| | ||||||
* | Add a 'Create new thread' button to the overview page | Aurélien Bompard | 2013-04-24 | 3 | -7/+12 | |
| | ||||||
* | Revert "Add a warning when replying while not subscribed" | Aurélien Bompard | 2013-04-24 | 1 | -11/+0 | |
| | | | | | 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 | 1 | -0/+11 | |
| | | | | Ticket: #46 | |||||
* | Give a better visual clue when BrowserID is loading | Aurélien Bompard | 2013-04-22 | 1 | -0/+3 | |
| | ||||||
* | Merge pull request #2 from aslakknutsen/graph | Aurélien Bompard | 2013-03-05 | 4 | -7777/+92 | |
|\ | | | | | Change Activity Graph from Protovis to d3 (#43) | |||||
| * | Change Activity Graph from Protovis to d3 (#43) | Aslak Knutsen | 2013-03-05 | 4 | -7777/+92 | |
| | | | | | | | | | | | | | | | | | | 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. | |||||
* | | Fix a CSS class | Aurélien Bompard | 2013-02-27 | 2 | -13/+15 | |
|/ | ||||||
* | Split up CSS for clarity | Aurélien Bompard | 2013-02-23 | 8 | -909/+896 | |
| | ||||||
* | Updated logo | Aurélien Bompard | 2013-02-22 | 4 | -1739/+1201 | |
| | ||||||
* | Give a link to gravatar from the user profile | Aurélien Bompard | 2013-02-16 | 1 | -1/+19 | |
| | ||||||
* | The user profile page is now editable (#32) | Aurélien Bompard | 2013-02-14 | 1 | -98/+94 | |
| | ||||||
* | Fix links in activity graph (#42) | Aurélien Bompard | 2013-02-13 | 2 | -1/+4 | |
| | ||||||
* | Minor CSS refactoring | Aurélien Bompard | 2013-02-13 | 2 | -81/+24 | |
| | ||||||
* | Fix the tags display | Aurélien Bompard | 2013-02-13 | 1 | -12/+21 | |
| | ||||||
* | Allow cancelling a vote | Aurélien Bompard | 2013-02-13 | 1 | -6/+8 | |
| | ||||||
* | Fix JS error in favorites | Aurélien Bompard | 2013-02-13 | 1 | -1/+1 | |
| | ||||||
* | Minimal login page improvements | Aurélien Bompard | 2013-02-13 | 1 | -0/+0 | |
| | ||||||
* | Rework the login and register forms | Aurélien Bompard | 2013-02-13 | 2 | -9/+11 | |
| | ||||||
* | Add a "Create new thread" button | Aurélien Bompard | 2013-02-12 | 2 | -3/+45 | |
| | ||||||
* | Fix votes, and a javascript error (#37) | Aurélien Bompard | 2013-02-07 | 1 | -20/+1 | |
| | ||||||
* | Fix the tags search view (#35) | Aurélien Bompard | 2013-02-07 | 2 | -8/+29 | |
| | | | | | And factor some views/templates while I'm at it. And remove unused/obsolete stuff in the same move. | |||||
* | Add a tooltip when login is required (#36) | Aurélien Bompard | 2013-02-07 | 27 | -462/+1427 | |
| | | | | | | | | | This needs a rebuild of the jquery-ui package. It has been applied to: - inline replies - like/dislike links - favorites | |||||
* | Add a link to quote the message being replied to | Aurélien Bompard | 2013-02-06 | 2 | -2/+24 | |
| | ||||||
* | Refactoring of HTML tags and CSS classes | Aurélien Bompard | 2013-02-06 | 2 | -64/+59 | |
| | ||||||
* | Improve the front page's appearance | Aurélien Bompard | 2013-02-05 | 1 | -6/+10 | |
| | ||||||
* | Fix typo in 0e944bed | Aurélien Bompard | 2013-02-05 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'posting' | Aurélien Bompard | 2013-02-04 | 4 | -11/+97 | |
|\ |