summaryrefslogtreecommitdiffstats
path: root/hyperkitty
Commit message (Collapse)AuthorAgeFilesLines
...
* Small overhaul of the list of listsAurélien Bompard2013-01-232-15/+43
|
* Get rid of the stats.css fileAurélien Bompard2013-01-233-136/+93
|
* Update jQuery and BootstrapAurélien Bompard2013-01-1413-1847/+7160
|
* Use South to migrate the DB schemaAurélien Bompard2013-01-142-0/+110
|
* Fix location of robots.txt fileAurélien Bompard2013-01-111-0/+0
|
* Move the thread sorting code to kittystoreAurélien Bompard2013-01-092-24/+3
|
* Make the page title dynamicAurélien Bompard2013-01-0411-2/+53
|
* Move the archiver module to the root of the distributionAurélien Bompard2013-01-041-0/+0
|
* The 'Back to thread' button now scrolls to the message in the threadAurélien Bompard2012-12-192-2/+2
|
* Improve how the quote link looksAurélien Bompard2012-12-192-3/+12
|
* Integrate the new logoAurélien Bompard2012-12-197-0/+1787
|
* Only hide the quote if it is more than 3 lines longAurélien Bompard2012-12-171-1/+7
|
* Sort replies by thread, with indentationAurélien Bompard2012-12-145-20/+74
|
* Fix quoting in the message viewAurélien Bompard2012-12-135-7/+14
| | | | Refs: #24
* Improve the quoting styleAurélien Bompard2012-12-137-44/+33
| | | | Refs: #24
* Fix the archives view for decemberAurélien Bompard2012-12-136-38/+115
|
* Wrap email text in the other templates tooAurélien Bompard2012-12-122-2/+6
| | | | See rev 317.
* Prepare a fix for #25Aurélien Bompard2012-12-122-5/+5
|
* Smaller titles on the summary pageAurélien Bompard2012-12-111-4/+10
|
* Fix votes on the profile pageAurélien Bompard2012-12-112-5/+9
|
* According to the documentation this specify the redirect url to browseridPierre-Yves Chibon2012-12-111-1/+1
|
* Put the graph generation code in the main JS fileAurélien Bompard2012-12-102-57/+70
|
* Wrap email text at 90 cols if not already wrappedAurélien Bompard2012-12-101-1/+1
|
* Factor the thread summaries form out in a separate fileAurélien Bompard2012-12-103-77/+47
|
* Factor the like/dislike form in a separate fileAurélien Bompard2012-12-105-37/+27
|
* Activate voting (it's not a mockup anymore)Aurélien Bompard2012-12-103-9/+0
|
* Non-code changes (license texts, indentation, etc.)Aurélien Bompard2012-12-1040-193/+386
|
* Don't reload the page when adding tags or liking stuffAurélien Bompard2012-12-1010-58/+85
|
* Factorize the add_tag and like JS functionsAurélien Bompard2012-12-078-138/+117
|
* Use django-gravatar2, the other one is unmaintained and buggyAurélien Bompard2012-12-065-5/+5
|
* Snip quoted text in repliesAurélien Bompard2012-12-056-10/+108
|
* Add spec file and fix unit testsAurélien Bompard2012-11-305-3/+62
|
* Get rid of redundant SQL queriesAurélien Bompard2012-11-252-8/+17
|
* Make SQL debug output configurableAurélien Bompard2012-11-251-2/+4
|
* Fix a small gravatar bugAurélien Bompard2012-11-251-1/+1
|
* Take the graph title out of the graph itselfAurélien Bompard2012-11-252-6/+6
|
* Make graph height dynamicAurélien Bompard2012-11-251-1/+1
|
* Make a few post-QA fixesAurélien Bompard2012-11-221-0/+2
|
* Prepare for releaseAurélien Bompard2012-11-2134-12974/+0
|
* Fix threads count on summary pageAurélien Bompard2012-11-173-10/+11
|
* Add an accordion widget for the month listAurélien Bompard2012-11-155-0/+26
|
* Use Django's reverse() method for crafting URLsAurélien Bompard2012-11-152-4/+8
|
* Move JS libs in the libs subdirAurélien Bompard2012-11-157-8/+9
|
* Escape some more email addressesAurélien Bompard2012-11-143-3/+3
|
* Adapt to MySQL support splitting out the timezone offsetAurélien Bompard2012-11-144-10/+21
| | | | | | | | | Since the sender's timezone is in a separate column, we can now display the message date in Django's timezone and in the sender's timezone. Future improvement : ask the user for his/her preferred timezone and store it in his/her profile. Then use that to display the dates, instead of Django's server-wide setting.
* Use the new thread object in KittyStoreAurélien Bompard2012-11-096-121/+104
|
* Make a proper 'back to thread' buttonAurélien Bompard2012-11-063-0/+287
|
* Remove mailto: links in the emails (converted by django)Aurélien Bompard2012-11-063-4/+8
|
* Fix the link alignment in collapsed messagesAurélien Bompard2012-11-061-1/+2
|
* Adapt archiver configuration to the new code in mailmanAurélien Bompard2012-11-061-2/+4
|