Age | Commit message (Expand) | Author |
2009-09-11 | Add a parameter named 'inreplyto' to the 'notice/new' page, so urls can inclu... | Craig Andrews |
2009-08-26 | define LACONICA and accept LACONICA for backwards compatibility | Evan Prodromou |
2009-08-25 | change LACONICA to STATUSNET | Evan Prodromou |
2009-08-25 | change controlyourself.ca to status.net | Evan Prodromou |
2009-08-25 | change laconi.ca to status.net | Evan Prodromou |
2009-08-25 | change Laconica and Control Yourself to StatusNet in PHP files | Evan Prodromou |
2009-08-11 | reformat newnotice.php | Evan Prodromou |
2009-07-07 | File classes does not use the $FILES array directly, as users of this class a... | Craig Andrews |
2009-06-25 | Make shorturls in notice content point to AttachmentAction urls | Zach Copley |
2009-06-25 | FileAction redirections weren't being added (e.g.: /notice/$notice_id/file) | Zach Copley |
2009-06-25 | avoid getting duplicate errors on upload | Evan Prodromou |
2009-06-23 | remove common_debug from newnotice | Evan Prodromou |
2009-06-23 | append uploads to content rather than showing them double | Evan Prodromou |
2009-06-23 | make file command configurable | Evan Prodromou |
2009-06-22 | Attachment upload server and path now configurable | Zach Copley |
2009-06-16 | Moved url handling to its proper place, from newnotice to Notice.php | Robin Millette |
2009-06-01 | Remove js that crept back in, added another error string. | Robin Millette |
2009-06-01 | Attachments popups for supported files are now embedded with the object xhtml... | Robin Millette |
2009-05-31 | Refactored some attachment code and fixed upload bug in interface. | Robin Millette |
2009-05-31 | Added configurable options for attachments: supported mimetypes and quotas fo... | Robin Millette |
2009-05-27 | Handles local aliases (redirection) for file uploads attached to notices. | Robin Millette |
2009-05-26 | Let's you upload a file with a notice and have it shown with other attachments. | Robin Millette |
2009-05-13 | rewrote short url stuff to handle new file/url classes (redirections, oembed,... | Robin Millette |
2009-05-11 | db stuff for URLs: redirections, oembed, etc. | Robin Millette |
2009-03-03 | Catch bad replyto IDs before saving a new notice to avoid a constraint violat... | CiaranG |
2009-02-27 | Fix replyto parameter in newnotice | Adrian Lang |
2009-02-13 | Add events for filtering and logging new notices | Evan Prodromou |
2009-02-04 | Removed erroneous comments referring to old common_notice_form() func | Zach Copley |
2009-02-04 | Make WebChannel and AjaxWebChannel work | Evan Prodromou |
2009-02-03 | Fixed ajaxErrorMsg(). Using startHTML() instead of common_start_html() | Sarven Capadisli |
2009-02-02 | removed extraneous argument in startHTML calls | Robin Millette |
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 |