Remove randomId() and currentTime() methods from ImageBuilder.
[Sone.git] / src /
2014-02-28 David ‘Bombe’ RodenRemove randomId() and currentTime() methods from ImageB...
2014-02-28 David ‘Bombe’ RodenRemove randomId() and currentTime() from post builder...
2014-02-28 David ‘Bombe’ RodenAdd callback interface to post build() method.
2014-02-28 David ‘Bombe’ RodenRemove createPost(*) methods from Core.
2014-02-28 David ‘Bombe’ RodenRemove copy method from post builder.
2014-02-28 David ‘Bombe’ RodenMove post creation into Sone, remove memory-based post...
2014-02-28 David ‘Bombe’ RodenUse database instead of separate providers.
2014-02-28 David ‘Bombe’ RodenUse database instead of Sone provider in post and post...
2014-02-28 David ‘Bombe’ RodenRemove image builder.
2014-02-28 David ‘Bombe’ RodenMove memory album and image to default implementation.
2014-02-28 David ‘Bombe’ RodenExpose the database.
2014-02-28 David ‘Bombe’ RodenRevert "Extract superclass out of default Sone implemen...
2014-02-28 David ‘Bombe’ RodenExpose album moving methods in the album database.
2014-02-28 David ‘Bombe’ RodenOnly rely on the database interface.
2014-02-28 David ‘Bombe’ RodenMake image moving methods publicly available in the...
2014-02-28 David ‘Bombe’ RodenRename default post builder implementation.
2014-02-28 David ‘Bombe’ RodenExtract superclass out of default Sone implementation.
2014-02-28 David ‘Bombe’ RodenFactor out some methods. working
2014-02-28 David ‘Bombe’ RodenUse static import.
2014-02-28 David ‘Bombe’ RodenUse AlbumBuilderFactory when creating a new album.
2014-02-28 David ‘Bombe’ RodenLet Sone and Album implement AlbumBuilderFactory.
2014-02-28 David ‘Bombe’ RodenAdd method to create a new album to Sone.
2014-02-28 David ‘Bombe’ RodenAdd in-memory Album implementation.
2014-02-28 David ‘Bombe’ RodenAdd method to get all images of an album to ImageProvider.
2014-02-28 David ‘Bombe’ RodenUse static import.
2014-02-28 David ‘Bombe’ RodenAdd method to get child albums of an album to AlbumProv...
2014-02-28 David ‘Bombe’ RodenRename SoneImpl to DefaultSone, implement SoneProvider...
2014-02-28 David ‘Bombe’ RodenCreate some additional members to allow for easier...
2014-02-28 David ‘Bombe’ RodenDon’t store sone provider in abstract post builder.
2014-02-28 David ‘Bombe’ RodenAdd Sone database interface.
2014-02-28 David ‘Bombe’ RodenReturn an Optional for the album image.
2014-02-28 David ‘Bombe’ RodenMove methods to move an image up and down to Image.
2014-02-28 David ‘Bombe’ RodenSimplify moving an album up and down in its parent.
2014-02-28 David ‘Bombe’ RodenSimplify album removal.
2014-02-28 David ‘Bombe’ RodenStore album relationships.
2014-02-28 David ‘Bombe’ RodenMove method to remove image from Album to Image.
2014-02-28 David ‘Bombe’ RodenStore DefaultAlbum in DefaultImage.
2014-02-28 David ‘Bombe’ RodenStore album and image relationship.
2014-02-28 David ‘Bombe’ RodenDon’t store image explicitely after adding it to an...
2014-02-28 David ‘Bombe’ RodenDon’t apply function to optionals.
2014-02-28 David ‘Bombe’ RodenReformat.
2014-02-28 David ‘Bombe’ RodenSet Sone of an album in the album builder, use album...
2014-02-28 David ‘Bombe’ RodenRemove for-now useless test.
2014-02-28 David ‘Bombe’ RodenExtract album baseclass that only stores the primitives.
2014-02-28 David ‘Bombe’ RodenFix test.
2014-02-28 David ‘Bombe’ RodenAdd in-memory implementation of an image and its builder.
2014-02-28 David ‘Bombe’ RodenImage builders always need to know their Sones.
2014-02-28 David ‘Bombe’ RodenExtract another super class that does not hold anything...
2014-02-28 David ‘Bombe’ RodenDon’t use albums in abstract image builders.
2014-02-28 David ‘Bombe’ RodenSimplify album builder.
2014-02-28 David ‘Bombe’ RodenRename album and builder implementations.
2014-02-28 David ‘Bombe’ RodenMove temporary image-related classes to their final...
2014-02-28 David ‘Bombe’ RodenSimplify image builders.
2014-02-28 David ‘Bombe’ RodenExtract default Image implementation as base for all...
2014-02-28 David ‘Bombe’ RodenRemove the possibility to create images for unknown...
2014-02-28 David ‘Bombe’ RodenAdd test for the default image builder.
2014-02-28 David ‘Bombe’ RodenMove required parameters for image into the image builder.
2014-02-28 David ‘Bombe’ RodenDetermine image dimensions correctly.
2014-01-19 David ‘Bombe’ RodenMake all members of TemporaryImage final, store width...
2014-01-19 David ‘Bombe’ RodenOnly refuse to set creation time if it’s different...
2013-11-22 David ‘Bombe’ RodenUse better check for whether the root album has been...
2013-10-11 David ‘Bombe’ RodenCopy insert URI of original Sone when parsing a new...
2013-10-11 David ‘Bombe’ RodenSet changed values differently.
2013-10-11 David ‘Bombe’ RodenFix and relax checks.
2013-10-10 David ‘Bombe’ RodenExtract an interface out of Sone.
2013-10-10 David ‘Bombe’ RodenDon’t check for the presence of the album image in...
2013-10-10 David ‘Bombe’ RodenAdd image builder that creates “old” images.
2013-10-10 David ‘Bombe’ RodenRemove obsolete import.
2013-10-10 David ‘Bombe’ RodenUse an album modifier for setting title, description...
2013-10-09 David ‘Bombe’ RodenUse the memory database to create all albums.
2013-10-09 David ‘Bombe’ RodenAdd album builder creation to memory database.
2013-10-09 David ‘Bombe’ RodenAdd album builder that can create the “old” album objects.
2013-10-09 David ‘Bombe’ RodenAdd base implementation of an album builder.
2013-10-09 David ‘Bombe’ RodenAdd album builder factory.
2013-10-09 David ‘Bombe’ RodenAdd album builder interface.
2013-10-09 David ‘Bombe’ RodenUse the memory database instead of storing the albums...
2013-10-09 David ‘Bombe’ RodenAdd first small tests for the memory database.
2013-10-09 David ‘Bombe’ RodenIntegrate basic album storage and retrieval in memory...
2013-10-09 David ‘Bombe’ RodenImprove static imports.
2013-10-09 David ‘Bombe’ RodenExtract album interface.
2013-09-30 David ‘Bombe’ RodenAdd accessor for all top-level albums of a Sone.
2013-09-27 David ‘Bombe’ RodenMerge remote-tracking branch 'hernic/patch-4' into...
2013-09-27 David ‘Bombe’ RodenUpdate French translation.
2013-09-26 nicolas hernandezUpdate sone.fr.properties
2013-09-25 David ‘Bombe’ RodenMerge branch 'master' into next
2013-09-25 David ‘Bombe’ RodenMerge branch 'release-0.8.7' 0.8.7
2013-09-25 David ‘Bombe’ RodenUpdate current homepage edition.
2013-09-25 David ‘Bombe’ RodenSet version to 0.8.7.
2013-09-22 David ‘Bombe’ RodenFix static import.
2013-09-22 David ‘Bombe’ RodenFix whitespace.
2013-09-22 David ‘Bombe’ RodenRemove unnecessary parameters.
2013-09-22 David ‘Bombe’ RodenUse more concise syntax for array creation.
2013-09-22 David ‘Bombe’ RodenUse local variables where appropriate.
2013-09-22 David ‘Bombe’ RodenStore top Sone node in a global variable.
2013-09-22 David ‘Bombe’ RodenFix jQuery selectors for locating the reply input field.
2013-09-18 David ‘Bombe’ RodenRemove markers for untranslated lines.
2013-09-17 David ‘Bombe’ RodenFix some FindBugs warnings.
2013-09-17 David ‘Bombe’ RodenOverride equals() and hashCode() to make clear that...
2013-09-17 David ‘Bombe’ RodenIterate over the entries instead of only the keys.
2013-09-17 David ‘Bombe’ RodenDon’t get the current Sone, we allow to modify local...
next