Sone.git
13 years agoMerge branch 'release-0.6' 0.6
David ‘Bombe’ Roden [Sat, 2 Apr 2011 22:14:03 +0000 (00:14 +0200)]
Merge branch 'release-0.6'

13 years agoSet version to 0.6.
David ‘Bombe’ Roden [Sat, 2 Apr 2011 21:38:23 +0000 (23:38 +0200)]
Set version to 0.6.

13 years agoRequire utils-0.9.2.
David ‘Bombe’ Roden [Sat, 2 Apr 2011 21:37:45 +0000 (23:37 +0200)]
Require utils-0.9.2.

13 years agoWhen adding a field, the field name is not optional.
David ‘Bombe’ Roden [Sat, 2 Apr 2011 22:13:11 +0000 (00:13 +0200)]
When adding a field, the field name is not optional.

13 years agoEnable text field on empty input, request focus.
David ‘Bombe’ Roden [Sat, 2 Apr 2011 22:12:57 +0000 (00:12 +0200)]
Enable text field on empty input, request focus.

13 years agoSend out <link> header exposing the OpenSearchDescription document.
David ‘Bombe’ Roden [Sat, 2 Apr 2011 14:57:11 +0000 (16:57 +0200)]
Send out <link> header exposing the OpenSearchDescription document.

13 years agoAdd HTTPRequest accessor to web interface.
David ‘Bombe’ Roden [Sat, 2 Apr 2011 14:56:48 +0000 (16:56 +0200)]
Add HTTPRequest accessor to web interface.

13 years agoAllow FreenetTemplatePages to set arbitrary <link> nodes in the result HTML.
David ‘Bombe’ Roden [Sat, 2 Apr 2011 14:56:13 +0000 (16:56 +0200)]
Allow FreenetTemplatePages to set arbitrary <link> nodes in the result HTML.

13 years agoAdd accessor for HTTPRequest objects.
David ‘Bombe’ Roden [Sat, 2 Apr 2011 14:55:51 +0000 (16:55 +0200)]
Add accessor for HTTPRequest objects.

13 years agoAdd page that renders a template but is not a Freenet page.
David ‘Bombe’ Roden [Sat, 2 Apr 2011 14:55:01 +0000 (16:55 +0200)]
Add page that renders a template but is not a Freenet page.

13 years agoRename TemplatePage to FreenetTemplatePage, which fits a lot better.
David ‘Bombe’ Roden [Sat, 2 Apr 2011 14:51:52 +0000 (16:51 +0200)]
Rename TemplatePage to FreenetTemplatePage, which fits a lot better.

13 years agoInclude image dimensions for flattr badge.
David ‘Bombe’ Roden [Sat, 2 Apr 2011 13:42:54 +0000 (15:42 +0200)]
Include image dimensions for flattr badge.

13 years agoDon’t trim whitespace off of lines.
David ‘Bombe’ Roden [Sat, 2 Apr 2011 12:19:35 +0000 (14:19 +0200)]
Don’t trim whitespace off of lines.

13 years agoShow the beginning of the post and the name of the posting Sone in the title.
David ‘Bombe’ Roden [Sat, 2 Apr 2011 09:19:49 +0000 (11:19 +0200)]
Show the beginning of the post and the name of the posting Sone in the title.

This fixes #19.

13 years agoFix javadoc.
David ‘Bombe’ Roden [Sat, 2 Apr 2011 09:09:39 +0000 (11:09 +0200)]
Fix javadoc.

13 years agoPut the name of the Sone in the front of the title.
David ‘Bombe’ Roden [Sat, 2 Apr 2011 09:08:21 +0000 (11:08 +0200)]
Put the name of the Sone in the front of the title.

13 years agoAllow pages to set titles per request.
David ‘Bombe’ Roden [Sat, 2 Apr 2011 09:08:07 +0000 (11:08 +0200)]
Allow pages to set titles per request.

13 years agoUse a different List implementation to prevent concurrent modifications.
David ‘Bombe’ Roden [Fri, 1 Apr 2011 22:27:55 +0000 (00:27 +0200)]
Use a different List implementation to prevent concurrent modifications.

13 years agoRemove unnecessary plugins.
David ‘Bombe’ Roden [Fri, 1 Apr 2011 20:51:12 +0000 (22:51 +0200)]
Remove unnecessary plugins.

13 years agoUse better way to paginate the posts.
David ‘Bombe’ Roden [Fri, 1 Apr 2011 20:51:05 +0000 (22:51 +0200)]
Use better way to paginate the posts.

13 years agoDecrease number of posts on a page to 10.
David ‘Bombe’ Roden [Fri, 1 Apr 2011 20:44:53 +0000 (22:44 +0200)]
Decrease number of posts on a page to 10.

13 years agoAdd posts a Sone replied to to “view Sone” page.
David ‘Bombe’ Roden [Fri, 1 Apr 2011 20:44:32 +0000 (22:44 +0200)]
Add posts a Sone replied to to “view Sone” page.

13 years agoWeigh phrases by number of occurences.
David ‘Bombe’ Roden [Fri, 1 Apr 2011 18:51:38 +0000 (20:51 +0200)]
Weigh phrases by number of occurences.

13 years agoDon’t use profile fields of senders when generating a string from a Post.
David ‘Bombe’ Roden [Fri, 1 Apr 2011 18:39:14 +0000 (20:39 +0200)]
Don’t use profile fields of senders when generating a string from a Post.

13 years agoFix javadoc comments.
David ‘Bombe’ Roden [Fri, 1 Apr 2011 18:24:24 +0000 (20:24 +0200)]
Fix javadoc comments.

13 years agoRemove debug output.
David ‘Bombe’ Roden [Fri, 1 Apr 2011 14:06:30 +0000 (16:06 +0200)]
Remove debug output.

13 years agoImplement search.
David ‘Bombe’ Roden [Fri, 1 Apr 2011 14:04:24 +0000 (16:04 +0200)]
Implement search.

This fixes #5.

13 years agoDisable buttons after posting, re-enable after the request finished.
David ‘Bombe’ Roden [Fri, 1 Apr 2011 11:25:26 +0000 (13:25 +0200)]
Disable buttons after posting, re-enable after the request finished.

13 years agoAdd synchronization.
David ‘Bombe’ Roden [Fri, 1 Apr 2011 10:35:29 +0000 (12:35 +0200)]
Add synchronization.

This has been noticed by FindBugs.

13 years agoOverride hashCode() and equals() with calls to superclasses.
David ‘Bombe’ Roden [Fri, 1 Apr 2011 10:35:17 +0000 (12:35 +0200)]
Override hashCode() and equals() with calls to superclasses.

This has been noticed by FindBugs.

13 years agoMake classes static.
David ‘Bombe’ Roden [Fri, 1 Apr 2011 10:34:48 +0000 (12:34 +0200)]
Make classes static.

13 years agoAdd validation.
David ‘Bombe’ Roden [Fri, 1 Apr 2011 10:34:37 +0000 (12:34 +0200)]
Add validation.

13 years agoActually check for the Sone’s identities.
David ‘Bombe’ Roden [Fri, 1 Apr 2011 10:34:31 +0000 (12:34 +0200)]
Actually check for the Sone’s identities.

13 years agoStore original and parsed text in contenxt, compare to hide “toggle” link.
David ‘Bombe’ Roden [Fri, 1 Apr 2011 09:28:37 +0000 (11:28 +0200)]
Store original and parsed text in contenxt, compare to hide “toggle” link.

This also requires the latest snapshot of utils for the “text” parameter
of the StoreFilter.

13 years agoAdd test case for the improved link parser.
David ‘Bombe’ Roden [Fri, 1 Apr 2011 09:26:05 +0000 (11:26 +0200)]
Add test case for the improved link parser.

13 years agoCollapse multiple empty lines to one empty line at maximum.
David ‘Bombe’ Roden [Fri, 1 Apr 2011 09:25:58 +0000 (11:25 +0200)]
Collapse multiple empty lines to one empty line at maximum.

This also strips empty lines at the beginning and the end of texts.

13 years agoAdd methods to add, remove, and count parts contained in a PartContainer.
David ‘Bombe’ Roden [Fri, 1 Apr 2011 09:25:27 +0000 (11:25 +0200)]
Add methods to add, remove, and count parts contained in a PartContainer.

13 years agoOverride Object.toString() to get a reasonable String representation.
David ‘Bombe’ Roden [Fri, 1 Apr 2011 09:25:04 +0000 (11:25 +0200)]
Override Object.toString() to get a reasonable String representation.

13 years agoChange “TreeOwner” to “Truster” to match changed FCP interface of WoT.
David ‘Bombe’ Roden [Wed, 30 Mar 2011 11:26:04 +0000 (13:26 +0200)]
Change “TreeOwner” to “Truster” to match changed FCP interface of WoT.

13 years agoDon’t show unknown Sones.
David ‘Bombe’ Roden [Wed, 30 Mar 2011 05:29:08 +0000 (07:29 +0200)]
Don’t show unknown Sones.

13 years agoAdd filter that removes not-downloaded Sones.
David ‘Bombe’ Roden [Wed, 30 Mar 2011 05:29:01 +0000 (07:29 +0200)]
Add filter that removes not-downloaded Sones.

13 years agoMerge branch 'master' into next
David ‘Bombe’ Roden [Tue, 29 Mar 2011 18:47:48 +0000 (20:47 +0200)]
Merge branch 'master' into next

13 years agoMerge branch 'release-0.5.2' 0.5.2
David ‘Bombe’ Roden [Tue, 29 Mar 2011 18:24:36 +0000 (20:24 +0200)]
Merge branch 'release-0.5.2'

13 years agoSet version to 0.5.2.
David ‘Bombe’ Roden [Tue, 29 Mar 2011 18:23:54 +0000 (20:23 +0200)]
Set version to 0.5.2.

13 years agoMerge branch 'new-web-of-trust' into next
David ‘Bombe’ Roden [Tue, 29 Mar 2011 17:37:27 +0000 (19:37 +0200)]
Merge branch 'new-web-of-trust' into next

13 years agoDon’t fetch a local Sone initially.
David ‘Bombe’ Roden [Fri, 25 Mar 2011 12:22:11 +0000 (13:22 +0100)]
Don’t fetch a local Sone initially.

13 years agoMerge branch 'remember-page' into next
David ‘Bombe’ Roden [Mon, 21 Mar 2011 15:38:07 +0000 (16:38 +0100)]
Merge branch 'remember-page' into next

This fixes #111.

13 years agoEncode ampersand (“&”) and equals signs (“=”) in URL.
David ‘Bombe’ Roden [Mon, 21 Mar 2011 15:34:13 +0000 (16:34 +0100)]
Encode ampersand (“&”) and equals signs (“=”) in URL.

13 years agoInclude URL parameters in URL.
David ‘Bombe’ Roden [Mon, 21 Mar 2011 15:29:07 +0000 (16:29 +0100)]
Include URL parameters in URL.

13 years agoGet redirection target from URL, default to “index.html”.
David ‘Bombe’ Roden [Mon, 21 Mar 2011 15:15:19 +0000 (16:15 +0100)]
Get redirection target from URL, default to “index.html”.

13 years agoAdd original URL when redirecting to login page.
David ‘Bombe’ Roden [Mon, 21 Mar 2011 15:14:52 +0000 (16:14 +0100)]
Add original URL when redirecting to login page.

13 years agoMerge branch 'master' into next
David ‘Bombe’ Roden [Thu, 17 Mar 2011 08:48:14 +0000 (09:48 +0100)]
Merge branch 'master' into next

13 years agoMerge branch 'release-0.5.1' 0.5.1
David ‘Bombe’ Roden [Thu, 17 Mar 2011 06:15:28 +0000 (07:15 +0100)]
Merge branch 'release-0.5.1'

13 years agoSet version to 0.5.1.
David ‘Bombe’ Roden [Thu, 17 Mar 2011 06:15:17 +0000 (07:15 +0100)]
Set version to 0.5.1.

13 years agoRequire utils 0.9.1.
David ‘Bombe’ Roden [Thu, 17 Mar 2011 06:14:03 +0000 (07:14 +0100)]
Require utils 0.9.1.

13 years agoAdd link to unbookmark all not loaded posts at once.
David ‘Bombe’ Roden [Sat, 12 Mar 2011 07:44:11 +0000 (08:44 +0100)]
Add link to unbookmark all not loaded posts at once.

13 years agoAdd possibility to unbookmark all not loaded posts at once.
David ‘Bombe’ Roden [Sat, 12 Mar 2011 07:43:45 +0000 (08:43 +0100)]
Add possibility to unbookmark all not loaded posts at once.

13 years agoMove pagination directly below the list.
David ‘Bombe’ Roden [Sat, 12 Mar 2011 07:23:48 +0000 (08:23 +0100)]
Move pagination directly below the list.

13 years agoRequire a newer version of utils.
David ‘Bombe’ Roden [Sat, 12 Mar 2011 00:16:26 +0000 (01:16 +0100)]
Require a newer version of utils.

13 years agoSet variables in parent template context, too.
David ‘Bombe’ Roden [Fri, 11 Mar 2011 23:46:34 +0000 (00:46 +0100)]
Set variables in parent template context, too.

13 years agoReregister USKs when Sone is already known to the downloader.
David ‘Bombe’ Roden [Tue, 8 Mar 2011 12:50:53 +0000 (13:50 +0100)]
Reregister USKs when Sone is already known to the downloader.

13 years agoMerge branch 'master' into next
David ‘Bombe’ Roden [Tue, 8 Mar 2011 06:22:19 +0000 (07:22 +0100)]
Merge branch 'master' into next

13 years agoMerge branch 'release-0.5' 0.5
David ‘Bombe’ Roden [Tue, 8 Mar 2011 06:12:09 +0000 (07:12 +0100)]
Merge branch 'release-0.5'

13 years agoSet version to 0.5.
David ‘Bombe’ Roden [Tue, 8 Mar 2011 06:12:02 +0000 (07:12 +0100)]
Set version to 0.5.

13 years agoUse version 0.9 of utils.
David ‘Bombe’ Roden [Tue, 8 Mar 2011 06:11:23 +0000 (07:11 +0100)]
Use version 0.9 of utils.

13 years agoAdd “toggle parser” link to posts and replies to deactivate the parser.
David ‘Bombe’ Roden [Mon, 7 Mar 2011 20:29:57 +0000 (21:29 +0100)]
Add “toggle parser” link to posts and replies to deactivate the parser.

13 years agoAlways download Sones, older editions are skipped later in Core.updateSone.
David ‘Bombe’ Roden [Mon, 7 Mar 2011 19:49:37 +0000 (20:49 +0100)]
Always download Sones, older editions are skipped later in Core.updateSone.

This fixes #107.

13 years agoShow hint if some posts could not be shown.
David ‘Bombe’ Roden [Mon, 7 Mar 2011 16:34:22 +0000 (17:34 +0100)]
Show hint if some posts could not be shown.

13 years agoAdd “loaded” member for posts and replies.
David ‘Bombe’ Roden [Mon, 7 Mar 2011 16:17:54 +0000 (17:17 +0100)]
Add “loaded” member for posts and replies.

13 years agoUse new plugin name of the web of trust plugin.
David ‘Bombe’ Roden [Mon, 7 Mar 2011 15:38:11 +0000 (16:38 +0100)]
Use new plugin name of the web of trust plugin.

Patch was supplied by sethcg.

13 years agoRequire 0.9-SNAPSHOT of utils.
David ‘Bombe’ Roden [Mon, 7 Mar 2011 15:18:58 +0000 (16:18 +0100)]
Require 0.9-SNAPSHOT of utils.

13 years agoMerge branch 'bookmarks' into next. This fixes #103.
David ‘Bombe’ Roden [Thu, 17 Feb 2011 10:30:19 +0000 (11:30 +0100)]
Merge branch 'bookmarks' into next. This fixes #103.

13 years agoAdd page that shows all bookmarks.
David ‘Bombe’ Roden [Thu, 17 Feb 2011 10:26:26 +0000 (11:26 +0100)]
Add page that shows all bookmarks.

13 years agoAjaxify bookmark buttons.
David ‘Bombe’ Roden [Thu, 17 Feb 2011 10:26:10 +0000 (11:26 +0100)]
Ajaxify bookmark buttons.

13 years agoAdd functions to bookmark and unbookmark posts.
David ‘Bombe’ Roden [Thu, 17 Feb 2011 10:26:01 +0000 (11:26 +0100)]
Add functions to bookmark and unbookmark posts.

13 years agoAdd function to return the post for an ID.
David ‘Bombe’ Roden [Thu, 17 Feb 2011 10:25:53 +0000 (11:25 +0100)]
Add function to return the post for an ID.

13 years agoAdd AJAX pages to bookmark and unbookmark posts.
David ‘Bombe’ Roden [Thu, 17 Feb 2011 10:25:42 +0000 (11:25 +0100)]
Add AJAX pages to bookmark and unbookmark posts.

13 years agoFix form class names and CSS.
David ‘Bombe’ Roden [Thu, 17 Feb 2011 10:24:52 +0000 (11:24 +0100)]
Fix form class names and CSS.

13 years agoAdd star for bookmarks in post view.
David ‘Bombe’ Roden [Thu, 17 Feb 2011 09:33:24 +0000 (10:33 +0100)]
Add star for bookmarks in post view.

13 years agoAdd pages that let the user bookmark or unbookmark a post.
David ‘Bombe’ Roden [Thu, 17 Feb 2011 09:32:16 +0000 (10:32 +0100)]
Add pages that let the user bookmark or unbookmark a post.

13 years agoExpose whether a post is bookmarked.
David ‘Bombe’ Roden [Thu, 17 Feb 2011 09:31:16 +0000 (10:31 +0100)]
Expose whether a post is bookmarked.

13 years agoAdd bookmark management.
David ‘Bombe’ Roden [Thu, 17 Feb 2011 09:31:07 +0000 (10:31 +0100)]
Add bookmark management.

13 years agoSet local Sones in posts deliverd by AJAX.
David ‘Bombe’ Roden [Fri, 4 Feb 2011 05:07:10 +0000 (06:07 +0100)]
Set local Sones in posts deliverd by AJAX.

13 years agoSort the local Sones in the sender dropdown.
David ‘Bombe’ Roden [Wed, 2 Feb 2011 13:12:06 +0000 (14:12 +0100)]
Sort the local Sones in the sender dropdown.

13 years agoImplement Comparable interface in Sone.
David ‘Bombe’ Roden [Wed, 2 Feb 2011 13:11:46 +0000 (14:11 +0100)]
Implement Comparable interface in Sone.

13 years agoAdd collection sort filter to template context factory.
David ‘Bombe’ Roden [Tue, 1 Feb 2011 10:04:04 +0000 (11:04 +0100)]
Add collection sort filter to template context factory.

13 years agoReregister the USK subscription after a successful download.
David ‘Bombe’ Roden [Fri, 28 Jan 2011 14:30:51 +0000 (15:30 +0100)]
Reregister the USK subscription after a successful download.

13 years agoDon’t run background fetchers for Sones that are last updated more than 7 days ago.
David ‘Bombe’ Roden [Fri, 28 Jan 2011 14:11:50 +0000 (15:11 +0100)]
Don’t run background fetchers for Sones that are last updated more than 7 days ago.

13 years agoActually allow -100 to be entered by getting 4 characters, not 3.
David ‘Bombe’ Roden [Fri, 28 Jan 2011 07:20:09 +0000 (08:20 +0100)]
Actually allow -100 to be entered by getting 4 characters, not 3.

13 years agoWrap the Core’s options into a Preferences object which is easier to use.
David ‘Bombe’ Roden [Fri, 28 Jan 2011 07:15:12 +0000 (08:15 +0100)]
Wrap the Core’s options into a Preferences object which is easier to use.

13 years agoAllow sender selection when sending a message on the “view Sone” page.
David ‘Bombe’ Roden [Fri, 28 Jan 2011 06:45:36 +0000 (07:45 +0100)]
Allow sender selection when sending a message on the “view Sone” page.

This fixes #99.

13 years agoWrap setting the document title into an own function to work around bugs in Chrome.
David ‘Bombe’ Roden [Fri, 28 Jan 2011 06:29:01 +0000 (07:29 +0100)]
Wrap setting the document title into an own function to work around bugs in Chrome.

13 years agoConvert links to posts on the current page to relative links.
David ‘Bombe’ Roden [Fri, 28 Jan 2011 05:39:07 +0000 (06:39 +0100)]
Convert links to posts on the current page to relative links.

13 years agoAdd easily identifiable link class.
David ‘Bombe’ Roden [Fri, 28 Jan 2011 05:38:49 +0000 (06:38 +0100)]
Add easily identifiable link class.

13 years agoMove anchors to within the <div>.
David ‘Bombe’ Roden [Thu, 27 Jan 2011 20:13:23 +0000 (21:13 +0100)]
Move anchors to within the <div>.

13 years agoPrevent multiple blink cycles happening simultaneously.
David ‘Bombe’ Roden [Thu, 27 Jan 2011 13:39:48 +0000 (14:39 +0100)]
Prevent multiple blink cycles happening simultaneously.

13 years agoLet the toggleIcon() method reset the icon.
David ‘Bombe’ Roden [Thu, 27 Jan 2011 08:37:54 +0000 (09:37 +0100)]
Let the toggleIcon() method reset the icon.

13 years agoAnimate icon on activity.
David ‘Bombe’ Roden [Thu, 27 Jan 2011 08:37:40 +0000 (09:37 +0100)]
Animate icon on activity.

13 years agoChange icon of page on activity.
David ‘Bombe’ Roden [Wed, 26 Jan 2011 12:50:43 +0000 (13:50 +0100)]
Change icon of page on activity.

13 years agoAlways mark the homepage as a trusted page.
David ‘Bombe’ Roden [Wed, 26 Jan 2011 10:09:29 +0000 (11:09 +0100)]
Always mark the homepage as a trusted page.