Merge branch 'message-recipient'
[Sone.git] / src / main / resources /
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’ RodenOnly show message posting form for other Sones, not...
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’ RodenAdd ID of Sone to “view Sone” page.
2010-11-26 David ‘Bombe’ RodenShow recipient on posts.
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 recipients to posts.
2010-11-26 David ‘Bombe’ RodenAdd click-to-mark-known function to all posts and replies.
2010-11-26 David ‘Bombe’ RodenParse links from posts and replies and display them...
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-24 David ‘Bombe’ RodenAdd a couple of CSS classes for easier identification...
2010-11-24 David ‘Bombe’ RodenStore the time in posts and replies.
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-19 David ‘Bombe’ RodenDon’t always create a Sone for a given ID.
2010-11-19 David ‘Bombe’ RodenAdd tooltips to “lock” and “unlock” buttons.
2010-11-18 David ‘Bombe’ RodenImages with links don’t have borders, Mr. Firefox!
2010-11-18 David ‘Bombe’ RodenMove all javascript to sone.js.
2010-11-17 David ‘Bombe’ RodenImprove margins on top of page and notifications.
2010-11-17 David ‘Bombe’ RodenAdd notifications for Sones that are rescued.
2010-11-17 David ‘Bombe’ RodenRemove obsolete translation strings.
2010-11-17 David ‘Bombe’ RodenTell user about locked Sones in rescue mode.
2010-11-17 David ‘Bombe’ RodenAdd missing templates.
2010-11-17 David ‘Bombe’ RodenAdd functions to lock and unlock a Sone.
2010-11-17 David ‘Bombe’ RodenUpdate the “locked” status of a Sone.
2010-11-17 David ‘Bombe’ RodenRemove obsolete rules for blocking and blacklisting.
2010-11-17 David ‘Bombe’ RodenAdd a “Sone rescue mode.”
2010-11-17 David ‘Bombe’ RodenReplace existing notifications seamlessly instead of...
2010-11-16 David ‘Bombe’ RodenUse a notification!
2010-11-16 David ‘Bombe’ RodenDon’t show “web of trust is missing” notification the...
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’ RodenStart polling notifications when loading the page.
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-15 David ‘Bombe’ RodenAdd template form for the dismiss button.
2010-11-14 David ‘Bombe’ RodenAlways hide the notification when “dismiss” is pressed.
2010-11-14 David ‘Bombe’ RodenAdd minimum height to all notifications.
2010-11-14 David ‘Bombe’ RodenRename method.
2010-11-14 David ‘Bombe’ RodenRemove old notification mechanism.
2010-11-14 David ‘Bombe’ RodenAdd new reply notification.
2010-11-14 David ‘Bombe’ RodenDisplay new post notifications.
2010-11-14 David ‘Bombe’ RodenAdd text for new Sone notification.
2010-11-14 David ‘Bombe’ RodenAdd missing template for new sone notification.
2010-11-14 David ‘Bombe’ RodenGet the notifications from the web interface.
2010-11-14 David ‘Bombe’ RodenRemove obsolete notification accessor.
2010-11-14 David ‘Bombe’ RodenAjaxify all existing notifications.
2010-11-14 David ‘Bombe’ RodenSet ID of notification.
2010-11-14 David ‘Bombe’ RodenAdd function to ajaxify a notification.
2010-11-14 David ‘Bombe’ RodenRender notifications.
2010-11-14 David ‘Bombe’ RodenUpdate local Sones every 5 seconds.
2010-11-14 David ‘Bombe’ RodenStore the client name and version in the inserted Sone.
2010-11-13 David ‘Bombe’ RodenRemove unnecessary rules.
2010-11-13 David ‘Bombe’ RodenInherit font for delete buttons.
2010-11-12 David ‘Bombe’ RodenImplement inline posting of replies.
2010-11-12 David ‘Bombe’ RodenAdd methods to post replies and get replies.
next