summaryrefslogtreecommitdiff
path: root/actions/apifavoritecreate.php
AgeCommit message (Collapse)Author
2010-10-28* i18n/L10n fixes.Siebrand Mazeland
* translator documentation updated. * superfluous whitespace removed.
2010-10-21i18n/L10n updates, translator comments added/fixed, superfluous whitespace ↵Siebrand Mazeland
removed.
2010-09-12Add translator hint.Siebrand Mazeland
2010-05-27Assigning my copyrights to the Free Software FoundationCraig Andrews
2010-03-23Consistently send Profiles into Fave::addNew()Brion Vibber
2010-01-10Lots of tiny message changes.Siebrand Mazeland
* Mostly punctuation updates so that the same message is used consistently in all of StatusNet. * Some cases of "Title Case" removed, because that does not appear to be used consistently.
2009-10-13Fix syntax errorsZach Copley
2009-10-12Added in credits.Zach Copley
2009-10-12Took out some unnecessary intializationsZach Copley
2009-10-09CamelCase all function names in the API codeZach Copley
2009-10-09Move all basic auth output and processing to base classesZach Copley
2009-10-09$format is used by every API action. Set it in the base class.Zach Copley
2009-10-05New actions for favorites via the APIZach Copley