Always get the current l10n helper from the node, don’t reuse an old one.
[Sone.git] / src / main / java / net / pterodactylus / sone / web / WebInterface.java
2012-03-01 David ‘Bombe’ RodenAlways get the current l10n helper from the node, don...
2012-02-21 David ‘Bombe’ RodenAdd page that displays all new posts and replies.
2012-01-27 David ‘Bombe’ RodenStore a reply’s known status in the reply itself.
2011-12-07 David ‘Bombe’ RodenMerge branch 'release-0.7.6' 0.7.6
2011-12-07 David ‘Bombe’ RodenMerge branch 'custom-avatars' into next
2011-12-07 David ‘Bombe’ RodenAdd profile accessor to template context factory.
2011-12-07 David ‘Bombe’ RodenAllow the ID of an image as input for the image link...
2011-11-29 David ‘Bombe’ RodenMerge branch 'release-0.7.5' 0.7.5
2011-11-25 David ‘Bombe’ RodenMerge branch 'notifications' into next
2011-11-25 David ‘Bombe’ RodenRemove old “get notification” AJAX handler.
2011-11-25 David ‘Bombe’ RodenAdd new AJAX handler to web interface.
2011-11-23 David ‘Bombe’ RodenRemove mention notifications if elements are removed.
2011-11-16 David ‘Bombe’ RodenMerge branch 'release-0.7.3' 0.7.3
2011-11-14 David ‘Bombe’ RodenMerge branch 'image-navigation' into next
2011-11-14 David ‘Bombe’ RodenAdd custom accessor for images.
2011-11-12 David ‘Bombe’ RodenMerge branch 'filter-image-descriptions' into next
2011-11-12 David ‘Bombe’ RodenParse descriptions of albums and images.
2011-10-04 David ‘Bombe’ RodenMerge branch 'release-0.7.2' 0.7.2
2011-09-28 David ‘Bombe’ RodenAdd abstract base class for replies, move post reply...
2011-09-27 David ‘Bombe’ RodenMerge branch 'release-0.7.1' 0.7.1
2011-09-27 David ‘Bombe’ RodenGive Sone its own menu name.
2011-09-26 David ‘Bombe’ RodenMerge branch 'release-0.7' 0.7
2011-09-26 David ‘Bombe’ RodenMerge branch 'image-management' into next
2011-09-26 David ‘Bombe’ RodenDon’t show mention notifications for replies from the...
2011-09-23 David ‘Bombe’ RodenAdd page to edit albums with Javascript.
2011-09-23 David ‘Bombe’ RodenAllow user to edit image data inline.
2011-09-21 David ‘Bombe’ RodenAdd mod filter to template context factory.
2011-09-20 David ‘Bombe’ RodenMerge branch 'next' into dev/image
2011-09-13 David ‘Bombe’ RodenOnly add mention notification if post of reply is downl...
2011-09-13 David ‘Bombe’ RodenUse web package from utils.
2011-09-12 David ‘Bombe’ RodenMerge branch 'release-0.6.6' 0.6.6
2011-07-15 David ‘Bombe’ RodenAdd unique filter to template context factory.
2011-07-11 David ‘Bombe’ RodenOnly show Sone insert notifications if they are enable...
2011-07-07 David ‘Bombe’ RodenStore Sone under a different name to prevent it from...
2011-07-01 David ‘Bombe’ RodenRemove remnants of the old Rescue Mode.
2011-07-01 David ‘Bombe’ RodenAdd Sone insert events to core listener.
2011-07-01 David ‘Bombe’ RodenImplement a better Sone Rescue Mode.
2011-06-28 David ‘Bombe’ RodenAccept all replies, they will be filtered later in...
2011-06-22 David ‘Bombe’ RodenAdd context menues when hovering over avatar images.
2011-06-19 David ‘Bombe’ RodenMerge branch 'release-0.6.5' 0.6.5
2011-06-19 David ‘Bombe’ RodenDuplicate the notification templates to prevent clobber...
2011-06-18 David ‘Bombe’ RodenReturn new local elements with new remote elements.
2011-06-18 David ‘Bombe’ RodenUse different notifications for local elements.
2011-06-09 David ‘Bombe’ RodenUse provider interfaces for the parser; enhance test...
2011-06-09 David ‘Bombe’ RodenAdd javadoc.
2011-06-09 David ‘Bombe’ RodenUse provider interfaces instead of core.
2011-06-08 David ‘Bombe’ RodenShow posts mentioning a local Sone by a new notification.
2011-06-08 David ‘Bombe’ RodenAdd mention notification to notification manager.
2011-06-08 David ‘Bombe’ RodenAdd “you have been mentioned” notification.
2011-06-08 David ‘Bombe’ RodenRemove System.out debugging.
2011-06-08 David ‘Bombe’ RodenUse Sone text parser from web interface in parser filter.
2011-05-31 David ‘Bombe’ RodenMerge commit 'sone-removal-notification-200' into next
2011-05-31 David ‘Bombe’ RodenAdd Sone removal notification to core listener interface.
2011-05-25 David ‘Bombe’ RodenAdd web interface to all template contexts more reliably.
2011-05-25 David ‘Bombe’ RodenUse better notification ID.
2011-05-11 David ‘Bombe’ RodenMerge branch 'fcp-interface' into next
2011-05-10 David ‘Bombe’ RodenMerge branch 'option-validation-196' into next
2011-05-10 David ‘Bombe’ RodenAdd contains filter to template contexts.
2011-05-08 David ‘Bombe’ RodenMerge branch 'release-0.6.4' 0.6.4
2011-05-06 David ‘Bombe’ RodenRemove notification manager accessor, and displayed...
2011-04-17 David ‘Bombe’ RodenMerge branch 'release-0.6.2' 0.6.2
2011-04-16 David ‘Bombe’ RodenFix wrong project name in file headers.
2011-04-14 David ‘Bombe’ RodenMerge branch 'improve-notification-handling' into next
2011-04-14 David ‘Bombe’ RodenAdd AJAX page that returns a number of notifications.
2011-04-13 David ‘Bombe’ RodenBring image-management up to speed.
2011-04-13 David ‘Bombe’ RodenAdd confirmation for image deletion.
2011-04-13 David ‘Bombe’ RodenAdd confirmation before deleting album.
2011-04-13 David ‘Bombe’ RodenAdd page that edits an album.
2011-04-13 David ‘Bombe’ RodenAdd page that edits an image.
2011-04-13 David ‘Bombe’ RodenAdd page that deletes an image.
2011-04-13 David ‘Bombe’ RodenAdd page to delete an album.
2011-04-13 David ‘Bombe’ RodenAdd image insert notifications.
2011-04-13 David ‘Bombe’ RodenAdd ImageInsertListener methods to CoreListener.
2011-04-13 David ‘Bombe’ RodenAdd page that delivers the encoded data of a temporary...
2011-04-13 David ‘Bombe’ RodenAdd filter that turns an Image into an HTML <img> tag.
2011-04-10 David ‘Bombe’ RodenMerge branch 'release-0.6.1' 0.6.1
2011-04-08 David ‘Bombe’ RodenAdd redirect page before all other toadlets.
2011-04-08 David ‘Bombe’ RodenRedirect to “index.html” if no path is given.
2011-04-07 David ‘Bombe’ RodenCreate new-element notifications as non-dismissable.
2011-04-07 David ‘Bombe’ RodenDisplay new-reply notification differently.
2011-04-06 David ‘Bombe’ RodenAdd relative and dynamic timestamps to the web interface.
2011-04-02 David ‘Bombe’ RodenMerge branch 'release-0.6' 0.6
2011-04-02 David ‘Bombe’ RodenSend out <link> header exposing the OpenSearchDescripti...
2011-04-02 David ‘Bombe’ RodenAdd HTTPRequest accessor to web interface.
2011-04-01 David ‘Bombe’ RodenRemove unnecessary plugins.
2011-04-01 David ‘Bombe’ RodenImplement search.
2011-03-25 David ‘Bombe’ RodenShow an error message if an image can not be parsed.
2011-03-23 David ‘Bombe’ RodenAdd basic image uploading capability.
2011-03-22 David ‘Bombe’ RodenMerge branch 'next' into image-management
2011-03-08 David ‘Bombe’ RodenMerge branch 'release-0.5' 0.5
2011-02-17 David ‘Bombe’ RodenMerge branch 'bookmarks' into next. This fixes #103.
2011-02-17 David ‘Bombe’ RodenAdd page that shows all bookmarks.
2011-02-17 David ‘Bombe’ RodenAdd AJAX pages to bookmark and unbookmark posts.
2011-02-17 David ‘Bombe’ RodenAdd pages that let the user bookmark or unbookmark...
2011-02-02 David ‘Bombe’ RodenAdd collection sort filter to template context factory.
2011-01-26 David ‘Bombe’ RodenAllow specifying a Sone ID in addition to a template...
2011-01-26 David ‘Bombe’ RodenMerge branch 'release-0.4.3' 0.4.3
2011-01-26 David ‘Bombe’ RodenShow a link to the Sone homepage in the new-version...
2011-01-26 David ‘Bombe’ RodenStore and propagate the latest edition, too.
2011-01-25 David ‘Bombe’ RodenMerge branch 'release-0.4.2' 0.4.2
next