Sone.git
2013-10-09 David ‘Bombe... Use the memory database to create all albums.
2013-10-09 David ‘Bombe... Add album builder creation to memory database.
2013-10-09 David ‘Bombe... Add album builder that can create the “old” album objects.
2013-10-09 David ‘Bombe... Add base implementation of an album builder.
2013-10-09 David ‘Bombe... Add album builder factory.
2013-10-09 David ‘Bombe... Add album builder interface.
2013-10-09 David ‘Bombe... Use the memory database instead of storing the albums...
2013-10-09 David ‘Bombe... Add first small tests for the memory database.
2013-10-09 David ‘Bombe... Integrate basic album storage and retrieval in memory...
2013-10-09 David ‘Bombe... Improve static imports.
2013-10-09 David ‘Bombe... Extract album interface.
2013-09-30 David ‘Bombe... Add accessor for all top-level albums of a Sone.
2013-09-27 David ‘Bombe... Merge remote-tracking branch 'hernic/patch-4' into...
2013-09-27 David ‘Bombe... Update French translation.
2013-09-26 nicolas hernandezUpdate sone.fr.properties
2013-09-25 David ‘Bombe... Merge branch 'master' into next
2013-09-25 David ‘Bombe... Merge branch 'release-0.8.7' 0.8.7
2013-09-25 David ‘Bombe... Update current homepage edition.
2013-09-25 David ‘Bombe... Set version to 0.8.7.
2013-09-22 David ‘Bombe... Fix static import.
2013-09-22 David ‘Bombe... Fix whitespace.
2013-09-22 David ‘Bombe... Remove unnecessary parameters.
2013-09-22 David ‘Bombe... Use more concise syntax for array creation.
2013-09-22 David ‘Bombe... Use local variables where appropriate.
2013-09-22 David ‘Bombe... Store top Sone node in a global variable.
2013-09-22 David ‘Bombe... Fix jQuery selectors for locating the reply input field.
2013-09-18 David ‘Bombe... Remove markers for untranslated lines.
2013-09-17 David ‘Bombe... Fix some FindBugs warnings.
2013-09-17 David ‘Bombe... Override equals() and hashCode() to make clear that...
2013-09-17 David ‘Bombe... Iterate over the entries instead of only the keys.
2013-09-17 David ‘Bombe... Don’t get the current Sone, we allow to modify local...
2013-09-16 PresenderUpdate Polish translation.
2013-09-16 Hideki SaitoUpdate Japanese translation.
2013-09-12 David ‘Bombe... Remove code block without effect.
2013-09-12 David ‘Bombe... Reformat.
2013-09-12 David ‘Bombe... Remove another unnecessary class.
2013-09-11 David ‘Bombe... Remove unnecessary class.
2013-09-11 David ‘Bombe... Make FindBugs timeout configurable via command line...
2013-09-11 David ‘Bombe... Don’t tie FindBugs to any phase.
2013-09-10 David ‘Bombe... Run FindBugs when test is run.
2013-09-10 David ‘Bombe... Make it possible to override utils version on the comma...
2013-09-09 David ‘Bombe... Use stable version of utils.
2013-09-06 David ‘Bombe... Close output stream before sending the page to the...
2013-09-06 David ‘Bombe... Use utils snapshot.
2013-09-05 nicolas hernandezUpdate sone.fr.properties
2013-08-31 David ‘Bombe... Don’t cache AJAX requests.
2013-08-29 David ‘Bombe... Fix comparisons that were assignments.
2013-08-24 David ‘Bombe... Add isRoot() method to Album, only dump album ID in...
2013-07-16 David ‘Bombe... Fix javadoc.
2013-07-15 David ‘Bombe... Add and implement Identified interface.
2013-07-11 David ‘Bombe... Show the album title correctly.
2013-07-11 David ‘Bombe... Use a custom container class instead of messing around...
2013-07-11 David ‘Bombe... Show number of albums in toString().
2013-07-11 David ‘Bombe... Ignore albums without inserted images when calculating...
2013-07-11 David ‘Bombe... Insert a root album into all Sones to get rid of album...
2013-07-10 David ‘Bombe... Make Sone of Sone inserter modifiable.
2013-07-10 David ‘Bombe... Fix rescue mode.
2013-07-09 David ‘Bombe... Fix unwrapping of the content map.
2013-07-09 David ‘Bombe... Merge remote-tracking branch 'beak/next' into next
2013-07-09 David ‘Bombe... Create local Sones when parsing local Sones.
2013-07-08 David ‘Bombe... Add test for BookmarkAjaxPage.
2013-07-08 David ‘Bombe... Add accessors for testing.
2013-07-08 David ‘Bombe... Use Jackson to create JSON pages, get rid of utils...
2013-07-06 David ‘Bombe... Add i18n to Sone insert notification.
2013-07-06 David ‘Bombe... Whitespace fix.
2013-07-05 David ‘Bombe... Reformat.
2013-07-05 David ‘Bombe... Only show status update field if logged in.
2013-07-05 David ‘Bombe... Store Sones in “create Sone” page, for when there are...
2013-07-05 David ‘Bombe... Merge branch 'master' into next
2013-07-05 David ‘Bombe... Merge branch 'release-0.8.6' 0.8.6
2013-07-05 David ‘Bombe... Set version to 0.8.6.
2013-07-05 David ‘Bombe... Update latest edition of homepage.
2013-07-05 David ‘Bombe... Add a static import for slightly more readable code.
2013-07-05 David ‘Bombe... Fix navigation.
2013-07-05 David ‘Bombe... Filter empty albums on gallery pages.
2013-07-05 David ‘Bombe... Add filter for empty albums.
2013-07-05 David ‘Bombe... Don’t try to get post if it doesn’t exist!
2013-07-05 David ‘Bombe... Don’t clobber local Sones.
2013-07-04 David ‘Bombe... Copy known-flag from stored Sone to new Sone.
2013-07-04 David ‘Bombe... Add some more logging.
2013-07-04 David ‘Bombe... Add detailed logging.
2013-07-04 David ‘Bombe... Return a copy of the values.
2013-07-04 David ‘Bombe... Use fluent iterable for filtering.
2013-07-04 David ‘Bombe... Don’t add anything if the Sone to add is already presen...
2013-07-04 David ‘Bombe... Use a multimap to store trust relationships.
2013-06-30 David ‘Bombe... Revert "Don’t reregister a USK if it already is registe...
2013-06-29 David ‘Bombe... Always unwrap the optional.
2013-06-29 David ‘Bombe... Merge branch 'master' into next
2013-06-29 David ‘Bombe... Merge branch 'release-0.8.5' 0.8.5
2013-06-29 David ‘Bombe... Set homepage edition to 56.
2013-06-29 David ‘Bombe... Set version to 0.8.5.
2013-06-29 David ‘Bombe... Use most recent utils version.
2013-06-29 David ‘Bombe... Merge branch 'partial-rewrite' into next
2013-06-29 David ‘Bombe... Merge branch 'lock-sones-via-fcp-317' into next
2013-06-29 David ‘Bombe... Add tests for LockSoneCommand and UnlockSoneCommand...
2013-06-29 David ‘Bombe... Add “LockSone” and “UnlockSone” FCP commands.
2013-06-09 David ‘Bombe... Merge remote-tracking branch 'hernic/patch-1' into...
2013-06-08 nicolas hernandezminor updates
2013-05-03 David ‘Bombe... Fix check for valid Sone IDs. partial-rewrite
2013-03-13 David ‘Bombe... Formatting.
next