summaryrefslogtreecommitdiffstats
path: root/hyperkitty/static/js/hyperkitty.js
Commit message (Expand)AuthorAgeFilesLines
* Add a navigation bar to skip through unread messagesAurélien Bompard2013-06-031-8/+13
* Navigate through unread messages with 'j' and 'k'Aurélien Bompard2013-05-311-0/+25
* Display the last viewed threads in the user profileAurélien Bompard2013-05-231-0/+29
* Don't alert on error when the AJAX request is cancelledAurélien Bompard2013-05-181-1/+3
* Load replies in chunks to avoid overloading the browserAurélien Bompard2013-05-171-19/+27
* Load the lists descriptions from Mailman dynamicallyAurélien Bompard2013-05-171-0/+32
* Dynamically insert replies in the threadAurélien Bompard2013-05-171-2/+5
* Speed up page loading on long threadsAurélien Bompard2013-05-141-28/+72
* Standardize flash messages a bitAurélien Bompard2013-05-031-1/+1
* Make it simple to create a new thread instead of replyingAurélien Bompard2013-05-021-1/+17
* Display errors when failing to add a favoriteAurélien Bompard2013-04-301-3/+1
* Refactor voting JS for better separation of concernsAurélien Bompard2013-04-301-9/+14
* Change Activity Graph from Protovis to d3 (#43)Aslak Knutsen2013-03-051-52/+78
* Fix links in activity graph (#42)Aurélien Bompard2013-02-131-1/+1
* Minor CSS refactoringAurélien Bompard2013-02-131-1/+1
* Allow cancelling a voteAurélien Bompard2013-02-131-6/+8
* Fix JS error in favoritesAurélien Bompard2013-02-131-1/+1
* Add a "Create new thread" buttonAurélien Bompard2013-02-121-3/+11
* Fix votes, and a javascript error (#37)Aurélien Bompard2013-02-071-20/+1
* Fix the tags search view (#35)Aurélien Bompard2013-02-071-2/+23
* Add a tooltip when login is required (#36)Aurélien Bompard2013-02-071-5/+16
* Add a link to quote the message being replied toAurélien Bompard2013-02-061-2/+21
* Refactoring of HTML tags and CSS classesAurélien Bompard2013-02-061-8/+11
* give focus to the reply field when openedAurélien Bompard2013-02-011-1/+5
* Inline repliesAurélien Bompard2013-02-011-10/+56
* Small fix for the accordion on the overview pageAurélien Bompard2013-01-281-3/+3
* fix the favorites systemAurélien Bompard2013-01-281-2/+53
* Fix accordion widget and add_tag buttonAurélien Bompard2013-01-251-1/+7
* Style changesAurélien Bompard2013-01-251-1/+1
* Switch to a fluid layoutAurélien Bompard2013-01-231-0/+1
* Fix quoting in the message viewAurélien Bompard2012-12-131-0/+9
* Put the graph generation code in the main JS fileAurélien Bompard2012-12-101-0/+63
* Non-code changes (license texts, indentation, etc.)Aurélien Bompard2012-12-101-1/+0
* Don't reload the page when adding tags or liking stuffAurélien Bompard2012-12-101-10/+10
* Factorize the add_tag and like JS functionsAurélien Bompard2012-12-071-0/+104