Add test for SonePart
[Sone.git] / src /
2016-10-05 David ‘Bombe’ RodenAdd test for SonePart
2016-10-05 David ‘Bombe’ RodenDon’t allow null for the post of a PostPart
2016-10-05 David ‘Bombe’ RodenAdd test for PostPart
2016-10-05 David ‘Bombe’ RodenDon’t allow null for the text attribute of PlainTextPart
2016-10-05 David ‘Bombe’ RodenAdd test for PlainTextPart
2016-10-05 David ‘Bombe’ RodenAdd @Nonnull annotations to PartContainer
2016-10-05 David ‘Bombe’ RodenAdd test for PartContainer
2016-10-05 David ‘Bombe’ RodenAdd @Nonnull annotations to FreenetLinkPart, too
2016-10-05 David ‘Bombe’ RodenDon’t allow null for any attribute of a LinkPart
2016-10-05 David ‘Bombe’ RodenAdd test for FreenetLinkPart
2016-10-05 David ‘Bombe’ RodenAdd test for LinkPart
2016-09-20 David ‘Bombe’ RodenDon’t expose the plugin version directly
2016-09-10 David ‘Bombe’ RodenRemove “forceDownload” from image keys
2016-08-18 David ‘Bombe’ RodenSome refactoring
2016-08-16 David ‘Bombe’ RodenIgnore commas at the end of links, too
2016-08-16 David ‘Bombe’ RodenMerge branch 'text-parser-improvements' into next
2016-08-16 David ‘Bombe’ RodenIgnore punctuation at end of links
2016-08-15 David ‘Bombe’ RodenChange parser to better recognize the end of links
2016-08-15 David ‘Bombe’ RodenRemove comments
2016-08-15 David ‘Bombe’ RodenRewrite test to use JUnit 4
2016-07-11 David ‘Bombe’ RodenMerge branch 'master' into next
2016-07-11 David ‘Bombe’ RodenMerge branch 'release-0.9.5' 0.9.5
2016-07-11 David ‘Bombe’ RodenUpdate latest edition of homepage
2016-07-11 David ‘Bombe’ RodenChange version number to 0.9.5
2016-07-05 David ‘Bombe’ RodenUpdate French translation (thanks, hhle)
2016-07-01 David ‘Bombe’ RodenSend Sone removal notifications before removing Sone
2016-06-28 David ‘Bombe’ RodenFix NPE when deleting invalid replies
2016-06-28 David ‘Bombe’ RodenMove exception matcher to a utils class
2016-06-28 David ‘Bombe’ RodenFix post and reply IDs in delete pages
2016-06-27 David ‘Bombe’ RodenUpdate Spanish translation (thanks, q(ᵔᴥᵔ)p)
2016-06-27 David ‘Bombe’ RodenAdd English strings to all other translations
2016-06-27 David ‘Bombe’ RodenUpdate German translation
2016-06-26 David ‘Bombe’ RodenFix formatting of timestamps in the future and a few...
2016-06-26 David ‘Bombe’ RodenUpdate the timestamp for a new reply
2016-06-26 David ‘Bombe’ RodenUpdate year at time of last release
2016-06-26 David ‘Bombe’ RodenChange dates in file headers
2016-06-26 David ‘Bombe’ RodenFix file name in header
2016-06-26 David ‘Bombe’ RodenFix post duplication but in “new posts & replies” page
2016-06-26 David ‘Bombe’ RodenClean up some imports
2016-06-26 David ‘Bombe’ RodenSwitch the order of the arguments
2016-06-25 David ‘Bombe’ RodenClean up parser interface
2016-06-25 David ‘Bombe’ RodenRemove IOException from parser interface
2016-06-25 David ‘Bombe’ RodenRemove unnecessary casts
2016-06-25 David ‘Bombe’ RodenReplace Reader with String in Parser interface
2016-06-24 David ‘Bombe’ RodenAdd test for javascript filter
2016-06-23 David ‘Bombe’ RodenRemove unused XML file
2016-06-23 David ‘Bombe’ RodenRemove form to edit album image
2016-06-23 David ‘Bombe’ RodenRemove the concept of the album image, always use a...
2016-06-23 David ‘Bombe’ RodenShow a random image from an album instead of the album...
2016-06-23 David ‘Bombe’ RodenAdd “randomImage” accessor for albums
2016-06-23 David ‘Bombe’ RodenFix bug where an empty image title would corrupt a...
2016-06-09 David ‘Bombe’ RodenHandle missing files correctly
2016-06-09 David ‘Bombe’ RodenFix annotations and possible NPEs
2016-06-09 David ‘Bombe’ RodenFix method name
2016-06-09 David ‘Bombe’ RodenFix documentation and annotation
2016-06-08 David ‘Bombe’ RodenRename list notification filters class
2016-06-08 David ‘Bombe’ RodenRefactor notification filtering
2016-03-06 David ‘Bombe’ RodenUse optionals instead of null
2016-03-06 David ‘Bombe’ RodenSmall and insignificant optimization
2016-03-03 David ‘Bombe’ RodenDon’t wrap posts in an additional list
2016-03-03 David ‘Bombe’ RodenDeclare filter methods as private
2016-03-03 David ‘Bombe’ RodenSimplify list notification
2016-03-03 David ‘Bombe’ RodenAdd unit test for list notification
2016-02-27 David ‘Bombe’ RodenInitialize latest edition of update checker correctly
2016-02-27 David ‘Bombe’ RodenMerge branch 'disruptive-notification' into next
2016-02-27 David ‘Bombe’ RodenSet variables correctly on new-version notification
2016-02-27 David ‘Bombe’ RodenShow note about disruptive versions on update notification
2016-02-27 David ‘Bombe’ RodenCheck for disruptive versions on update
2016-02-26 David ‘Bombe’ RodenInject current version into update checker
2016-02-26 David ‘Bombe’ RodenDeclare update checker to be a singleton
2016-02-26 David ‘Bombe’ RodenInject update checker into core
2015-11-27 David ‘Bombe’ RodenMerge branch 'master' into next
2015-11-27 David ‘Bombe’ RodenMerge branch 'release-0.9.4' 0.9.4
2015-11-27 David ‘Bombe’ RodenUpdate Sone homepage edition
2015-11-27 David ‘Bombe’ RodenSet version to 0.9.4
2015-11-27 David ‘Bombe’ RodenUpdate years in copyright line
2015-11-26 David ‘Bombe’ RodenChange file names in copyright lines
2015-11-26 David ‘Bombe’ RodenRemove all posts and replies when Sone is removed
2015-09-20 David ‘Bombe’ RodenActually return an instance of a different type
2015-08-13 GantrosUpdate Spanish translation
2015-08-07 GantrosUpdate Spanish translation
2015-07-27 David ‘Bombe’ RodenMerge branch 'feature/deliver-everything-from-filesyste...
2015-07-27 David ‘Bombe’ RodenLoad included templates from filesystem
2015-07-27 David ‘Bombe’ RodenDeliver static files from filesystem
2015-07-27 David ‘Bombe’ RodenAdd possibility to load templates from the filesystem
2015-07-25 David ‘Bombe’ RodenDeregister logger handlers as last thing
2015-07-24 David ‘Bombe’ RodenAdd unit test for image link filter
2015-07-24 David ‘Bombe’ RodenDon’t clobber title with “null,” either
2015-07-24 David ‘Bombe’ RodenExtract function for toString() function
2015-07-24 David ‘Bombe’ RodenDon’t add a class “null” to an image if there is to...
2015-07-24 David ‘Bombe’ RodenDon’t synchronize on Sone, it’s not a shared object...
2015-07-22 David ‘Bombe’ RodenMerge branch 'master' into next
2015-07-22 David ‘Bombe’ RodenMerge branch 'release/0.9.3' 0.9.3
2015-07-22 David ‘Bombe’ RodenUpdate homepage edition
2015-07-22 David ‘Bombe’ RodenSet version to 0.9.3
2015-07-22 David ‘Bombe’ RodenClean up imports
2015-07-22 David ‘Bombe’ RodenRename fields to better reflect their purpose
2015-07-22 David ‘Bombe’ RodenAdd tests for fixed Sone modification detector
2015-07-21 David ‘Bombe’ RodenClean up imports and whitespace
2015-07-21 David ‘Bombe’ RodenClean up logger on shutdown
next