Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Rework the login and register forms | Aurélien Bompard | 2013-02-13 | 7 | -58/+88 | |
| | ||||||
* | Add a "Create new thread" button | Aurélien Bompard | 2013-02-12 | 9 | -24/+175 | |
| | ||||||
* | SSL redirect middleware | Aurélien Bompard | 2013-02-12 | 2 | -1/+41 | |
| | | | | | Redirect the login page to SSL, and keep browsing in SSL while the user is logged in. | |||||
* | Fix votes, and a javascript error (#37) | Aurélien Bompard | 2013-02-07 | 4 | -21/+19 | |
| | ||||||
* | Fix the tags search view (#35) | Aurélien Bompard | 2013-02-07 | 21 | -404/+225 | |
| | | | | | And factor some views/templates while I'm at it. And remove unused/obsolete stuff in the same move. | |||||
* | Fix votes (#34) | Aurélien Bompard | 2013-02-07 | 4 | -63/+28 | |
| | | | | | - make sure we always use the message_id_hash - factor some code | |||||
* | Add a tooltip when login is required (#36) | Aurélien Bompard | 2013-02-07 | 31 | -468/+1433 | |
| | | | | | | | | | 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 | |
| | ||||||
* | Use the logout view provided by Django | Aurélien Bompard | 2013-02-07 | 2 | -10/+6 | |
| | ||||||
* | Add a link to quote the message being replied to | Aurélien Bompard | 2013-02-06 | 3 | -2/+25 | |
| | ||||||
* | Refactoring of HTML tags and CSS classes | Aurélien Bompard | 2013-02-06 | 7 | -134/+126 | |
| | ||||||
* | Use the email count in activity, not the thread count | Aurélien Bompard | 2013-02-06 | 2 | -20/+13 | |
| | | | | 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 | 2 | -24/+38 | |
| | ||||||
* | Fix typo in 0e944bed | Aurélien Bompard | 2013-02-05 | 1 | -1/+1 | |
| | ||||||
* | Normalize some variable names | Aurélien Bompard | 2013-02-05 | 11 | -34/+35 | |
| | ||||||
* | Fixed missing reference to the previous view name | Aurélien Bompard | 2013-02-05 | 1 | -1/+1 | |
| | | | | See: 1ab7951 | |||||
* | Merge branch 'posting' | Aurélien Bompard | 2013-02-04 | 11 | -13/+151 | |
|\ | ||||||
| * | 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 | 11 | -13/+148 | |
| | | ||||||
* | | Display the list description on the front page | Aurélien Bompard | 2013-02-04 | 3 | -5/+12 | |
| | | ||||||
* | | Rethink urls to be more hierarchic and less RPC | Aurélien Bompard | 2013-02-04 | 5 | -53/+37 | |
|/ | ||||||
* | Minor cosmetics in the navbar, month page title, and user profile | Aurélien Bompard | 2013-02-01 | 4 | -28/+23 | |
| | ||||||
* | Small fixes on the user profile page | Aurélien Bompard | 2013-01-28 | 2 | -4/+13 | |
| | ||||||
* | 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 | 13 | -78/+319 | |
| | ||||||
* | Fix accordion widget and add_tag button | Aurélien Bompard | 2013-01-25 | 3 | -4/+10 | |
| | ||||||
* | Style changes | Aurélien Bompard | 2013-01-25 | 39 | -35/+1875 | |
| | | | | | | - 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 | 4 | -36/+33 | |
| | ||||||
* | Switch to a fluid layout | Aurélien Bompard | 2013-01-23 | 12 | -289/+335 | |
| | ||||||
* | Small overhaul of the list of lists | Aurélien Bompard | 2013-01-23 | 2 | -15/+43 | |
| | ||||||
* | Get rid of the stats.css file | Aurélien Bompard | 2013-01-23 | 3 | -136/+93 | |
| | ||||||
* | Update jQuery and Bootstrap | Aurélien Bompard | 2013-01-14 | 13 | -1847/+7160 | |
| | ||||||
* | Use South to migrate the DB schema | Aurélien Bompard | 2013-01-14 | 2 | -0/+110 | |
| | ||||||
* | Fix location of robots.txt file | Aurélien Bompard | 2013-01-11 | 1 | -0/+0 | |
| | ||||||
* | Move the thread sorting code to kittystore | Aurélien Bompard | 2013-01-09 | 2 | -24/+3 | |
| | ||||||
* | Make the page title dynamic | Aurélien Bompard | 2013-01-04 | 11 | -2/+53 | |
| | ||||||
* | Move the archiver module to the root of the distribution | Aurélien Bompard | 2013-01-04 | 1 | -0/+0 | |
| | ||||||
* | The 'Back to thread' button now scrolls to the message in the thread | Aurélien Bompard | 2012-12-19 | 2 | -2/+2 | |
| | ||||||
* | Improve how the quote link looks | Aurélien Bompard | 2012-12-19 | 2 | -3/+12 | |
| | ||||||
* | Integrate the new logo | Aurélien Bompard | 2012-12-19 | 7 | -0/+1787 | |
| | ||||||
* | 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 | 5 | -20/+74 | |
| | ||||||
* | Fix quoting in the message view | Aurélien Bompard | 2012-12-13 | 5 | -7/+14 | |
| | | | | Refs: #24 | |||||
* | Improve the quoting style | Aurélien Bompard | 2012-12-13 | 7 | -44/+33 | |
| | | | | Refs: #24 | |||||
* | Fix the archives view for december | Aurélien Bompard | 2012-12-13 | 6 | -38/+115 | |
| | ||||||
* | Wrap email text in the other templates too | Aurélien Bompard | 2012-12-12 | 2 | -2/+6 | |
| | | | | See rev 317. | |||||
* | Prepare a fix for #25 | Aurélien Bompard | 2012-12-12 | 2 | -5/+5 | |
| | ||||||
* | Smaller titles on the summary page | Aurélien Bompard | 2012-12-11 | 1 | -4/+10 | |
| | ||||||
* | Fix votes on the profile page | Aurélien Bompard | 2012-12-11 | 2 | -5/+9 | |
| |