Sone.git
2011-11-14 David ‘Bombe... Merge branch 'image-navigation' into next
2011-11-14 David ‘Bombe... Add links to previous and next images to backlinks.
2011-11-14 David ‘Bombe... Add custom accessor for images.
2011-11-13 David ‘Bombe... Remove superflouos statement.
2011-11-13 David ‘Bombe... Only return the ID of the first Sone found on the page.
2011-11-13 David ‘Bombe... Merge branch 'sone-following-times' into next
2011-11-13 David ‘Bombe... Use Sone following times to mark earlier elements as...
2011-11-13 David ‘Bombe... Don’t set friends directly, use Core’s follow() methods.
2011-11-13 David ‘Bombe... Add methods to follow and unfollow other Sones.
2011-11-13 David ‘Bombe... Add method to get the following time for a Sone.
2011-11-13 David ‘Bombe... Add Sone-following times.
2011-11-13 David ‘Bombe... Merge branch 'initial-sone-discovery' into next
2011-11-13 David ‘Bombe... Always return copies of own identities.
2011-11-13 David ‘Bombe... Copy the contexts and properties, too.
2011-11-13 David ‘Bombe... Send a copy of the default own identities to the event...
2011-11-13 David ‘Bombe... Fix added-or-removed detection by making it context...
2011-11-13 David ‘Bombe... Add copy-constructor for own identities.
2011-11-12 David ‘Bombe... Add buttons to re-order images and albums without javas...
2011-11-12 David ‘Bombe... Match button descriptions to the actual actions.
2011-11-12 David ‘Bombe... Merge branch 'filter-image-descriptions' into next
2011-11-12 David ‘Bombe... Parse descriptions of albums and images.
2011-11-12 David ‘Bombe... Filter links from image and album descriptions.
2011-11-11 David ‘Bombe... Actually load notification settings from the configuration.
2011-11-11 David ‘Bombe... Merge branch 'configurable-notifications-250' into...
2011-11-11 David ‘Bombe... Add default for Sone-specific option.
2011-11-11 David ‘Bombe... Only mark items as known if the notification is still...
2011-11-11 David ‘Bombe... Transfer session-specific options to client on each...
2011-11-11 David ‘Bombe... Make new options configurable.
2011-11-11 David ‘Bombe... Fix notification filters.
2011-11-11 David ‘Bombe... Filter notifications that the user is not interested in.
2011-11-11 David ‘Bombe... Add options for each notification type.
2011-11-07 David ‘Bombe... Prevent the insert fingerprint from being stored until...
2011-11-05 David ‘Bombe... Merge branch 'link-filter-26' into next
2011-10-23 David ‘Bombe... Fix bookmark navigation.
2011-10-23 David ‘Bombe... Paginate bookmarks as per “posts per page” configuratio...
2011-10-12 David ‘Bombe... Add javadoc for exception.
2011-10-11 David ‘Bombe... Declare exception to be thrown.
2011-10-11 David ‘Bombe... Create base Sone exception and insert-specific exception.
2011-10-11 David ‘Bombe... Force download of images.
2011-10-10 David ‘Bombe... Allow empty values for profile fields.
2011-10-06 David ‘Bombe... Add default implementations that do not allow linking.
2011-10-06 David ‘Bombe... Allow links to images, Sones, and posts.
2011-10-06 David ‘Bombe... Forward link filter requests to page implementation...
2011-10-06 David ‘Bombe... Implement link filter exceptions in base Freenet templa...
2011-10-06 David ‘Bombe... Add Freenet-specific page extension.
2011-10-06 David ‘Bombe... Require a newer fred version.
2011-10-04 David ‘Bombe... Merge branch 'master' into next
2011-10-04 David ‘Bombe... Merge branch 'release-0.7.2' 0.7.2
2011-10-04 David ‘Bombe... Set version to 0.7.2.
2011-10-04 David ‘Bombe... Use release version of utils.
2011-10-03 David ‘Bombe... Whitespace fixes.
2011-10-03 David ‘Bombe... Translate texts on “Known Sones” page.
2011-10-03 David ‘Bombe... Allow empty album descriptions.
2011-09-30 David ‘Bombe... Whitespace fix.
2011-09-30 David ‘Bombe... Add “sort by image count” for Known Sones.
2011-09-30 David ‘Bombe... Add Sone comparator by image count.
2011-09-30 David ‘Bombe... Set album image after parsing all images.
2011-09-30 David ‘Bombe... Set different width for album descriptions.
2011-09-29 David ‘Bombe... Fix image scaling and positioning.
2011-09-28 David ‘Bombe... Move common fields and setters to Reply.
2011-09-28 David ‘Bombe... Add abstract base class for replies, move post reply...
2011-09-27 David ‘Bombe... Store LatestEdition property only after saving the...
2011-09-27 David ‘Bombe... Show number of images in albums.
2011-09-27 David ‘Bombe... Show a Sone’s number of images in context menu and...
2011-09-27 David ‘Bombe... Add method that returns all images of a Sone.
2011-09-27 David ‘Bombe... Turn album list flattening into a proper Sone method.
2011-09-27 David ‘Bombe... Increase new default maximum length of posts to 400...
2011-09-27 David ‘Bombe... Add separate length parameter for the snippet of too...
2011-09-27 David ‘Bombe... Add cut-off length for the snippet.
2011-09-27 David ‘Bombe... Simplify length extraction.
2011-09-27 David ‘Bombe... Require a more recent version of utils.
2011-09-27 David ‘Bombe... Interrupt all running requests on sto().
2011-09-27 David ‘Bombe... Render SonePart as link to WoT profile page if the...
2011-09-27 David ‘Bombe... Always add a Sone part for the ID.
2011-09-27 David ‘Bombe... Merge branch 'master' into next
2011-09-27 David ‘Bombe... Merge branch 'release-0.7.1' 0.7.1
2011-09-27 David ‘Bombe... Set version to 0.7.1.
2011-09-27 David ‘Bombe... Give Sone its own menu name.
2011-09-27 David ‘Bombe... Fix HTML element IDs and please Opera’s very picky...
2011-09-27 David ‘Bombe... Fix tag and please Opera’s very picky HTML parser.
2011-09-26 David ‘Bombe... Merge branch 'master' into next
2011-09-26 David ‘Bombe... Merge branch 'release-0.7' 0.7
2011-09-26 David ‘Bombe... Set version number to 0.7.
2011-09-26 David ‘Bombe... Require most recent version of utils.
2011-09-26 David ‘Bombe... Merge branch 'image-management' into next
2011-09-26 David ‘Bombe... Don’t show mention notifications for replies from the...
2011-09-26 David ‘Bombe... Only show Sone context menus when hovering over the...
2011-09-26 David ‘Bombe... Use buttons instead of links for following and unfollowing.
2011-09-25 David ‘Bombe... Process albums and images during rescue mode, too.
2011-09-25 David ‘Bombe... Allow moving top-level albums.
2011-09-23 David ‘Bombe... Restrict height of descriptions to 5em.
2011-09-23 David ‘Bombe... Fix album browser include.
2011-09-23 David ‘Bombe... Add inline editing for albums, rework Javascript.
2011-09-23 David ‘Bombe... But album browser in own include file, don’t use .image...
2011-09-23 David ‘Bombe... Add page to edit albums with Javascript.
2011-09-23 David ‘Bombe... Fix javadoc.
2011-09-23 David ‘Bombe... Add methods to reorder albums.
2011-09-23 David ‘Bombe... Use larger preview images.
2011-09-23 David ‘Bombe... Remove obsolete CSS.
2011-09-23 David ‘Bombe... Allow user to edit image data inline.
next