Age | Commit message (Expand) | Author |
2009-01-18 | Make newnotice work | Evan Prodromou |
2009-01-16 | Update to XHR post notice | sarven |
2009-01-15 | Convert use of common_server_error and common_user_error to methods on Action | Evan Prodromou |
2009-01-15 | Convert all actions to use new UI functions | Evan Prodromou |
2008-12-23 | move opening brace of class declaration to next line | Evan Prodromou |
2008-12-23 | change function headers to K&R style | Evan Prodromou |
2008-12-23 | replace NULL with null | Evan Prodromou |
2008-12-23 | replace all tabs with four spaces | Evan Prodromou |
2008-12-16 | Direct message XHR response fix for IE and minor tweaks | Sarven Capadisli |
2008-12-11 | Indenting the XML response | Sarven Capadisli |
2008-12-11 | misspelled INSTALLDIR in newnotice.php | Evan Prodromou |
2008-12-11 | take out c&p code from newnotice, use noticelist classes instead | Evan Prodromou |
2008-12-11 | Standardising XHR responses to utf-8 and indenting | Sarven Capadisli |
2008-12-09 | New AjaxWebChannel for returning ajaxy responses to notice input box commands | Zach Copley |
2008-11-28 | shorten urls for posts > 140 chars only, from anywhere. Only show long urls i... | millette |
2008-12-10 | Remove a bunch of extraneous logging statements | Zach Copley |
2008-11-23 | Allow the toggling of XMLWriter's indenting on and off | Zach Copley |
2008-11-23 | Send raw UTF-8 chars instead of escaped entities in newnotice.php's ajax resp... | Zach Copley |
2008-11-23 | Set encoding for xml response in newnotice.php to UTF-8 | Zach Copley |
2008-11-22 | Don't display avatars when posting to personal streams via ajax | Zach Copley |
2008-11-22 | PostNotice AJAX working in all browsers except IE | csarven |
2008-11-22 | merge save and ajax save | Evan Prodromou |
2008-11-21 | EXPERIMENTAL PATCH #3 - ajax response for newnotice.php | Zach Copley |
2008-11-13 | Conflict resolution patch for newnotice.php (zach vs. millette) | zach |
2008-11-13 | trac31 shorten all URLs even if notice is already < | millette |
2008-11-06 | trac31 url_auto_shortening by sgmurphy | millette |
2008-11-10 | CSRF Protection for login and new notice. Ticket #503 | zach |
2008-10-20 | accidentally setting replies to 'false' | Evan Prodromou |
2008-10-20 | correct number of args to saveNew in newnotice | Evan Prodromou |
2008-10-20 | add a little debugging for replyto | Evan Prodromou |
2008-10-20 | try to make replies point to the clicked-on notice | Evan Prodromou |
2008-10-04 | text -> content in newnotice | Evan Prodromou |
2008-10-04 | add channels and use command interpreter in different channels | Evan Prodromou |
2008-08-17 | debug for content too long | Evan Prodromou |
2008-08-17 | accept 140-character UTF-8 strings to content | Evan Prodromou |
2008-08-11 | fix problem with new notices | Evan Prodromou |
2008-07-29 | refactor notice-adding code to one static method on Notice | Evan Prodromou |
2008-07-20 | First cut at hastags support. | Mike Cochrane |
2008-07-22 | base class is_readonly() now returns false by default | zach |
2008-07-22 | Added is_readonly() method to all Actions | zach |
2008-07-22 | mark incoming notices as local or not | Evan Prodromou |
2008-07-13 | Merge some gettext strings to one line so translation tools are happier | Mike Cochrane |
2008-07-09 | Merge conflicts and kill a whole lot of trailing whitespace on lines. | Mike Cochrane |
2008-07-08 | Remove tralling whitespace on lines and a gettext replacement that I missed. | Mike Cochrane |
2008-07-08 | Convert _t() to _() for gettext. | Mike Cochrane |
2008-07-09 | store rendered content on save; display pre-rendered content | Evan Prodromou |
2008-07-09 | remove current notice code which doesn't seem to do anything | Evan Prodromou |
2008-07-09 | format replyto name correctly | Evan Prodromou |
2008-07-09 | fallback to newnotice on reply button, new button with mouseover | Evan Prodromou |
2008-07-07 | twiddle a few bits to make replies work correctly | Evan Prodromou |