Sone.git
2011-06-19 David ‘Bombe... Merge branch 'release-0.6.5' 0.6.5
2011-06-19 David ‘Bombe... Set version number to 0.6.5.
2011-06-19 David ‘Bombe... Require utils 0.9.6.
2011-06-19 David ‘Bombe... Force word-wrap in texts by breaking in words.
2011-06-19 David ‘Bombe... Duplicate the notification templates to prevent clobber...
2011-06-18 David ‘Bombe... Split up element marking into blocks of 16 elements.
2011-06-18 David ‘Bombe... Return new local elements with new remote elements.
2011-06-18 David ‘Bombe... Mark local elements as known from the core, not from...
2011-06-18 David ‘Bombe... Use different notifications for local elements.
2011-06-09 David ‘Bombe... Use provider interfaces for the parser; enhance test...
2011-06-09 David ‘Bombe... Add code comment.
2011-06-09 David ‘Bombe... Add test for KSK links.
2011-06-09 David ‘Bombe... Include the link titles in the generated text.
2011-06-09 David ‘Bombe... Only add a new plain-text part if there is any text...
2011-06-09 David ‘Bombe... Move text extracting and part class validation to its...
2011-06-09 David ‘Bombe... Remove logger.
2011-06-09 David ‘Bombe... Add missing annotation.
2011-06-09 David ‘Bombe... Add javadoc.
2011-06-09 David ‘Bombe... First basic test case for SoneTextParser.
2011-06-09 David ‘Bombe... Use provider interfaces instead of core.
2011-06-09 David ‘Bombe... Implement the Sone and post provider interfaces.
2011-06-09 David ‘Bombe... Add interfaces for Sone and post providers.
2011-06-08 David ‘Bombe... Show posts mentioning a local Sone by a new notification.
2011-06-08 David ‘Bombe... Don’t mark own posts and replies as new.
2011-06-08 David ‘Bombe... Add mention notification to notification manager.
2011-06-08 David ‘Bombe... Check and remove “new” class from correct element.
2011-06-08 David ‘Bombe... Mark new local posts and replies as new after five...
2011-06-08 David ‘Bombe... Use skipRequest = false to force a request.
2011-06-08 David ‘Bombe... Automatically un-new posts and replies from local Sones.
2011-06-08 David ‘Bombe... Add flags for whether the author of a post or reply...
2011-06-08 David ‘Bombe... Add “you have been mentioned” notification.
2011-06-08 David ‘Bombe... Add filter for local Sones.
2011-06-08 David ‘Bombe... Remove System.out debugging.
2011-06-08 David ‘Bombe... Allow null contexts.
2011-06-08 David ‘Bombe... Use Sone text parser from web interface in parser filter.
2011-06-08 David ‘Bombe... Add javadoc comments.
2011-06-08 David ‘Bombe... Remove exceptions from method signatures.
2011-06-08 David ‘Bombe... Add javadoc comments, remove obsolete imports.
2011-06-08 David ‘Bombe... Change javadoc to match new function.
2011-06-08 David ‘Bombe... Change documentation to match new signature.
2011-06-08 David ‘Bombe... Implement Part, too.
2011-06-08 David ‘Bombe... Remove obsolete imports.
2011-06-08 David ‘Bombe... Don’t throw away the last part if it’s not a plain...
2011-06-08 David ‘Bombe... Render more parts.
2011-06-08 David ‘Bombe... Rewriter Sone text parser to separate the parser from...
2011-06-07 David ‘Bombe... Store posts and replies in descending-time order to...
2011-06-07 David ‘Bombe... Remove replies to unknown posts from status.
2011-06-07 David ‘Bombe... Only insert posts on the first page of the “view Sone...
2011-06-07 David ‘Bombe... Assign names to paginations on the “view Sone” page.
2011-06-07 David ‘Bombe... Only add @Sone to reply text field if not replying...
2011-06-04 David ‘Bombe... Improve parsing of sone:// and post:// links.
2011-06-04 David ‘Bombe... Improve offline marker behaviour.
2011-05-31 David ‘Bombe... Merge commit 'sone-removal-notification-200' into next
2011-05-31 David ‘Bombe... Notify listeners when a Sone is removed.
2011-05-31 David ‘Bombe... Add delegate method for Sone removal notification.
2011-05-31 David ‘Bombe... Add Sone removal notification to core listener interface.
2011-05-26 David ‘Bombe... Always remove “new” marker from “click-to-show” bar.
2011-05-26 David ‘Bombe... Small optimization.
2011-05-26 David ‘Bombe... Save all local Sones when stopping Sone.
2011-05-26 David ‘Bombe... Add missing imports.
2011-05-25 David ‘Bombe... Request URI once before rescueing to (maybe) find the...
2011-05-25 David ‘Bombe... Touch the notification after its elements have been...
2011-05-25 David ‘Bombe... Add web interface to all template contexts more reliably.
2011-05-25 David ‘Bombe... Use better notification ID.
2011-05-25 David ‘Bombe... Use correct notification ID.
2011-05-25 David ‘Bombe... Use method from JsonPage.
2011-05-25 David ‘Bombe... Remove useless line.
2011-05-24 David ‘Bombe... Save local Sone after auto-following.
2011-05-24 David ‘Bombe... Don’t wrap notifications into an ArrayList.
2011-05-11 David ‘Bombe... Add missing word.
2011-05-11 David ‘Bombe... Log warning when a command can not be processed.
2011-05-11 David ‘Bombe... Add “GetSone” FCP command.
2011-05-11 David ‘Bombe... Add method to encode profile information of a Sone.
2011-05-11 David ‘Bombe... Make it possible to load an optional Sone from the...
2011-05-11 David ‘Bombe... Override Object.toString().
2011-05-11 David ‘Bombe... Add simple string encoding.
2011-05-11 David ‘Bombe... Merge branch 'fcp-interface' into next
2011-05-11 David ‘Bombe... Change FCP access rules to a tri-state.
2011-05-10 David ‘Bombe... Merge branch 'option-validation-196' into next
2011-05-10 David ‘Bombe... Add warnings to options page if an option value was...
2011-05-10 David ‘Bombe... Add contains filter to template contexts.
2011-05-10 David ‘Bombe... Add validators to options, validate options on loading.
2011-05-10 David ‘Bombe... Add validation methods to preferences.
2011-05-10 David ‘Bombe... Add option validation.
2011-05-10 David ‘Bombe... Require a newer version of utils.
2011-05-08 David ‘Bombe... Merge branch 'master' into next
2011-05-08 David ‘Bombe... Merge branch 'release-0.6.4' 0.6.4
2011-05-08 David ‘Bombe... Set version to 0.6.4.
2011-05-08 David ‘Bombe... Set latest known edition of homepage to 36.
2011-05-08 David ‘Bombe... Don’t post AJAX requests.
2011-05-08 David ‘Bombe... Create and use own AJAX override to allow error handlin...
2011-05-08 David ‘Bombe... Return 403 instead of 401, 401 is for HTTP authentication.
2011-05-08 David ‘Bombe... Add CSS definition of offline marker.
2011-05-08 David ‘Bombe... Add offline-marker.
2011-05-08 David ‘Bombe... Remove useless online/offline class from main Sone...
2011-05-07 David ‘Bombe... Add require-full-access option to Options page.
2011-05-07 David ‘Bombe... Implement full access requirement in all pages.
2011-05-07 David ‘Bombe... Add option to require full access for Sone.
2011-05-06 David ‘Bombe... Add missing javadoc tags.
2011-05-06 David ‘Bombe... Add missing semicolons.
next