Sone.git
13 years agoAdd GPLv3 license text.
David ‘Bombe’ Roden [Sat, 23 Oct 2010 20:27:49 +0000 (22:27 +0200)]
Add GPLv3 license text.

13 years agoAdd “about” page.
David ‘Bombe’ Roden [Sat, 23 Oct 2010 20:27:41 +0000 (22:27 +0200)]
Add “about” page.

13 years agoMake parser a bit more tolerant for Sones with missing elements.
David ‘Bombe’ Roden [Sat, 23 Oct 2010 14:33:58 +0000 (16:33 +0200)]
Make parser a bit more tolerant for Sones with missing elements.

13 years agoEnhance javascript “like” functionality to include replies.
David ‘Bombe’ Roden [Sat, 23 Oct 2010 13:16:14 +0000 (15:16 +0200)]
Enhance javascript “like” functionality to include replies.

13 years agoEnhance javadoc.
David ‘Bombe’ Roden [Sat, 23 Oct 2010 11:26:56 +0000 (13:26 +0200)]
Enhance javadoc.

13 years agoAdd like functionality to replies.
David ‘Bombe’ Roden [Sat, 23 Oct 2010 11:24:38 +0000 (13:24 +0200)]
Add like functionality to replies.

13 years agoFix error message.
David ‘Bombe’ Roden [Sat, 23 Oct 2010 11:24:21 +0000 (13:24 +0200)]
Fix error message.

13 years agoStore and parse replies in/from inserted Sone.
David ‘Bombe’ Roden [Sat, 23 Oct 2010 11:24:14 +0000 (13:24 +0200)]
Store and parse replies in/from inserted Sone.

13 years agoAdd method that returns all Sones that like a given Reply.
David ‘Bombe’ Roden [Sat, 23 Oct 2010 11:23:52 +0000 (13:23 +0200)]
Add method that returns all Sones that like a given Reply.

13 years agoPersist likes replies over plugin restarts.
David ‘Bombe’ Roden [Sat, 23 Oct 2010 11:23:38 +0000 (13:23 +0200)]
Persist likes replies over plugin restarts.

13 years agoStore IDs of like replies in Sone.
David ‘Bombe’ Roden [Sat, 23 Oct 2010 11:23:24 +0000 (13:23 +0200)]
Store IDs of like replies in Sone.

13 years agoUse a more general way to like something.
David ‘Bombe’ Roden [Sat, 23 Oct 2010 11:23:08 +0000 (13:23 +0200)]
Use a more general way to like something.

13 years agoHide 0 likes.
David ‘Bombe’ Roden [Sat, 23 Oct 2010 10:43:15 +0000 (12:43 +0200)]
Hide 0 likes.

13 years agoDon’t add comment links when nobody is logged in.
David ‘Bombe’ Roden [Sat, 23 Oct 2010 01:12:10 +0000 (03:12 +0200)]
Don’t add comment links when nobody is logged in.

13 years agoAdd online/offline marker in Sone top <div>.
David ‘Bombe’ Roden [Sat, 23 Oct 2010 01:11:50 +0000 (03:11 +0200)]
Add online/offline marker in Sone top <div>.

13 years agoFix bug with getting the Sone element of an element.
David ‘Bombe’ Roden [Sat, 23 Oct 2010 01:06:50 +0000 (03:06 +0200)]
Fix bug with getting the Sone element of an element.

13 years agoAdd javascript version of “like” button.
David ‘Bombe’ Roden [Sat, 23 Oct 2010 01:06:22 +0000 (03:06 +0200)]
Add javascript version of “like” button.

13 years agoImplement “like” button.
David ‘Bombe’ Roden [Sat, 23 Oct 2010 00:30:50 +0000 (02:30 +0200)]
Implement “like” button.

13 years agoDon’t show (obsolete) friend Sones anymore.
David ‘Bombe’ Roden [Fri, 22 Oct 2010 23:16:35 +0000 (01:16 +0200)]
Don’t show (obsolete) friend Sones anymore.

13 years agoAdding and removing friends does not modify a Sone anymore.
David ‘Bombe’ Roden [Fri, 22 Oct 2010 23:16:17 +0000 (01:16 +0200)]
Adding and removing friends does not modify a Sone anymore.

13 years agoDon’t insert friends anymore.
David ‘Bombe’ Roden [Fri, 22 Oct 2010 23:04:35 +0000 (01:04 +0200)]
Don’t insert friends anymore.

13 years agoParse known Sones correctly, don’t parse friends anymore.
David ‘Bombe’ Roden [Fri, 22 Oct 2010 23:04:26 +0000 (01:04 +0200)]
Parse known Sones correctly, don’t parse friends anymore.

13 years agoFix filename in copied file.
David ‘Bombe’ Roden [Fri, 22 Oct 2010 21:39:49 +0000 (23:39 +0200)]
Fix filename in copied file.

13 years agoMake “follow”, “unfollow”, “block” and “unblock” buttons dynamic.
David ‘Bombe’ Roden [Fri, 22 Oct 2010 21:39:42 +0000 (23:39 +0200)]
Make “follow”, “unfollow”, “block” and “unblock” buttons dynamic.

13 years agoEnhance all post and reply delete buttons.
David ‘Bombe’ Roden [Fri, 22 Oct 2010 20:20:13 +0000 (22:20 +0200)]
Enhance all post and reply delete buttons.

13 years agoAdd AJAX page that deletes a reply.
David ‘Bombe’ Roden [Fri, 22 Oct 2010 20:19:54 +0000 (22:19 +0200)]
Add AJAX page that deletes a reply.

13 years agoStore form password in HTML.
David ‘Bombe’ Roden [Fri, 22 Oct 2010 19:33:36 +0000 (21:33 +0200)]
Store form password in HTML.

13 years agoAdd AJAX page that deletes a post.
David ‘Bombe’ Roden [Fri, 22 Oct 2010 19:27:42 +0000 (21:27 +0200)]
Add AJAX page that deletes a post.

13 years agoReturn an error code if form password is wrong.
David ‘Bombe’ Roden [Fri, 22 Oct 2010 19:27:29 +0000 (21:27 +0200)]
Return an error code if form password is wrong.

13 years agoCopy session management from SoneTemplatePage.
David ‘Bombe’ Roden [Fri, 22 Oct 2010 19:27:20 +0000 (21:27 +0200)]
Copy session management from SoneTemplatePage.

13 years agoEnhance JSON page to optionally require a form password.
David ‘Bombe’ Roden [Fri, 22 Oct 2010 14:05:39 +0000 (16:05 +0200)]
Enhance JSON page to optionally require a form password.

13 years agoStore the form password.
David ‘Bombe’ Roden [Fri, 22 Oct 2010 14:02:58 +0000 (16:02 +0200)]
Store the form password.

13 years agoIncrease pagination threshold to 25 items.
David ‘Bombe’ Roden [Fri, 22 Oct 2010 12:20:10 +0000 (14:20 +0200)]
Increase pagination threshold to 25 items.

13 years agoSmall layout fixes.
David ‘Bombe’ Roden [Fri, 22 Oct 2010 10:08:59 +0000 (12:08 +0200)]
Small layout fixes.

13 years agoPaginate known Sones.
David ‘Bombe’ Roden [Fri, 22 Oct 2010 10:08:52 +0000 (12:08 +0200)]
Paginate known Sones.

13 years agoAlways show header.
David ‘Bombe’ Roden [Fri, 22 Oct 2010 10:08:47 +0000 (12:08 +0200)]
Always show header.

13 years agoPaginate “view Sone” page.
David ‘Bombe’ Roden [Fri, 22 Oct 2010 09:57:48 +0000 (11:57 +0200)]
Paginate “view Sone” page.

13 years agoUse parameter name from data provider.
David ‘Bombe’ Roden [Fri, 22 Oct 2010 09:57:41 +0000 (11:57 +0200)]
Use parameter name from data provider.

13 years agoAdd parameter to get the name of the parameter from the data provider.
David ‘Bombe’ Roden [Fri, 22 Oct 2010 09:57:20 +0000 (11:57 +0200)]
Add parameter to get the name of the parameter from the data provider.

13 years agoMove pagination to template.
David ‘Bombe’ Roden [Fri, 22 Oct 2010 09:46:44 +0000 (11:46 +0200)]
Move pagination to template.

13 years agoAdd plugins to template factory.
David ‘Bombe’ Roden [Fri, 22 Oct 2010 09:46:36 +0000 (11:46 +0200)]
Add plugins to template factory.

13 years agoAdd template plugin that extracts the page number from the request.
David ‘Bombe’ Roden [Fri, 22 Oct 2010 09:46:22 +0000 (11:46 +0200)]
Add template plugin that extracts the page number from the request.

13 years agoUse default loop variable.
David ‘Bombe’ Roden [Fri, 22 Oct 2010 08:30:35 +0000 (10:30 +0200)]
Use default loop variable.

13 years agoFix syntax error.
David ‘Bombe’ Roden [Fri, 22 Oct 2010 07:55:03 +0000 (09:55 +0200)]
Fix syntax error.

13 years agoOnly update fast if a Sone is modified, downloading, or inserting.
David ‘Bombe’ Roden [Fri, 22 Oct 2010 05:43:00 +0000 (07:43 +0200)]
Only update fast if a Sone is modified, downloading, or inserting.

All others get an update once a minute.

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.