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