summaryrefslogtreecommitdiff
path: root/actions/newnotice.php
AgeCommit message (Expand)Author
2010-10-21i18n/L10n consistency updates.Siebrand Mazeland
2010-08-14Merge branch 'noticetitle' into 0.9.xEvan Prodromou
2010-08-13add StartNoticeSaveWeb and EndNoticeSaveWeb to hook web-based UI for noticesEvan Prodromou
2010-08-12Fix regression in replies made from web (was saving reply_to value in wrong a...Brion Vibber
2010-08-11work in progress: prettier attachment mode for tinymce?Brion Vibber
2010-08-11TinyMCE: core tweak; switching order of input processing so length limit is a...Brion Vibber
2010-08-10First stab redoing argument loading for TinyMCE (to avoid hacking checks for ...Brion Vibber
2010-04-01Revert "Revert "if user allows location sharing but turned off browser locati...Evan Prodromou
2010-04-01Revert "if user allows location sharing but turned off browser location use p...Evan Prodromou
2010-04-01if user allows location sharing but turned off browser location use profile l...Evan Prodromou
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