Sone.git
13 years agoSet version to 0.3.1-RC2. 0.3.1-RC2
David ‘Bombe’ Roden [Fri, 26 Nov 2010 14:58:35 +0000 (15:58 +0100)]
Set version to 0.3.1-RC2.

13 years agoTry to prevent insertion of a post or reply multiple times.
David ‘Bombe’ Roden [Fri, 26 Nov 2010 14:10:58 +0000 (15:10 +0100)]
Try to prevent insertion of a post or reply multiple times.

13 years agoAdd click handler to new posts and replies only once.
David ‘Bombe’ Roden [Fri, 26 Nov 2010 13:21:32 +0000 (14:21 +0100)]
Add click handler to new posts and replies only once.

13 years agoAdd click-to-mark-known function to all posts and replies.
David ‘Bombe’ Roden [Fri, 26 Nov 2010 11:50:14 +0000 (12:50 +0100)]
Add click-to-mark-known function to all posts and replies.

13 years agoMarks posts as known when clicking a new post or reply.
David ‘Bombe’ Roden [Fri, 26 Nov 2010 05:52:53 +0000 (06:52 +0100)]
Marks posts as known when clicking a new post or reply.

13 years agoDon’t change the page title if we are focussed.
David ‘Bombe’ Roden [Thu, 25 Nov 2010 19:56:25 +0000 (20:56 +0100)]
Don’t change the page title if we are focussed.

13 years agoStore whether we are focussed in a flag.
David ‘Bombe’ Roden [Thu, 25 Nov 2010 19:56:17 +0000 (20:56 +0100)]
Store whether we are focussed in a flag.

13 years agoAdd element after which the “comment” link is to be inserted to the parameters.
David ‘Bombe’ Roden [Thu, 25 Nov 2010 19:50:37 +0000 (20:50 +0100)]
Add element after which the “comment” link is to be inserted to the parameters.

13 years agoAdd “comment” link to post before ajaxifying the replies.
David ‘Bombe’ Roden [Thu, 25 Nov 2010 19:50:10 +0000 (20:50 +0100)]
Add “comment” link to post before ajaxifying the replies.

13 years agoRemove unnecessary call to addCommentLink().
David ‘Bombe’ Roden [Thu, 25 Nov 2010 19:49:41 +0000 (20:49 +0100)]
Remove unnecessary call to addCommentLink().

13 years agoRequire 0.7 of the utils package. 0.3.1-RC1
David ‘Bombe’ Roden [Thu, 25 Nov 2010 17:37:26 +0000 (18:37 +0100)]
Require 0.7 of the utils package.

13 years agoSet version to 0.3.1-RC1.
David ‘Bombe’ Roden [Thu, 25 Nov 2010 17:32:08 +0000 (18:32 +0100)]
Set version to 0.3.1-RC1.

13 years agoMark the document title with a “(!)” when activity is detected, clear on focus.
David ‘Bombe’ Roden [Thu, 25 Nov 2010 14:51:20 +0000 (15:51 +0100)]
Mark the document title with a “(!)” when activity is detected, clear on focus.

13 years agoCreate new scopes to not lose the element we’re unmarking.
David ‘Bombe’ Roden [Thu, 25 Nov 2010 14:50:26 +0000 (15:50 +0100)]
Create new scopes to not lose the element we’re unmarking.

13 years agoMark a post as known when liking or unliking the post or own of its replies.
David ‘Bombe’ Roden [Thu, 25 Nov 2010 14:03:59 +0000 (15:03 +0100)]
Mark a post as known when liking or unliking the post or own of its replies.

13 years agoMark post as known when starting to enter a comment.
David ‘Bombe’ Roden [Thu, 25 Nov 2010 14:03:37 +0000 (15:03 +0100)]
Mark post as known when starting to enter a comment.

13 years agoUse correct post element.
David ‘Bombe’ Roden [Thu, 25 Nov 2010 14:03:23 +0000 (15:03 +0100)]
Use correct post element.

13 years agoOnly mark new elements as known.
David ‘Bombe’ Roden [Thu, 25 Nov 2010 14:03:14 +0000 (15:03 +0100)]
Only mark new elements as known.

13 years agoMark all replies of a post as known when marking a post as known.
David ‘Bombe’ Roden [Thu, 25 Nov 2010 14:02:50 +0000 (15:02 +0100)]
Mark all replies of a post as known when marking a post as known.

13 years agoStore the times of posts and replies with unique class names.
David ‘Bombe’ Roden [Thu, 25 Nov 2010 14:02:27 +0000 (15:02 +0100)]
Store the times of posts and replies with unique class names.

13 years agoMark a post and all its replies as known if a comment is added.
David ‘Bombe’ Roden [Thu, 25 Nov 2010 12:49:55 +0000 (13:49 +0100)]
Mark a post and all its replies as known if a comment is added.

13 years agoAdd functions to mark posts and replies as known.
David ‘Bombe’ Roden [Thu, 25 Nov 2010 12:49:40 +0000 (13:49 +0100)]
Add functions to mark posts and replies as known.

13 years agoInsert reply at correct position.
David ‘Bombe’ Roden [Thu, 25 Nov 2010 12:49:31 +0000 (13:49 +0100)]
Insert reply at correct position.

13 years agoAdd AJAX handlers to mark posts and replies as known.
David ‘Bombe’ Roden [Thu, 25 Nov 2010 12:48:44 +0000 (13:48 +0100)]
Add AJAX handlers to mark posts and replies as known.

13 years agoAdd method to optionally skip reply creation.
David ‘Bombe’ Roden [Thu, 25 Nov 2010 12:48:29 +0000 (13:48 +0100)]
Add method to optionally skip reply creation.

13 years agoProcess replies only on success, insert before a .create-reply element.
David ‘Bombe’ Roden [Thu, 25 Nov 2010 12:02:10 +0000 (13:02 +0100)]
Process replies only on success, insert before a .create-reply element.

13 years agoIterate over all post elements, regardless of their container.
David ‘Bombe’ Roden [Thu, 25 Nov 2010 12:01:29 +0000 (13:01 +0100)]
Iterate over all post elements, regardless of their container.

13 years agoUse function to load a reply after posting a reply.
David ‘Bombe’ Roden [Thu, 25 Nov 2010 12:01:12 +0000 (13:01 +0100)]
Use function to load a reply after posting a reply.

13 years agoToo many changes to even know what they were.
David ‘Bombe’ Roden [Thu, 25 Nov 2010 11:19:32 +0000 (12:19 +0100)]
Too many changes to even know what they were.

In short: the javascript was modified to handle elements more modularly so
that dynamically created posts and replies can be fitted with the same
functionality as pre-rendered ones. Also, posting with javascript is now
implemented.

13 years agoAdd AJAX handler to get a rendered post.
David ‘Bombe’ Roden [Thu, 25 Nov 2010 11:18:24 +0000 (12:18 +0100)]
Add AJAX handler to get a rendered post.

13 years agoAdd AJAX handler for creating a post.
David ‘Bombe’ Roden [Thu, 25 Nov 2010 11:18:09 +0000 (12:18 +0100)]
Add AJAX handler for creating a post.

13 years agoAdd more uniform JSON creation for replies.
David ‘Bombe’ Roden [Thu, 25 Nov 2010 11:17:38 +0000 (12:17 +0100)]
Add more uniform JSON creation for replies.

13 years agoDon’t render posts and replies on getStatus().
David ‘Bombe’ Roden [Thu, 25 Nov 2010 11:17:21 +0000 (12:17 +0100)]
Don’t render posts and replies on getStatus().

13 years agoDo not mark posts and replies as known when rendering.
David ‘Bombe’ Roden [Thu, 25 Nov 2010 11:16:52 +0000 (12:16 +0100)]
Do not mark posts and replies as known when rendering.

13 years agoMove createReply() method.
David ‘Bombe’ Roden [Thu, 25 Nov 2010 11:16:34 +0000 (12:16 +0100)]
Move createReply() method.

13 years agoAdd methods to conditionally mark posts and replies as known.
David ‘Bombe’ Roden [Thu, 25 Nov 2010 11:15:23 +0000 (12:15 +0100)]
Add methods to conditionally mark posts and replies as known.

13 years agoMark shown posts and replies known.
David ‘Bombe’ Roden [Thu, 25 Nov 2010 11:14:57 +0000 (12:14 +0100)]
Mark shown posts and replies known.

13 years agoAdd methods to mark posts and replies as known.
David ‘Bombe’ Roden [Thu, 25 Nov 2010 11:14:21 +0000 (12:14 +0100)]
Add methods to mark posts and replies as known.

13 years agoReturn the created post.
David ‘Bombe’ Roden [Thu, 25 Nov 2010 09:21:11 +0000 (10:21 +0100)]
Return the created post.

13 years agoMake the rendered template available in post processing.
David ‘Bombe’ Roden [Thu, 25 Nov 2010 07:57:06 +0000 (08:57 +0100)]
Make the rendered template available in post processing.

13 years agoAdd possibility to perform actions after the template has been rendered.
David ‘Bombe’ Roden [Thu, 25 Nov 2010 07:39:53 +0000 (08:39 +0100)]
Add possibility to perform actions after the template has been rendered.

13 years agoReturn new posts and replies with status.
David ‘Bombe’ Roden [Wed, 24 Nov 2010 14:37:00 +0000 (15:37 +0100)]
Return new posts and replies with status.

13 years agoAlways persist the changed configuration.
David ‘Bombe’ Roden [Wed, 24 Nov 2010 12:06:45 +0000 (13:06 +0100)]
Always persist the changed configuration.

13 years agoExpose the saveConfiguration method.
David ‘Bombe’ Roden [Wed, 24 Nov 2010 12:06:36 +0000 (13:06 +0100)]
Expose the saveConfiguration method.

13 years agoExpose new posts and replies from the notifications.
David ‘Bombe’ Roden [Wed, 24 Nov 2010 10:41:14 +0000 (11:41 +0100)]
Expose new posts and replies from the notifications.

13 years agoAdd methods to extract the time of posts and replies.
David ‘Bombe’ Roden [Wed, 24 Nov 2010 10:16:44 +0000 (11:16 +0100)]
Add methods to extract the time of posts and replies.

13 years agoReturn the post element if its containing post element is requested.
David ‘Bombe’ Roden [Wed, 24 Nov 2010 10:16:33 +0000 (11:16 +0100)]
Return the post element if its containing post element is requested.

13 years agoAdd a couple of CSS classes for easier identification of elements.
David ‘Bombe’ Roden [Wed, 24 Nov 2010 10:15:44 +0000 (11:15 +0100)]
Add a couple of CSS classes for easier identification of elements.

13 years agoStore the time in posts and replies.
David ‘Bombe’ Roden [Wed, 24 Nov 2010 10:15:25 +0000 (11:15 +0100)]
Store the time in posts and replies.

13 years agoRequire Fred build 1305.
David ‘Bombe’ Roden [Wed, 24 Nov 2010 07:56:02 +0000 (08:56 +0100)]
Require Fred build 1305.

13 years agoImprove logging at startup.
David ‘Bombe’ Roden [Tue, 23 Nov 2010 20:58:09 +0000 (21:58 +0100)]
Improve logging at startup.

13 years agoOverride new save() method correctly.
David ‘Bombe’ Roden [Tue, 23 Nov 2010 20:57:56 +0000 (21:57 +0100)]
Override new save() method correctly.

13 years agoSave the configuration after storing all values.
David ‘Bombe’ Roden [Tue, 23 Nov 2010 20:57:31 +0000 (21:57 +0100)]
Save the configuration after storing all values.

13 years agoThrow an exception if no plugin store is available.
David ‘Bombe’ Roden [Tue, 23 Nov 2010 17:30:44 +0000 (18:30 +0100)]
Throw an exception if no plugin store is available.

13 years agoRename configuration objects, improve logging.
David ‘Bombe’ Roden [Tue, 23 Nov 2010 16:37:44 +0000 (17:37 +0100)]
Rename configuration objects, improve logging.

13 years agoUse a Map-based configuration backend, get rid of XML.
David ‘Bombe’ Roden [Tue, 23 Nov 2010 12:31:00 +0000 (13:31 +0100)]
Use a Map-based configuration backend, get rid of XML.

13 years agoChange loading order of configuration backends.
David ‘Bombe’ Roden [Tue, 23 Nov 2010 09:53:59 +0000 (10:53 +0100)]
Change loading order of configuration backends.

First, try to load an XML configuration file. If that fails, try to create
an XML configuration file and load the plugin store. After the core has
been created (and if the XML could not be loaded), the newly created XML
file is set as configuration on the core, migrating the configuration from
the plugin store to the XML file.

13 years agoAdd method to set a configuration after creation time.
David ‘Bombe’ Roden [Tue, 23 Nov 2010 09:52:39 +0000 (10:52 +0100)]
Add method to set a configuration after creation time.

13 years agoUse new session manager syntax.
David ‘Bombe’ Roden [Tue, 23 Nov 2010 09:35:25 +0000 (10:35 +0100)]
Use new session manager syntax.

13 years agoRequire a newer version of fred.
David ‘Bombe’ Roden [Tue, 23 Nov 2010 09:32:40 +0000 (10:32 +0100)]
Require a newer version of fred.

13 years agoNewest fred does not throw anymore.
David ‘Bombe’ Roden [Tue, 23 Nov 2010 08:51:45 +0000 (09:51 +0100)]
Newest fred does not throw anymore.

13 years agoUse a comma to separate the identities in the tooltips.
David ‘Bombe’ Roden [Mon, 22 Nov 2010 05:40:28 +0000 (06:40 +0100)]
Use a comma to separate the identities in the tooltips.

13 years agoExpose the elements of the list notification.
David ‘Bombe’ Roden [Sun, 21 Nov 2010 17:22:20 +0000 (18:22 +0100)]
Expose the elements of the list notification.

13 years agoIncrease the possible length of “returnPage” because 64 is too short.
David ‘Bombe’ Roden [Sun, 21 Nov 2010 17:22:12 +0000 (18:22 +0100)]
Increase the possible length of “returnPage” because 64 is too short.

13 years agoCache translations.
David ‘Bombe’ Roden [Sat, 20 Nov 2010 00:40:19 +0000 (01:40 +0100)]
Cache translations.

13 years agoReplace getSoneStatus and getNotifications with getStatus.
David ‘Bombe’ Roden [Fri, 19 Nov 2010 22:18:26 +0000 (23:18 +0100)]
Replace getSoneStatus and getNotifications with getStatus.

getStatus returns information about everything that needs to be updated in
the web interface.

13 years agoDon’t always create a Sone for a given ID.
David ‘Bombe’ Roden [Fri, 19 Nov 2010 20:53:49 +0000 (21:53 +0100)]
Don’t always create a Sone for a given ID.

13 years agoAdd tooltips to “lock” and “unlock” buttons.
David ‘Bombe’ Roden [Fri, 19 Nov 2010 20:27:17 +0000 (21:27 +0100)]
Add tooltips to “lock” and “unlock” buttons.

13 years agoSet version to 0.3. 0.3
David ‘Bombe’ Roden [Thu, 18 Nov 2010 20:04:06 +0000 (21:04 +0100)]
Set version to 0.3.

13 years agoSet edition on parsed Sone.
David ‘Bombe’ Roden [Thu, 18 Nov 2010 19:57:36 +0000 (20:57 +0100)]
Set edition on parsed Sone.

13 years agoCopy latest edition from newer Sone.
David ‘Bombe’ Roden [Thu, 18 Nov 2010 19:56:35 +0000 (20:56 +0100)]
Copy latest edition from newer Sone.

13 years agoImages with links don’t have borders, Mr. Firefox!
David ‘Bombe’ Roden [Thu, 18 Nov 2010 10:30:25 +0000 (11:30 +0100)]
Images with links don’t have borders, Mr. Firefox!

13 years agoMove all javascript to sone.js.
David ‘Bombe’ Roden [Thu, 18 Nov 2010 10:20:16 +0000 (11:20 +0100)]
Move all javascript to sone.js.

13 years agoSet version to 0.3-RC1. 0.3-RC1
David ‘Bombe’ Roden [Wed, 17 Nov 2010 21:41:00 +0000 (22:41 +0100)]
Set version to 0.3-RC1.

13 years agoOnly overwrite time when it’s newer.
David ‘Bombe’ Roden [Wed, 17 Nov 2010 21:40:03 +0000 (22:40 +0100)]
Only overwrite time when it’s newer.

13 years agoSave Sone after rescuing.
David ‘Bombe’ Roden [Wed, 17 Nov 2010 21:37:01 +0000 (22:37 +0100)]
Save Sone after rescuing.

13 years agoSave Sones after liking stuff.
David ‘Bombe’ Roden [Wed, 17 Nov 2010 21:36:12 +0000 (22:36 +0100)]
Save Sones after liking stuff.

13 years agoAlways fix up posts and replies.
David ‘Bombe’ Roden [Wed, 17 Nov 2010 21:23:38 +0000 (22:23 +0100)]
Always fix up posts and replies.

13 years agoImprove margins on top of page and notifications.
David ‘Bombe’ Roden [Wed, 17 Nov 2010 21:09:23 +0000 (22:09 +0100)]
Improve margins on top of page and notifications.

13 years agoVerify post better.
David ‘Bombe’ Roden [Wed, 17 Nov 2010 21:09:11 +0000 (22:09 +0100)]
Verify post better.

13 years agoReplace the Sone of a reply with the authoritative one.
David ‘Bombe’ Roden [Wed, 17 Nov 2010 21:09:01 +0000 (22:09 +0100)]
Replace the Sone of a reply with the authoritative one.

13 years agoAdd method to not create a new post automatically.
David ‘Bombe’ Roden [Wed, 17 Nov 2010 21:08:44 +0000 (22:08 +0100)]
Add method to not create a new post automatically.

13 years agoDon’t forget to fire events.
David ‘Bombe’ Roden [Wed, 17 Nov 2010 20:48:19 +0000 (21:48 +0100)]
Don’t forget to fire events.

13 years agoAdd notifications for Sones that are rescued.
David ‘Bombe’ Roden [Wed, 17 Nov 2010 20:46:12 +0000 (21:46 +0100)]
Add notifications for Sones that are rescued.

13 years agoLet the list notification dismiss itself automatically when it’s empty.
David ‘Bombe’ Roden [Wed, 17 Nov 2010 20:45:46 +0000 (21:45 +0100)]
Let the list notification dismiss itself automatically when it’s empty.

13 years agoUse list notification.
David ‘Bombe’ Roden [Wed, 17 Nov 2010 20:45:27 +0000 (21:45 +0100)]
Use list notification.

13 years agoAdd generlized list notification.
David ‘Bombe’ Roden [Wed, 17 Nov 2010 20:44:09 +0000 (21:44 +0100)]
Add generlized list notification.

13 years agoRemove obsolete translation strings.
David ‘Bombe’ Roden [Wed, 17 Nov 2010 20:13:20 +0000 (21:13 +0100)]
Remove obsolete translation strings.

13 years agoTell user about locked Sones in rescue mode.
David ‘Bombe’ Roden [Wed, 17 Nov 2010 20:02:47 +0000 (21:02 +0100)]
Tell user about locked Sones in rescue mode.

13 years agoLock Sones before starting the rescue.
David ‘Bombe’ Roden [Wed, 17 Nov 2010 20:02:10 +0000 (21:02 +0100)]
Lock Sones before starting the rescue.

13 years agoReply a new post’s Sone with the already existing copy.
David ‘Bombe’ Roden [Wed, 17 Nov 2010 19:59:04 +0000 (20:59 +0100)]
Reply a new post’s Sone with the already existing copy.

13 years agoDon’t duplicate files in final JAR file.
David ‘Bombe’ Roden [Wed, 17 Nov 2010 19:43:00 +0000 (20:43 +0100)]
Don’t duplicate files in final JAR file.

13 years agoCheck for modifications every second.
David ‘Bombe’ Roden [Wed, 17 Nov 2010 19:42:49 +0000 (20:42 +0100)]
Check for modifications every second.

13 years agoStore the liked replies, too.
David ‘Bombe’ Roden [Wed, 17 Nov 2010 19:42:41 +0000 (20:42 +0100)]
Store the liked replies, too.

13 years agoAdd missing templates.
David ‘Bombe’ Roden [Wed, 17 Nov 2010 19:27:40 +0000 (20:27 +0100)]
Add missing templates.

13 years agoAdd functions to lock and unlock a Sone.
David ‘Bombe’ Roden [Wed, 17 Nov 2010 14:35:13 +0000 (15:35 +0100)]
Add functions to lock and unlock a Sone.

13 years agoUpdate the “locked” status of a Sone.
David ‘Bombe’ Roden [Wed, 17 Nov 2010 14:34:39 +0000 (15:34 +0100)]
Update the “locked” status of a Sone.

13 years agoReturn the “locked” status of a Sone.
David ‘Bombe’ Roden [Wed, 17 Nov 2010 14:28:58 +0000 (15:28 +0100)]
Return the “locked” status of a Sone.

13 years agoAdd “locked” member.
David ‘Bombe’ Roden [Wed, 17 Nov 2010 14:28:49 +0000 (15:28 +0100)]
Add “locked” member.

13 years agoDo not insert locked Sones.
David ‘Bombe’ Roden [Wed, 17 Nov 2010 14:28:35 +0000 (15:28 +0100)]
Do not insert locked Sones.