Sone.git
2010-11-14 David ‘Bombe... Add container for client information.
2010-11-14 David ‘Bombe... Update local Sones every 5 seconds.
2010-11-14 David ‘Bombe... Set latest edition outside the try-catch block.
2010-11-14 David ‘Bombe... Store the client name and version in the inserted Sone.
2010-11-13 David ‘Bombe... Always initialize profile.
2010-11-13 David ‘Bombe... Remove unnecessary rules.
2010-11-13 David ‘Bombe... Inherit font for delete buttons.
2010-11-13 David ‘Bombe... Don’t create a new Sone when getting the logged in...
2010-11-13 David ‘Bombe... Add method to only optionally create a new Sone.
2010-11-12 David ‘Bombe... Set version to 0.2.3. 0.2.3
2010-11-12 David ‘Bombe... Implement inline posting of replies.
2010-11-12 David ‘Bombe... Add methods to post replies and get replies.
2010-11-12 David ‘Bombe... Factor out method that adds comment links to a single...
2010-11-12 David ‘Bombe... Return rendered HTML for the reply element.
2010-11-12 David ‘Bombe... Move reply HTML code into own file.
2010-11-12 David ‘Bombe... Add AJAX page that returns the contents of a reply.
2010-11-12 David ‘Bombe... Move creation of error JSON object to JSON page.
2010-11-12 David ‘Bombe... Return the ID of the created reply.
2010-11-12 David ‘Bombe... Return the created reply from createReply().
2010-11-12 David ‘Bombe... Add AJAX page that creates a reply.
2010-11-12 David ‘Bombe... Detect if a Sone has been changed back to the previous...
2010-11-12 David ‘Bombe... Start Sone inserter after the Sone has been loaded.
2010-11-12 David ‘Bombe... Set version to 0.2.2.1. 0.2.2.1
2010-11-12 David ‘Bombe... Remove obsolete javascript cruft.
2010-11-12 David ‘Bombe... Fix default texts of input fields.
2010-11-12 David ‘Bombe... Don’t link to pages directly, use fproxy’s referrer...
2010-11-12 David ‘Bombe... Set version to 0.2.2. 0.2.2
2010-11-12 David ‘Bombe... Add notifications for new posts and replies.
2010-11-12 David ‘Bombe... Add a notification area.
2010-11-12 David ‘Bombe... Add anchors to posts and replies.
2010-11-12 David ‘Bombe... Load texts for input fields only once.
2010-11-12 David ‘Bombe... Get translations of delete button texts only once.
2010-11-12 David ‘Bombe... Only get the translation for “click to show replies...
2010-11-11 David ‘Bombe... Set version to 0.2.1. 0.2.1
2010-11-11 David ‘Bombe... Mark the “click to show” area if a hidden post is new.
2010-11-11 David ‘Bombe... Mark new replies.
2010-11-11 David ‘Bombe... Mark own posts as read immediately.
2010-11-11 David ‘Bombe... Move newPosts and knownPosts below posts.
2010-11-11 David ‘Bombe... Make reply input a bit smaller.
2010-11-11 David ‘Bombe... Mark new posts as new.
2010-11-11 David ‘Bombe... Don’t only update remote Sones, update any known Sones.
2010-11-11 David ‘Bombe... Rename variable and don’t forget to increment counter.
2010-11-11 David ‘Bombe... Don’t check for Sones but for their IDs.
2010-11-10 David ‘Bombe... Always check the full set of own identities.
2010-11-10 David ‘Bombe... Store friend Sones as strings, not as Sone objects.
2010-11-10 David ‘Bombe... Add method to check whether the core knows about a...
2010-11-10 David ‘Bombe... Add “create” parameter that can skip the creation of...
2010-11-10 David ‘Bombe... Blocking and blacklisting does not exist anymore.
2010-11-10 David ‘Bombe... Add flattr button to page tail.
2010-11-10 David ‘Bombe... Add second set of known Sones and persist that across...
2010-11-10 David ‘Bombe... Sones may be known before but must not have a request...
2010-11-10 David ‘Bombe... A Sone is only new if it has no request URI.
2010-11-10 David ‘Bombe... Don’t NPE when the request URI is not yet set.
2010-11-10 David ‘Bombe... Add CSS class for new Sones.
2010-11-10 David ‘Bombe... Add member “new” to Sone accessor.
2010-11-10 David ‘Bombe... Add method to check for the newness of a Sone.
2010-11-10 David ‘Bombe... Add Sones as new when they are first added.
2010-11-10 David ‘Bombe... Add method to check for the remoteness of a Sone by...
2010-11-10 David ‘Bombe... Set version to 0.2. 0.2
2010-11-10 David ‘Bombe... Show template rendering time in milliseconds.
2010-11-10 David ‘Bombe... Fix typo in log message.
2010-11-10 David ‘Bombe... Do not log the insert URI but only its length (to disti...
2010-11-10 David ‘Bombe... Remote Sones start as unknown.
2010-11-10 David ‘Bombe... Hide all replies but the last two.
2010-11-10 David ‘Bombe... Set version to 0.2-RC4. 0.2-RC4
2010-11-10 David ‘Bombe... Filter CSS class names, “~” is not a valid character.
2010-11-10 David ‘Bombe... Copy the identity from the original Sone, too.
2010-11-10 David ‘Bombe... Remove Sones do not need to be saved.
2010-11-10 David ‘Bombe... Reset modification counter after updating a Sone.
2010-11-10 David ‘Bombe... Download a local Sone from Freenet, too.
2010-11-10 David ‘Bombe... Always create a new Sone.
2010-11-10 David ‘Bombe... Set version to 0.2-RC3. 0.2-RC3
2010-11-10 David ‘Bombe... Save the plugin store after each modification.
2010-11-09 David ‘Bombe... Set version to 0.2-RC2. 0.2-RC2
2010-11-08 David ‘Bombe... Don’t block the USK callback thread.
2010-11-08 David ‘Bombe... Clear message names after timeout.
2010-11-08 David ‘Bombe... Set latest edition more effectively.
2010-11-07 David ‘Bombe... Download a Sone again when its identity was updated.
2010-11-06 David ‘Bombe... Log when an OwnIdentity is removed.
2010-11-06 David ‘Bombe... Deactivate console logging.
2010-11-06 David ‘Bombe... Check for changes in the context list, too.
2010-11-06 David ‘Bombe... Use more convenient method from core.
2010-11-06 David ‘Bombe... Set version to 0.2-RC1. 0.2-RC1
2010-11-06 David ‘Bombe... Increase version requirement of freenet to build 1297.
2010-11-05 David ‘Bombe... Re-enable Freenet logger.
2010-11-05 David ‘Bombe... Prevent NPE.
2010-11-05 David ‘Bombe... Improve synchronization.
2010-11-05 David ‘Bombe... Use Sone comparator.
2010-11-05 David ‘Bombe... Use better synchronization and the pre-defined post...
2010-11-05 David ‘Bombe... Add post comparator that sorts by time.
2010-11-05 David ‘Bombe... Match latest changes in WoT.
2010-11-05 David ‘Bombe... Parse changed property names.
2010-11-05 David ‘Bombe... Don’t show the key of other Sones.
2010-11-05 David ‘Bombe... Remove backup and key display.
2010-11-05 David ‘Bombe... Improve message about not having any WoT identities.
2010-11-05 David ‘Bombe... Don’t modify a Sone when the sone inserter was stopped...
2010-11-05 David ‘Bombe... Check for modified own identities every time the list...
2010-11-05 David ‘Bombe... Fix exception message.
2010-11-05 David ‘Bombe... Delete correct value to mark the Sone as deleted.
2010-11-05 David ‘Bombe... Remove the “help” page.
next