summaryrefslogtreecommitdiffstats
path: root/hyperkitty/static
Commit message (Collapse)AuthorAgeFilesLines
...
* Improve paginationAurélien Bompard2013-06-061-1/+1
|
* Add searchAurélien Bompard2013-06-062-17/+12
|
* Open the last month menu on the overview pageAurélien Bompard2013-06-051-1/+1
|
* Add a tooltip for the navigation hotkeysAurélien Bompard2013-06-032-1/+2
|
* Add a navigation bar to skip through unread messagesAurélien Bompard2013-06-032-11/+43
|
* Navigate through unread messages with 'j' and 'k'Aurélien Bompard2013-05-312-0/+124
|
* Fix CSS glitchAurélien Bompard2013-05-271-1/+1
|
* Display the last viewed threads in the user profileAurélien Bompard2013-05-232-0/+36
|
* Display a marker on unread threads in the month viewAurélien Bompard2013-05-233-6/+10
|
* Track unread threadsAurélien Bompard2013-05-222-4/+12
| | | | And display markers on unread posts in the thread view.
* Reorder bootstrap to have access to the iconsAurélien Bompard2013-05-228-0/+0
|
* 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-172-3/+10
| | | | Closes: #47
* Speed up page loading on long threadsAurélien Bompard2013-05-144-29/+80
| | | | | | | | Speed up page loading on threads with many replies by loading the replies asynchronously. Preserve search engine indexation by detecting bots and serving the usual page in one go.
* Standardize flash messages a bitAurélien Bompard2013-05-032-3/+6
|
* Make it simple to create a new thread instead of replyingAurélien Bompard2013-05-022-2/+28
|
* 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
|
* Better OpenID logoAurélien Bompard2013-04-291-0/+0
|
* Add Fedora login providerAurélien Bompard2013-04-262-1/+1
|
* Enable OpenID loginAurélien Bompard2013-04-262-2/+11
|
* Add a 'Create new thread' button to the overview pageAurélien Bompard2013-04-243-7/+12
|
* Revert "Add a warning when replying while not subscribed"Aurélien Bompard2013-04-241-11/+0
| | | | | This reverts commit 8b3f70bb164aec17b81b7dead02be6165ddfd274. It is not necessary anymore, since changeset f4cf3aa9.
* Add a warning when replying while not subscribedAurélien Bompard2013-04-221-0/+11
| | | | Ticket: #46
* Give a better visual clue when BrowserID is loadingAurélien Bompard2013-04-221-0/+3
|
* Merge pull request #2 from aslakknutsen/graphAurélien Bompard2013-03-054-7777/+92
|\ | | | | Change Activity Graph from Protovis to d3 (#43)
| * Change Activity Graph from Protovis to d3 (#43)Aslak Knutsen2013-03-054-7777/+92
| | | | | | | | | | | | | | | | | | 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.
* | Fix a CSS classAurélien Bompard2013-02-272-13/+15
|/
* Split up CSS for clarityAurélien Bompard2013-02-238-909/+896
|
* Updated logoAurélien Bompard2013-02-224-1739/+1201
|
* Give a link to gravatar from the user profileAurélien Bompard2013-02-161-1/+19
|
* The user profile page is now editable (#32)Aurélien Bompard2013-02-141-98/+94
|
* Fix links in activity graph (#42)Aurélien Bompard2013-02-132-1/+4
|
* Minor CSS refactoringAurélien Bompard2013-02-132-81/+24
|
* Fix the tags displayAurélien Bompard2013-02-131-12/+21
|
* Allow cancelling a voteAurélien Bompard2013-02-131-6/+8
|
* Fix JS error in favoritesAurélien Bompard2013-02-131-1/+1
|
* Minimal login page improvementsAurélien Bompard2013-02-131-0/+0
|
* Rework the login and register formsAurélien Bompard2013-02-132-9/+11
|
* Add a "Create new thread" buttonAurélien Bompard2013-02-122-3/+45
|
* Fix votes, and a javascript error (#37)Aurélien Bompard2013-02-071-20/+1
|
* Fix the tags search view (#35)Aurélien Bompard2013-02-072-8/+29
| | | | | 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 Bompard2013-02-0727-462/+1427
| | | | | | | | | This needs a rebuild of the jquery-ui package. It has been applied to: - inline replies - like/dislike links - favorites
* Add a link to quote the message being replied toAurélien Bompard2013-02-062-2/+24
|
* Refactoring of HTML tags and CSS classesAurélien Bompard2013-02-062-64/+59
|
* Improve the front page's appearanceAurélien Bompard2013-02-051-6/+10
|
* Fix typo in 0e944bedAurélien Bompard2013-02-051-1/+1
|
* Merge branch 'posting'Aurélien Bompard2013-02-044-11/+97
|\