Sone.git
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.
2010-10-13 David ‘Bombe... Always store the current Sone in the template.
2010-10-13 David ‘Bombe... Add logout page.
2010-10-13 David ‘Bombe... Remove Sone ID from session if the Sone is null.
2010-10-13 David ‘Bombe... Add Sone creation page.
2010-10-13 David ‘Bombe... Show ID of Sone in Sone selector.
2010-10-13 David ‘Bombe... Add page title for index page.
2010-10-13 David ‘Bombe... Use new redirect exception.
2010-10-13 David ‘Bombe... Store plugin store when plugin is terminated.
2010-10-13 David ‘Bombe... Stub for creating Sones.
2010-10-13 David ‘Bombe... Store the Sone ID instead of the Sone itself in the...
2010-10-13 David ‘Bombe... Whitespace fixes.
2010-10-13 David ‘Bombe... Add method to store the configuration when the core...
2010-10-13 David ‘Bombe... Log number of Sones that will be loaded.
2010-10-13 David ‘Bombe... Mark node as unused for now.
2010-10-13 David ‘Bombe... Add method to generate a key pair.
2010-10-13 David ‘Bombe... Add exception type for invalid Sone names.
2010-10-13 David ‘Bombe... Add index page.
2010-10-13 David ‘Bombe... Get form password only once.
2010-10-13 David ‘Bombe... Add possibility to redirect during processing.
2010-10-13 David ‘Bombe... Register the toadlet itself for the link-enabled callback.
2010-10-13 David ‘Bombe... Only show login page if the user is not logged in.
2010-10-13 David ‘Bombe... Use ToadletContext instead of Request to get the curren...
2010-10-13 David ‘Bombe... Implement link-enabled callback interface.
2010-10-13 David ‘Bombe... If the page can say whether it’s enabled in the menu...
2010-10-13 David ‘Bombe... Make the user specify both insert and request URI when...
2010-10-13 David ‘Bombe... Add Sone exception.
2010-10-13 David ‘Bombe... Implementation stub of the login page.
2010-10-13 David ‘Bombe... Change URL of index page.
2010-10-13 David ‘Bombe... Add name for the web interface thread.
2010-10-13 David ‘Bombe... Shut the logger down when the plugin is terminated.
2010-10-13 David ‘Bombe... Add name to Sone constructor call.
2010-10-13 David ‘Bombe... Add method to set the current Sone.
2010-10-13 David ‘Bombe... Add name to the Sone.
2010-10-13 David ‘Bombe... Add unique ID for the Sone.
2010-10-13 David ‘Bombe... Expose the version of the plugin.
2010-10-13 David ‘Bombe... Use traditional getter names.
2010-10-13 David ‘Bombe... Expose the local Sones.
2010-10-13 David ‘Bombe... Expose the core.
2010-10-13 David ‘Bombe... Whitespace fixes.
2010-10-13 David ‘Bombe... Turn the HTTP method into an enumeration.
2010-10-13 David ‘Bombe... Add new session if no session exists.
2010-10-13 David ‘Bombe... Add method to get the current session.
2010-10-13 David ‘Bombe... Set encoding of source files to UTF-8.
next