Sone.git
2010-10-21 David ‘Bombe... Actually parse friends and known Sones from a downloade...
2010-10-21 David ‘Bombe... Restyle input fields and textareas for consistency.
2010-10-21 David ‘Bombe... Show key of Sone in “view Sone”.
2010-10-21 David ‘Bombe... Add name of input field to JavaScript function.
2010-10-21 David ‘Bombe... Don’t register shutdown hooks for all Services.
2010-10-20 David ‘Bombe... Show multiline-capable input boxes on focus, single...
2010-10-20 David ‘Bombe... Don’t extend AbstractService unless there’s a reason...
2010-10-20 David ‘Bombe... Enhance description.
2010-10-20 David ‘Bombe... Fix return page.
2010-10-20 David ‘Bombe... Add helper text to “add Sone” input field.
2010-10-20 David ‘Bombe... Update Sone logo.
2010-10-20 David ‘Bombe... Add header for the list of posts on the “view Sone...
2010-10-20 David ‘Bombe... Show the nice name and the Sone name, don’t show the ID.
2010-10-20 David ‘Bombe... Sort local Sones for login page.
2010-10-20 David ‘Bombe... Check for blocked Sone IDs correctly.
2010-10-20 David ‘Bombe... Move Sone creation to its own template.
2010-10-20 David ‘Bombe... Implement Sone loading.
2010-10-20 David ‘Bombe... Remove debug output.
2010-10-20 David ‘Bombe... Streamline adding Sones, remove “add Sone” from menu.
2010-10-20 David ‘Bombe... Omit bottom line on last post.
2010-10-20 David ‘Bombe... Don’t show Sone header when current Sone is viewed.
2010-10-20 David ‘Bombe... Change header.
2010-10-20 David ‘Bombe... Set return pages on all requests.
2010-10-20 David ‘Bombe... More honoring of POST requests and return pages.
2010-10-20 David ‘Bombe... Honor return page.
2010-10-20 David ‘Bombe... Whitespace fixes.
2010-10-20 David ‘Bombe... Remove obsolete link callback class.
2010-10-20 David ‘Bombe... Honor POST method and return page.
2010-10-20 David ‘Bombe... Don’t color the separator dot.
2010-10-20 David ‘Bombe... Change image into link to index.
2010-10-20 David ‘Bombe... Fix posting of comments.
2010-10-20 David ‘Bombe... Try to fix comment posting.
2010-10-20 David ‘Bombe... Add “return page” to “create reply” form.
2010-10-20 David ‘Bombe... Use an HTML form to delete replies.
2010-10-20 David ‘Bombe... Implement reply deletion.
2010-10-20 David ‘Bombe... Add method to delete a reply.
2010-10-19 David ‘Bombe... Always use correct return page.
2010-10-19 David ‘Bombe... Return to correct page when user tries to post an empty...
2010-10-19 David ‘Bombe... Return to original page after creating the post.
2010-10-19 David ‘Bombe... Rename “getURI()” method to “getUri()”.
2010-10-19 David ‘Bombe... Store current request in template.
2010-10-19 David ‘Bombe... Escape all IDs in HTML.
2010-10-19 David ‘Bombe... Make SoneInserter thread-safe.
2010-10-19 David ‘Bombe... Show keys on “edit profile” page.
2010-10-19 David ‘Bombe... Add page tail that contains the key of the current...
2010-10-19 David ‘Bombe... Add text if a Sone follows no other Sones.
2010-10-19 David ‘Bombe... Use Sone view.
2010-10-19 David ‘Bombe... Add “comment” links on Sone page.
2010-10-19 David ‘Bombe... Add margin below header.
2010-10-19 David ‘Bombe... Use the addTemplateObject() method in the default templ...
2010-10-19 David ‘Bombe... Redirect to “noPermission.html” if a POST request does...
2010-10-19 David ‘Bombe... Move “add Sone” form to “known Sones” page.
2010-10-19 David ‘Bombe... Reduce width of page.
2010-10-19 David ‘Bombe... Rename title of posts.
2010-10-19 David ‘Bombe... Redesign and consolidate.
2010-10-19 David ‘Bombe... Remove margin below posts.
2010-10-19 David ‘Bombe... Make the view of a Sone a lot prettier.
2010-10-19 David ‘Bombe... Change text to uppercase.
2010-10-19 David ‘Bombe... Don’t require a login to view Sones.
2010-10-19 David ‘Bombe... Don’t crash when not logged in.
2010-10-19 David ‘Bombe... Use straight logo, show desaturated logo when no Sone...
2010-10-19 David ‘Bombe... Make unknown and modified marker red and bold.
2010-10-19 David ‘Bombe... Add tooltips for status icons.
2010-10-19 David ‘Bombe... Add “unknown” Sone state, initialize local and remote...
2010-10-19 David ‘Bombe... Show markers for Sone statuses.
2010-10-19 David ‘Bombe... Set status of Sone when downloading, prepare for fetch...
2010-10-19 David ‘Bombe... Add status fields to Sone accessor.
2010-10-19 David ‘Bombe... Add status for Sones.
2010-10-19 David ‘Bombe... Add “modified” property.
2010-10-19 David ‘Bombe... Rename “isCurrent” property to “current”.
2010-10-19 David ‘Bombe... Rename “isFriend” property to just “friend”.
2010-10-19 David ‘Bombe... Rename “isBlocked” property to “blocked”.
2010-10-19 David ‘Bombe... Make it possible for the user to specify the document...
2010-10-18 David ‘Bombe... Create Sone view.
2010-10-18 David ‘Bombe... Use post view.
2010-10-18 David ‘Bombe... Only show follow/block links when the shown Sone is...
2010-10-18 David ‘Bombe... Add links to follow and unfollow Sones from the “Known...
2010-10-18 David ‘Bombe... Insert known Sones, too.
2010-10-18 David ‘Bombe... Add page that lets the user unfollow a Sone.
2010-10-18 David ‘Bombe... Blocking or unblocking sites inserts a new update of...
2010-10-18 David ‘Bombe... Save and load update time of local Sones.
2010-10-18 David ‘Bombe... Completely hide the request key from the interface.
2010-10-18 David ‘Bombe... Throw exceptions if attributes are not set.
2010-10-18 David ‘Bombe... Show the time of the last update.
2010-10-18 David ‘Bombe... Increase page width.
2010-10-18 David ‘Bombe... Only show the routing part of the Sone’s request key.
2010-10-18 David ‘Bombe... Add substring filter to all templates.
2010-10-18 David ‘Bombe... Sort known Sones by nice name and last update time.
2010-10-18 David ‘Bombe... Add filter that displays part of a String.
2010-10-18 David ‘Bombe... Improve formatting of known Sones.
2010-10-18 David ‘Bombe... Save and load known Sones.
2010-10-18 David ‘Bombe... Only show block/unblock buttons if the user is logged in.
2010-10-18 David ‘Bombe... Fix “comment” link for posts with replies.
2010-10-18 David ‘Bombe... Change links to HTML forms.
2010-10-18 David ‘Bombe... Add possibility to block and unblock Sones.
2010-10-18 David ‘Bombe... Fix method name.
2010-10-18 David ‘Bombe... Add “isBlocked” property.
2010-10-18 David ‘Bombe... Persist list of blocked Sone IDs.
2010-10-18 David ‘Bombe... Store list of blocked Sone IDs in Sone.
2010-10-18 David ‘Bombe... Add icon to all delivered Sone pages.
next