Sone.git
2011-04-20 David ‘Bombe... Use Mappers instead of Converters.
2011-04-20 David ‘Bombe... Require a more recent version of utils.
2011-04-17 David ‘Bombe... Merge branch 'master' into next
2011-04-17 David ‘Bombe... Merge branch 'release-0.6.2' 0.6.2
2011-04-17 David ‘Bombe... Set version to 0.6.2.
2011-04-17 David ‘Bombe... Require utils 0.9.4.
2011-04-17 David ‘Bombe... Fix logging of expression.
2011-04-16 David ‘Bombe... Formatting and whitespace fixes.
2011-04-16 David ‘Bombe... Remove references to Freetalk.
2011-04-16 David ‘Bombe... Fix more project names in headers.
2011-04-16 David ‘Bombe... Fix filenames in license headers.
2011-04-16 David ‘Bombe... Add missing license headers.
2011-04-16 David ‘Bombe... Fix wrong project name in file headers.
2011-04-16 David ‘Bombe... Set the latest edition of a Sone when the identity...
2011-04-16 David ‘Bombe... Downlad SSKs instead of USKs to prevent triggering...
2011-04-16 David ‘Bombe... Merge branch 'fix-post-inserts-167' into next
2011-04-16 David ‘Bombe... Return page 1 for pages without pagination.
2011-04-16 David ‘Bombe... Do not insert posts if we’re not on the first page...
2011-04-16 David ‘Bombe... Add method to get the current page of a pagination.
2011-04-16 David ‘Bombe... Add pagination name on post feed.
2011-04-16 David ‘Bombe... Add name of pagination as CSS class.
2011-04-15 David ‘Bombe... Move permalinks behind the time, insert comment links...
2011-04-15 David ‘Bombe... Add logging.
2011-04-15 David ‘Bombe... Use double instead of int for score calculation, weigh...
2011-04-14 David ‘Bombe... Fix Sone marking.
2011-04-14 David ‘Bombe... Filter by correct element.
2011-04-14 David ‘Bombe... Add permalinks for posts and authors.
2011-04-14 David ‘Bombe... Merge branch 'relative-timestamps-150' into next
2011-04-14 David ‘Bombe... Update relative times on each status update.
2011-04-14 David ‘Bombe... Show age text in HTML, use formatted date as tooltip.
2011-04-14 David ‘Bombe... Add accessor for the age text of a Sone.
2011-04-14 David ‘Bombe... Override Time.toString() to return the text.
2011-04-14 David ‘Bombe... Expose time calculation.
2011-04-14 David ‘Bombe... Merge branch 'improve-notification-handling' into next
2011-04-14 David ‘Bombe... Only render notifications if they have changed.
2011-04-14 David ‘Bombe... Add AJAX page that returns a number of notifications.
2011-04-14 David ‘Bombe... Add method to return the last-updated time of a notific...
2011-04-14 David ‘Bombe... Store last-updated time in notifications.
2011-04-14 David ‘Bombe... Expose new-post and new-reply filters to the world.
2011-04-14 David ‘Bombe... Don’t call touch() when setting all elements at once.
2011-04-14 David ‘Bombe... Notify listeners when a post is removed.
2011-04-14 David ‘Bombe... Change title of replies listing on Sone page.
2011-04-13 David ‘Bombe... Fix typo.
2011-04-12 David ‘Bombe... Fix null pointer access when a reply’s post is yet...
2011-04-11 David ‘Bombe... Insert link to author the user is replying to.
2011-04-11 David ‘Bombe... Store textarea in input field’s data.
2011-04-11 David ‘Bombe... Add all Sone-specific options when creating a Sone.
2011-04-11 David ‘Bombe... Mark the correct sone as known.
2011-04-10 David ‘Bombe... Merge branch 'master' into next
2011-04-10 David ‘Bombe... Merge branch 'release-0.6.1' 0.6.1
2011-04-10 David ‘Bombe... Set version to 0.6.1.
2011-04-10 David ‘Bombe... Require utils 0.9.3.
2011-04-10 David ‘Bombe... Add explanatory text for Sone-specific options while...
2011-04-10 David ‘Bombe... Reduce default number of posts per page to 10.
2011-04-08 David ‘Bombe... Add redirect page before all other toadlets.
2011-04-08 David ‘Bombe... Redirect to “index.html” if no path is given.
2011-04-08 David ‘Bombe... Create page implementation that simply performs a redirect.
2011-04-08 David ‘Bombe... Add sone:// and post:// links.
2011-04-08 David ‘Bombe... Mark deleted posts and replies as known.
2011-04-08 David ‘Bombe... Also show posts and replies that have the current Sone...
2011-04-08 David ‘Bombe... Adjust displayed times.
2011-04-08 David ‘Bombe... Show default texts in the trust-related settings on...
2011-04-08 David ‘Bombe... Allow user to configuration the number of posts shown...
2011-04-08 David ‘Bombe... Add javadoc comments.
2011-04-07 David ‘Bombe... Create new-element notifications as non-dismissable.
2011-04-07 David ‘Bombe... Copy all values in the copy constructor.
2011-04-07 David ‘Bombe... Add constructor to allow to specify the dismissable...
2011-04-07 David ‘Bombe... Don’t mark elements as known automatically when viewing...
2011-04-07 David ‘Bombe... Display new-reply notification differently.
2011-04-07 David ‘Bombe... Add filter to sort replies differently.
2011-04-07 David ‘Bombe... Also update times on invisible replies.
2011-04-07 David ‘Bombe... Reset activation after all notifications have been...
2011-04-07 David ‘Bombe... Filter posts and replies from the future.
2011-04-07 David ‘Bombe... Hide error message when deleting already deleted post...
2011-04-07 David ‘Bombe... Reset blinking tab icon when no notifications are visible.
2011-04-07 David ‘Bombe... Mark own posts as new to allow retrieval and insertion...
2011-04-07 David ‘Bombe... Merge branch 'mark-elements-as-known' into next
2011-04-07 David ‘Bombe... Mark elements as known when a notification is removed.
2011-04-07 David ‘Bombe... Check replaced notifications for changes.
2011-04-07 David ‘Bombe... Add methods that compare notifications and mark element...
2011-04-07 David ‘Bombe... Use convenience method to get the notification for...
2011-04-07 David ‘Bombe... Add “skipRequest” parameter to all mark*AsKnown() methods.
2011-04-07 David ‘Bombe... Add method to access notification elements.
2011-04-07 David ‘Bombe... Add method to retrieve a Sone element by its ID.
2011-04-07 David ‘Bombe... Add element IDs to new-element notifications.
2011-04-07 David ‘Bombe... Mark all elements as known in the processing method...
2011-04-06 David ‘Bombe... Add relative and dynamic timestamps to the web interface.
2011-04-06 David ‘Bombe... Add getReply() function that works the same as getPost().
2011-04-06 David ‘Bombe... Remove obsolete getReply() function.
2011-04-05 David ‘Bombe... Fix javadoc.
2011-04-05 David ‘Bombe... Implement auto-following of new Sones.
2011-04-05 David ‘Bombe... Add options to Sone.
2011-04-05 David ‘Bombe... Remove debug output.
2011-04-05 David ‘Bombe... Improve wording on Sone creation.
2011-04-05 David ‘Bombe... Add large try-catch block around SoneInserter’s run...
2011-04-05 David ‘Bombe... Remove notification if no posts and replies remain.
2011-04-05 David ‘Bombe... Refactor; when not logged in, don’t show new-post or...
2011-04-05 David ‘Bombe... Remove unnecessary imports.
2011-04-05 David ‘Bombe... Change the way notifications are handled.
2011-04-05 David ‘Bombe... Add filter for a list of notifications.
next