Merge branch 'edit-wot-trust' into next
[Sone.git] / src / main / resources / static / javascript / sone.js
2011-01-15 David ‘Bombe’ RodenMerge branch 'edit-wot-trust' into next
2011-01-15 David ‘Bombe’ RodenMerge branch 'profile-fields' into next
2011-01-15 David ‘Bombe’ RodenDon’t mark everything as known when a “click to show...
2011-01-15 David ‘Bombe’ RodenAdd Javascript methods to add profile fields.
2011-01-15 David ‘Bombe’ RodenAdd method that renames a profile field.
2011-01-14 David ‘Bombe’ RodenAdd function that deletes a profile field.
2011-01-14 David ‘Bombe’ RodenMark click area as known when the post is marked as...
2011-01-14 David ‘Bombe’ RodenMerge branch 'next' into profile-fields
2011-01-13 David ‘Bombe’ RodenMerge branch 'release-0.3.7' 0.3.7
2011-01-13 David ‘Bombe’ RodenMerge branch 'reduce-loading' into next
2011-01-13 David ‘Bombe’ RodenCheck for post time at the correct place.
2011-01-13 David ‘Bombe’ RodenReturn time of a post, and don’t load it if it’s older...
2011-01-13 David ‘Bombe’ RodenDon’t show posts that are older than the last post...
2011-01-13 David ‘Bombe’ RodenMerge branch 'reduce-loading' into next
2011-01-13 David ‘Bombe’ RodenAdd more information to new reply information and don...
2011-01-13 David ‘Bombe’ RodenAlso react correctly on a “view Sone” page.
2011-01-13 David ‘Bombe’ RodenThe posting Sone for a created post is always the logge...
2011-01-13 David ‘Bombe’ RodenReturn IDs of Sone and recipient when getting new posts.
2011-01-13 David ‘Bombe’ RodenAdd IDs of posting Sone and recipient to loadNewPost().
2011-01-13 David ‘Bombe’ RodenAdd function to extract ID of current Sone from HTML.
2011-01-13 David ‘Bombe’ RodenSmall optimization to prevent loading of a post if...
2011-01-06 David ‘Bombe’ RodenMerge branch 'next' into edit-wot-trust
2011-01-06 David ‘Bombe’ RodenMerge branch 'next' into edit-wot-trust
2011-01-06 David ‘Bombe’ RodenMerge branch 'release-0.3.6.3' 0.3.6.3
2011-01-03 David ‘Bombe’ RodenAjaxify trust controls in replies.
2011-01-03 David ‘Bombe’ RodenFix iteration over all replies.
2011-01-03 David ‘Bombe’ RodenUpdate all replies of a Sone, too.
2011-01-03 David ‘Bombe’ RodenConvert trust controls to javascript functions.
2011-01-03 David ‘Bombe’ RodenAdd methods to trust, distrust, or untrust Sones and...
2011-01-03 David ‘Bombe’ RodenAdd methods to return the authoring Sone ID for a post...
2011-01-02 David ‘Bombe’ RodenDisplay trust control with only two buttons and no...
2011-01-01 David ‘Bombe’ RodenMerge branch 'next' into edit-wot-trust
2011-01-01 David ‘Bombe’ RodenAdd method to show a notification’s details.
2010-12-31 David ‘Bombe’ RodenReactivate status polling on all pages, it’s necessary...
2010-12-31 David ‘Bombe’ RodenOnly poll for status if a page ID is actually defined.
2010-12-31 David ‘Bombe’ RodenDon’t poll for status on the login page.
2010-12-31 David ‘Bombe’ RodenMerge branch 'next' into edit-wot-trust
2010-12-30 David ‘Bombe’ RodenMerge branch 'release-0.3.6.2' 0.3.6.2
2010-12-30 David ‘Bombe’ RodenFix posting (again). This should now not perform a...
2010-12-30 David ‘Bombe’ RodenMerge branch 'master' into next
2010-12-30 David ‘Bombe’ RodenMerge branch 'fix-posting' 0.3.6.1
2010-12-30 David ‘Bombe’ RodenFix posting.
2010-12-30 David ‘Bombe’ RodenMerge branch 'release-0.3.6' 0.3.6
2010-12-30 David ‘Bombe’ RodenImprove check for already existing posts and replies.
2010-12-30 David ‘Bombe’ RodenMerge branch 'next' into edit-wot-trust
2010-12-30 David ‘Bombe’ RodenDon’t post a new status if no text was entered.
2010-12-10 David ‘Bombe’ RodenMerge branch 'master' into next
2010-12-09 David ‘Bombe’ RodenFix replies being inserted at the wrong posts if the...
2010-12-06 David ‘Bombe’ RodenMark the correct element as known.
2010-12-05 David ‘Bombe’ RodenDon’t use the ID from the closure, it might have change...
2010-12-02 David ‘Bombe’ RodenMark post as loaded when the AJAX reply has arrived.
2010-12-02 David ‘Bombe’ RodenTry to prevent multiple insertion of the same replies.
2010-11-30 David ‘Bombe’ RodenOnly clear the input field if the reply was posted.
2010-11-29 David ‘Bombe’ RodenAbort after inserting a new reply once.
2010-11-28 David ‘Bombe’ RodenIgnore a post if neither sender nor recipient match...
2010-11-28 David ‘Bombe’ RodenAlways append new posts to the “posts” div.
2010-11-28 David ‘Bombe’ RodenUse correct method to get the Sone ID.
2010-11-28 David ‘Bombe’ RodenFix path for AJAX request.
2010-11-27 David ‘Bombe’ RodenUse better function to find the nearest Sone element.
2010-11-27 David ‘Bombe’ RodenMerge branch 'message-recipient'
2010-11-27 David ‘Bombe’ RodenRequest a lot less data when not on the “known Sones...
2010-11-27 David ‘Bombe’ RodenAdd method to detect whether we’re on the “known Sones...
2010-11-27 David ‘Bombe’ RodenDo not override getPostId()! Also, rename getSoneId...
2010-11-27 David ‘Bombe’ RodenMove all AJAX handlers to the same directory as the...
2010-11-27 David ‘Bombe’ RodenDon’t hide replies on “view post” pages.
2010-11-27 David ‘Bombe’ RodenAdd function to detect if the current page is a “view...
2010-11-26 David ‘Bombe’ RodenMerge commit '0.3.1' into message-recipient
2010-11-26 David ‘Bombe’ RodenMerge branch 'next'
2010-11-26 David ‘Bombe’ RodenInsert post after the last post.
2010-11-26 David ‘Bombe’ RodenOnly insert posts when on the index or an appropriate...
2010-11-26 David ‘Bombe’ RodenAdd functions to detect a “view Sone” page and the...
2010-11-26 David ‘Bombe’ RodenAdd possibility to detect the index page.
2010-11-26 David ‘Bombe’ RodenMerge commit '0.3.1-RC3' into message-recipient
2010-11-26 David ‘Bombe’ RodenAdd possibility to post a message directly to another...
2010-11-26 David ‘Bombe’ RodenMerge commit '0.3.1-RC3' into next
2010-11-26 David ‘Bombe’ RodenRevert parts of 8d8cc8a9cced7cc9171cc09ce0fd024145605d70.
2010-11-26 David ‘Bombe’ RodenRevert "Try to prevent insertion of a post or reply...
2010-11-26 David ‘Bombe’ RodenMerge commit '0.3.1-RC2' into next
2010-11-26 David ‘Bombe’ RodenTry to prevent insertion of a post or reply multiple...
2010-11-26 David ‘Bombe’ RodenAdd click handler to new posts and replies only once.
2010-11-26 David ‘Bombe’ RodenAdd click-to-mark-known function to all posts and replies.
2010-11-26 David ‘Bombe’ RodenMarks posts as known when clicking a new post or reply.
2010-11-25 David ‘Bombe’ RodenDon’t change the page title if we are focussed.
2010-11-25 David ‘Bombe’ RodenStore whether we are focussed in a flag.
2010-11-25 David ‘Bombe’ RodenAdd element after which the “comment” link is to be...
2010-11-25 David ‘Bombe’ RodenAdd “comment” link to post before ajaxifying the replies.
2010-11-25 David ‘Bombe’ RodenRemove unnecessary call to addCommentLink().
2010-11-25 David ‘Bombe’ RodenMark the document title with a “(!)” when activity...
2010-11-25 David ‘Bombe’ RodenCreate new scopes to not lose the element we’re unmarking.
2010-11-25 David ‘Bombe’ RodenMark a post as known when liking or unliking the post...
2010-11-25 David ‘Bombe’ RodenMark post as known when starting to enter a comment.
2010-11-25 David ‘Bombe’ RodenUse correct post element.
2010-11-25 David ‘Bombe’ RodenOnly mark new elements as known.
2010-11-25 David ‘Bombe’ RodenMark all replies of a post as known when marking a...
2010-11-25 David ‘Bombe’ RodenStore the times of posts and replies with unique class...
2010-11-25 David ‘Bombe’ RodenMark a post and all its replies as known if a comment...
2010-11-25 David ‘Bombe’ RodenAdd functions to mark posts and replies as known.
2010-11-25 David ‘Bombe’ RodenInsert reply at correct position.
2010-11-25 David ‘Bombe’ RodenProcess replies only on success, insert before a .creat...
2010-11-25 David ‘Bombe’ RodenIterate over all post elements, regardless of their...
next