2010-10-23 |
David ‘Bombe’ Roden | Add javascript version of “like” button. |
tree | commitdiff |
2010-10-23 |
David ‘Bombe’ Roden | Implement “like” button. |
tree | commitdiff |
2010-10-22 |
David ‘Bombe’ Roden | Don’t show (obsolete) friend Sones anymore. |
tree | commitdiff |
2010-10-22 |
David ‘Bombe’ Roden | Don’t insert friends anymore. |
tree | commitdiff |
2010-10-22 |
David ‘Bombe’ Roden | Make “follow”, “unfollow”, “block” and “unblock” button... |
tree | commitdiff |
2010-10-22 |
David ‘Bombe’ Roden | Enhance all post and reply delete buttons. |
tree | commitdiff |
2010-10-22 |
David ‘Bombe’ Roden | Store form password in HTML. |
tree | commitdiff |
2010-10-22 |
David ‘Bombe’ Roden | Increase pagination threshold to 25 items. |
tree | commitdiff |
2010-10-22 |
David ‘Bombe’ Roden | Paginate known Sones. |
tree | commitdiff |
2010-10-22 |
David ‘Bombe’ Roden | Always show header. |
tree | commitdiff |
2010-10-22 |
David ‘Bombe’ Roden | Paginate “view Sone” page. |
tree | commitdiff |
2010-10-22 |
David ‘Bombe’ Roden | Use parameter name from data provider. |
tree | commitdiff |
2010-10-22 |
David ‘Bombe’ Roden | Move pagination to template. |
tree | commitdiff |
2010-10-22 |
David ‘Bombe’ Roden | Use default loop variable. |
tree | commitdiff |
2010-10-21 |
David ‘Bombe’ Roden | Add pagination to index page. |
tree | commitdiff |
2010-10-21 |
David ‘Bombe’ Roden | Use a “last” attribute instead of relying on “:last... |
tree | commitdiff |
2010-10-21 |
David ‘Bombe’ Roden | Store posts, replies, and friends in backup. |
tree | commitdiff |
2010-10-21 |
David ‘Bombe’ Roden | Actually fix backup function. |
tree | commitdiff |
2010-10-21 |
David ‘Bombe’ Roden | Style “edit profile” page. |
tree | commitdiff |
2010-10-21 |
David ‘Bombe’ Roden | Use a POST form to delete posts. |
tree | commitdiff |
2010-10-21 |
David ‘Bombe’ Roden | Duplicate IDs are not allowed in HTML and do make probl... |
tree | commitdiff |
2010-10-21 |
David ‘Bombe’ Roden | Move most of the JavaScript to sone.js. |
tree | commitdiff |
2010-10-21 |
David ‘Bombe’ Roden | Make update interval depend on the age of the Sone. |
tree | commitdiff |
2010-10-21 |
David ‘Bombe’ Roden | Only register each Sone once! |
tree | commitdiff |
2010-10-21 |
David ‘Bombe’ Roden | Update the last update date, too. |
tree | commitdiff |
2010-10-21 |
David ‘Bombe’ Roden | Update the status of the Sone (more or less) immediatel... |
tree | commitdiff |
2010-10-21 |
David ‘Bombe’ Roden | Put Sone loading into its own include file. |
tree | commitdiff |
2010-10-21 |
David ‘Bombe’ Roden | Add default texts for input fields with AJAX. |
tree | commitdiff |
2010-10-21 |
David ‘Bombe’ Roden | Hide advanced settings. |
tree | commitdiff |
2010-10-21 |
David ‘Bombe’ Roden | Add default texts to all “create Sone” input fields. |
tree | commitdiff |
2010-10-21 |
David ‘Bombe’ Roden | Show key of Sone in “view Sone”. |
tree | commitdiff |
2010-10-21 |
David ‘Bombe’ Roden | Add name of input field to JavaScript function. |
tree | commitdiff |
2010-10-20 |
David ‘Bombe’ Roden | Show multiline-capable input boxes on focus, single... |
tree | commitdiff |
2010-10-20 |
David ‘Bombe’ Roden | Fix return page. |
tree | commitdiff |
2010-10-20 |
David ‘Bombe’ Roden | Add helper text to “add Sone” input field. |
tree | commitdiff |
2010-10-20 |
David ‘Bombe’ Roden | Add header for the list of posts on the “view Sone... |
tree | commitdiff |
2010-10-20 |
David ‘Bombe’ Roden | Show the nice name and the Sone name, don’t show the ID. |
tree | commitdiff |
2010-10-20 |
David ‘Bombe’ Roden | Move Sone creation to its own template. |
tree | commitdiff |
2010-10-20 |
David ‘Bombe’ Roden | Implement Sone loading. |
tree | commitdiff |
2010-10-20 |
David ‘Bombe’ Roden | Streamline adding Sones, remove “add Sone” from menu. |
tree | commitdiff |
2010-10-20 |
David ‘Bombe’ Roden | Don’t show Sone header when current Sone is viewed. |
tree | commitdiff |
2010-10-20 |
David ‘Bombe’ Roden | Change header. |
tree | commitdiff |
2010-10-20 |
David ‘Bombe’ Roden | Set return pages on all requests. |
tree | commitdiff |
2010-10-20 |
David ‘Bombe’ Roden | Whitespace fixes. |
tree | commitdiff |
2010-10-20 |
David ‘Bombe’ Roden | Change image into link to index. |
tree | commitdiff |
2010-10-20 |
David ‘Bombe’ Roden | Fix posting of comments. |
tree | commitdiff |
2010-10-20 |
David ‘Bombe’ Roden | Try to fix comment posting. |
tree | commitdiff |
2010-10-20 |
David ‘Bombe’ Roden | Add “return page” to “create reply” form. |
tree | commitdiff |
2010-10-20 |
David ‘Bombe’ Roden | Use an HTML form to delete replies. |
tree | commitdiff |
2010-10-20 |
David ‘Bombe’ Roden | Implement reply deletion. |
tree | commitdiff |
2010-10-19 |
David ‘Bombe’ Roden | Return to correct page when user tries to post an empty... |
tree | commitdiff |
2010-10-19 |
David ‘Bombe’ Roden | Return to original page after creating the post. |
tree | commitdiff |
2010-10-19 |
David ‘Bombe’ Roden | Escape all IDs in HTML. |
tree | commitdiff |
2010-10-19 |
David ‘Bombe’ Roden | Show keys on “edit profile” page. |
tree | commitdiff |
2010-10-19 |
David ‘Bombe’ Roden | Add page tail that contains the key of the current... |
tree | commitdiff |
2010-10-19 |
David ‘Bombe’ Roden | Add text if a Sone follows no other Sones. |
tree | commitdiff |
2010-10-19 |
David ‘Bombe’ Roden | Use Sone view. |
tree | commitdiff |
2010-10-19 |
David ‘Bombe’ Roden | Add “comment” links on Sone page. |
tree | commitdiff |
2010-10-19 |
David ‘Bombe’ Roden | Move “add Sone” form to “known Sones” page. |
tree | commitdiff |
2010-10-19 |
David ‘Bombe’ Roden | Redesign and consolidate. |
tree | commitdiff |
2010-10-19 |
David ‘Bombe’ Roden | Make the view of a Sone a lot prettier. |
tree | commitdiff |
2010-10-19 |
David ‘Bombe’ Roden | Use straight logo, show desaturated logo when no Sone... |
tree | commitdiff |
2010-10-19 |
David ‘Bombe’ Roden | Add tooltips for status icons. |
tree | commitdiff |
2010-10-19 |
David ‘Bombe’ Roden | Add “unknown” Sone state, initialize local and remote... |
tree | commitdiff |
2010-10-19 |
David ‘Bombe’ Roden | Show markers for Sone statuses. |
tree | commitdiff |
2010-10-19 |
David ‘Bombe’ Roden | Rename “isCurrent” property to “current”. |
tree | commitdiff |
2010-10-19 |
David ‘Bombe’ Roden | Rename “isFriend” property to just “friend”. |
tree | commitdiff |
2010-10-19 |
David ‘Bombe’ Roden | Rename “isBlocked” property to “blocked”. |
tree | commitdiff |
2010-10-19 |
David ‘Bombe’ Roden | Make it possible for the user to specify the document... |
tree | commitdiff |
2010-10-18 |
David ‘Bombe’ Roden | Create Sone view. |
tree | commitdiff |
2010-10-18 |
David ‘Bombe’ Roden | Use post view. |
tree | commitdiff |
2010-10-18 |
David ‘Bombe’ Roden | Only show follow/block links when the shown Sone is... |
tree | commitdiff |
2010-10-18 |
David ‘Bombe’ Roden | Add links to follow and unfollow Sones from the “Known... |
tree | commitdiff |
2010-10-18 |
David ‘Bombe’ Roden | Add page that lets the user unfollow a Sone. |
tree | commitdiff |
2010-10-18 |
David ‘Bombe’ Roden | Completely hide the request key from the interface. |
tree | commitdiff |
2010-10-18 |
David ‘Bombe’ Roden | Show the time of the last update. |
tree | commitdiff |
2010-10-18 |
David ‘Bombe’ Roden | Only show the routing part of the Sone’s request key. |
tree | commitdiff |
2010-10-18 |
David ‘Bombe’ Roden | Improve formatting of known Sones. |
tree | commitdiff |
2010-10-18 |
David ‘Bombe’ Roden | Only show block/unblock buttons if the user is logged in. |
tree | commitdiff |
2010-10-18 |
David ‘Bombe’ Roden | Fix “comment” link for posts with replies. |
tree | commitdiff |
2010-10-18 |
David ‘Bombe’ Roden | Change links to HTML forms. |
tree | commitdiff |
2010-10-18 |
David ‘Bombe’ Roden | Add possibility to block and unblock Sones. |
tree | commitdiff |
2010-10-18 |
David ‘Bombe’ Roden | Whitespace fixes. |
tree | commitdiff |
2010-10-18 |
David ‘Bombe’ Roden | Use head and tail includes on all pages. |
tree | commitdiff |
2010-10-18 |
David ‘Bombe’ Roden | Make profile link smaller. |
tree | commitdiff |
2010-10-18 |
David ‘Bombe’ Roden | Update logo. |
tree | commitdiff |
2010-10-18 |
David ‘Bombe’ Roden | Add profile backup function. |
tree | commitdiff |
2010-10-18 |
David ‘Bombe’ Roden | Request the focus for the correct element. |
tree | commitdiff |
2010-10-18 |
David ‘Bombe’ Roden | Only show reply form when “comment” is clicked. |
tree | commitdiff |
2010-10-18 |
David ‘Bombe’ Roden | Remove unnecessary “id” attribute. |
tree | commitdiff |
2010-10-18 |
David ‘Bombe’ Roden | Hide reply creation input text fields until “comment... |
tree | commitdiff |
2010-10-18 |
David ‘Bombe’ Roden | Hide all reply input fields, add “comment” button. |
tree | commitdiff |
2010-10-18 |
David ‘Bombe’ Roden | Make reply input fields have a default text. |
tree | commitdiff |
2010-10-18 |
David ‘Bombe’ Roden | Re-style “delete reply” link. |
tree | commitdiff |
2010-10-18 |
David ‘Bombe’ Roden | Prepare for larger HTML/CSS rework. |
tree | commitdiff |
2010-10-17 |
David ‘Bombe’ Roden | Update time when inserting, store time in insert. |
tree | commitdiff |
2010-10-16 |
David ‘Bombe’ Roden | Add page that deletes a post. |
tree | commitdiff |
2010-10-16 |
David ‘Bombe’ Roden | Don’t omit post ID. |
tree | commitdiff |
2010-10-16 |
David ‘Bombe’ Roden | Add “unauthorized access” template. |
tree | commitdiff |
2010-10-16 |
David ‘Bombe’ Roden | Create inclusion template for viewing a post. |
tree | commitdiff |
next |