Sone.git
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.
2010-10-13 David ‘Bombe... Improve translation.
2010-10-13 David ‘Bombe... Stop the web interface when the plugin is stopped.
2010-10-13 David ‘Bombe... Implement the “threadless plugin” marker because our...
2010-10-13 David ‘Bombe... Add login template.
2010-10-13 David ‘Bombe... Add translation stub.
2010-10-13 David ‘Bombe... Add template factory for Sone templates.
2010-10-13 David ‘Bombe... Add login page.
2010-10-13 David ‘Bombe... Implement a bit more of the Fred interaction stuff.
2010-10-13 David ‘Bombe... Don’t try to parse null values.
2010-10-13 David ‘Bombe... Add fred dependency.
2010-10-13 David ‘Bombe... Store dependencies in resulting JAR file.
2010-10-13 David ‘Bombe... Require a more recent version.
2010-10-12 David ‘Bombe... Fix “Plugin-Main-Class” attribute.
2010-10-12 David ‘Bombe... Add Sone-specific base template page implementation.
2010-10-12 David ‘Bombe... Add web interface container stub.
2010-10-12 David ‘Bombe... Add interface between templates and toadlets.
2010-10-12 David ‘Bombe... Add logging.
2010-10-12 David ‘Bombe... Add method that fetches an URI.
2010-10-12 David ‘Bombe... Complete javadoc.
next