summaryrefslogtreecommitdiff
path: root/actions/newnotice.php
AgeCommit message (Expand)Author
2010-03-01OStatus: support @example.com/path/to/profile mentions as well as @profile@ex...Brion Vibber
2010-01-25Offload inbox updates to a queue handler to speed up posting onlineEvan Prodromou
2010-01-04Updated element id for notice_data-geoSarven Capadisli
2009-12-29Implement user interface for user to preview what location they are sharing w...Craig Andrews
2009-12-28Move location-argument-handling code into a single functionEvan Prodromou
2009-12-28remove namespace setting from location; it's unusedEvan Prodromou
2009-12-22save location at notice post timeEvan Prodromou
2009-12-11change Notice::saveNew() to use named arguments for little-used optionsEvan Prodromou
2009-11-19Add location form elements to the noticeform, and save their values on submis...Craig Andrews
2009-11-09Revert "Remove more contractions"Brion Vibber
2009-11-08Remove more contractionsSiebrand Mazeland
2009-10-31merge from testingEvan Prodromou
2009-10-30IE has some issue with notices that are sent with file attachments. ItSarven Capadisli
2009-10-28Merge branch 'api-media-upload' into 0.9.xZach Copley
2009-10-28Rearanged a couple things & removed debugging statementsZach Copley
2009-10-27Extract media upload stuff into its own library class.Zach Copley
2009-10-27Shorten the notice text after command processing is doneCraig Andrews
2009-10-13Include long-form attachment URL in notice if URL shortening is disabled.Brion Vibber
2009-10-13Include long-form attachment URL in notice if URL shortening is disabled.Brion Vibber
2009-09-29remove string-checks from code using Notice::saveNew()Evan Prodromou
2009-09-23Merge branch '0.8.x' into 0.9.xEvan Prodromou
2009-09-11Add a parameter named 'inreplyto' to the 'notice/new' page, so urls can inclu...Craig Andrews
2009-08-27Merge branch '0.8.x' into 0.9.xEvan Prodromou
2009-08-26define LACONICA and accept LACONICA for backwards compatibilityEvan Prodromou
2009-08-25change LACONICA to STATUSNETEvan Prodromou
2009-08-25change controlyourself.ca to status.netEvan Prodromou
2009-08-25change laconi.ca to status.netEvan Prodromou
2009-08-25change Laconica and Control Yourself to StatusNet in PHP filesEvan Prodromou
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