Sone.git
2010-10-27 David ‘Bombe... Set version to 0.1-RC1. 0.1-RC1
2010-10-27 David ‘Bombe... Show version information on “about” page.
2010-10-27 David ‘Bombe... Expose the version.
2010-10-27 David ‘Bombe... Sort Sones ignoring case.
2010-10-27 David ‘Bombe... Fix name of URI XML nodes.
2010-10-27 David ‘Bombe... Call parent method to set important variables.
2010-10-27 David ‘Bombe... Add default Sones after resetting the configuration.
2010-10-27 David ‘Bombe... Move default Sones to own method.
2010-10-27 David ‘Bombe... Set Sone status to “idle” if it was downloaded and...
2010-10-27 David ‘Bombe... Add “first start” logic that adds a couple of default...
2010-10-27 David ‘Bombe... Add Freenet logging.
2010-10-27 David ‘Bombe... Store insert key of blacklisted Sone correctly.
2010-10-27 David ‘Bombe... Always shutdown the logger.
2010-10-27 David ‘Bombe... Implement Sone blacklisting via JavaScript.
2010-10-27 David ‘Bombe... Remove delete Sone from Sone cache, too.
2010-10-27 David ‘Bombe... Remove status of deleted Sone.
2010-10-27 David ‘Bombe... Store insert key of blacklisted local Sones.
2010-10-27 David ‘Bombe... Add blacklisting functionality.
2010-10-26 David ‘Bombe... Add CSS class for local Sones.
2010-10-26 David ‘Bombe... Add “local” member.
2010-10-25 David ‘Bombe... Add “import Sone” section to login page.
2010-10-25 David ‘Bombe... Add Sone import.
2010-10-25 David ‘Bombe... Add method to delegate Sone parsing.
2010-10-25 David ‘Bombe... Refactoring to allow several entry points for parseSone().
2010-10-25 David ‘Bombe... Backup ID and last modification time of Sone, too.
2010-10-25 David ‘Bombe... Backup post and reply likes.
2010-10-25 David ‘Bombe... Backup birth date.
2010-10-25 David ‘Bombe... Only read the value from the configuration after not...
2010-10-25 David ‘Bombe... Turn POST request into a GET request.
2010-10-25 David ‘Bombe... Actually process the two clear-on-next-restart options.
2010-10-25 David ‘Bombe... Show “confirmation of clear-on-next-restart” option.
2010-10-25 David ‘Bombe... Add missing javadocs.
2010-10-25 David ‘Bombe... Show the first of the two “clear on next restart” optio...
2010-10-25 David ‘Bombe... Add options to clear the configuration on next restart.
2010-10-25 David ‘Bombe... Add boolean options.
2010-10-25 David ‘Bombe... Make the option watcher optional.
2010-10-25 David ‘Bombe... Add page to let the user edit the options.
2010-10-25 David ‘Bombe... Add an option for the insertion delay.
2010-10-25 David ‘Bombe... Make the insertion delay configurable.
2010-10-25 David ‘Bombe... Add containers for various run-time options.
2010-10-24 David ‘Bombe... Add birth date to profile.
2010-10-24 David ‘Bombe... Update the name of the Sone along with the status.
2010-10-24 David ‘Bombe... Return the name of the Sone.
2010-10-23 David ‘Bombe... Hide the “idle” marker on a modified Sone.
2010-10-23 David ‘Bombe... Don’t change the document name, it is okay!
2010-10-23 David ‘Bombe... Fix insertion logic.
2010-10-23 David ‘Bombe... Change inserter logic to wait 60 seconds after each...
2010-10-23 David ‘Bombe... Use input fields instead of textareas in a couple of...
2010-10-23 David ‘Bombe... Add optional parameter to insert an input field instead...
2010-10-23 David ‘Bombe... Add omitted input field name.
2010-10-23 David ‘Bombe... Slightly change formatting of <h1> headers.
2010-10-23 David ‘Bombe... Fix label.
2010-10-23 David ‘Bombe... Hardcode document name for Sone SSKs to “Sone”.
2010-10-23 David ‘Bombe... Enhance description of Sone creation.
2010-10-23 David ‘Bombe... Use a lot more <p> and a lot less <div>.
2010-10-23 David ‘Bombe... Add GPLv3 license text.
2010-10-23 David ‘Bombe... Add “about” page.
2010-10-23 David ‘Bombe... Make parser a bit more tolerant for Sones with missing...
2010-10-23 David ‘Bombe... Enhance javascript “like” functionality to include...
2010-10-23 David ‘Bombe... Enhance javadoc.
2010-10-23 David ‘Bombe... Add like functionality to replies.
2010-10-23 David ‘Bombe... Fix error message.
2010-10-23 David ‘Bombe... Store and parse replies in/from inserted Sone.
2010-10-23 David ‘Bombe... Add method that returns all Sones that like a given...
2010-10-23 David ‘Bombe... Persist likes replies over plugin restarts.
2010-10-23 David ‘Bombe... Store IDs of like replies in Sone.
2010-10-23 David ‘Bombe... Use a more general way to like something.
2010-10-23 David ‘Bombe... Hide 0 likes.
2010-10-23 David ‘Bombe... Don’t add comment links when nobody is logged in.
2010-10-23 David ‘Bombe... Add online/offline marker in Sone top <div>.
2010-10-23 David ‘Bombe... Fix bug with getting the Sone element of an element.
2010-10-23 David ‘Bombe... Add javascript version of “like” button.
2010-10-23 David ‘Bombe... Implement “like” button.
2010-10-22 David ‘Bombe... Don’t show (obsolete) friend Sones anymore.
2010-10-22 David ‘Bombe... Adding and removing friends does not modify a Sone...
2010-10-22 David ‘Bombe... Don’t insert friends anymore.
2010-10-22 David ‘Bombe... Parse known Sones correctly, don’t parse friends anymore.
2010-10-22 David ‘Bombe... Fix filename in copied file.
2010-10-22 David ‘Bombe... Make “follow”, “unfollow”, “block” and “unblock” button...
2010-10-22 David ‘Bombe... Enhance all post and reply delete buttons.
2010-10-22 David ‘Bombe... Add AJAX page that deletes a reply.
2010-10-22 David ‘Bombe... Store form password in HTML.
2010-10-22 David ‘Bombe... Add AJAX page that deletes a post.
2010-10-22 David ‘Bombe... Return an error code if form password is wrong.
2010-10-22 David ‘Bombe... Copy session management from SoneTemplatePage.
2010-10-22 David ‘Bombe... Enhance JSON page to optionally require a form password.
2010-10-22 David ‘Bombe... Store the form password.
2010-10-22 David ‘Bombe... Increase pagination threshold to 25 items.
2010-10-22 David ‘Bombe... Small layout fixes.
2010-10-22 David ‘Bombe... Paginate known Sones.
2010-10-22 David ‘Bombe... Always show header.
2010-10-22 David ‘Bombe... Paginate “view Sone” page.
2010-10-22 David ‘Bombe... Use parameter name from data provider.
2010-10-22 David ‘Bombe... Add parameter to get the name of the parameter from...
2010-10-22 David ‘Bombe... Move pagination to template.
2010-10-22 David ‘Bombe... Add plugins to template factory.
2010-10-22 David ‘Bombe... Add template plugin that extracts the page number from...
2010-10-22 David ‘Bombe... Use default loop variable.
2010-10-22 David ‘Bombe... Fix syntax error.
2010-10-22 David ‘Bombe... Only update fast if a Sone is modified, downloading...
next