Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ | |||||
| * | give focus to the reply field when opened | Aurélien Bompard | 2013-02-01 | 1 | -1/+5 |
| | | |||||
| * | Inline replies | Aurélien Bompard | 2013-02-01 | 4 | -11/+93 |
| | | |||||
* | | Display the list description on the front page | Aurélien Bompard | 2013-02-04 | 1 | -0/+2 |
|/ | |||||
* | Minor cosmetics in the navbar, month page title, and user profile | Aurélien Bompard | 2013-02-01 | 1 | -17/+9 |
| | |||||
* | Small fixes on the user profile page | Aurélien Bompard | 2013-01-28 | 1 | -0/+7 |
| | |||||
* | Small fix for the accordion on the overview page | Aurélien Bompard | 2013-01-28 | 1 | -3/+3 |
| | | | | See also: d4ecad9 | ||||
* | fix the favorites system | Aurélien Bompard | 2013-01-28 | 2 | -3/+60 |
| | |||||
* | Fix accordion widget and add_tag button | Aurélien Bompard | 2013-01-25 | 1 | -1/+7 |
| | |||||
* | Style changes | Aurélien Bompard | 2013-01-25 | 32 | -9/+1851 |
| | | | | | | - move imported JS/CSS libs to a separate directory - real accordion for the months list - the top navbar is not black anymore | ||||
* | Fixes on the login form | Aurélien Bompard | 2013-01-25 | 1 | -4/+22 |
| | |||||
* | Switch to a fluid layout | Aurélien Bompard | 2013-01-23 | 2 | -67/+51 |
| | |||||
* | Small overhaul of the list of lists | Aurélien Bompard | 2013-01-23 | 1 | -0/+27 |
| | |||||
* | Get rid of the stats.css file | Aurélien Bompard | 2013-01-23 | 2 | -133/+90 |
| | |||||
* | Update jQuery and Bootstrap | Aurélien Bompard | 2013-01-14 | 12 | -1843/+7155 |
| | |||||
* | Fix location of robots.txt file | Aurélien Bompard | 2013-01-11 | 1 | -0/+4 |
| | |||||
* | Improve how the quote link looks | Aurélien Bompard | 2012-12-19 | 1 | -2/+11 |
| | |||||
* | Integrate the new logo | Aurélien Bompard | 2012-12-19 | 5 | -0/+1783 |
| | |||||
* | Sort replies by thread, with indentation | Aurélien Bompard | 2012-12-14 | 1 | -0/+4 |
| | |||||
* | Fix quoting in the message view | Aurélien Bompard | 2012-12-13 | 2 | -1/+10 |
| | | | | Refs: #24 | ||||
* | Improve the quoting style | Aurélien Bompard | 2012-12-13 | 1 | -0/+2 |
| | | | | Refs: #24 | ||||
* | Smaller titles on the summary page | Aurélien Bompard | 2012-12-11 | 1 | -4/+10 |
| | |||||
* | Put the graph generation code in the main JS file | Aurélien Bompard | 2012-12-10 | 1 | -0/+63 |
| | |||||
* | Factor the like/dislike form in a separate file | Aurélien Bompard | 2012-12-10 | 1 | -0/+6 |
| | |||||
* | Non-code changes (license texts, indentation, etc.) | Aurélien Bompard | 2012-12-10 | 1 | -1/+0 |
| | |||||
* | Don't reload the page when adding tags or liking stuff | Aurélien Bompard | 2012-12-10 | 1 | -10/+10 |
| | |||||
* | Factorize the add_tag and like JS functions | Aurélien Bompard | 2012-12-07 | 1 | -0/+104 |
| | |||||
* | Snip quoted text in replies | Aurélien Bompard | 2012-12-05 | 1 | -0/+4 |
| | |||||
* | Take the graph title out of the graph itself | Aurélien Bompard | 2012-11-25 | 1 | -0/+5 |
| | |||||
* | Add an accordion widget for the month list | Aurélien Bompard | 2012-11-15 | 3 | -0/+17 |
| | |||||
* | Move JS libs in the libs subdir | Aurélien Bompard | 2012-11-15 | 2 | -1/+1 |
| |