2010-10-23 |
David ‘Bombe... | Fix insertion logic. |
commit | commitdiff | tree | snapshot |
2010-10-23 |
David ‘Bombe... | Change inserter logic to wait 60 seconds after each... |
commit | commitdiff | tree | snapshot |
2010-10-23 |
David ‘Bombe... | Use input fields instead of textareas in a couple of... |
commit | commitdiff | tree | snapshot |
2010-10-23 |
David ‘Bombe... | Add optional parameter to insert an input field instead... |
commit | commitdiff | tree | snapshot |
2010-10-23 |
David ‘Bombe... | Add omitted input field name. |
commit | commitdiff | tree | snapshot |
2010-10-23 |
David ‘Bombe... | Slightly change formatting of <h1> headers. |
commit | commitdiff | tree | snapshot |
2010-10-23 |
David ‘Bombe... | Fix label. |
commit | commitdiff | tree | snapshot |
2010-10-23 |
David ‘Bombe... | Hardcode document name for Sone SSKs to “Sone”. |
commit | commitdiff | tree | snapshot |
2010-10-23 |
David ‘Bombe... | Enhance description of Sone creation. |
commit | commitdiff | tree | snapshot |
2010-10-23 |
David ‘Bombe... | Use a lot more <p> and a lot less <div>. |
commit | commitdiff | tree | snapshot |
2010-10-23 |
David ‘Bombe... | Add GPLv3 license text. |
commit | commitdiff | tree | snapshot |
2010-10-23 |
David ‘Bombe... | Add “about” page. |
commit | commitdiff | tree | snapshot |
2010-10-23 |
David ‘Bombe... | Make parser a bit more tolerant for Sones with missing... |
commit | commitdiff | tree | snapshot |
2010-10-23 |
David ‘Bombe... | Enhance javascript “like” functionality to include... |
commit | commitdiff | tree | snapshot |
2010-10-23 |
David ‘Bombe... | Enhance javadoc. |
commit | commitdiff | tree | snapshot |
2010-10-23 |
David ‘Bombe... | Add like functionality to replies. |
commit | commitdiff | tree | snapshot |
2010-10-23 |
David ‘Bombe... | Fix error message. |
commit | commitdiff | tree | snapshot |
2010-10-23 |
David ‘Bombe... | Store and parse replies in/from inserted Sone. |
commit | commitdiff | tree | snapshot |
2010-10-23 |
David ‘Bombe... | Add method that returns all Sones that like a given... |
commit | commitdiff | tree | snapshot |
2010-10-23 |
David ‘Bombe... | Persist likes replies over plugin restarts. |
commit | commitdiff | tree | snapshot |
2010-10-23 |
David ‘Bombe... | Store IDs of like replies in Sone. |
commit | commitdiff | tree | snapshot |
2010-10-23 |
David ‘Bombe... | Use a more general way to like something. |
commit | commitdiff | tree | snapshot |
2010-10-23 |
David ‘Bombe... | Hide 0 likes. |
commit | commitdiff | tree | snapshot |
2010-10-23 |
David ‘Bombe... | Don’t add comment links when nobody is logged in. |
commit | commitdiff | tree | snapshot |
2010-10-23 |
David ‘Bombe... | Add online/offline marker in Sone top <div>. |
commit | commitdiff | tree | snapshot |
2010-10-23 |
David ‘Bombe... | Fix bug with getting the Sone element of an element. |
commit | commitdiff | tree | snapshot |
2010-10-23 |
David ‘Bombe... | Add javascript version of “like” button. |
commit | commitdiff | tree | snapshot |
2010-10-23 |
David ‘Bombe... | Implement “like” button. |
commit | commitdiff | tree | snapshot |
2010-10-22 |
David ‘Bombe... | Don’t show (obsolete) friend Sones anymore. |
commit | commitdiff | tree | snapshot |
2010-10-22 |
David ‘Bombe... | Adding and removing friends does not modify a Sone... |
commit | commitdiff | tree | snapshot |
2010-10-22 |
David ‘Bombe... | Don’t insert friends anymore. |
commit | commitdiff | tree | snapshot |
2010-10-22 |
David ‘Bombe... | Parse known Sones correctly, don’t parse friends anymore. |
commit | commitdiff | tree | snapshot |
2010-10-22 |
David ‘Bombe... | Fix filename in copied file. |
commit | commitdiff | tree | snapshot |
2010-10-22 |
David ‘Bombe... | Make “follow”, “unfollow”, “block” and “unblock” button... |
commit | commitdiff | tree | snapshot |
2010-10-22 |
David ‘Bombe... | Enhance all post and reply delete buttons. |
commit | commitdiff | tree | snapshot |
2010-10-22 |
David ‘Bombe... | Add AJAX page that deletes a reply. |
commit | commitdiff | tree | snapshot |
2010-10-22 |
David ‘Bombe... | Store form password in HTML. |
commit | commitdiff | tree | snapshot |
2010-10-22 |
David ‘Bombe... | Add AJAX page that deletes a post. |
commit | commitdiff | tree | snapshot |
2010-10-22 |
David ‘Bombe... | Return an error code if form password is wrong. |
commit | commitdiff | tree | snapshot |
2010-10-22 |
David ‘Bombe... | Copy session management from SoneTemplatePage. |
commit | commitdiff | tree | snapshot |
2010-10-22 |
David ‘Bombe... | Enhance JSON page to optionally require a form password. |
commit | commitdiff | tree | snapshot |
2010-10-22 |
David ‘Bombe... | Store the form password. |
commit | commitdiff | tree | snapshot |
2010-10-22 |
David ‘Bombe... | Increase pagination threshold to 25 items. |
commit | commitdiff | tree | snapshot |
2010-10-22 |
David ‘Bombe... | Small layout fixes. |
commit | commitdiff | tree | snapshot |
2010-10-22 |
David ‘Bombe... | Paginate known Sones. |
commit | commitdiff | tree | snapshot |
2010-10-22 |
David ‘Bombe... | Always show header. |
commit | commitdiff | tree | snapshot |
2010-10-22 |
David ‘Bombe... | Paginate “view Sone” page. |
commit | commitdiff | tree | snapshot |
2010-10-22 |
David ‘Bombe... | Use parameter name from data provider. |
commit | commitdiff | tree | snapshot |
2010-10-22 |
David ‘Bombe... | Add parameter to get the name of the parameter from... |
commit | commitdiff | tree | snapshot |
2010-10-22 |
David ‘Bombe... | Move pagination to template. |
commit | commitdiff | tree | snapshot |
2010-10-22 |
David ‘Bombe... | Add plugins to template factory. |
commit | commitdiff | tree | snapshot |
2010-10-22 |
David ‘Bombe... | Add template plugin that extracts the page number from... |
commit | commitdiff | tree | snapshot |
2010-10-22 |
David ‘Bombe... | Use default loop variable. |
commit | commitdiff | tree | snapshot |
2010-10-22 |
David ‘Bombe... | Fix syntax error. |
commit | commitdiff | tree | snapshot |
2010-10-22 |
David ‘Bombe... | Only update fast if a Sone is modified, downloading... |
commit | commitdiff | tree | snapshot |
2010-10-22 |
David ‘Bombe... | Don‘t download a Sone more than once. |
commit | commitdiff | tree | snapshot |
2010-10-21 |
David ‘Bombe... | Add pagination to index page. |
commit | commitdiff | tree | snapshot |
2010-10-21 |
David ‘Bombe... | Add request change filters to all created templates. |
commit | commitdiff | tree | snapshot |
2010-10-21 |
David ‘Bombe... | Add request change filter. |
commit | commitdiff | tree | snapshot |
2010-10-21 |
David ‘Bombe... | Use a “last” attribute instead of relying on “:last... |
commit | commitdiff | tree | snapshot |
2010-10-21 |
David ‘Bombe... | Clear of floats before a post. |
commit | commitdiff | tree | snapshot |
2010-10-21 |
David ‘Bombe... | Store posts, replies, and friends in backup. |
commit | commitdiff | tree | snapshot |
2010-10-21 |
David ‘Bombe... | Actually fix backup function. |
commit | commitdiff | tree | snapshot |
2010-10-21 |
David ‘Bombe... | Style “edit profile” page. |
commit | commitdiff | tree | snapshot |
2010-10-21 |
David ‘Bombe... | Make input field/textarea replacement working when... |
commit | commitdiff | tree | snapshot |
2010-10-21 |
David ‘Bombe... | Return friends sorted by name. |
commit | commitdiff | tree | snapshot |
2010-10-21 |
David ‘Bombe... | Extract translation retrieval into own method. |
commit | commitdiff | tree | snapshot |
2010-10-21 |
David ‘Bombe... | Use a POST form to delete posts. |
commit | commitdiff | tree | snapshot |
2010-10-21 |
David ‘Bombe... | Duplicate IDs are not allowed in HTML and do make probl... |
commit | commitdiff | tree | snapshot |
2010-10-21 |
David ‘Bombe... | Move most of the JavaScript to sone.js. |
commit | commitdiff | tree | snapshot |
2010-10-21 |
David ‘Bombe... | Make update interval depend on the age of the Sone. |
commit | commitdiff | tree | snapshot |
2010-10-21 |
David ‘Bombe... | Return age of Sone in seconds. |
commit | commitdiff | tree | snapshot |
2010-10-21 |
David ‘Bombe... | Only register each Sone once! |
commit | commitdiff | tree | snapshot |
2010-10-21 |
David ‘Bombe... | Update the last update date, too. |
commit | commitdiff | tree | snapshot |
2010-10-21 |
David ‘Bombe... | Return date of last update in JSON object. |
commit | commitdiff | tree | snapshot |
2010-10-21 |
David ‘Bombe... | Update the status of the Sone (more or less) immediatel... |
commit | commitdiff | tree | snapshot |
2010-10-21 |
David ‘Bombe... | Add JSON page that returns the status of a Sone. |
commit | commitdiff | tree | snapshot |
2010-10-21 |
David ‘Bombe... | Synchronize status map. |
commit | commitdiff | tree | snapshot |
2010-10-21 |
David ‘Bombe... | Put Sone loading into its own include file. |
commit | commitdiff | tree | snapshot |
2010-10-21 |
David ‘Bombe... | Change left margin of input fields and textareas. |
commit | commitdiff | tree | snapshot |
2010-10-21 |
David ‘Bombe... | Add default texts for input fields with AJAX. |
commit | commitdiff | tree | snapshot |
2010-10-21 |
David ‘Bombe... | Add translation page. |
commit | commitdiff | tree | snapshot |
2010-10-21 |
David ‘Bombe... | Add page implementation that delivers a JSON object. |
commit | commitdiff | tree | snapshot |
2010-10-21 |
David ‘Bombe... | Add utils.json dependency. |
commit | commitdiff | tree | snapshot |
2010-10-21 |
David ‘Bombe... | Hide advanced settings. |
commit | commitdiff | tree | snapshot |
2010-10-21 |
David ‘Bombe... | Don’t enlarge textareas. |
commit | commitdiff | tree | snapshot |
2010-10-21 |
David ‘Bombe... | Add default texts to all “create Sone” input fields. |
commit | commitdiff | tree | snapshot |
2010-10-21 |
David ‘Bombe... | Don’t copy the value, the input field is disabled anyway. |
commit | commitdiff | tree | snapshot |
2010-10-21 |
David ‘Bombe... | Apply gray color to all default input elements. |
commit | commitdiff | tree | snapshot |
2010-10-21 |
David ‘Bombe... | XML parsing is not thread-safe, synchronize on Sone... |
commit | commitdiff | tree | snapshot |
2010-10-21 |
David ‘Bombe... | Actually parse friends and known Sones from a downloade... |
commit | commitdiff | tree | snapshot |
2010-10-21 |
David ‘Bombe... | Restyle input fields and textareas for consistency. |
commit | commitdiff | tree | snapshot |
2010-10-21 |
David ‘Bombe... | Show key of Sone in “view Sone”. |
commit | commitdiff | tree | snapshot |
2010-10-21 |
David ‘Bombe... | Add name of input field to JavaScript function. |
commit | commitdiff | tree | snapshot |
2010-10-21 |
David ‘Bombe... | Don’t register shutdown hooks for all Services. |
commit | commitdiff | tree | snapshot |
2010-10-20 |
David ‘Bombe... | Show multiline-capable input boxes on focus, single... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
David ‘Bombe... | Don’t extend AbstractService unless there’s a reason... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
David ‘Bombe... | Enhance description. |
commit | commitdiff | tree | snapshot |
2010-10-20 |
David ‘Bombe... | Fix return page. |
commit | commitdiff | tree | snapshot |
2010-10-20 |
David ‘Bombe... | Add helper text to “add Sone” input field. |
commit | commitdiff | tree | snapshot |
next |