Merge branch 'release-0.6'
[Sone.git] / src /
2011-04-02 David ‘Bombe’ RodenMerge branch 'release-0.6' 0.6
2011-04-02 David ‘Bombe’ RodenSet version to 0.6.
2011-04-02 David ‘Bombe’ RodenWhen adding a field, the field name is not optional.
2011-04-02 David ‘Bombe’ RodenEnable text field on empty input, request focus.
2011-04-02 David ‘Bombe’ RodenSend out <link> header exposing the OpenSearchDescripti...
2011-04-02 David ‘Bombe’ RodenAdd HTTPRequest accessor to web interface.
2011-04-02 David ‘Bombe’ RodenAllow FreenetTemplatePages to set arbitrary <link>...
2011-04-02 David ‘Bombe’ RodenAdd accessor for HTTPRequest objects.
2011-04-02 David ‘Bombe’ RodenAdd page that renders a template but is not a Freenet...
2011-04-02 David ‘Bombe’ RodenRename TemplatePage to FreenetTemplatePage, which fits...
2011-04-02 David ‘Bombe’ RodenInclude image dimensions for flattr badge.
2011-04-02 David ‘Bombe’ RodenDon’t trim whitespace off of lines.
2011-04-02 David ‘Bombe’ RodenShow the beginning of the post and the name of the...
2011-04-02 David ‘Bombe’ RodenFix javadoc.
2011-04-02 David ‘Bombe’ RodenPut the name of the Sone in the front of the title.
2011-04-02 David ‘Bombe’ RodenAllow pages to set titles per request.
2011-04-01 David ‘Bombe’ RodenUse a different List implementation to prevent concurre...
2011-04-01 David ‘Bombe’ RodenRemove unnecessary plugins.
2011-04-01 David ‘Bombe’ RodenUse better way to paginate the posts.
2011-04-01 David ‘Bombe’ RodenDecrease number of posts on a page to 10.
2011-04-01 David ‘Bombe’ RodenAdd posts a Sone replied to to “view Sone” page.
2011-04-01 David ‘Bombe’ RodenWeigh phrases by number of occurences.
2011-04-01 David ‘Bombe’ RodenDon’t use profile fields of senders when generating...
2011-04-01 David ‘Bombe’ RodenFix javadoc comments.
2011-04-01 David ‘Bombe’ RodenRemove debug output.
2011-04-01 David ‘Bombe’ RodenImplement search.
2011-04-01 David ‘Bombe’ RodenDisable buttons after posting, re-enable after the...
2011-04-01 David ‘Bombe’ RodenAdd synchronization.
2011-04-01 David ‘Bombe’ RodenOverride hashCode() and equals() with calls to supercla...
2011-04-01 David ‘Bombe’ RodenMake classes static.
2011-04-01 David ‘Bombe’ RodenAdd validation.
2011-04-01 David ‘Bombe’ RodenActually check for the Sone’s identities.
2011-04-01 David ‘Bombe’ RodenStore original and parsed text in contenxt, compare...
2011-04-01 David ‘Bombe’ RodenAdd test case for the improved link parser.
2011-04-01 David ‘Bombe’ RodenCollapse multiple empty lines to one empty line at...
2011-04-01 David ‘Bombe’ RodenAdd methods to add, remove, and count parts contained...
2011-04-01 David ‘Bombe’ RodenOverride Object.toString() to get a reasonable String...
2011-03-30 David ‘Bombe’ RodenChange “TreeOwner” to “Truster” to match changed FCP...
2011-03-30 David ‘Bombe’ RodenDon’t show unknown Sones.
2011-03-30 David ‘Bombe’ RodenAdd filter that removes not-downloaded Sones.
2011-03-29 David ‘Bombe’ RodenMerge branch 'master' into next
2011-03-29 David ‘Bombe’ RodenMerge branch 'release-0.5.2' 0.5.2
2011-03-29 David ‘Bombe’ RodenSet version to 0.5.2.
2011-03-29 David ‘Bombe’ RodenMerge branch 'new-web-of-trust' into next
2011-03-25 David ‘Bombe’ RodenDon’t fetch a local Sone initially.
2011-03-21 David ‘Bombe’ RodenMerge branch 'remember-page' into next
2011-03-21 David ‘Bombe’ RodenEncode ampersand (“&”) and equals signs (“=”) in URL.
2011-03-21 David ‘Bombe’ RodenInclude URL parameters in URL.
2011-03-21 David ‘Bombe’ RodenGet redirection target from URL, default to “index...
2011-03-21 David ‘Bombe’ RodenAdd original URL when redirecting to login page.
2011-03-17 David ‘Bombe’ RodenMerge branch 'master' into next
2011-03-17 David ‘Bombe’ RodenMerge branch 'release-0.5.1' 0.5.1
2011-03-17 David ‘Bombe’ RodenSet version to 0.5.1.
2011-03-12 David ‘Bombe’ RodenAdd link to unbookmark all not loaded posts at once.
2011-03-12 David ‘Bombe’ RodenAdd possibility to unbookmark all not loaded posts...
2011-03-12 David ‘Bombe’ RodenMove pagination directly below the list.
2011-03-11 David ‘Bombe’ RodenSet variables in parent template context, too.
2011-03-08 David ‘Bombe’ RodenReregister USKs when Sone is already known to the downl...
2011-03-08 David ‘Bombe’ RodenMerge branch 'master' into next
2011-03-08 David ‘Bombe’ RodenMerge branch 'release-0.5' 0.5
2011-03-08 David ‘Bombe’ RodenSet version to 0.5.
2011-03-07 David ‘Bombe’ RodenAdd “toggle parser” link to posts and replies to deacti...
2011-03-07 David ‘Bombe’ RodenAlways download Sones, older editions are skipped later...
2011-03-07 David ‘Bombe’ RodenShow hint if some posts could not be shown.
2011-03-07 David ‘Bombe’ RodenAdd “loaded” member for posts and replies.
2011-03-07 David ‘Bombe’ RodenUse new plugin name of the web of trust plugin.
2011-02-17 David ‘Bombe’ RodenMerge branch 'bookmarks' into next. This fixes #103.
2011-02-17 David ‘Bombe’ RodenAdd page that shows all bookmarks.
2011-02-17 David ‘Bombe’ RodenAjaxify bookmark buttons.
2011-02-17 David ‘Bombe’ RodenAdd functions to bookmark and unbookmark posts.
2011-02-17 David ‘Bombe’ RodenAdd function to return the post for an ID.
2011-02-17 David ‘Bombe’ RodenAdd AJAX pages to bookmark and unbookmark posts.
2011-02-17 David ‘Bombe’ RodenFix form class names and CSS.
2011-02-17 David ‘Bombe’ RodenAdd star for bookmarks in post view.
2011-02-17 David ‘Bombe’ RodenAdd pages that let the user bookmark or unbookmark...
2011-02-17 David ‘Bombe’ RodenExpose whether a post is bookmarked.
2011-02-17 David ‘Bombe’ RodenAdd bookmark management.
2011-02-04 David ‘Bombe’ RodenSet local Sones in posts deliverd by AJAX.
2011-02-02 David ‘Bombe’ RodenSort the local Sones in the sender dropdown.
2011-02-02 David ‘Bombe’ RodenImplement Comparable interface in Sone.
2011-02-02 David ‘Bombe’ RodenAdd collection sort filter to template context factory.
2011-01-28 David ‘Bombe’ RodenReregister the USK subscription after a successful...
2011-01-28 David ‘Bombe’ RodenDon’t run background fetchers for Sones that are last...
2011-01-28 David ‘Bombe’ RodenActually allow -100 to be entered by getting 4 characte...
2011-01-28 David ‘Bombe’ RodenWrap the Core’s options into a Preferences object which...
2011-01-28 David ‘Bombe’ RodenAllow sender selection when sending a message on the...
2011-01-28 David ‘Bombe’ RodenWrap setting the document title into an own function...
2011-01-28 David ‘Bombe’ RodenConvert links to posts on the current page to relative...
2011-01-28 David ‘Bombe’ RodenAdd easily identifiable link class.
2011-01-27 David ‘Bombe’ RodenMove anchors to within the <div>.
2011-01-27 David ‘Bombe’ RodenPrevent multiple blink cycles happening simultaneously.
2011-01-27 David ‘Bombe’ RodenLet the toggleIcon() method reset the icon.
2011-01-27 David ‘Bombe’ RodenAnimate icon on activity.
2011-01-26 David ‘Bombe’ RodenChange icon of page on activity.
2011-01-26 David ‘Bombe’ RodenAlways mark the homepage as a trusted page.
2011-01-26 David ‘Bombe’ RodenAllow specifying a Sone ID in addition to a template...
2011-01-26 David ‘Bombe’ RodenMerge branch 'master' into next
2011-01-26 David ‘Bombe’ RodenMerge branch 'release-0.4.3' 0.4.3
2011-01-26 David ‘Bombe’ RodenSet version to 0.4.3.
2011-01-26 David ‘Bombe’ RodenHide message input when not logged in. Fixes #98.
next