David ‘Bombe’ Roden [Thu, 25 Nov 2010 17:37:26 +0000 (18:37 +0100)]
Require 0.7 of the utils package.
David ‘Bombe’ Roden [Thu, 25 Nov 2010 17:32:08 +0000 (18:32 +0100)]
Set version to 0.3.1-RC1.
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.
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.
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.
David ‘Bombe’ Roden [Thu, 25 Nov 2010 14:03:37 +0000 (15:03 +0100)]
Mark post as known when starting to enter a comment.
David ‘Bombe’ Roden [Thu, 25 Nov 2010 14:03:23 +0000 (15:03 +0100)]
Use correct post element.
David ‘Bombe’ Roden [Thu, 25 Nov 2010 14:03:14 +0000 (15:03 +0100)]
Only mark new elements 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.
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.
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.
David ‘Bombe’ Roden [Thu, 25 Nov 2010 12:49:40 +0000 (13:49 +0100)]
Add functions to mark posts and replies as known.
David ‘Bombe’ Roden [Thu, 25 Nov 2010 12:49:31 +0000 (13:49 +0100)]
Insert reply at correct position.
David ‘Bombe’ Roden [Thu, 25 Nov 2010 12:48:44 +0000 (13:48 +0100)]
Add AJAX handlers to mark posts and replies as known.
David ‘Bombe’ Roden [Thu, 25 Nov 2010 12:48:29 +0000 (13:48 +0100)]
Add method to optionally skip reply creation.
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.
David ‘Bombe’ Roden [Thu, 25 Nov 2010 12:01:29 +0000 (13:01 +0100)]
Iterate over all post elements, regardless of their container.
David ‘Bombe’ Roden [Thu, 25 Nov 2010 12:01:12 +0000 (13:01 +0100)]
Use function to load a reply after posting a reply.
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.
David ‘Bombe’ Roden [Thu, 25 Nov 2010 11:18:24 +0000 (12:18 +0100)]
Add AJAX handler to get a rendered post.
David ‘Bombe’ Roden [Thu, 25 Nov 2010 11:18:09 +0000 (12:18 +0100)]
Add AJAX handler for creating a post.
David ‘Bombe’ Roden [Thu, 25 Nov 2010 11:17:38 +0000 (12:17 +0100)]
Add more uniform JSON creation for replies.
David ‘Bombe’ Roden [Thu, 25 Nov 2010 11:17:21 +0000 (12:17 +0100)]
Don’t render posts and replies on getStatus().
David ‘Bombe’ Roden [Thu, 25 Nov 2010 11:16:52 +0000 (12:16 +0100)]
Do not mark posts and replies as known when rendering.
David ‘Bombe’ Roden [Thu, 25 Nov 2010 11:16:34 +0000 (12:16 +0100)]
Move createReply() method.
David ‘Bombe’ Roden [Thu, 25 Nov 2010 11:15:23 +0000 (12:15 +0100)]
Add methods to conditionally mark posts and replies as known.
David ‘Bombe’ Roden [Thu, 25 Nov 2010 11:14:57 +0000 (12:14 +0100)]
Mark shown posts and replies known.
David ‘Bombe’ Roden [Thu, 25 Nov 2010 11:14:21 +0000 (12:14 +0100)]
Add methods to mark posts and replies as known.
David ‘Bombe’ Roden [Thu, 25 Nov 2010 09:21:11 +0000 (10:21 +0100)]
Return the created post.
David ‘Bombe’ Roden [Thu, 25 Nov 2010 07:57:06 +0000 (08:57 +0100)]
Make the rendered template available in post processing.
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.
David ‘Bombe’ Roden [Wed, 24 Nov 2010 14:37:00 +0000 (15:37 +0100)]
Return new posts and replies with status.
David ‘Bombe’ Roden [Wed, 24 Nov 2010 12:06:45 +0000 (13:06 +0100)]
Always persist the changed configuration.
David ‘Bombe’ Roden [Wed, 24 Nov 2010 12:06:36 +0000 (13:06 +0100)]
Expose the saveConfiguration method.
David ‘Bombe’ Roden [Wed, 24 Nov 2010 10:41:14 +0000 (11:41 +0100)]
Expose new posts and replies from the notifications.
David ‘Bombe’ Roden [Wed, 24 Nov 2010 10:16:44 +0000 (11:16 +0100)]
Add methods to extract the time of posts and replies.
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.
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.
David ‘Bombe’ Roden [Wed, 24 Nov 2010 10:15:25 +0000 (11:15 +0100)]
Store the time in posts and replies.
David ‘Bombe’ Roden [Wed, 24 Nov 2010 07:56:02 +0000 (08:56 +0100)]
Require Fred build 1305.
David ‘Bombe’ Roden [Tue, 23 Nov 2010 20:58:09 +0000 (21:58 +0100)]
Improve logging at startup.
David ‘Bombe’ Roden [Tue, 23 Nov 2010 20:57:56 +0000 (21:57 +0100)]
Override new save() method correctly.
David ‘Bombe’ Roden [Tue, 23 Nov 2010 20:57:31 +0000 (21:57 +0100)]
Save the configuration after storing all values.
David ‘Bombe’ Roden [Tue, 23 Nov 2010 17:30:44 +0000 (18:30 +0100)]
Throw an exception if no plugin store is available.
David ‘Bombe’ Roden [Tue, 23 Nov 2010 16:37:44 +0000 (17:37 +0100)]
Rename configuration objects, improve logging.
David ‘Bombe’ Roden [Tue, 23 Nov 2010 12:31:00 +0000 (13:31 +0100)]
Use a Map-based configuration backend, get rid of XML.
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.
David ‘Bombe’ Roden [Tue, 23 Nov 2010 09:52:39 +0000 (10:52 +0100)]
Add method to set a configuration after creation time.
David ‘Bombe’ Roden [Tue, 23 Nov 2010 09:35:25 +0000 (10:35 +0100)]
Use new session manager syntax.
David ‘Bombe’ Roden [Tue, 23 Nov 2010 09:32:40 +0000 (10:32 +0100)]
Require a newer version of fred.
David ‘Bombe’ Roden [Tue, 23 Nov 2010 08:51:45 +0000 (09:51 +0100)]
Newest fred does not throw anymore.
David ‘Bombe’ Roden [Mon, 22 Nov 2010 05:40:28 +0000 (06:40 +0100)]
Use a comma to separate the identities in the tooltips.
David ‘Bombe’ Roden [Sun, 21 Nov 2010 17:22:20 +0000 (18:22 +0100)]
Expose the elements of the list notification.
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.
David ‘Bombe’ Roden [Sat, 20 Nov 2010 00:40:19 +0000 (01:40 +0100)]
Cache translations.
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.
David ‘Bombe’ Roden [Fri, 19 Nov 2010 20:53:49 +0000 (21:53 +0100)]
Don’t always create a Sone for a given ID.
David ‘Bombe’ Roden [Fri, 19 Nov 2010 20:27:17 +0000 (21:27 +0100)]
Add tooltips to “lock” and “unlock” buttons.
David ‘Bombe’ Roden [Thu, 18 Nov 2010 20:04:06 +0000 (21:04 +0100)]
Set version to 0.3.
David ‘Bombe’ Roden [Thu, 18 Nov 2010 19:57:36 +0000 (20:57 +0100)]
Set edition on parsed Sone.
David ‘Bombe’ Roden [Thu, 18 Nov 2010 19:56:35 +0000 (20:56 +0100)]
Copy latest edition from newer Sone.
David ‘Bombe’ Roden [Thu, 18 Nov 2010 10:30:25 +0000 (11:30 +0100)]
Images with links don’t have borders, Mr. Firefox!
David ‘Bombe’ Roden [Thu, 18 Nov 2010 10:20:16 +0000 (11:20 +0100)]
Move all javascript to sone.js.
David ‘Bombe’ Roden [Wed, 17 Nov 2010 21:41:00 +0000 (22:41 +0100)]
Set version to 0.3-RC1.
David ‘Bombe’ Roden [Wed, 17 Nov 2010 21:40:03 +0000 (22:40 +0100)]
Only overwrite time when it’s newer.
David ‘Bombe’ Roden [Wed, 17 Nov 2010 21:37:01 +0000 (22:37 +0100)]
Save Sone after rescuing.
David ‘Bombe’ Roden [Wed, 17 Nov 2010 21:36:12 +0000 (22:36 +0100)]
Save Sones after liking stuff.
David ‘Bombe’ Roden [Wed, 17 Nov 2010 21:23:38 +0000 (22:23 +0100)]
Always fix up posts and replies.
David ‘Bombe’ Roden [Wed, 17 Nov 2010 21:09:23 +0000 (22:09 +0100)]
Improve margins on top of page and notifications.
David ‘Bombe’ Roden [Wed, 17 Nov 2010 21:09:11 +0000 (22:09 +0100)]
Verify post better.
David ‘Bombe’ Roden [Wed, 17 Nov 2010 21:09:01 +0000 (22:09 +0100)]
Replace the Sone of a reply with the authoritative one.
David ‘Bombe’ Roden [Wed, 17 Nov 2010 21:08:44 +0000 (22:08 +0100)]
Add method to not create a new post automatically.
David ‘Bombe’ Roden [Wed, 17 Nov 2010 20:48:19 +0000 (21:48 +0100)]
Don’t forget to fire events.
David ‘Bombe’ Roden [Wed, 17 Nov 2010 20:46:12 +0000 (21:46 +0100)]
Add notifications for Sones that are rescued.
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.
David ‘Bombe’ Roden [Wed, 17 Nov 2010 20:45:27 +0000 (21:45 +0100)]
Use list notification.
David ‘Bombe’ Roden [Wed, 17 Nov 2010 20:44:09 +0000 (21:44 +0100)]
Add generlized list notification.
David ‘Bombe’ Roden [Wed, 17 Nov 2010 20:13:20 +0000 (21:13 +0100)]
Remove obsolete translation strings.
David ‘Bombe’ Roden [Wed, 17 Nov 2010 20:02:47 +0000 (21:02 +0100)]
Tell user about locked Sones in rescue mode.
David ‘Bombe’ Roden [Wed, 17 Nov 2010 20:02:10 +0000 (21:02 +0100)]
Lock Sones before starting the rescue.
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.
David ‘Bombe’ Roden [Wed, 17 Nov 2010 19:43:00 +0000 (20:43 +0100)]
Don’t duplicate files in final JAR file.
David ‘Bombe’ Roden [Wed, 17 Nov 2010 19:42:49 +0000 (20:42 +0100)]
Check for modifications every second.
David ‘Bombe’ Roden [Wed, 17 Nov 2010 19:42:41 +0000 (20:42 +0100)]
Store the liked replies, too.
David ‘Bombe’ Roden [Wed, 17 Nov 2010 19:27:40 +0000 (20:27 +0100)]
Add missing templates.
David ‘Bombe’ Roden [Wed, 17 Nov 2010 14:35:13 +0000 (15:35 +0100)]
Add functions to lock and unlock a Sone.
David ‘Bombe’ Roden [Wed, 17 Nov 2010 14:34:39 +0000 (15:34 +0100)]
Update 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.
David ‘Bombe’ Roden [Wed, 17 Nov 2010 14:28:49 +0000 (15:28 +0100)]
Add “locked” member.
David ‘Bombe’ Roden [Wed, 17 Nov 2010 14:28:35 +0000 (15:28 +0100)]
Do not insert locked Sones.
David ‘Bombe’ Roden [Wed, 17 Nov 2010 14:28:28 +0000 (15:28 +0100)]
Add “locked” flag for Sones.
David ‘Bombe’ Roden [Wed, 17 Nov 2010 14:28:04 +0000 (15:28 +0100)]
Remove a post via the core.
David ‘Bombe’ Roden [Wed, 17 Nov 2010 13:23:03 +0000 (14:23 +0100)]
Remove obsolete rules for blocking and blacklisting.
David ‘Bombe’ Roden [Wed, 17 Nov 2010 12:47:39 +0000 (13:47 +0100)]
Implement a “Sone rescue mode.”
This mode will when a local Sone is added try to download all previously
known editions of the Sone and merge all posts, replies, and likes it can
find. The SoneInserter is not started until all editions have been tried
(or the rescue mode is turned off).
David ‘Bombe’ Roden [Wed, 17 Nov 2010 12:46:07 +0000 (13:46 +0100)]
Add a “Sone rescue mode.”
David ‘Bombe’ Roden [Wed, 17 Nov 2010 12:45:18 +0000 (13:45 +0100)]
Add method to download a Sone from a specific URI.
David ‘Bombe’ Roden [Wed, 17 Nov 2010 12:45:08 +0000 (13:45 +0100)]
Convert the URI a Sone was downloaded from to USK before setting it.
David ‘Bombe’ Roden [Wed, 17 Nov 2010 12:42:49 +0000 (13:42 +0100)]
Store whether the core has been stopped.
This is used to stop a thread that tries to rescue a Sone.
David ‘Bombe’ Roden [Wed, 17 Nov 2010 07:55:49 +0000 (08:55 +0100)]
Replace existing notifications seamlessly instead of sliding stuff around.
David ‘Bombe’ Roden [Tue, 16 Nov 2010 04:53:46 +0000 (05:53 +0100)]
Use a notification!