summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix running the unit tests in the spec fileAurélien Bompard2013-02-193-11/+22
|
* Update spec fileAurélien Bompard2013-02-192-5/+17
|
* Fix unit testsAurélien Bompard2013-02-194-63/+13
|
* Add documentation on upgradesAurélien Bompard2013-02-181-0/+32
|
* Give a link to gravatar from the user profileAurélien Bompard2013-02-162-1/+26
|
* Add HK models to the admin interfaceAurélien Bompard2013-02-141-5/+15
|
* The user profile page is now editable (#32)Aurélien Bompard2013-02-147-120/+158
|
* Minor fix in the navigation barAurélien Bompard2013-02-143-6/+4
|
* Fix links in activity graph (#42)Aurélien Bompard2013-02-134-6/+22
|
* Minor CSS refactoringAurélien Bompard2013-02-139-102/+45
|
* Fix the tags displayAurélien Bompard2013-02-135-34/+42
|
* Allow cancelling a voteAurélien Bompard2013-02-138-82/+208
|
* Fix JS error in favoritesAurélien Bompard2013-02-131-1/+1
|
* Minimal login page improvementsAurélien Bompard2013-02-132-2/+6
|
* A few SSL-related fixesAurélien Bompard2013-02-133-5/+5
|
* Make it possible to disable the internal user DBAurélien Bompard2013-02-133-4/+11
|
* Some cleanups, use Django shortcutsAurélien Bompard2013-02-137-150/+44
|
* Use context processors to export settingsAurélien Bompard2013-02-135-8/+4
|
* Rework the login and register formsAurélien Bompard2013-02-137-58/+88
|
* Add a "Create new thread" buttonAurélien Bompard2013-02-1210-24/+176
|
* SSL redirect middlewareAurélien Bompard2013-02-122-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 Bompard2013-02-074-21/+19
|
* Fix the tags search view (#35)Aurélien Bompard2013-02-0721-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 Bompard2013-02-074-63/+28
| | | | | - make sure we always use the message_id_hash - factor some code
* Add a tooltip when login is required (#36)Aurélien Bompard2013-02-0731-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 pageAurélien Bompard2013-02-072-3/+3
|
* Use the logout view provided by DjangoAurélien Bompard2013-02-072-10/+6
|
* Add a link to quote the message being replied toAurélien Bompard2013-02-063-2/+25
|
* Refactoring of HTML tags and CSS classesAurélien Bompard2013-02-067-134/+126
|
* remove the very much obsolete todo fileAurélien Bompard2013-02-061-5/+0
|
* Use the email count in activity, not the thread countAurélien Bompard2013-02-062-20/+13
| | | | As discussed on the hyperkitty-devel mailing-list.
* Fix a flickering effect when expanding threadsAurélien Bompard2013-02-061-1/+1
|
* Improve the front page's appearanceAurélien Bompard2013-02-052-24/+38
|
* Fix typo in 0e944bedAurélien Bompard2013-02-051-1/+1
|
* Normalize some variable namesAurélien Bompard2013-02-0511-34/+35
|
* Fixed missing reference to the previous view nameAurélien Bompard2013-02-051-1/+1
| | | | See: 1ab7951
* Merge branch 'posting'Aurélien Bompard2013-02-0411-13/+151
|\
| * give focus to the reply field when openedAurélien Bompard2013-02-011-1/+5
| |
| * Inline repliesAurélien Bompard2013-02-0111-13/+148
| |
* | Display the list description on the front pageAurélien Bompard2013-02-043-5/+12
| |
* | Rethink urls to be more hierarchic and less RPCAurélien Bompard2013-02-045-53/+37
|/
* Minor cosmetics in the navbar, month page title, and user profileAurélien Bompard2013-02-014-28/+23
|
* Small fixes on the user profile pageAurélien Bompard2013-01-282-4/+13
|
* Small fix for the accordion on the overview pageAurélien Bompard2013-01-281-3/+3
| | | | See also: d4ecad9
* fix the favorites systemAurélien Bompard2013-01-2813-78/+319
|
* Fix accordion widget and add_tag buttonAurélien Bompard2013-01-253-4/+10
|
* Style changesAurélien Bompard2013-01-2539-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 formAurélien Bompard2013-01-254-36/+33
|
* Switch to a fluid layoutAurélien Bompard2013-01-2312-289/+335
|
* Small overhaul of the list of listsAurélien Bompard2013-01-232-15/+43
|