Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Load subscriptions asynchronously | Aurélien Bompard | 2013-08-15 | 1 | -1/+2 |
| | |||||
* | Make real breadcrumbs in the top bar | Aurélien Bompard | 2013-07-15 | 1 | -9/+44 |
| | |||||
* | Move static files into the hyperkitty prefix | Aurélien Bompard | 2013-07-11 | 1 | -6/+6 |
| | |||||
* | Add Tabs widget and switch to the smoothness jQuery UI theme | Aurélien Bompard | 2013-06-20 | 1 | -1/+1 |
| | |||||
* | Update jQuery and add the Autocomplete widget | Aurélien Bompard | 2013-06-19 | 1 | -4/+4 |
| | |||||
* | Split the JS code into more manageable chunks | Aurélien Bompard | 2013-06-13 | 1 | -1/+1 |
| | |||||
* | Use spaces instead of tabs in the templates | Aurélien Bompard | 2013-06-12 | 1 | -100/+98 |
| | |||||
* | Use the search icon | Aurélien Bompard | 2013-06-10 | 1 | -1/+1 |
| | |||||
* | Add search | Aurélien Bompard | 2013-06-06 | 1 | -0/+13 |
| | |||||
* | Navigate through unread messages with 'j' and 'k' | Aurélien Bompard | 2013-05-31 | 1 | -1/+1 |
| | |||||
* | Fix URLs in merged CSS files | Aurélien Bompard | 2013-05-27 | 1 | -1/+1 |
| | |||||
* | Reorder bootstrap to have access to the icons | Aurélien Bompard | 2013-05-22 | 1 | -2/+2 |
| | |||||
* | Standardize flash messages a bit | Aurélien Bompard | 2013-05-03 | 1 | -2/+9 |
| | |||||
* | Use the url tag from future for Django 1.5 compat | Aurélien Bompard | 2013-03-21 | 1 | -0/+1 |
| | |||||
* | Merge pull request #2 from aslakknutsen/graph | Aurélien Bompard | 2013-03-05 | 1 | -1/+1 |
|\ | | | | | Change Activity Graph from Protovis to d3 (#43) | ||||
| * | Change Activity Graph from Protovis to d3 (#43) | Aslak Knutsen | 2013-03-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | | Switch to the new-style "url" tag | Aurélien Bompard | 2013-02-27 | 1 | -7/+7 |
|/ | | | | | Required by Django >= 1.5 https://docs.djangoproject.com/en/1.5/releases/1.5/ | ||||
* | 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 | 1 | -6/+7 |
| | |||||
* | The user profile page is now editable (#32) | Aurélien Bompard | 2013-02-14 | 1 | -0/+8 |
| | |||||
* | Minor fix in the navigation bar | Aurélien Bompard | 2013-02-14 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -4/+6 |
| | |||||
* | Rework the login and register forms | Aurélien Bompard | 2013-02-13 | 1 | -2/+2 |
| | |||||
* | Fix the tags search view (#35) | Aurélien Bompard | 2013-02-07 | 1 | -3/+3 |
| | | | | | 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 | 1 | -2/+2 |
| | | | | | | | | | 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 | 1 | -2/+2 |
| | |||||
* | Minor cosmetics in the navbar, month page title, and user profile | Aurélien Bompard | 2013-02-01 | 1 | -2/+4 |
| | |||||
* | Style changes | Aurélien Bompard | 2013-01-25 | 1 | -5/+6 |
| | | | | | | - move imported JS/CSS libs to a separate directory - real accordion for the months list - the top navbar is not black anymore | ||||
* | Switch to a fluid layout | Aurélien Bompard | 2013-01-23 | 1 | -6/+8 |
| | |||||
* | Update jQuery and Bootstrap | Aurélien Bompard | 2013-01-14 | 1 | -4/+5 |
| | |||||
* | Integrate the new logo | Aurélien Bompard | 2012-12-19 | 1 | -0/+1 |
| | |||||
* | Prepare a fix for #25 | Aurélien Bompard | 2012-12-12 | 1 | -2/+2 |
| | |||||
* | Non-code changes (license texts, indentation, etc.) | Aurélien Bompard | 2012-12-10 | 1 | -2/+4 |
| | |||||
* | Factorize the add_tag and like JS functions | Aurélien Bompard | 2012-12-07 | 1 | -0/+1 |
| | |||||
* | Fix threads count on summary page | Aurélien Bompard | 2012-11-17 | 1 | -1/+2 |
| | |||||
* | Do some CSS refactoring | Aurélien Bompard | 2012-10-30 | 1 | -41/+34 |
| | |||||
* | Improve styling in headers and thread view | Aurélien Bompard | 2012-10-10 | 1 | -7/+7 |
| | |||||
* | Improve navigation links | Aurélien Bompard | 2012-09-03 | 1 | -1/+5 |
| | |||||
* | Issues #18: Fix broken links because URLs were hard coded | Aamir Khan | 2012-08-10 | 1 | -3/+1 |
| | |||||
* | Packaging hyperkitty | Aamir Khan | 2012-07-24 | 1 | -0/+65 |