summaryrefslogtreecommitdiff
path: root/actions/newnotice.php
AgeCommit message (Expand)Author
2009-08-21Merge branch '0.8.x' into 0.9.xEvan Prodromou
2009-08-21Web UI for notices correctly shows and checks max content lengthEvan Prodromou
2009-08-11reformat newnotice.phpEvan Prodromou
2009-07-07File classes does not use the $FILES array directly, as users of this class a...Craig Andrews
2009-06-25Make shorturls in notice content point to AttachmentAction urlsZach Copley
2009-06-25FileAction redirections weren't being added (e.g.: /notice/$notice_id/file)Zach Copley
2009-06-25avoid getting duplicate errors on uploadEvan Prodromou
2009-06-23remove common_debug from newnoticeEvan Prodromou
2009-06-23append uploads to content rather than showing them doubleEvan Prodromou
2009-06-23make file command configurableEvan Prodromou
2009-06-22Attachment upload server and path now configurableZach Copley
2009-06-16Moved url handling to its proper place, from newnotice to Notice.phpRobin Millette
2009-06-01Remove js that crept back in, added another error string.Robin Millette
2009-06-01Attachments popups for supported files are now embedded with the object xhtml...Robin Millette
2009-05-31Refactored some attachment code and fixed upload bug in interface.Robin Millette
2009-05-31Added configurable options for attachments: supported mimetypes and quotas fo...Robin Millette
2009-05-27Handles local aliases (redirection) for file uploads attached to notices.Robin Millette
2009-05-26Let's you upload a file with a notice and have it shown with other attachments.Robin Millette
2009-05-13rewrote short url stuff to handle new file/url classes (redirections, oembed,...Robin Millette
2009-05-11db stuff for URLs: redirections, oembed, etc.Robin Millette
2009-03-03Catch bad replyto IDs before saving a new notice to avoid a constraint violat...CiaranG
2009-02-27Fix replyto parameter in newnoticeAdrian Lang
2009-02-13Add events for filtering and logging new noticesEvan Prodromou
2009-02-04Removed erroneous comments referring to old common_notice_form() funcZach Copley
2009-02-04Make WebChannel and AjaxWebChannel workEvan Prodromou
2009-02-03Fixed ajaxErrorMsg(). Using startHTML() instead of common_start_html()Sarven Capadisli
2009-02-02removed extraneous argument in startHTML callsRobin Millette
2009-01-18Make newnotice workEvan Prodromou
2009-01-16Update to XHR post noticesarven
2009-01-15Convert use of common_server_error and common_user_error to methods on ActionEvan Prodromou
2009-01-15Convert all actions to use new UI functionsEvan Prodromou
2008-12-23move opening brace of class declaration to next lineEvan Prodromou
2008-12-23change function headers to K&R styleEvan Prodromou
2008-12-23replace NULL with nullEvan Prodromou
2008-12-23replace all tabs with four spacesEvan Prodromou
2008-12-16Direct message XHR response fix for IE and minor tweaksSarven Capadisli
2008-12-11Indenting the XML responseSarven Capadisli
2008-12-11misspelled INSTALLDIR in newnotice.phpEvan Prodromou
2008-12-11take out c&p code from newnotice, use noticelist classes insteadEvan Prodromou
2008-12-11Standardising XHR responses to utf-8 and indentingSarven Capadisli
2008-12-09New AjaxWebChannel for returning ajaxy responses to notice input box commandsZach Copley
2008-11-28shorten urls for posts > 140 chars only, from anywhere. Only show long urls i...millette
2008-12-10Remove a bunch of extraneous logging statementsZach Copley
2008-11-23Allow the toggling of XMLWriter's indenting on and offZach Copley
2008-11-23Send raw UTF-8 chars instead of escaped entities in newnotice.php's ajax resp...Zach Copley
2008-11-23Set encoding for xml response in newnotice.php to UTF-8Zach Copley
2008-11-22Don't display avatars when posting to personal streams via ajaxZach Copley
2008-11-22PostNotice AJAX working in all browsers except IEcsarven
2008-11-22merge save and ajax saveEvan Prodromou
2008-11-21EXPERIMENTAL PATCH #3 - ajax response for newnotice.phpZach Copley