Merge commit '0.3.1-RC3' into message-recipient
[Sone.git] / src / main / resources / static / javascript / sone.js
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’ RodenRevert parts of 8d8cc8a9cced7cc9171cc09ce0fd024145605d70.
2010-11-26 David ‘Bombe’ RodenRevert "Try to prevent insertion of a post or reply...
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...
2010-11-25 David ‘Bombe’ RodenUse function to load a reply after posting a reply.
2010-11-25 David ‘Bombe’ RodenToo many changes to even know what they were.
2010-11-24 David ‘Bombe’ RodenAdd methods to extract the time of posts and replies.
2010-11-24 David ‘Bombe’ RodenReturn the post element if its containing post element...
2010-11-22 David ‘Bombe’ RodenUse a comma to separate the identities in the tooltips.
2010-11-20 David ‘Bombe’ RodenCache translations.
2010-11-19 David ‘Bombe’ RodenReplace getSoneStatus and getNotifications with getStatus.
2010-11-18 David ‘Bombe’ RodenMove all javascript to sone.js.
2010-11-17 David ‘Bombe’ RodenUpdate the “locked” status of a Sone.
2010-11-17 David ‘Bombe’ RodenReplace existing notifications seamlessly instead of...
2010-11-16 David ‘Bombe’ RodenCheck if success flag is true before accessing values.
2010-11-15 David ‘Bombe’ RodenOverride jQuery’s getJSON() method, ignore all occuring...
2010-11-15 David ‘Bombe’ RodenOnly get new notifications every 30 seconds in case...
2010-11-15 David ‘Bombe’ RodenAJAX requests may actually fail, take it into account.
2010-11-15 David ‘Bombe’ RodenHide all removed notifications.
2010-11-15 David ‘Bombe’ RodenAdd methods to retrieve new notification and create...
2010-11-15 David ‘Bombe’ RodenReturn the notification as well as modify it.
2010-11-14 David ‘Bombe’ RodenAlways hide the notification when “dismiss” is pressed.
2010-11-14 David ‘Bombe’ RodenRename method.
2010-11-14 David ‘Bombe’ RodenAdd function to ajaxify a notification.
2010-11-14 David ‘Bombe’ RodenUpdate local Sones every 5 seconds.
2010-11-12 David ‘Bombe’ RodenAdd methods to post replies and get replies.
2010-11-12 David ‘Bombe’ RodenFactor out method that adds comment links to a single...
2010-11-12 David ‘Bombe’ RodenLoad texts for input fields only once.
2010-11-12 David ‘Bombe’ RodenGet translations of delete button texts only once.
2010-11-10 David ‘Bombe’ RodenFilter CSS class names, “~” is not a valid character.
2010-11-05 David ‘Bombe’ RodenAdd WoT identicons as avatars.
2010-11-04 David ‘Bombe’ RodenUpdate the list of Sones that like a post or reply...
2010-10-24 David ‘Bombe’ RodenUpdate the name of the Sone along with the status.
2010-10-23 David ‘Bombe’ RodenAdd optional parameter to insert an input field instead...
2010-10-23 David ‘Bombe’ RodenEnhance javascript “like” functionality to include...
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-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’ RodenFix syntax error.
2010-10-22 David ‘Bombe’ RodenOnly update fast if a Sone is modified, downloading...
2010-10-21 David ‘Bombe’ RodenMake input field/textarea replacement working when...
2010-10-21 David ‘Bombe’ RodenExtract translation retrieval into own method.
2010-10-21 David ‘Bombe’ RodenDuplicate IDs are not allowed in HTML and do make probl...
2010-10-21 David ‘Bombe’ RodenMove most of the JavaScript to sone.js.
2010-10-21 David ‘Bombe’ RodenAdd default texts for input fields with AJAX.
2010-10-21 David ‘Bombe’ RodenDon’t copy the value, the input field is disabled anyway.
2010-10-21 David ‘Bombe’ RodenAdd name of input field to JavaScript function.
2010-10-20 David ‘Bombe’ RodenShow multiline-capable input boxes on focus, single...
2010-10-20 David ‘Bombe’ RodenDon’t color the separator dot.
2010-10-20 David ‘Bombe’ RodenFix posting of comments.
2010-10-20 David ‘Bombe’ RodenTry to fix comment posting.
2010-10-19 David ‘Bombe’ RodenRedesign and consolidate.
2010-10-15 David ‘Bombe’ RodenUse JavaScript to improve the UI.