Sone.git
2010-10-14 David ‘Bombe... Add “isFriend” and “isCurrent” properties.
2010-10-14 David ‘Bombe... Sort posts in Sones.
2010-10-14 David ‘Bombe... Return replies sorted.
2010-10-14 David ‘Bombe... Prevent NPEs when accessing an unset time.
2010-10-14 David ‘Bombe... Always return the replies sorted by time, oldest first.
2010-10-14 David ‘Bombe... Use nice name where appropriate.
2010-10-14 David ‘Bombe... Add Sone accessor.
2010-10-14 David ‘Bombe... Add page that views a Sone.
2010-10-14 David ‘Bombe... Add ID to posts <div>.
2010-10-14 David ‘Bombe... Fix link.
2010-10-14 David ‘Bombe... Add method to return a Sone by its ID.
2010-10-14 David ‘Bombe... The used UUIDs are an implementation detail. Hide it.
2010-10-14 David ‘Bombe... Always create Shells with IDs.
2010-10-14 David ‘Bombe... Change link.
2010-10-14 David ‘Bombe... Small display fixes, add link to other Sone.
2010-10-14 David ‘Bombe... Load replies and store everything in caches.
2010-10-14 David ‘Bombe... Rewrite shell cache to create shells, if necessary.
2010-10-14 David ‘Bombe... Only allow unshelling a post if its Sone is not a shell.
2010-10-14 David ‘Bombe... Only allow unshelling a reply if both its post and...
2010-10-14 David ‘Bombe... Add some shell creators.
2010-10-14 David ‘Bombe... Change contract of Shell.getShelled().
2010-10-14 David ‘Bombe... Add shell creator interface.
2010-10-14 David ‘Bombe... Save replies on stopping.
2010-10-14 David ‘Bombe... Use a more generic Shell-aware cache.
2010-10-14 David ‘Bombe... Add Shell for Sone.
2010-10-14 David ‘Bombe... Remove obsolete User class.
2010-10-14 David ‘Bombe... Add cache for Posts that is Shell-aware and throws...
2010-10-14 David ‘Bombe... Wrap Post and Reply into a Shell.
2010-10-14 David ‘Bombe... Add interface for not-yet-created objects.
2010-10-14 David ‘Bombe... Use all parameters for equality.
2010-10-14 David ‘Bombe... Use normal right-shift.
2010-10-14 David ‘Bombe... Use all available parameters for post equality.
2010-10-14 David ‘Bombe... Add a Sone’s replies.
2010-10-14 David ‘Bombe... Change formatting.
2010-10-14 David ‘Bombe... Add ID of Sone.
2010-10-14 David ‘Bombe... Store all replies of a Sone in the Sone.
2010-10-14 David ‘Bombe... Store the Sone in the reply.
2010-10-14 David ‘Bombe... Return a Set because that’s what it is.
2010-10-14 David ‘Bombe... Store replies in post.
2010-10-14 David ‘Bombe... Add container for replies.
2010-10-14 David ‘Bombe... Use the hashCode() of the ID.
2010-10-14 David ‘Bombe... Add code comment.
2010-10-14 David ‘Bombe... Iterate over correct posts list.
2010-10-14 David ‘Bombe... Name service.
2010-10-14 David ‘Bombe... Change restart and wait logic.
2010-10-14 David ‘Bombe... Store all posts in the Sone.
2010-10-14 David ‘Bombe... Load/save all posts of a Sone on starting/stopping.
2010-10-14 David ‘Bombe... Add a GUID to Post.
2010-10-14 David ‘Bombe... Move post creation back to CreatePostPage.
2010-10-14 David ‘Bombe... Show posts of Sone and friends on index page.
2010-10-14 David ‘Bombe... Check if post belongs to this Sone before trying to...
2010-10-14 David ‘Bombe... Store the originating Sone in the post.
2010-10-14 David ‘Bombe... Move L10nFilter to own file, remove Sone template facto...
2010-10-14 David ‘Bombe... Add posting ability.
2010-10-14 David ‘Bombe... Prevent resource leaks.
2010-10-14 David ‘Bombe... Only show “create Sone” in menu when not logged in.
2010-10-14 David ‘Bombe... Fix parameter name.
2010-10-14 David ‘Bombe... Add posts to Sone.
2010-10-14 David ‘Bombe... Override Object.hashCode() and Object.equals().
2010-10-14 David ‘Bombe... Use traditional getter method names.
2010-10-14 David ‘Bombe... Add “save” button to “edit profile” page.
2010-10-14 David ‘Bombe... Enhance logging.
2010-10-14 David ‘Bombe... Implement profile editing.
2010-10-14 David ‘Bombe... Reduce occurences of String concatenation.
2010-10-14 David ‘Bombe... Store a copy of the given profile.
2010-10-14 David ‘Bombe... Load and save profile information.
2010-10-14 David ‘Bombe... Publish the profile in the Sone.
2010-10-14 David ‘Bombe... Show name fields on page.
2010-10-14 David ‘Bombe... Set a new profile for a newly created Sone.
2010-10-14 David ‘Bombe... Add stub of “edit profile” page.
2010-10-14 David ‘Bombe... Add “is modified” flag.
2010-10-14 David ‘Bombe... Store first, middle, and last name.
2010-10-14 David ‘Bombe... A profile does not have a username, the Sone has a...
2010-10-14 David ‘Bombe... Store the Sone in the insert site, too.
2010-10-14 David ‘Bombe... Add method to create a manifest element.
2010-10-14 David ‘Bombe... Add profile to Sone.
2010-10-14 David ‘Bombe... Add copy constructor.
2010-10-14 David ‘Bombe... Use traditional getter method name.
2010-10-13 David ‘Bombe... Implement Sone inserting.
2010-10-13 David ‘Bombe... Add String-based Bucket implementation.
2010-10-13 David ‘Bombe... Add method to insert a directory into Freenet.
2010-10-13 David ‘Bombe... Set modification counter of new Sones to 1 so that...
2010-10-13 David ‘Bombe... Add fred-ext dependency.
2010-10-13 David ‘Bombe... Add synchronization note.
2010-10-13 David ‘Bombe... Override Object.equals().
2010-10-13 David ‘Bombe... Stub of Sone inserter main loop.
2010-10-13 David ‘Bombe... Hand in freenet interface to Sone inserter.
2010-10-13 David ‘Bombe... Add modification counter to Sone.
2010-10-13 David ‘Bombe... Stop all Sone inserters when stopping the core.
2010-10-13 David ‘Bombe... Start Sone inserters when Sone is added.
2010-10-13 David ‘Bombe... Add stub of Sone inserter.
2010-10-13 David ‘Bombe... Rename “localSones” method to a more traditional “getSo...
2010-10-13 David ‘Bombe... Return an unmodifiable copy of the Sones.
2010-10-13 David ‘Bombe... Remove warning about parameter assignment.
2010-10-13 David ‘Bombe... Flesh out Sone deletion HTML.
2010-10-13 David ‘Bombe... Implement page deletion.
2010-10-13 David ‘Bombe... Generate key without docname.
2010-10-13 David ‘Bombe... Add method to delete a Sone.
2010-10-13 David ‘Bombe... Add some logging.
2010-10-13 David ‘Bombe... Add stub of page that deletes a Sone.
next