Add missing imports.
[Sone.git] / src / main /
2011-04-16 David ‘Bombe’ RodenAdd pagination name on post feed.
2011-04-16 David ‘Bombe’ RodenAdd name of pagination as CSS class.
2011-04-15 David ‘Bombe’ RodenMove permalinks behind the time, insert comment links...
2011-04-15 David ‘Bombe’ RodenAdd logging.
2011-04-15 David ‘Bombe’ RodenUse double instead of int for score calculation, weigh...
2011-04-14 David ‘Bombe’ RodenFix Sone marking.
2011-04-14 David ‘Bombe’ RodenFilter by correct element.
2011-04-14 David ‘Bombe’ RodenAdd permalinks for posts and authors.
2011-04-14 David ‘Bombe’ RodenMerge branch 'relative-timestamps-150' into next
2011-04-14 David ‘Bombe’ RodenUpdate relative times on each status update.
2011-04-14 David ‘Bombe’ RodenShow age text in HTML, use formatted date as tooltip.
2011-04-14 David ‘Bombe’ RodenAdd accessor for the age text of a Sone.
2011-04-14 David ‘Bombe’ RodenOverride Time.toString() to return the text.
2011-04-14 David ‘Bombe’ RodenExpose time calculation.
2011-04-14 David ‘Bombe’ RodenMerge branch 'improve-notification-handling' into next
2011-04-14 David ‘Bombe’ RodenOnly render notifications if they have changed.
2011-04-14 David ‘Bombe’ RodenAdd AJAX page that returns a number of notifications.
2011-04-14 David ‘Bombe’ RodenAdd method to return the last-updated time of a notific...
2011-04-14 David ‘Bombe’ RodenStore last-updated time in notifications.
2011-04-14 David ‘Bombe’ RodenExpose new-post and new-reply filters to the world.
2011-04-14 David ‘Bombe’ RodenDon’t call touch() when setting all elements at once.
2011-04-14 David ‘Bombe’ RodenNotify listeners when a post is removed.
2011-04-14 David ‘Bombe’ RodenChange title of replies listing on Sone page.
2011-04-13 David ‘Bombe’ RodenFix typo.
2011-04-12 David ‘Bombe’ RodenFix null pointer access when a reply’s post is yet...
2011-04-11 David ‘Bombe’ RodenInsert link to author the user is replying to.
2011-04-11 David ‘Bombe’ RodenStore textarea in input field’s data.
2011-04-11 David ‘Bombe’ RodenAdd all Sone-specific options when creating a Sone.
2011-04-11 David ‘Bombe’ RodenMark the correct sone as known.
2011-04-11 David ‘Bombe’ RodenAdd “GetSones” FCP command.
2011-04-11 David ‘Bombe’ RodenAdd “require full access hosts” option to options page.
2011-04-11 David ‘Bombe’ RodenAdd option to require full access FCP connections to...
2011-04-11 David ‘Bombe’ RodenDeny commands that change data when FCP connection...
2011-04-11 David ‘Bombe’ RodenSet write access to true in all commands that change...
2011-04-11 David ‘Bombe’ RodenAdd parameter that determines whether an FCP command...
2011-04-11 David ‘Bombe’ RodenAdd “DeleteReply” FCP command.
2011-04-11 David ‘Bombe’ RodenAdd “DeletePost” FCP command.
2011-04-11 David ‘Bombe’ RodenAdd “CreateReply” FCP command.
2011-04-11 David ‘Bombe’ RodenAdd “CreatePost” FCP command.
2011-04-11 David ‘Bombe’ RodenMake constructor public and include it in the FCP inter...
2011-04-11 David ‘Bombe’ RodenAdd “localOnly” parameter to getSone().
2011-04-11 David ‘Bombe’ RodenAdd “LikeReply” FCP command.
2011-04-11 David ‘Bombe’ RodenAdd method to get reply from the command parameters.
2011-04-11 David ‘Bombe’ RodenAdd a mandatory response message name to Command.Response.
2011-04-11 David ‘Bombe’ RodenAdd “LikePost” FCP command.
2011-04-11 David ‘Bombe’ RodenAdd option to activate and deactivate the FCP interface.
2011-04-11 David ‘Bombe’ RodenAdd FCP interface to core.
2011-04-11 David ‘Bombe’ RodenAdd possibility to activate and deactivate the FCP...
2011-04-10 David ‘Bombe’ RodenMerge branch 'master' into next
2011-04-10 David ‘Bombe’ RodenMerge branch 'release-0.6.1' 0.6.1
2011-04-10 David ‘Bombe’ RodenSet version to 0.6.1.
2011-04-10 David ‘Bombe’ RodenAdd explanatory text for Sone-specific options while...
2011-04-10 David ‘Bombe’ RodenReduce default number of posts per page to 10.
2011-04-08 David ‘Bombe’ RodenAdd likes to posts.
2011-04-08 David ‘Bombe’ RodenAdd method to encode liking information.
2011-04-08 David ‘Bombe’ RodenUnify field name generation.
2011-04-08 David ‘Bombe’ RodenReduce visibility of all encoding methods to protected.
2011-04-08 David ‘Bombe’ RodenGet “includeReplies” parameter from simple field set.
2011-04-08 David ‘Bombe’ RodenAdd method to retrieve a boolean from the simple field...
2011-04-08 David ‘Bombe’ RodenAdd “GetPost” FCP command.
2011-04-08 David ‘Bombe’ RodenAdd prefixes to all encoding methods, add method to...
2011-04-08 David ‘Bombe’ RodenAdd method to return a Post from the simple field set.
2011-04-08 David ‘Bombe’ RodenSend back identifier, if available.
2011-04-08 David ‘Bombe’ RodenSend errors back to the plugin.
2011-04-08 David ‘Bombe’ RodenAdd error response.
2011-04-08 David ‘Bombe’ RodenAdd “GetPosts” FCP command.
2011-04-08 David ‘Bombe’ RodenAdd parameter to include replies in encodePosts().
2011-04-08 David ‘Bombe’ RodenAdd method to encode a collection of replies.
2011-04-08 David ‘Bombe’ RodenRename Command.Reply to Command.Response.
2011-04-08 David ‘Bombe’ RodenAdd method to copy a SimpleFieldSet into this builder.
2011-04-08 David ‘Bombe’ RodenAdd “GetLocalSones” FCP command.
2011-04-08 David ‘Bombe’ RodenAdd method to encode a collection of Sones into a simpl...
2011-04-08 David ‘Bombe’ RodenOrganize imports.
2011-04-08 David ‘Bombe’ RodenAdd “GetPostFeed” FCP command.
2011-04-08 David ‘Bombe’ RodenAdd abstract FCP command with Sone-specific helper...
2011-04-08 David ‘Bombe’ RodenAdd method to set a long value.
2011-04-08 David ‘Bombe’ RodenAdd method to return an int with a default value.
2011-04-08 David ‘Bombe’ RodenMove Sone-related FCP classes to different package.
2011-04-08 David ‘Bombe’ RodenAdd method to return an int from the parameters.
2011-04-08 David ‘Bombe’ RodenRemove “core” field.
2011-04-08 David ‘Bombe’ RodenAdd abstract basic Command implementation with helper...
2011-04-08 David ‘Bombe’ RodenAdd FCP interface to plugin, let it handle all FCP...
2011-04-08 David ‘Bombe’ RodenAllow a command to throw an exception.
2011-04-08 David ‘Bombe’ RodenAdd FCP exception.
2011-04-08 David ‘Bombe’ RodenAdd command that will return the current version of...
2011-04-08 David ‘Bombe’ RodenAdd SimpleFieldSet builder.
2011-04-08 David ‘Bombe’ RodenAdd FCP command interface.
2011-04-08 David ‘Bombe’ RodenAdd javadoc.
2011-04-08 David ‘Bombe’ RodenFix license text.
2011-04-08 David ‘Bombe’ RodenMove FCP interface to fcp subpackage.
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-08 David ‘Bombe’ RodenCreate page implementation that simply performs a redirect.
2011-04-08 David ‘Bombe’ RodenAdd FCP interface stub.
2011-04-08 David ‘Bombe’ RodenAdd sone:// and post:// links.
2011-04-08 David ‘Bombe’ RodenMark deleted posts and replies as known.
2011-04-08 David ‘Bombe’ RodenAlso show posts and replies that have the current Sone...
2011-04-08 David ‘Bombe’ RodenAdjust displayed times.
2011-04-08 David ‘Bombe’ RodenShow default texts in the trust-related settings on...
2011-04-08 David ‘Bombe’ RodenAllow user to configuration the number of posts shown...
next