Commit History

Author SHA1 Message Date
  Zach Copley 37796a8dc6 Make shorturls in notice content point to AttachmentAction urls 15 years ago
  Zach Copley 03d31911e1 FileAction redirections weren't being added (e.g.: /notice/$notice_id/file) 15 years ago
  Evan Prodromou 638905c270 avoid getting duplicate errors on upload 15 years ago
  Evan Prodromou e261a97150 remove common_debug from newnotice 15 years ago
  Evan Prodromou a21a9f26c5 append uploads to content rather than showing them double 15 years ago
  Evan Prodromou 7bcaa858af make file command configurable 15 years ago
  Zach Copley d9bebfd651 Attachment upload server and path now configurable 15 years ago
  Robin Millette befbfc9c73 Moved url handling to its proper place, from newnotice to Notice.php 15 years ago
  Robin Millette fe38827a76 Remove js that crept back in, added another error string. 15 years ago
  Robin Millette 683b835c3e Attachments popups for supported files are now embedded with the object xhtml tag. 15 years ago
  Robin Millette f8dae2bbc9 Refactored some attachment code and fixed upload bug in interface. 15 years ago
  Robin Millette 3e0c291810 Added configurable options for attachments: supported mimetypes and quotas for uploads. 15 years ago
  Robin Millette ed1e1d9f44 Handles local aliases (redirection) for file uploads attached to notices. 15 years ago
  Robin Millette af700ea277 Let's you upload a file with a notice and have it shown with other attachments. 15 years ago
  Robin Millette 3b7ee5a5f9 rewrote short url stuff to handle new file/url classes (redirections, oembed, mimetypes, etc.) 15 years ago
  Robin Millette d010d811ba db stuff for URLs: redirections, oembed, etc. 15 years ago
  CiaranG 35677336de Catch bad replyto IDs before saving a new notice to avoid a constraint violation. This happens, for example, when posting for the first time on a fresh install 15 years ago
  Adrian Lang 210647a56c Fix replyto parameter in newnotice 15 years ago
  Evan Prodromou 4ad5d55ecf Add events for filtering and logging new notices 16 years ago
  Zach Copley df41b1307f Removed erroneous comments referring to old common_notice_form() func 16 years ago
  Evan Prodromou 2d063650ef Make WebChannel and AjaxWebChannel work 16 years ago
  Sarven Capadisli 32b1bb381a Fixed ajaxErrorMsg(). Using startHTML() instead of common_start_html() 16 years ago
  Robin Millette 3f0eb90128 removed extraneous argument in startHTML calls 16 years ago
  Evan Prodromou 321d52a15c Make newnotice work 16 years ago
  sarven 877327a18e Update to XHR post notice 16 years ago
  Evan Prodromou 4b0cf99e56 Convert use of common_server_error and common_user_error to methods on Action 16 years ago
  Evan Prodromou eaa81d25fa Convert all actions to use new UI functions 16 years ago
  Evan Prodromou b264c03d32 move opening brace of class declaration to next line 16 years ago
  Evan Prodromou 04ef1ba8ee change function headers to K&R style 16 years ago
  Evan Prodromou eb2f9c98ac replace NULL with null 16 years ago