Sone.git
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... Remove image from previous album, if set.
2011-04-14 David ‘Bombe... Only add an album if it doesn’t yet exist.
2011-04-14 David ‘Bombe... Change some validations to allow moving images.
2011-04-14 David ‘Bombe... Catch and log all exceptions occuring during parsing.
2011-04-14 David ‘Bombe... Use validation method with long parameters.
2011-04-14 David ‘Bombe... Change title of replies listing on Sone page.
2011-04-13 David ‘Bombe... Validation given values to disallow modifications.
2011-04-13 David ‘Bombe... Require a newer version of utils.
2011-04-13 David ‘Bombe... Only add an image if it doesn’t already exist.
2011-04-13 David ‘Bombe... Remove check for now.
2011-04-13 David ‘Bombe... Fix checks in case an image is loaded more than once.
2011-04-13 David ‘Bombe... Override hashCode() and equals().
2011-04-13 David ‘Bombe... Default description to an empty string.
2011-04-13 David ‘Bombe... Parse creation time as a long.
2011-04-13 David ‘Bombe... Store albums from parsed Sone in stored Sone.
2011-04-13 David ‘Bombe... Fix typo.
2011-04-13 David ‘Bombe... Fix typo.
2011-04-13 David ‘Bombe... Include albums in a Sone’s profile.
2011-04-13 David ‘Bombe... Include album fingerprints in Sone fingerprint.
2011-04-13 David ‘Bombe... Parse album and image XML.
2011-04-13 David ‘Bombe... Include album and image XML in Sone XML.
2011-04-13 David ‘Bombe... Store flattened albums in insert information.
2011-04-13 David ‘Bombe... Only include an image in the fingerprint if it has...
2011-04-13 David ‘Bombe... Move album flattening algorithm to Sone.
2011-04-13 David ‘Bombe... Bring image-management up to speed.
2011-04-13 David ‘Bombe... Add confirmation for image deletion.
2011-04-13 David ‘Bombe... Delete temporary image before removing image.
2011-04-13 David ‘Bombe... Fire appropriate event if cancelled by user.
2011-04-13 David ‘Bombe... Add some thread-safety.
2011-04-13 David ‘Bombe... Retrieve insert token by image ID.
2011-04-13 David ‘Bombe... Cancel with a ClientContext.
2011-04-13 David ‘Bombe... Add confirmation before deleting album.
2011-04-13 David ‘Bombe... Implement a lot more image and album processing on...
2011-04-13 David ‘Bombe... Set default text color for textareas.
2011-04-13 David ‘Bombe... Format single images like small images.
2011-04-13 David ‘Bombe... Don’t float albums.
2011-04-13 David ‘Bombe... Add generic parsed class that displays whitespace corre...
2011-04-13 David ‘Bombe... Use a textarea for the description of the image.
2011-04-13 David ‘Bombe... Add page that edits an album.
2011-04-13 David ‘Bombe... Add page that edits an image.
2011-04-13 David ‘Bombe... Add page that deletes an image.
2011-04-13 David ‘Bombe... Add page to delete an album.
2011-04-13 David ‘Bombe... Add method to delete image.
2011-04-13 David ‘Bombe... Cancel image insert when deleting a temporary image.
2011-04-13 David ‘Bombe... Add method to delete an album.
2011-04-13 David ‘Bombe... Add isEmpty() method.
2011-04-13 David ‘Bombe... Set album as parent of added image.
2011-04-13 David ‘Bombe... Store parent album in image.
2011-04-13 David ‘Bombe... Show images differently.
2011-04-13 David ‘Bombe... Reduce whitespace pollution.
2011-04-13 David ‘Bombe... Insert image after creating it.
2011-04-13 David ‘Bombe... Add image insert notifications.
2011-04-13 David ‘Bombe... Add ImageInsertListener methods to CoreListener.
2011-04-13 David ‘Bombe... Fix wrong method name.
2011-04-13 David ‘Bombe... Fix album loading.
2011-04-13 David ‘Bombe... Add image inserter to Core.
2011-04-13 David ‘Bombe... Implement ImageInsertListener interface in Core.
2011-04-13 David ‘Bombe... Add image inserter.
2011-04-13 David ‘Bombe... Add insertImage() method to freenet interface.
2011-04-13 David ‘Bombe... Add image insert listener interface.
2011-04-13 David ‘Bombe... Add another exception type.
2011-04-13 David ‘Bombe... Display images in image browser.
2011-04-13 David ‘Bombe... Add page that delivers the encoded data of a temporary...
2011-04-13 David ‘Bombe... Extend image upload page to detect MIME type.
2011-04-13 David ‘Bombe... Return response object after setting a header.
2011-04-13 David ‘Bombe... Fix album title accessor.
2011-04-13 David ‘Bombe... Load and save images when loading and saving Sones.
2011-04-13 David ‘Bombe... Add method to create an Image from a TemporaryImage.
2011-04-13 David ‘Bombe... Add methods to delete a temporary image.
2011-04-13 David ‘Bombe... Add methods to create and retrieve temporary images.
2011-04-13 David ‘Bombe... Rename forgotten album names.
2011-04-13 David ‘Bombe... Add temporary image.
2011-04-13 David ‘Bombe... Rename album name to album title.
2011-04-13 David ‘Bombe... Add filter that turns an Image into an HTML <img> tag.
2011-04-13 David ‘Bombe... Add method that returns whether an image has been inserted.
next