Actually parse friends and known Sones from a downloaded Sone!
[Sone.git] / src /
2010-10-21 David ‘Bombe’ RodenActually parse friends and known Sones from a downloade...
2010-10-21 David ‘Bombe’ RodenRestyle input fields and textareas for consistency.
2010-10-21 David ‘Bombe’ RodenShow key of Sone in “view Sone”.
2010-10-21 David ‘Bombe’ RodenAdd name of input field to JavaScript function.
2010-10-21 David ‘Bombe’ RodenDon’t register shutdown hooks for all Services.
2010-10-20 David ‘Bombe’ RodenShow multiline-capable input boxes on focus, single...
2010-10-20 David ‘Bombe’ RodenDon’t extend AbstractService unless there’s a reason...
2010-10-20 David ‘Bombe’ RodenEnhance description.
2010-10-20 David ‘Bombe’ RodenFix return page.
2010-10-20 David ‘Bombe’ RodenAdd helper text to “add Sone” input field.
2010-10-20 David ‘Bombe’ RodenUpdate Sone logo.
2010-10-20 David ‘Bombe’ RodenAdd header for the list of posts on the “view Sone...
2010-10-20 David ‘Bombe’ RodenShow the nice name and the Sone name, don’t show the ID.
2010-10-20 David ‘Bombe’ RodenSort local Sones for login page.
2010-10-20 David ‘Bombe’ RodenCheck for blocked Sone IDs correctly.
2010-10-20 David ‘Bombe’ RodenMove Sone creation to its own template.
2010-10-20 David ‘Bombe’ RodenImplement Sone loading.
2010-10-20 David ‘Bombe’ RodenRemove debug output.
2010-10-20 David ‘Bombe’ RodenStreamline adding Sones, remove “add Sone” from menu.
2010-10-20 David ‘Bombe’ RodenOmit bottom line on last post.
2010-10-20 David ‘Bombe’ RodenDon’t show Sone header when current Sone is viewed.
2010-10-20 David ‘Bombe’ RodenChange header.
2010-10-20 David ‘Bombe’ RodenSet return pages on all requests.
2010-10-20 David ‘Bombe’ RodenMore honoring of POST requests and return pages.
2010-10-20 David ‘Bombe’ RodenHonor return page.
2010-10-20 David ‘Bombe’ RodenWhitespace fixes.
2010-10-20 David ‘Bombe’ RodenRemove obsolete link callback class.
2010-10-20 David ‘Bombe’ RodenHonor POST method and return page.
2010-10-20 David ‘Bombe’ RodenDon’t color the separator dot.
2010-10-20 David ‘Bombe’ RodenChange image into link to index.
2010-10-20 David ‘Bombe’ RodenFix posting of comments.
2010-10-20 David ‘Bombe’ RodenTry to fix comment posting.
2010-10-20 David ‘Bombe’ RodenAdd “return page” to “create reply” form.
2010-10-20 David ‘Bombe’ RodenUse an HTML form to delete replies.
2010-10-20 David ‘Bombe’ RodenImplement reply deletion.
2010-10-20 David ‘Bombe’ RodenAdd method to delete a reply.
2010-10-19 David ‘Bombe’ RodenAlways use correct return page.
2010-10-19 David ‘Bombe’ RodenReturn to correct page when user tries to post an empty...
2010-10-19 David ‘Bombe’ RodenReturn to original page after creating the post.
2010-10-19 David ‘Bombe’ RodenRename “getURI()” method to “getUri()”.
2010-10-19 David ‘Bombe’ RodenStore current request in template.
2010-10-19 David ‘Bombe’ RodenEscape all IDs in HTML.
2010-10-19 David ‘Bombe’ RodenMake SoneInserter thread-safe.
2010-10-19 David ‘Bombe’ RodenShow keys on “edit profile” page.
2010-10-19 David ‘Bombe’ RodenAdd page tail that contains the key of the current...
2010-10-19 David ‘Bombe’ RodenAdd text if a Sone follows no other Sones.
2010-10-19 David ‘Bombe’ RodenUse Sone view.
2010-10-19 David ‘Bombe’ RodenAdd “comment” links on Sone page.
2010-10-19 David ‘Bombe’ RodenAdd margin below header.
2010-10-19 David ‘Bombe’ RodenUse the addTemplateObject() method in the default templ...
2010-10-19 David ‘Bombe’ RodenRedirect to “noPermission.html” if a POST request does...
2010-10-19 David ‘Bombe’ RodenMove “add Sone” form to “known Sones” page.
2010-10-19 David ‘Bombe’ RodenReduce width of page.
2010-10-19 David ‘Bombe’ RodenRename title of posts.
2010-10-19 David ‘Bombe’ RodenRedesign and consolidate.
2010-10-19 David ‘Bombe’ RodenRemove margin below posts.
2010-10-19 David ‘Bombe’ RodenMake the view of a Sone a lot prettier.
2010-10-19 David ‘Bombe’ RodenChange text to uppercase.
2010-10-19 David ‘Bombe’ RodenDon’t require a login to view Sones.
2010-10-19 David ‘Bombe’ RodenDon’t crash when not logged in.
2010-10-19 David ‘Bombe’ RodenUse straight logo, show desaturated logo when no Sone...
2010-10-19 David ‘Bombe’ RodenMake unknown and modified marker red and bold.
2010-10-19 David ‘Bombe’ RodenAdd tooltips for status icons.
2010-10-19 David ‘Bombe’ RodenAdd “unknown” Sone state, initialize local and remote...
2010-10-19 David ‘Bombe’ RodenShow markers for Sone statuses.
2010-10-19 David ‘Bombe’ RodenSet status of Sone when downloading, prepare for fetch...
2010-10-19 David ‘Bombe’ RodenAdd status fields to Sone accessor.
2010-10-19 David ‘Bombe’ RodenAdd status for Sones.
2010-10-19 David ‘Bombe’ RodenAdd “modified” property.
2010-10-19 David ‘Bombe’ RodenRename “isCurrent” property to “current”.
2010-10-19 David ‘Bombe’ RodenRename “isFriend” property to just “friend”.
2010-10-19 David ‘Bombe’ RodenRename “isBlocked” property to “blocked”.
2010-10-19 David ‘Bombe’ RodenMake it possible for the user to specify the document...
2010-10-18 David ‘Bombe’ RodenCreate Sone view.
2010-10-18 David ‘Bombe’ RodenUse post view.
2010-10-18 David ‘Bombe’ RodenOnly show follow/block links when the shown Sone is...
2010-10-18 David ‘Bombe’ RodenAdd links to follow and unfollow Sones from the “Known...
2010-10-18 David ‘Bombe’ RodenInsert known Sones, too.
2010-10-18 David ‘Bombe’ RodenAdd page that lets the user unfollow a Sone.
2010-10-18 David ‘Bombe’ RodenBlocking or unblocking sites inserts a new update of...
2010-10-18 David ‘Bombe’ RodenSave and load update time of local Sones.
2010-10-18 David ‘Bombe’ RodenCompletely hide the request key from the interface.
2010-10-18 David ‘Bombe’ RodenThrow exceptions if attributes are not set.
2010-10-18 David ‘Bombe’ RodenShow the time of the last update.
2010-10-18 David ‘Bombe’ RodenIncrease page width.
2010-10-18 David ‘Bombe’ RodenOnly show the routing part of the Sone’s request key.
2010-10-18 David ‘Bombe’ RodenAdd substring filter to all templates.
2010-10-18 David ‘Bombe’ RodenSort known Sones by nice name and last update time.
2010-10-18 David ‘Bombe’ RodenAdd filter that displays part of a String.
2010-10-18 David ‘Bombe’ RodenImprove formatting of known Sones.
2010-10-18 David ‘Bombe’ RodenSave and load known Sones.
2010-10-18 David ‘Bombe’ RodenOnly show block/unblock buttons if the user is logged in.
2010-10-18 David ‘Bombe’ RodenFix “comment” link for posts with replies.
2010-10-18 David ‘Bombe’ RodenChange links to HTML forms.
2010-10-18 David ‘Bombe’ RodenAdd possibility to block and unblock Sones.
2010-10-18 David ‘Bombe’ RodenFix method name.
2010-10-18 David ‘Bombe’ RodenAdd “isBlocked” property.
2010-10-18 David ‘Bombe’ RodenPersist list of blocked Sone IDs.
2010-10-18 David ‘Bombe’ RodenStore list of blocked Sone IDs in Sone.
2010-10-18 David ‘Bombe’ RodenAdd icon to all delivered Sone pages.
next