Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge pull request #2 from aslakknutsen/graph | Aurélien Bompard | 2013-03-05 | 2 | -10/+16 | |
|\ | | | | | Change Activity Graph from Protovis to d3 (#43) | |||||
| * | Change Activity Graph from Protovis to d3 (#43) | Aslak Knutsen | 2013-03-05 | 2 | -10/+16 | |
| | | | | | | | | | | | | | | | | | | 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. | |||||
* | | Update REST API to new KittyStore backend | Aslak Knutsen | 2013-03-04 | 1 | -4/+15 | |
| | | | | | | | | | | | | * Move to use APIView as Resource base * Add List Resource to show all lists * Custom serialize Thread, Email and List objects | |||||
* | | More Django 1.5 compatibility fixes | Aurélien Bompard | 2013-02-28 | 1 | -4/+16 | |
| | | ||||||
* | | Switch to the new-style "url" tag | Aurélien Bompard | 2013-02-27 | 19 | -49/+49 | |
| | | | | | | | | | | Required by Django >= 1.5 https://docs.djangoproject.com/en/1.5/releases/1.5/ | |||||
* | | Fix versionned dependency on mailman in the spec file | Aurélien Bompard | 2013-02-27 | 1 | -1/+1 | |
|/ | ||||||
* | Use rjsmin instead of jsmin for licensing reasons | Aurélien Bompard | 2013-02-26 | 1 | -1/+1 | |
| | ||||||
* | jQuery UI does not like to be minified again | Aurélien Bompard | 2013-02-23 | 1 | -3/+5 | |
| | | | | It causes javascript errors and 404 errors on images | |||||
* | Split up CSS for clarity | Aurélien Bompard | 2013-02-23 | 1 | -1/+1 | |
| | ||||||
* | Use django-assets to compress static files | Aurélien Bompard | 2013-02-23 | 4 | -11/+7 | |
| | ||||||
* | Give a link to gravatar from the user profile | Aurélien Bompard | 2013-02-16 | 1 | -0/+7 | |
| | ||||||
* | The user profile page is now editable (#32) | Aurélien Bompard | 2013-02-14 | 3 | -19/+25 | |
| | ||||||
* | Minor fix in the navigation bar | Aurélien Bompard | 2013-02-14 | 2 | -2/+2 | |
| | ||||||
* | Fix links in activity graph (#42) | Aurélien Bompard | 2013-02-13 | 1 | -1/+1 | |
| | ||||||
* | Minor CSS refactoring | Aurélien Bompard | 2013-02-13 | 7 | -21/+21 | |
| | ||||||
* | Fix the tags display | Aurélien Bompard | 2013-02-13 | 2 | -21/+13 | |
| | ||||||
* | Allow cancelling a vote | Aurélien Bompard | 2013-02-13 | 1 | -5/+13 | |
| | ||||||
* | Minimal login page improvements | Aurélien Bompard | 2013-02-13 | 1 | -2/+6 | |
| | ||||||
* | A few SSL-related fixes | Aurélien Bompard | 2013-02-13 | 1 | -1/+1 | |
| | ||||||
* | Make it possible to disable the internal user DB | Aurélien Bompard | 2013-02-13 | 2 | -4/+8 | |
| | ||||||
* | Rework the login and register forms | Aurélien Bompard | 2013-02-13 | 3 | -29/+36 | |
| | ||||||
* | Add a "Create new thread" button | Aurélien Bompard | 2013-02-12 | 2 | -0/+51 | |
| | ||||||
* | Fix votes, and a javascript error (#37) | Aurélien Bompard | 2013-02-07 | 1 | -0/+17 | |
| | ||||||
* | Fix the tags search view (#35) | Aurélien Bompard | 2013-02-07 | 15 | -278/+149 | |
| | | | | | 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 | 4 | -6/+6 | |
| | | | | | | | | | This needs a rebuild of the jquery-ui package. It has been applied to: - inline replies - like/dislike links - favorites | |||||
* | Keep the redirect url when already on the login page | Aurélien Bompard | 2013-02-07 | 2 | -3/+3 | |
| | ||||||
* | Add a link to quote the message being replied to | Aurélien Bompard | 2013-02-06 | 1 | -0/+1 | |
| | ||||||
* | Refactoring of HTML tags and CSS classes | Aurélien Bompard | 2013-02-06 | 5 | -70/+67 | |
| | ||||||
* | Use the email count in activity, not the thread count | Aurélien Bompard | 2013-02-06 | 1 | -1/+1 | |
| | | | | As discussed on the hyperkitty-devel mailing-list. | |||||
* | Fix a flickering effect when expanding threads | Aurélien Bompard | 2013-02-06 | 1 | -1/+1 | |
| | ||||||
* | Improve the front page's appearance | Aurélien Bompard | 2013-02-05 | 1 | -18/+28 | |
| | ||||||
* | Normalize some variable names | Aurélien Bompard | 2013-02-05 | 6 | -13/+13 | |
| | ||||||
* | Merge branch 'posting' | Aurélien Bompard | 2013-02-04 | 2 | -0/+15 | |
|\ | ||||||
| * | Inline replies | Aurélien Bompard | 2013-02-01 | 2 | -0/+15 | |
| | | ||||||
* | | Display the list description on the front page | Aurélien Bompard | 2013-02-04 | 1 | -3/+8 | |
| | | ||||||
* | | Rethink urls to be more hierarchic and less RPC | Aurélien Bompard | 2013-02-04 | 2 | -3/+2 | |
|/ | ||||||
* | Minor cosmetics in the navbar, month page title, and user profile | Aurélien Bompard | 2013-02-01 | 3 | -11/+14 | |
| | ||||||
* | Small fixes on the user profile page | Aurélien Bompard | 2013-01-28 | 1 | -4/+6 | |
| | ||||||
* | fix the favorites system | Aurélien Bompard | 2013-01-28 | 4 | -52/+64 | |
| | ||||||
* | Style changes | Aurélien Bompard | 2013-01-25 | 7 | -26/+24 | |
| | | | | | | - 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/+5 | |
| | ||||||
* | Switch to a fluid layout | Aurélien Bompard | 2013-01-23 | 9 | -221/+282 | |
| | ||||||
* | Small overhaul of the list of lists | Aurélien Bompard | 2013-01-23 | 1 | -15/+16 | |
| | ||||||
* | Get rid of the stats.css file | Aurélien Bompard | 2013-01-23 | 1 | -3/+3 | |
| | ||||||
* | Update jQuery and Bootstrap | Aurélien Bompard | 2013-01-14 | 1 | -4/+5 | |
| | ||||||
* | Make the page title dynamic | Aurélien Bompard | 2013-01-04 | 10 | -1/+52 | |
| | ||||||
* | The 'Back to thread' button now scrolls to the message in the thread | Aurélien Bompard | 2012-12-19 | 2 | -2/+2 | |
| | ||||||
* | Integrate the new logo | Aurélien Bompard | 2012-12-19 | 2 | -0/+4 | |
| | ||||||
* | Only hide the quote if it is more than 3 lines long | Aurélien Bompard | 2012-12-17 | 1 | -1/+7 | |
| | ||||||
* | Sort replies by thread, with indentation | Aurélien Bompard | 2012-12-14 | 1 | -1/+12 | |
| |