Merge branch 'release-0.4.3'
[Sone.git] / src / main / resources /
2011-01-26 David ‘Bombe’ RodenMerge branch 'release-0.4.3' 0.4.3
2011-01-26 David ‘Bombe’ RodenHide message input when not logged in. Fixes #98.
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-26 David ‘Bombe’ RodenShow a link to the Sone homepage in the new-version...
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-20 David ‘Bombe’ RodenDon’t include the request verbally, it’s found in the...
2011-01-19 David ‘Bombe’ RodenReplace the “insert” filter with the “replace” filter.
2011-01-19 David ‘Bombe’ RodenAdd some margin to all buttons in the notifications.
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’ RodenAdd missing jQuery plugin.
2011-01-19 David ‘Bombe’ RodenAdd missing translation.
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-19 David ‘Bombe’ RodenUse new template engine.
2011-01-18 David ‘Bombe’ RodenFloat sender selection button to the left.
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-18 David ‘Bombe’ RodenDon’t make all select boxes so wide.
2011-01-18 David ‘Bombe’ RodenAllow deletion of posts of all local Sones, not only...
2011-01-18 David ‘Bombe’ RodenBeautify select boxes.
2011-01-17 David ‘Bombe’ RodenBeautify CSS a little bit.
2011-01-17 David ‘Bombe’ RodenDeletion confirmation button is red again. Fixes #59.
2011-01-17 David ‘Bombe’ RodenMark Sones as known on “view Sone” and “known Sones...
2011-01-17 David ‘Bombe’ RodenMove status update form to post feed page.
2011-01-16 David ‘Bombe’ RodenAlso show “unknown” when updating a Sone from the web...
2011-01-16 David ‘Bombe’ RodenShow “unknown” when the date of the last update is...
2011-01-16 David ‘Bombe’ RodenUse new parser filter for posts and replies, too.
2011-01-16 David ‘Bombe’ RodenParse profile field values. Fixes #57.
2011-01-16 David ‘Bombe’ RodenDon’t show distrust button when trust is assigned....
2011-01-16 David ‘Bombe’ RodenClean up separator mess.
2011-01-16 David ‘Bombe’ RodenDon’t show “comment” link if there’s no reply form...
2011-01-16 David ‘Bombe’ RodenOnly show trust controls when logged in.
2011-01-16 David ‘Bombe’ RodenMerge branch 'master' into next
2011-01-16 David ‘Bombe’ RodenMerge branch 'fix-field-insert' 0.4.1
2011-01-16 David ‘Bombe’ RodenActually insert the name of the field! Fixes #56.
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’ RodenLink to web of trust identity page. Fixes #36.
2011-01-15 David ‘Bombe’ RodenFix color of post deletion confirmation button.
2011-01-15 David ‘Bombe’ RodenMerge branch 'edit-wot-trust' into next
2011-01-15 David ‘Bombe’ RodenMake web of trust comment configurable. (#24)
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’ RodenImplement moving the profile fields with Javascript.
2011-01-15 David ‘Bombe’ RodenAdd Javascript methods to add profile fields.
2011-01-15 David ‘Bombe’ RodenShow the name of the profile field in Sone view.
2011-01-15 David ‘Bombe’ RodenRemove “!important” rules, “!important” was not so...
2011-01-15 David ‘Bombe’ RodenAjaxify the edit button.
2011-01-15 David ‘Bombe’ RodenAdd method that renames a profile field.
2011-01-14 David ‘Bombe’ RodenAdd comment.
2011-01-14 David ‘Bombe’ RodenAjaxify the profile field delete button.
2011-01-14 David ‘Bombe’ RodenAdd function that deletes a profile field.
2011-01-14 David ‘Bombe’ RodenTurn profile fields into their own container classes.
2011-01-14 David ‘Bombe’ RodenMark click area as known when the post is marked as...
2011-01-14 David ‘Bombe’ RodenUse Javascript filter to print value.
2011-01-14 David ‘Bombe’ RodenShow name of profile fields in empty fields.
2011-01-14 David ‘Bombe’ RodenOnly show “save profile” button after fields if there...
2011-01-14 David ‘Bombe’ RodenUse shorter way of installing the handler.
2011-01-14 David ‘Bombe’ RodenInsert profile fields.
2011-01-14 David ‘Bombe’ RodenRestructure HTML to let the enter key work better.
2011-01-14 David ‘Bombe’ RodenUse shorter name for button.
2011-01-14 David ‘Bombe’ RodenFix some button spacings.
2011-01-14 David ‘Bombe’ RodenAdd possibility to edit a field name.
2011-01-14 David ‘Bombe’ RodenAdd template for “something strange has happened.”
2011-01-14 David ‘Bombe’ RodenImplement profile field deletion.
2011-01-14 David ‘Bombe’ RodenAdd basic profile field editing.
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’ RodenChange all buttons’ appearance.
2011-01-13 David ‘Bombe’ RodenMerge branch 'reduce-loading' into next
2011-01-13 David ‘Bombe’ RodenMove the pagination out of the HTML. This fixes #51.
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’ RodenInclude ID of current Sone in HTML.
2011-01-13 David ‘Bombe’ RodenSmall optimization to prevent loading of a post if...
2011-01-13 David ‘Bombe’ RodenName button differently (and all using the same style).
2011-01-13 David ‘Bombe’ RodenUse different classes for profile fields.
2011-01-13 David ‘Bombe’ RodenRemove empty rule.
2011-01-12 David ‘Bombe’ RodenRemove “changed” status.
2011-01-12 David ‘Bombe’ RodenChange all buttons’ appearance.
next