Sone.git
2010-10-18 David ‘Bombe... Store posts in a set, not in a list!
2010-10-18 David ‘Bombe... Remove unnecessary “id” attribute.
2010-10-18 David ‘Bombe... Hide reply creation input text fields until “comment...
2010-10-18 David ‘Bombe... Hide all reply input fields, add “comment” button.
2010-10-18 David ‘Bombe... Make reply input fields have a default text.
2010-10-18 David ‘Bombe... Format status line differently, rename “delete post...
2010-10-18 David ‘Bombe... Redirect back to index after the profile has been saved.
2010-10-18 David ‘Bombe... Add padding for replies.
2010-10-18 David ‘Bombe... Re-style “delete reply” link.
2010-10-18 David ‘Bombe... Prepare for larger HTML/CSS rework.
2010-10-18 David ‘Bombe... Add toadlet to deliver images.
2010-10-17 David ‘Bombe... Parse time from downloaded Sone.
2010-10-17 David ‘Bombe... Update time when inserting, store time in insert.
2010-10-17 David ‘Bombe... Store the time of the last update in the Sone.
2010-10-16 David ‘Bombe... Don’t add the new Post to the Sone ourselves, Core...
2010-10-16 David ‘Bombe... Only load remote Sones after loading configuration.
2010-10-16 David ‘Bombe... Add method to reload a known Sone.
2010-10-16 David ‘Bombe... Only download remote Sones.
2010-10-16 David ‘Bombe... Add method that returns all remote Sones, change javado...
2010-10-16 David ‘Bombe... Add page that deletes a post.
2010-10-16 David ‘Bombe... Don’t omit post ID.
2010-10-16 David ‘Bombe... Add classpath-based template provider for template...
2010-10-16 David ‘Bombe... Add “unauthorized access” template.
2010-10-16 David ‘Bombe... Create inclusion template for viewing a post.
2010-10-16 David ‘Bombe... Change javadoc comment.
2010-10-16 David ‘Bombe... Remove own thread from page, the Core handles that...
2010-10-16 David ‘Bombe... Restrict identity to the ID again.
2010-10-16 David ‘Bombe... Download new friend Sones when starting up.
2010-10-16 David ‘Bombe... Always download Sones in an own thread.
2010-10-16 David ‘Bombe... Copying a null profile results in an empty profile.
2010-10-16 David ‘Bombe... Show replies to posts in remote Sone.
2010-10-16 David ‘Bombe... Don’t forget to set the name of the Sone.
2010-10-16 David ‘Bombe... Only add parsed Sone if it is not null.
2010-10-16 David ‘Bombe... Download new Sones in a background thread.
2010-10-16 David ‘Bombe... Watch Sone for updates after it has been downloaded.
2010-10-16 David ‘Bombe... Store request URI in yet unknown Sones when parsing.
2010-10-16 David ‘Bombe... Add Sones to cache, too.
2010-10-16 David ‘Bombe... In case of a permanent redirect, follow.
2010-10-16 David ‘Bombe... Add “known Sones” page.
2010-10-16 David ‘Bombe... Add missing line of text.
2010-10-16 David ‘Bombe... Fix template variable.
2010-10-16 David ‘Bombe... Change Sone downloading logic.
2010-10-16 David ‘Bombe... Remove warning about parameter assignment.
2010-10-16 David ‘Bombe... Parse Sone from fetch result.
2010-10-16 David ‘Bombe... Add javadoc comment.
2010-10-16 David ‘Bombe... Don’t watch local Sones for updates, we already have...
2010-10-16 David ‘Bombe... Add possibility to load a Sone by its Freenet URI.
2010-10-16 David ‘Bombe... Add method to load a Sone from a URI.
2010-10-16 David ‘Bombe... Make Sone parsing available from the outside.
2010-10-16 David ‘Bombe... Don’t skip the call to the parent method.
2010-10-16 David ‘Bombe... Link date to “view post” page.
2010-10-16 David ‘Bombe... Add “view post” page.
2010-10-16 David ‘Bombe... Use correct parameter name.
2010-10-16 David ‘Bombe... Show replies and reply posting form on index page.
2010-10-16 David ‘Bombe... Create “create reply” page.
2010-10-16 David ‘Bombe... Add methods to create a new Reply.
2010-10-16 David ‘Bombe... Add created post to Sone automatically.
2010-10-15 David ‘Bombe... Set modification counter to 0 after loading the Sone...
2010-10-15 David ‘Bombe... Set posts and replies in parsed Sones.
2010-10-15 David ‘Bombe... Don’t crash on parsing incorrect XML.
2010-10-15 David ‘Bombe... Add XML filter to the correct template factory.
2010-10-15 David ‘Bombe... Don’t use the HTML filter to write XML.
2010-10-15 David ‘Bombe... Add XML filter to all templates.
2010-10-15 David ‘Bombe... Add the correct Sone!
2010-10-15 David ‘Bombe... Remove all cache access from outside the getters, don...
2010-10-15 David ‘Bombe... Use post accessor.
2010-10-15 David ‘Bombe... Add “replies” property to post objects.
2010-10-15 David ‘Bombe... Add method to get all replies for a post.
2010-10-15 David ‘Bombe... Remove replies from post.
2010-10-15 David ‘Bombe... Allow Sone, Post, and Reply creation only through the...
2010-10-15 David ‘Bombe... Add ID-only constructors.
2010-10-15 David ‘Bombe... Rename methods that add local and remote Sones.
2010-10-15 David ‘Bombe... Don’t store Sone ID in the reply, it’s always the Sone...
2010-10-15 David ‘Bombe... Add parsing stub.
2010-10-15 David ‘Bombe... Store known Sones in XML, too.
2010-10-15 David ‘Bombe... Allow method chaining in Profile.
2010-10-15 David ‘Bombe... Use JavaScript to improve the UI.
2010-10-15 David ‘Bombe... Create a static file delivery page, use it to deliver...
2010-10-15 David ‘Bombe... Show Sone name in page title.
2010-10-15 David ‘Bombe... Add jQuery 1.4.2.
2010-10-15 David ‘Bombe... Enhance logging.
2010-10-15 David ‘Bombe... Only fetch Sone if the newest slot was found.
2010-10-15 David ‘Bombe... Start the Sone downloader, otherwise it can not be...
2010-10-15 David ‘Bombe... Show name of current sone on index page.
2010-10-15 David ‘Bombe... Don’t access the Sone cache directly.
2010-10-15 David ‘Bombe... Remove the shell stuff, make objects mutable.
2010-10-15 David ‘Bombe... Stop logging when starting the plugin failed.
2010-10-15 David ‘Bombe... Don’t use the Sone’s ID but (maybe) also the Sone’s...
2010-10-15 David ‘Bombe... Don’t create new shells all the time!
2010-10-15 David ‘Bombe... Don’t let a Sone add itself as friend!
2010-10-15 David ‘Bombe... Rename “friend Sone” to just “friend.”
2010-10-15 David ‘Bombe... Don’t let a Sone follow itself!
2010-10-15 David ‘Bombe... Show number of friends.
2010-10-15 David ‘Bombe... Fix header.
2010-10-15 David ‘Bombe... Output class name, we might be a Shell.
2010-10-15 David ‘Bombe... Rename template.
2010-10-15 David ‘Bombe... Add “this Sone follows” section to “view Sone.”
2010-10-15 David ‘Bombe... Load and save friends.
2010-10-15 David ‘Bombe... Add method to add remote Sones for watching.
2010-10-15 David ‘Bombe... Add javadoc.
next