Sone.git
13 years agoDon‘t download a Sone more than once.
David ‘Bombe’ Roden [Fri, 22 Oct 2010 05:31:27 +0000 (07:31 +0200)]
Don‘t download a Sone more than once.

13 years agoAdd pagination to index page.
David ‘Bombe’ Roden [Thu, 21 Oct 2010 21:13:24 +0000 (23:13 +0200)]
Add pagination to index page.

13 years agoAdd request change filters to all created templates.
David ‘Bombe’ Roden [Thu, 21 Oct 2010 21:11:51 +0000 (23:11 +0200)]
Add request change filters to all created templates.

13 years agoAdd request change filter.
David ‘Bombe’ Roden [Thu, 21 Oct 2010 21:11:38 +0000 (23:11 +0200)]
Add request change filter.

13 years agoUse a “last” attribute instead of relying on “:last-child”.
David ‘Bombe’ Roden [Thu, 21 Oct 2010 21:10:11 +0000 (23:10 +0200)]
Use a “last” attribute instead of relying on “:last-child”.

13 years agoClear of floats before a post.
David ‘Bombe’ Roden [Thu, 21 Oct 2010 21:09:38 +0000 (23:09 +0200)]
Clear of floats before a post.

13 years agoStore posts, replies, and friends in backup.
David ‘Bombe’ Roden [Thu, 21 Oct 2010 18:16:33 +0000 (20:16 +0200)]
Store posts, replies, and friends in backup.

13 years agoActually fix backup function.
David ‘Bombe’ Roden [Thu, 21 Oct 2010 18:15:14 +0000 (20:15 +0200)]
Actually fix backup function.

13 years agoStyle “edit profile” page.
David ‘Bombe’ Roden [Thu, 21 Oct 2010 18:03:49 +0000 (20:03 +0200)]
Style “edit profile” page.

13 years agoMake input field/textarea replacement working when input field does not start out...
David ‘Bombe’ Roden [Thu, 21 Oct 2010 18:03:41 +0000 (20:03 +0200)]
Make input field/textarea replacement working when input field does not start out empty.

13 years agoReturn friends sorted by name.
David ‘Bombe’ Roden [Thu, 21 Oct 2010 18:03:18 +0000 (20:03 +0200)]
Return friends sorted by name.

13 years agoExtract translation retrieval into own method.
David ‘Bombe’ Roden [Thu, 21 Oct 2010 17:29:45 +0000 (19:29 +0200)]
Extract translation retrieval into own method.

13 years agoUse a POST form to delete posts.
David ‘Bombe’ Roden [Thu, 21 Oct 2010 13:38:43 +0000 (15:38 +0200)]
Use a POST form to delete posts.

13 years agoDuplicate IDs are not allowed in HTML and do make problems. Use classes.
David ‘Bombe’ Roden [Thu, 21 Oct 2010 13:22:07 +0000 (15:22 +0200)]
Duplicate IDs are not allowed in HTML and do make problems. Use classes.

13 years agoMove most of the JavaScript to sone.js.
David ‘Bombe’ Roden [Thu, 21 Oct 2010 12:36:56 +0000 (14:36 +0200)]
Move most of the JavaScript to sone.js.

13 years agoMake update interval depend on the age of the Sone.
David ‘Bombe’ Roden [Thu, 21 Oct 2010 12:20:26 +0000 (14:20 +0200)]
Make update interval depend on the age of the Sone.

13 years agoReturn age of Sone in seconds.
David ‘Bombe’ Roden [Thu, 21 Oct 2010 12:20:16 +0000 (14:20 +0200)]
Return age of Sone in seconds.

13 years agoOnly register each Sone once!
David ‘Bombe’ Roden [Thu, 21 Oct 2010 12:12:49 +0000 (14:12 +0200)]
Only register each Sone once!

13 years agoUpdate the last update date, too.
David ‘Bombe’ Roden [Thu, 21 Oct 2010 12:12:44 +0000 (14:12 +0200)]
Update the last update date, too.

13 years agoReturn date of last update in JSON object.
David ‘Bombe’ Roden [Thu, 21 Oct 2010 12:12:19 +0000 (14:12 +0200)]
Return date of last update in JSON object.

13 years agoUpdate the status of the Sone (more or less) immediately and on-the-fly.
David ‘Bombe’ Roden [Thu, 21 Oct 2010 11:58:35 +0000 (13:58 +0200)]
Update the status of the Sone (more or less) immediately and on-the-fly.

13 years agoAdd JSON page that returns the status of a Sone.
David ‘Bombe’ Roden [Thu, 21 Oct 2010 11:58:18 +0000 (13:58 +0200)]
Add JSON page that returns the status of a Sone.

13 years agoSynchronize status map.
David ‘Bombe’ Roden [Thu, 21 Oct 2010 11:57:45 +0000 (13:57 +0200)]
Synchronize status map.

13 years agoPut Sone loading into its own include file.
David ‘Bombe’ Roden [Thu, 21 Oct 2010 11:07:38 +0000 (13:07 +0200)]
Put Sone loading into its own include file.

13 years agoChange left margin of input fields and textareas.
David ‘Bombe’ Roden [Thu, 21 Oct 2010 10:56:18 +0000 (12:56 +0200)]
Change left margin of input fields and textareas.

13 years agoAdd default texts for input fields with AJAX.
David ‘Bombe’ Roden [Thu, 21 Oct 2010 10:24:26 +0000 (12:24 +0200)]
Add default texts for input fields with AJAX.

13 years agoAdd translation page.
David ‘Bombe’ Roden [Thu, 21 Oct 2010 10:23:40 +0000 (12:23 +0200)]
Add translation page.

13 years agoAdd page implementation that delivers a JSON object.
David ‘Bombe’ Roden [Thu, 21 Oct 2010 10:23:31 +0000 (12:23 +0200)]
Add page implementation that delivers a JSON object.

13 years agoAdd utils.json dependency.
David ‘Bombe’ Roden [Thu, 21 Oct 2010 10:23:13 +0000 (12:23 +0200)]
Add utils.json dependency.

13 years agoHide advanced settings.
David ‘Bombe’ Roden [Thu, 21 Oct 2010 09:20:19 +0000 (11:20 +0200)]
Hide advanced settings.

13 years agoDon’t enlarge textareas.
David ‘Bombe’ Roden [Thu, 21 Oct 2010 08:59:32 +0000 (10:59 +0200)]
Don’t enlarge textareas.

13 years agoAdd default texts to all “create Sone” input fields.
David ‘Bombe’ Roden [Thu, 21 Oct 2010 08:57:17 +0000 (10:57 +0200)]
Add default texts to all “create Sone” input fields.

13 years agoDon’t copy the value, the input field is disabled anyway.
David ‘Bombe’ Roden [Thu, 21 Oct 2010 08:57:01 +0000 (10:57 +0200)]
Don’t copy the value, the input field is disabled anyway.

13 years agoApply gray color to all default input elements.
David ‘Bombe’ Roden [Thu, 21 Oct 2010 08:56:52 +0000 (10:56 +0200)]
Apply gray color to all default input elements.

13 years agoXML parsing is not thread-safe, synchronize on Sone downloader.
David ‘Bombe’ Roden [Thu, 21 Oct 2010 08:46:05 +0000 (10:46 +0200)]
XML parsing is not thread-safe, synchronize on Sone downloader.

13 years agoActually parse friends and known Sones from a downloaded Sone!
David ‘Bombe’ Roden [Thu, 21 Oct 2010 08:45:51 +0000 (10:45 +0200)]
Actually parse friends and known Sones from a downloaded Sone!

13 years agoRestyle input fields and textareas for consistency.
David ‘Bombe’ Roden [Thu, 21 Oct 2010 08:45:33 +0000 (10:45 +0200)]
Restyle input fields and textareas for consistency.

13 years agoShow key of Sone in “view Sone”.
David ‘Bombe’ Roden [Thu, 21 Oct 2010 08:45:20 +0000 (10:45 +0200)]
Show key of Sone in “view Sone”.

13 years agoAdd name of input field to JavaScript function.
David ‘Bombe’ Roden [Thu, 21 Oct 2010 08:44:49 +0000 (10:44 +0200)]
Add name of input field to JavaScript function.

13 years agoDon’t register shutdown hooks for all Services.
David ‘Bombe’ Roden [Thu, 21 Oct 2010 05:25:54 +0000 (07:25 +0200)]
Don’t register shutdown hooks for all Services.

13 years agoShow multiline-capable input boxes on focus, single-line inputs on blur.
David ‘Bombe’ Roden [Wed, 20 Oct 2010 20:26:07 +0000 (22:26 +0200)]
Show multiline-capable input boxes on focus, single-line inputs on blur.

13 years agoDon’t extend AbstractService unless there’s a reason for doing so.
David ‘Bombe’ Roden [Wed, 20 Oct 2010 19:42:18 +0000 (21:42 +0200)]
Don’t extend AbstractService unless there’s a reason for doing so.

13 years agoEnhance description.
David ‘Bombe’ Roden [Wed, 20 Oct 2010 17:18:38 +0000 (19:18 +0200)]
Enhance description.

13 years agoFix return page.
David ‘Bombe’ Roden [Wed, 20 Oct 2010 17:18:31 +0000 (19:18 +0200)]
Fix return page.

13 years agoAdd helper text to “add Sone” input field.
David ‘Bombe’ Roden [Wed, 20 Oct 2010 17:12:58 +0000 (19:12 +0200)]
Add helper text to “add Sone” input field.

13 years agoUpdate Sone logo.
David ‘Bombe’ Roden [Wed, 20 Oct 2010 17:12:28 +0000 (19:12 +0200)]
Update Sone logo.

13 years agoAdd header for the list of posts on the “view Sone” page.
David ‘Bombe’ Roden [Wed, 20 Oct 2010 15:33:53 +0000 (17:33 +0200)]
Add header for the list of posts on the “view Sone” page.

13 years agoShow the nice name and the Sone name, don’t show the ID.
David ‘Bombe’ Roden [Wed, 20 Oct 2010 14:26:07 +0000 (16:26 +0200)]
Show the nice name and the Sone name, don’t show the ID.

13 years agoSort local Sones for login page.
David ‘Bombe’ Roden [Wed, 20 Oct 2010 14:25:57 +0000 (16:25 +0200)]
Sort local Sones for login page.

13 years agoCheck for blocked Sone IDs correctly.
David ‘Bombe’ Roden [Wed, 20 Oct 2010 14:14:23 +0000 (16:14 +0200)]
Check for blocked Sone IDs correctly.

13 years agoMove Sone creation to its own template.
David ‘Bombe’ Roden [Wed, 20 Oct 2010 14:01:30 +0000 (16:01 +0200)]
Move Sone creation to its own template.

13 years agoImplement Sone loading.
David ‘Bombe’ Roden [Wed, 20 Oct 2010 13:28:44 +0000 (15:28 +0200)]
Implement Sone loading.

13 years agoRemove debug output.
David ‘Bombe’ Roden [Wed, 20 Oct 2010 13:11:07 +0000 (15:11 +0200)]
Remove debug output.

13 years agoStreamline adding Sones, remove “add Sone” from menu.
David ‘Bombe’ Roden [Wed, 20 Oct 2010 12:56:45 +0000 (14:56 +0200)]
Streamline adding Sones, remove “add Sone” from menu.

13 years agoOmit bottom line on last post.
David ‘Bombe’ Roden [Wed, 20 Oct 2010 12:52:01 +0000 (14:52 +0200)]
Omit bottom line on last post.

13 years agoDon’t show Sone header when current Sone is viewed.
David ‘Bombe’ Roden [Wed, 20 Oct 2010 12:51:54 +0000 (14:51 +0200)]
Don’t show Sone header when current Sone is viewed.

13 years agoChange header.
David ‘Bombe’ Roden [Wed, 20 Oct 2010 12:51:45 +0000 (14:51 +0200)]
Change header.

13 years agoSet return pages on all requests.
David ‘Bombe’ Roden [Wed, 20 Oct 2010 12:51:26 +0000 (14:51 +0200)]
Set return pages on all requests.

13 years agoMore honoring of POST requests and return pages.
David ‘Bombe’ Roden [Wed, 20 Oct 2010 12:51:16 +0000 (14:51 +0200)]
More honoring of POST requests and return pages.

13 years agoHonor return page.
David ‘Bombe’ Roden [Wed, 20 Oct 2010 12:49:24 +0000 (14:49 +0200)]
Honor return page.

13 years agoWhitespace fixes.
David ‘Bombe’ Roden [Wed, 20 Oct 2010 12:48:32 +0000 (14:48 +0200)]
Whitespace fixes.

13 years agoRemove obsolete link callback class.
David ‘Bombe’ Roden [Wed, 20 Oct 2010 12:48:13 +0000 (14:48 +0200)]
Remove obsolete link callback class.

13 years agoHonor POST method and return page.
David ‘Bombe’ Roden [Wed, 20 Oct 2010 12:48:01 +0000 (14:48 +0200)]
Honor POST method and return page.

13 years agoDon’t color the separator dot.
David ‘Bombe’ Roden [Wed, 20 Oct 2010 11:58:53 +0000 (13:58 +0200)]
Don’t color the separator dot.

13 years agoChange image into link to index.
David ‘Bombe’ Roden [Wed, 20 Oct 2010 08:28:00 +0000 (10:28 +0200)]
Change image into link to index.

13 years agoFix posting of comments.
David ‘Bombe’ Roden [Wed, 20 Oct 2010 08:27:48 +0000 (10:27 +0200)]
Fix posting of comments.

13 years agoTry to fix comment posting.
David ‘Bombe’ Roden [Wed, 20 Oct 2010 05:58:10 +0000 (07:58 +0200)]
Try to fix comment posting.

13 years agoAdd “return page” to “create reply” form.
David ‘Bombe’ Roden [Wed, 20 Oct 2010 05:22:26 +0000 (07:22 +0200)]
Add “return page” to “create reply” form.

13 years agoUse an HTML form to delete replies.
David ‘Bombe’ Roden [Wed, 20 Oct 2010 05:22:14 +0000 (07:22 +0200)]
Use an HTML form to delete replies.

13 years agoImplement reply deletion.
David ‘Bombe’ Roden [Wed, 20 Oct 2010 05:21:56 +0000 (07:21 +0200)]
Implement reply deletion.

13 years agoAdd method to delete a reply.
David ‘Bombe’ Roden [Wed, 20 Oct 2010 05:21:34 +0000 (07:21 +0200)]
Add method to delete a reply.

13 years agoAlways use correct return page.
David ‘Bombe’ Roden [Tue, 19 Oct 2010 20:58:42 +0000 (22:58 +0200)]
Always use correct return page.

13 years agoReturn to correct page when user tries to post an empty post.
David ‘Bombe’ Roden [Tue, 19 Oct 2010 20:35:36 +0000 (22:35 +0200)]
Return to correct page when user tries to post an empty post.

13 years agoReturn to original page after creating the post.
David ‘Bombe’ Roden [Tue, 19 Oct 2010 20:31:45 +0000 (22:31 +0200)]
Return to original page after creating the post.

13 years agoRename “getURI()” method to “getUri()”.
David ‘Bombe’ Roden [Tue, 19 Oct 2010 20:29:19 +0000 (22:29 +0200)]
Rename “getURI()” method to “getUri()”.

13 years agoStore current request in template.
David ‘Bombe’ Roden [Tue, 19 Oct 2010 20:29:07 +0000 (22:29 +0200)]
Store current request in template.

13 years agoEscape all IDs in HTML.
David ‘Bombe’ Roden [Tue, 19 Oct 2010 20:20:16 +0000 (22:20 +0200)]
Escape all IDs in HTML.

13 years agoMake SoneInserter thread-safe.
David ‘Bombe’ Roden [Tue, 19 Oct 2010 20:18:25 +0000 (22:18 +0200)]
Make SoneInserter thread-safe.

13 years agoShow keys on “edit profile” page.
David ‘Bombe’ Roden [Tue, 19 Oct 2010 20:01:34 +0000 (22:01 +0200)]
Show keys on “edit profile” page.

13 years agoAdd page tail that contains the key of the current Sone.
David ‘Bombe’ Roden [Tue, 19 Oct 2010 19:46:58 +0000 (21:46 +0200)]
Add page tail that contains the key of the current Sone.

13 years agoAdd text if a Sone follows no other Sones.
David ‘Bombe’ Roden [Tue, 19 Oct 2010 19:38:40 +0000 (21:38 +0200)]
Add text if a Sone follows no other Sones.

13 years agoUse Sone view.
David ‘Bombe’ Roden [Tue, 19 Oct 2010 19:38:31 +0000 (21:38 +0200)]
Use Sone view.

13 years agoAdd “comment” links on Sone page.
David ‘Bombe’ Roden [Tue, 19 Oct 2010 19:38:22 +0000 (21:38 +0200)]
Add “comment” links on Sone page.

13 years agoAdd margin below header.
David ‘Bombe’ Roden [Tue, 19 Oct 2010 19:38:11 +0000 (21:38 +0200)]
Add margin below header.

13 years agoUse the addTemplateObject() method in the default template factory.
David ‘Bombe’ Roden [Tue, 19 Oct 2010 19:25:19 +0000 (21:25 +0200)]
Use the addTemplateObject() method in the default template factory.

13 years agoRedirect to “noPermission.html” if a POST request does not have the correct form...
David ‘Bombe’ Roden [Tue, 19 Oct 2010 19:25:03 +0000 (21:25 +0200)]
Redirect to “noPermission.html” if a POST request does not have the correct form password.

13 years agoMove “add Sone” form to “known Sones” page.
David ‘Bombe’ Roden [Tue, 19 Oct 2010 19:16:15 +0000 (21:16 +0200)]
Move “add Sone” form to “known Sones” page.

13 years agoReduce width of page.
David ‘Bombe’ Roden [Tue, 19 Oct 2010 19:15:59 +0000 (21:15 +0200)]
Reduce width of page.

13 years agoRename title of posts.
David ‘Bombe’ Roden [Tue, 19 Oct 2010 19:15:54 +0000 (21:15 +0200)]
Rename title of posts.

13 years agoRedesign and consolidate.
David ‘Bombe’ Roden [Tue, 19 Oct 2010 19:01:18 +0000 (21:01 +0200)]
Redesign and consolidate.

13 years agoRemove margin below posts.
David ‘Bombe’ Roden [Tue, 19 Oct 2010 18:40:22 +0000 (20:40 +0200)]
Remove margin below posts.

13 years agoMake the view of a Sone a lot prettier.
David ‘Bombe’ Roden [Tue, 19 Oct 2010 18:22:37 +0000 (20:22 +0200)]
Make the view of a Sone a lot prettier.

13 years agoChange text to uppercase.
David ‘Bombe’ Roden [Tue, 19 Oct 2010 18:20:23 +0000 (20:20 +0200)]
Change text to uppercase.

13 years agoDon’t require a login to view Sones.
David ‘Bombe’ Roden [Tue, 19 Oct 2010 14:39:50 +0000 (16:39 +0200)]
Don’t require a login to view Sones.

13 years agoDon’t crash when not logged in.
David ‘Bombe’ Roden [Tue, 19 Oct 2010 14:39:43 +0000 (16:39 +0200)]
Don’t crash when not logged in.

13 years agoUse straight logo, show desaturated logo when no Sone is logged in.
David ‘Bombe’ Roden [Tue, 19 Oct 2010 12:18:28 +0000 (14:18 +0200)]
Use straight logo, show desaturated logo when no Sone is logged in.

13 years agoMake unknown and modified marker red and bold.
David ‘Bombe’ Roden [Tue, 19 Oct 2010 07:22:59 +0000 (09:22 +0200)]
Make unknown and modified marker red and bold.

13 years agoAdd tooltips for status icons.
David ‘Bombe’ Roden [Tue, 19 Oct 2010 07:22:52 +0000 (09:22 +0200)]
Add tooltips for status icons.

13 years agoAdd “unknown” Sone state, initialize local and remote Sones differently.
David ‘Bombe’ Roden [Tue, 19 Oct 2010 07:19:09 +0000 (09:19 +0200)]
Add “unknown” Sone state, initialize local and remote Sones differently.

13 years agoShow markers for Sone statuses.
David ‘Bombe’ Roden [Tue, 19 Oct 2010 07:01:46 +0000 (09:01 +0200)]
Show markers for Sone statuses.