Store current request in template.
[Sone.git] / src /
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.
2010-10-18 David ‘Bombe’ RodenLet a template page have an optional icon.
2010-10-18 David ‘Bombe’ RodenAdd method to load a local Sone from Freenet.
2010-10-18 David ‘Bombe’ RodenChange hover color.
2010-10-18 David ‘Bombe’ RodenWhitespace fixes.
2010-10-18 David ‘Bombe’ RodenUse head and tail includes on all pages.
2010-10-18 David ‘Bombe’ RodenChange link colors to match logo.
2010-10-18 David ‘Bombe’ RodenMake profile link smaller.
2010-10-18 David ‘Bombe’ RodenUpdate logo.
2010-10-18 David ‘Bombe’ RodenAdd profile backup function.
2010-10-18 David ‘Bombe’ RodenExpose the template to subclasses.
2010-10-18 David ‘Bombe’ RodenAdd method to set a header.
2010-10-18 David ‘Bombe’ RodenInitialize response with empty header map.
2010-10-18 David ‘Bombe’ RodenRequest the focus for the correct element.
2010-10-18 David ‘Bombe’ RodenText is shown with line breaks as entered.
2010-10-18 David ‘Bombe’ RodenOnly show reply form when “comment” is clicked.
2010-10-18 David ‘Bombe’ RodenStore posts in a set, not in a list!
2010-10-18 David ‘Bombe’ RodenRemove unnecessary “id” attribute.
2010-10-18 David ‘Bombe’ RodenHide reply creation input text fields until “comment...
2010-10-18 David ‘Bombe’ RodenHide all reply input fields, add “comment” button.
2010-10-18 David ‘Bombe’ RodenMake reply input fields have a default text.
2010-10-18 David ‘Bombe’ RodenFormat status line differently, rename “delete post...
2010-10-18 David ‘Bombe’ RodenRedirect back to index after the profile has been saved.
2010-10-18 David ‘Bombe’ RodenAdd padding for replies.
2010-10-18 David ‘Bombe’ RodenRe-style “delete reply” link.
2010-10-18 David ‘Bombe’ RodenPrepare for larger HTML/CSS rework.
2010-10-18 David ‘Bombe’ RodenAdd toadlet to deliver images.
2010-10-17 David ‘Bombe’ RodenParse time from downloaded Sone.
2010-10-17 David ‘Bombe’ RodenUpdate time when inserting, store time in insert.
2010-10-17 David ‘Bombe’ RodenStore the time of the last update in the Sone.
2010-10-16 David ‘Bombe’ RodenDon’t add the new Post to the Sone ourselves, Core...
2010-10-16 David ‘Bombe’ RodenOnly load remote Sones after loading configuration.
2010-10-16 David ‘Bombe’ RodenAdd method to reload a known Sone.
2010-10-16 David ‘Bombe’ RodenOnly download remote Sones.
2010-10-16 David ‘Bombe’ RodenAdd method that returns all remote Sones, change javado...
2010-10-16 David ‘Bombe’ RodenAdd page that deletes a post.
2010-10-16 David ‘Bombe’ RodenDon’t omit post ID.
2010-10-16 David ‘Bombe’ RodenAdd classpath-based template provider for template...
2010-10-16 David ‘Bombe’ RodenAdd “unauthorized access” template.
2010-10-16 David ‘Bombe’ RodenCreate inclusion template for viewing a post.
2010-10-16 David ‘Bombe’ RodenChange javadoc comment.
next