2010-10-16 |
David ‘Bombe... | Add possibility to load a Sone by its Freenet URI. |
commit | commitdiff | tree | snapshot |
2010-10-16 |
David ‘Bombe... | Add method to load a Sone from a URI. |
commit | commitdiff | tree | snapshot |
2010-10-16 |
David ‘Bombe... | Make Sone parsing available from the outside. |
commit | commitdiff | tree | snapshot |
2010-10-16 |
David ‘Bombe... | Don’t skip the call to the parent method. |
commit | commitdiff | tree | snapshot |
2010-10-16 |
David ‘Bombe... | Link date to “view post” page. |
commit | commitdiff | tree | snapshot |
2010-10-16 |
David ‘Bombe... | Add “view post” page. |
commit | commitdiff | tree | snapshot |
2010-10-16 |
David ‘Bombe... | Use correct parameter name. |
commit | commitdiff | tree | snapshot |
2010-10-16 |
David ‘Bombe... | Show replies and reply posting form on index page. |
commit | commitdiff | tree | snapshot |
2010-10-16 |
David ‘Bombe... | Create “create reply” page. |
commit | commitdiff | tree | snapshot |
2010-10-16 |
David ‘Bombe... | Add methods to create a new Reply. |
commit | commitdiff | tree | snapshot |
2010-10-16 |
David ‘Bombe... | Add created post to Sone automatically. |
commit | commitdiff | tree | snapshot |
2010-10-15 |
David ‘Bombe... | Set modification counter to 0 after loading the Sone... |
commit | commitdiff | tree | snapshot |
2010-10-15 |
David ‘Bombe... | Set posts and replies in parsed Sones. |
commit | commitdiff | tree | snapshot |
2010-10-15 |
David ‘Bombe... | Don’t crash on parsing incorrect XML. |
commit | commitdiff | tree | snapshot |
2010-10-15 |
David ‘Bombe... | Add XML filter to the correct template factory. |
commit | commitdiff | tree | snapshot |
2010-10-15 |
David ‘Bombe... | Don’t use the HTML filter to write XML. |
commit | commitdiff | tree | snapshot |
2010-10-15 |
David ‘Bombe... | Add XML filter to all templates. |
commit | commitdiff | tree | snapshot |
2010-10-15 |
David ‘Bombe... | Add the correct Sone! |
commit | commitdiff | tree | snapshot |
2010-10-15 |
David ‘Bombe... | Remove all cache access from outside the getters, don... |
commit | commitdiff | tree | snapshot |
2010-10-15 |
David ‘Bombe... | Use post accessor. |
commit | commitdiff | tree | snapshot |
2010-10-15 |
David ‘Bombe... | Add “replies” property to post objects. |
commit | commitdiff | tree | snapshot |
2010-10-15 |
David ‘Bombe... | Add method to get all replies for a post. |
commit | commitdiff | tree | snapshot |
2010-10-15 |
David ‘Bombe... | Remove replies from post. |
commit | commitdiff | tree | snapshot |
2010-10-15 |
David ‘Bombe... | Allow Sone, Post, and Reply creation only through the... |
commit | commitdiff | tree | snapshot |
2010-10-15 |
David ‘Bombe... | Add ID-only constructors. |
commit | commitdiff | tree | snapshot |
2010-10-15 |
David ‘Bombe... | Rename methods that add local and remote Sones. |
commit | commitdiff | tree | snapshot |
2010-10-15 |
David ‘Bombe... | Don’t store Sone ID in the reply, it’s always the Sone... |
commit | commitdiff | tree | snapshot |
2010-10-15 |
David ‘Bombe... | Add parsing stub. |
commit | commitdiff | tree | snapshot |
2010-10-15 |
David ‘Bombe... | Store known Sones in XML, too. |
commit | commitdiff | tree | snapshot |
2010-10-15 |
David ‘Bombe... | Allow method chaining in Profile. |
commit | commitdiff | tree | snapshot |
2010-10-15 |
David ‘Bombe... | Use JavaScript to improve the UI. |
commit | commitdiff | tree | snapshot |
2010-10-15 |
David ‘Bombe... | Create a static file delivery page, use it to deliver... |
commit | commitdiff | tree | snapshot |
2010-10-15 |
David ‘Bombe... | Show Sone name in page title. |
commit | commitdiff | tree | snapshot |
2010-10-15 |
David ‘Bombe... | Add jQuery 1.4.2. |
commit | commitdiff | tree | snapshot |
2010-10-15 |
David ‘Bombe... | Enhance logging. |
commit | commitdiff | tree | snapshot |
2010-10-15 |
David ‘Bombe... | Only fetch Sone if the newest slot was found. |
commit | commitdiff | tree | snapshot |
2010-10-15 |
David ‘Bombe... | Start the Sone downloader, otherwise it can not be... |
commit | commitdiff | tree | snapshot |
2010-10-15 |
David ‘Bombe... | Show name of current sone on index page. |
commit | commitdiff | tree | snapshot |
2010-10-15 |
David ‘Bombe... | Don’t access the Sone cache directly. |
commit | commitdiff | tree | snapshot |
2010-10-15 |
David ‘Bombe... | Remove the shell stuff, make objects mutable. |
commit | commitdiff | tree | snapshot |
2010-10-15 |
David ‘Bombe... | Stop logging when starting the plugin failed. |
commit | commitdiff | tree | snapshot |
2010-10-15 |
David ‘Bombe... | Don’t use the Sone’s ID but (maybe) also the Sone’s... |
commit | commitdiff | tree | snapshot |
2010-10-15 |
David ‘Bombe... | Don’t create new shells all the time! |
commit | commitdiff | tree | snapshot |
2010-10-15 |
David ‘Bombe... | Don’t let a Sone add itself as friend! |
commit | commitdiff | tree | snapshot |
2010-10-15 |
David ‘Bombe... | Rename “friend Sone” to just “friend.” |
commit | commitdiff | tree | snapshot |
2010-10-15 |
David ‘Bombe... | Don’t let a Sone follow itself! |
commit | commitdiff | tree | snapshot |
2010-10-15 |
David ‘Bombe... | Show number of friends. |
commit | commitdiff | tree | snapshot |
2010-10-15 |
David ‘Bombe... | Fix header. |
commit | commitdiff | tree | snapshot |
2010-10-15 |
David ‘Bombe... | Output class name, we might be a Shell. |
commit | commitdiff | tree | snapshot |
2010-10-15 |
David ‘Bombe... | Rename template. |
commit | commitdiff | tree | snapshot |
2010-10-15 |
David ‘Bombe... | Add “this Sone follows” section to “view Sone.” |
commit | commitdiff | tree | snapshot |
2010-10-15 |
David ‘Bombe... | Load and save friends. |
commit | commitdiff | tree | snapshot |
2010-10-15 |
David ‘Bombe... | Add method to add remote Sones for watching. |
commit | commitdiff | tree | snapshot |
2010-10-15 |
David ‘Bombe... | Add javadoc. |
commit | commitdiff | tree | snapshot |
2010-10-15 |
David ‘Bombe... | Don’t store a Shell if there is already the real thing... |
commit | commitdiff | tree | snapshot |
2010-10-15 |
David ‘Bombe... | Rename “add friend” action to “follow Sone” for now. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
David ‘Bombe... | Add logging. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
David ‘Bombe... | Add Sone downloader. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
David ‘Bombe... | Create keys correctly. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
David ‘Bombe... | Terminate the list of Sones as well. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
David ‘Bombe... | Override Object.toString(). |
commit | commitdiff | tree | snapshot |
2010-10-14 |
David ‘Bombe... | Terminate list of Posts and Replies (to prevent Ghost... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
David ‘Bombe... | Store username instead of nice name. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
David ‘Bombe... | Store more information about the Sone of replies. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
David ‘Bombe... | Extract nice name formatting into its own method. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
David ‘Bombe... | Add friends to Sone. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
David ‘Bombe... | Add key and name of the posting Sone to all replies. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
David ‘Bombe... | Update the edition numbers in the keys. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
David ‘Bombe... | Add method to update the suggested edition on the inser... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
David ‘Bombe... | Convert the keys to USK when creating the Sone. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
David ‘Bombe... | Don’t try to get a null Sone. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
David ‘Bombe... | Don’t add Sone twice. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
David ‘Bombe... | Store all added Sones in the Sone cache. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
David ‘Bombe... | Add page that adds a friend. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
David ‘Bombe... | Every time a Sone is fetched, see if it can be unshelled. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
David ‘Bombe... | Show links for adding or removing friends. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
David ‘Bombe... | Add “isFriend” and “isCurrent” properties. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
David ‘Bombe... | Sort posts in Sones. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
David ‘Bombe... | Return replies sorted. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
David ‘Bombe... | Prevent NPEs when accessing an unset time. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
David ‘Bombe... | Always return the replies sorted by time, oldest first. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
David ‘Bombe... | Use nice name where appropriate. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
David ‘Bombe... | Add Sone accessor. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
David ‘Bombe... | Add page that views a Sone. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
David ‘Bombe... | Add ID to posts <div>. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
David ‘Bombe... | Fix link. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
David ‘Bombe... | Add method to return a Sone by its ID. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
David ‘Bombe... | The used UUIDs are an implementation detail. Hide it. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
David ‘Bombe... | Always create Shells with IDs. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
David ‘Bombe... | Change link. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
David ‘Bombe... | Small display fixes, add link to other Sone. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
David ‘Bombe... | Load replies and store everything in caches. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
David ‘Bombe... | Rewrite shell cache to create shells, if necessary. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
David ‘Bombe... | Only allow unshelling a post if its Sone is not a shell. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
David ‘Bombe... | Only allow unshelling a reply if both its post and... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
David ‘Bombe... | Add some shell creators. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
David ‘Bombe... | Change contract of Shell.getShelled(). |
commit | commitdiff | tree | snapshot |
2010-10-14 |
David ‘Bombe... | Add shell creator interface. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
David ‘Bombe... | Save replies on stopping. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
David ‘Bombe... | Use a more generic Shell-aware cache. |
commit | commitdiff | tree | snapshot |
next |