Show posts mentioning a local Sone by a new notification.
[Sone.git] / src / main / resources / static / javascript / sone.js
2011-06-08 David ‘Bombe’ RodenShow posts mentioning a local Sone by a new notification.
2011-06-08 David ‘Bombe’ RodenDon’t mark own posts and replies as new.
2011-06-08 David ‘Bombe’ RodenCheck and remove “new” class from correct element.
2011-06-08 David ‘Bombe’ RodenMark new local posts and replies as new after five...
2011-06-08 David ‘Bombe’ RodenUse skipRequest = false to force a request.
2011-06-08 David ‘Bombe’ RodenAutomatically un-new posts and replies from local Sones.
2011-06-07 David ‘Bombe’ RodenOnly insert posts on the first page of the “view Sone...
2011-06-07 David ‘Bombe’ RodenOnly add @Sone to reply text field if not replying...
2011-06-04 David ‘Bombe’ RodenImprove offline marker behaviour.
2011-05-26 David ‘Bombe’ RodenAlways remove “new” marker from “click-to-show” bar.
2011-05-26 David ‘Bombe’ RodenSmall optimization.
2011-05-11 David ‘Bombe’ RodenMerge branch 'fcp-interface' into next
2011-05-08 David ‘Bombe’ RodenMerge branch 'release-0.6.4' 0.6.4
2011-05-08 David ‘Bombe’ RodenDon’t post AJAX requests.
2011-05-08 David ‘Bombe’ RodenCreate and use own AJAX override to allow error handlin...
2011-05-06 David ‘Bombe’ RodenAdd missing semicolons.
2011-05-06 David ‘Bombe’ RodenUpdate Sone on “view Sone” page, too.
2011-05-06 David ‘Bombe’ RodenShow arrow before links in notifications that link...
2011-05-02 David ‘Bombe’ RodenFix messages to recipients not working when a new-sone...
2011-04-17 David ‘Bombe’ RodenMerge branch 'release-0.6.2' 0.6.2
2011-04-16 David ‘Bombe’ RodenMerge branch 'fix-post-inserts-167' into next
2011-04-16 David ‘Bombe’ RodenReturn page 1 for pages without pagination.
2011-04-16 David ‘Bombe’ RodenDo not insert posts if we’re not on the first page...
2011-04-16 David ‘Bombe’ RodenAdd method to get the current page of a pagination.
2011-04-15 David ‘Bombe’ RodenMove permalinks behind the time, insert comment links...
2011-04-14 David ‘Bombe’ RodenFix Sone marking.
2011-04-14 David ‘Bombe’ RodenFilter by correct element.
2011-04-14 David ‘Bombe’ RodenAdd permalinks for posts and authors.
2011-04-14 David ‘Bombe’ RodenMerge branch 'relative-timestamps-150' into next
2011-04-14 David ‘Bombe’ RodenUpdate relative times on each status update.
2011-04-14 David ‘Bombe’ RodenMerge branch 'improve-notification-handling' into next
2011-04-14 David ‘Bombe’ RodenOnly render notifications if they have changed.
2011-04-14 David ‘Bombe’ RodenAdd method to return the last-updated time of a notific...
2011-04-11 David ‘Bombe’ RodenInsert link to author the user is replying to.
2011-04-11 David ‘Bombe’ RodenStore textarea in input field’s data.
2011-04-11 David ‘Bombe’ RodenMark the correct sone as known.
2011-04-10 David ‘Bombe’ RodenMerge branch 'release-0.6.1' 0.6.1
2011-04-07 David ‘Bombe’ RodenAlso update times on invisible replies.
2011-04-07 David ‘Bombe’ RodenReset activation after all notifications have been...
2011-04-07 David ‘Bombe’ RodenHide error message when deleting already deleted post...
2011-04-07 David ‘Bombe’ RodenReset blinking tab icon when no notifications are visible.
2011-04-07 David ‘Bombe’ RodenMark own posts as new to allow retrieval and insertion...
2011-04-07 David ‘Bombe’ RodenMerge branch 'mark-elements-as-known' into next
2011-04-07 David ‘Bombe’ RodenMark elements as known when a notification is removed.
2011-04-07 David ‘Bombe’ RodenCheck replaced notifications for changes.
2011-04-07 David ‘Bombe’ RodenAdd methods that compare notifications and mark element...
2011-04-07 David ‘Bombe’ RodenUse convenience method to get the notification for...
2011-04-07 David ‘Bombe’ RodenAdd “skipRequest” parameter to all mark*AsKnown() methods.
2011-04-07 David ‘Bombe’ RodenAdd method to access notification elements.
2011-04-07 David ‘Bombe’ RodenAdd method to retrieve a Sone element by its ID.
2011-04-06 David ‘Bombe’ RodenAdd relative and dynamic timestamps to the web interface.
2011-04-06 David ‘Bombe’ RodenAdd getReply() function that works the same as getPost().
2011-04-06 David ‘Bombe’ RodenRemove obsolete getReply() function.
2011-04-05 David ‘Bombe’ RodenChange the way notifications are handled.
2011-04-03 David ‘Bombe’ RodenFix search term input field jumping around on Firefox.
2011-04-02 David ‘Bombe’ RodenMerge branch 'release-0.6' 0.6
2011-04-02 David ‘Bombe’ RodenEnable text field on empty input, request focus.
2011-04-01 David ‘Bombe’ RodenRemove debug output.
2011-04-01 David ‘Bombe’ RodenImplement search.
2011-04-01 David ‘Bombe’ RodenDisable buttons after posting, re-enable after the...
2011-03-29 David ‘Bombe’ RodenMerge branch 'new-web-of-trust' into next
2011-03-08 David ‘Bombe’ RodenMerge branch 'release-0.5' 0.5
2011-03-07 David ‘Bombe’ RodenAdd “toggle parser” link to posts and replies to deacti...
2011-02-17 David ‘Bombe’ RodenMerge branch 'bookmarks' into next. This fixes #103.
2011-02-17 David ‘Bombe’ RodenAjaxify bookmark buttons.
2011-02-17 David ‘Bombe’ RodenAdd functions to bookmark and unbookmark posts.
2011-02-17 David ‘Bombe’ RodenAdd function to return the post for an ID.
2011-01-28 David ‘Bombe’ RodenAllow sender selection when sending a message on the...
2011-01-28 David ‘Bombe’ RodenWrap setting the document title into an own function...
2011-01-28 David ‘Bombe’ RodenConvert links to posts on the current page to relative...
2011-01-27 David ‘Bombe’ RodenPrevent multiple blink cycles happening simultaneously.
2011-01-27 David ‘Bombe’ RodenLet the toggleIcon() method reset the icon.
2011-01-27 David ‘Bombe’ RodenAnimate icon on activity.
2011-01-26 David ‘Bombe’ RodenChange icon of page on activity.
2011-01-26 David ‘Bombe’ RodenMerge branch 'release-0.4.3' 0.4.3
2011-01-26 David ‘Bombe’ RodenRemove the “new” class from clicked items immediately.
2011-01-26 David ‘Bombe’ RodenPrevent marking items as known multiple times.
2011-01-25 David ‘Bombe’ RodenMerge branch 'release-0.4.2' 0.4.2
2011-01-25 David ‘Bombe’ RodenOnly match a notifications state if it’s visible.
2011-01-21 David ‘Bombe’ RodenUse “hidden” CSS class to show the notification’s details.
2011-01-21 David ‘Bombe’ RodenOnly try to remember the notification’s “opened” status...
2011-01-21 David ‘Bombe’ RodenFix detection of notifications that show their details.
2011-01-20 David ‘Bombe’ RodenUse the Sone element as parameter, not its ID.
2011-01-20 David ‘Bombe’ RodenMark Sones as known by clicking on them.
2011-01-20 David ‘Bombe’ RodenMove ajaxification of a Sone to its own function.
2011-01-20 David ‘Bombe’ RodenWhen replacing a notification, remember whether it...
2011-01-19 David ‘Bombe’ RodenMerge branch 'mark-as-read' into next
2011-01-19 David ‘Bombe’ RodenAjaxify notifications and the “mark as read” button.
2011-01-19 David ‘Bombe’ RodenReplace two separate AJAX pages by one that handles...
2011-01-19 David ‘Bombe’ RodenAdd “mark as read” buttons to new post, reply, and...
2011-01-18 David ‘Bombe’ RodenMerge branch 'select-sender-identity' into next
2011-01-18 David ‘Bombe’ RodenAllow sender selection in replies. This finally fixes...
2011-01-18 David ‘Bombe’ RodenFix display of button.
2011-01-18 David ‘Bombe’ RodenAllow sender selection on new posts.
2011-01-16 David ‘Bombe’ RodenAlso show “unknown” when updating a Sone from the web...
2011-01-16 David ‘Bombe’ RodenDon’t show distrust button when trust is assigned....
2011-01-16 David ‘Bombe’ RodenDon’t show “comment” link if there’s no reply form...
2011-01-15 David ‘Bombe’ RodenMerge branch 'release-0.4' 0.4
2011-01-15 David ‘Bombe’ RodenDisable all original input fields when form is submitted.
2011-01-15 David ‘Bombe’ RodenMerge branch 'edit-wot-trust' into next
next