Merge branch 'master' into next
[Sone.git] / src / main /
2010-10-29 David ‘Bombe’ RodenMerge branch 'master' into next
2010-10-29 David ‘Bombe’ RodenSet version number to 0.1-RC2. 0.1-RC2
2010-10-29 David ‘Bombe’ RodenAdd lots of synchronization.
2010-10-29 David ‘Bombe’ RodenPrevent insert and request URIs from being overwritten...
2010-10-28 David ‘Bombe’ RodenMove default Sones to constant set at the beginning...
2010-10-28 David ‘Bombe’ RodenMerge branch 'master' into next
2010-10-28 David ‘Bombe’ RodenFix labels for Sone creation URIs.
2010-10-28 David ‘Bombe’ RodenEnhance text about blacklisting.
2010-10-28 David ‘Bombe’ RodenMerge branch 'master' into next
2010-10-28 David ‘Bombe’ RodenFix likes only containing the likes of local Sones.
2010-10-28 David ‘Bombe’ RodenAdd “help” page.
2010-10-28 David ‘Bombe’ RodenOnly show the login page in the menu if no Sone is...
2010-10-28 David ‘Bombe’ RodenMove login requirement to SoneTemplatePage.
2010-10-27 David ‘Bombe’ RodenShow version information on “about” page.
2010-10-27 David ‘Bombe’ RodenExpose the version.
2010-10-27 David ‘Bombe’ RodenSort Sones ignoring case.
2010-10-27 David ‘Bombe’ RodenFix name of URI XML nodes.
2010-10-27 David ‘Bombe’ RodenCall parent method to set important variables.
2010-10-27 David ‘Bombe’ RodenAdd default Sones after resetting the configuration.
2010-10-27 David ‘Bombe’ RodenMove default Sones to own method.
2010-10-27 David ‘Bombe’ RodenSet Sone status to “idle” if it was downloaded and...
2010-10-27 David ‘Bombe’ RodenAdd “first start” logic that adds a couple of default...
2010-10-27 David ‘Bombe’ RodenAdd Freenet logging.
2010-10-27 David ‘Bombe’ RodenStore insert key of blacklisted Sone correctly.
2010-10-27 David ‘Bombe’ RodenAlways shutdown the logger.
2010-10-27 David ‘Bombe’ RodenImplement Sone blacklisting via JavaScript.
2010-10-27 David ‘Bombe’ RodenRemove delete Sone from Sone cache, too.
2010-10-27 David ‘Bombe’ RodenRemove status of deleted Sone.
2010-10-27 David ‘Bombe’ RodenStore insert key of blacklisted local Sones.
2010-10-27 David ‘Bombe’ RodenAdd blacklisting functionality.
2010-10-26 David ‘Bombe’ RodenAdd CSS class for local Sones.
2010-10-26 David ‘Bombe’ RodenAdd “local” member.
2010-10-25 David ‘Bombe’ RodenAdd “import Sone” section to login page.
2010-10-25 David ‘Bombe’ RodenAdd Sone import.
2010-10-25 David ‘Bombe’ RodenAdd method to delegate Sone parsing.
2010-10-25 David ‘Bombe’ RodenRefactoring to allow several entry points for parseSone().
2010-10-25 David ‘Bombe’ RodenBackup ID and last modification time of Sone, too.
2010-10-25 David ‘Bombe’ RodenBackup post and reply likes.
2010-10-25 David ‘Bombe’ RodenBackup birth date.
2010-10-25 David ‘Bombe’ RodenOnly read the value from the configuration after not...
2010-10-25 David ‘Bombe’ RodenTurn POST request into a GET request.
2010-10-25 David ‘Bombe’ RodenActually process the two clear-on-next-restart options.
2010-10-25 David ‘Bombe’ RodenShow “confirmation of clear-on-next-restart” option.
2010-10-25 David ‘Bombe’ RodenAdd missing javadocs.
2010-10-25 David ‘Bombe’ RodenShow the first of the two “clear on next restart” optio...
2010-10-25 David ‘Bombe’ RodenAdd options to clear the configuration on next restart.
2010-10-25 David ‘Bombe’ RodenAdd boolean options.
2010-10-25 David ‘Bombe’ RodenMake the option watcher optional.
2010-10-25 David ‘Bombe’ RodenAdd page to let the user edit the options.
2010-10-25 David ‘Bombe’ RodenAdd an option for the insertion delay.
2010-10-25 David ‘Bombe’ RodenMake the insertion delay configurable.
2010-10-25 David ‘Bombe’ RodenAdd containers for various run-time options.
2010-10-24 David ‘Bombe’ RodenAdd birth date to profile.
2010-10-24 David ‘Bombe’ RodenUpdate the name of the Sone along with the status.
2010-10-24 David ‘Bombe’ RodenReturn the name of the Sone.
2010-10-23 David ‘Bombe’ RodenHide the “idle” marker on a modified Sone.
2010-10-23 David ‘Bombe’ RodenDon’t change the document name, it is okay!
2010-10-23 David ‘Bombe’ RodenFix insertion logic.
2010-10-23 David ‘Bombe’ RodenChange inserter logic to wait 60 seconds after each...
2010-10-23 David ‘Bombe’ RodenUse input fields instead of textareas in a couple of...
2010-10-23 David ‘Bombe’ RodenAdd optional parameter to insert an input field instead...
2010-10-23 David ‘Bombe’ RodenAdd omitted input field name.
2010-10-23 David ‘Bombe’ RodenSlightly change formatting of <h1> headers.
2010-10-23 David ‘Bombe’ RodenFix label.
2010-10-23 David ‘Bombe’ RodenHardcode document name for Sone SSKs to “Sone”.
2010-10-23 David ‘Bombe’ RodenEnhance description of Sone creation.
2010-10-23 David ‘Bombe’ RodenUse a lot more <p> and a lot less <div>.
2010-10-23 David ‘Bombe’ RodenAdd “about” page.
2010-10-23 David ‘Bombe’ RodenMake parser a bit more tolerant for Sones with missing...
2010-10-23 David ‘Bombe’ RodenEnhance javascript “like” functionality to include...
2010-10-23 David ‘Bombe’ RodenEnhance javadoc.
2010-10-23 David ‘Bombe’ RodenAdd like functionality to replies.
2010-10-23 David ‘Bombe’ RodenFix error message.
2010-10-23 David ‘Bombe’ RodenStore and parse replies in/from inserted Sone.
2010-10-23 David ‘Bombe’ RodenAdd method that returns all Sones that like a given...
2010-10-23 David ‘Bombe’ RodenPersist likes replies over plugin restarts.
2010-10-23 David ‘Bombe’ RodenStore IDs of like replies in Sone.
2010-10-23 David ‘Bombe’ RodenUse a more general way to like something.
2010-10-23 David ‘Bombe’ RodenHide 0 likes.
2010-10-23 David ‘Bombe’ RodenDon’t add comment links when nobody is logged in.
2010-10-23 David ‘Bombe’ RodenAdd online/offline marker in Sone top <div>.
2010-10-23 David ‘Bombe’ RodenFix bug with getting the Sone element of an element.
2010-10-23 David ‘Bombe’ RodenAdd javascript version of “like” button.
2010-10-23 David ‘Bombe’ RodenImplement “like” button.
2010-10-22 David ‘Bombe’ RodenDon’t show (obsolete) friend Sones anymore.
2010-10-22 David ‘Bombe’ RodenAdding and removing friends does not modify a Sone...
2010-10-22 David ‘Bombe’ RodenDon’t insert friends anymore.
2010-10-22 David ‘Bombe’ RodenParse known Sones correctly, don’t parse friends anymore.
2010-10-22 David ‘Bombe’ RodenFix filename in copied file.
2010-10-22 David ‘Bombe’ RodenMake “follow”, “unfollow”, “block” and “unblock” button...
2010-10-22 David ‘Bombe’ RodenEnhance all post and reply delete buttons.
2010-10-22 David ‘Bombe’ RodenAdd AJAX page that deletes a reply.
2010-10-22 David ‘Bombe’ RodenStore form password in HTML.
2010-10-22 David ‘Bombe’ RodenAdd AJAX page that deletes a post.
2010-10-22 David ‘Bombe’ RodenReturn an error code if form password is wrong.
2010-10-22 David ‘Bombe’ RodenCopy session management from SoneTemplatePage.
2010-10-22 David ‘Bombe’ RodenEnhance JSON page to optionally require a form password.
2010-10-22 David ‘Bombe’ RodenStore the form password.
2010-10-22 David ‘Bombe’ RodenIncrease pagination threshold to 25 items.
2010-10-22 David ‘Bombe’ RodenSmall layout fixes.
next