Sone.git
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.
2010-10-15 David ‘Bombe... Don’t store a Shell if there is already the real thing...
2010-10-15 David ‘Bombe... Rename “add friend” action to “follow Sone” for now.
2010-10-14 David ‘Bombe... Add logging.
2010-10-14 David ‘Bombe... Add Sone downloader.
2010-10-14 David ‘Bombe... Create keys correctly.
2010-10-14 David ‘Bombe... Terminate the list of Sones as well.
2010-10-14 David ‘Bombe... Override Object.toString().
2010-10-14 David ‘Bombe... Terminate list of Posts and Replies (to prevent Ghost...
2010-10-14 David ‘Bombe... Store username instead of nice name.
2010-10-14 David ‘Bombe... Store more information about the Sone of replies.
2010-10-14 David ‘Bombe... Extract nice name formatting into its own method.
2010-10-14 David ‘Bombe... Add friends to Sone.
2010-10-14 David ‘Bombe... Add key and name of the posting Sone to all replies.
2010-10-14 David ‘Bombe... Update the edition numbers in the keys.
2010-10-14 David ‘Bombe... Add method to update the suggested edition on the inser...
2010-10-14 David ‘Bombe... Convert the keys to USK when creating the Sone.
2010-10-14 David ‘Bombe... Don’t try to get a null Sone.
2010-10-14 David ‘Bombe... Don’t add Sone twice.
2010-10-14 David ‘Bombe... Store all added Sones in the Sone cache.
2010-10-14 David ‘Bombe... Add page that adds a friend.
2010-10-14 David ‘Bombe... Every time a Sone is fetched, see if it can be unshelled.
2010-10-14 David ‘Bombe... Show links for adding or removing friends.
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.
next