summaryrefslogtreecommitdiff
path: root/actions/apistatusnetconfig.php
AgeCommit message (Collapse)Author
2010-03-26Really make sure we return 'true' and 'false' strings for boolean vals in ↵Zach Copley
api/statusnet/config.:format.
2010-03-26Revert "Make sure we return 'true' and 'false' strings for boolean vals in ↵Zach Copley
api/statusnet/config.:format" This reverts commit 419c38cc0bf3f2649be9ad18e983b9f0ac8dfec0.
2010-03-26Make sure we return 'true' and 'false' strings for boolean vals in ↵Zach Copley
api/statusnet/config.:format
2010-03-15Always output a site logo via /api/statusnet/config.:format (so client devs ↵Zach Copley
have something to use)
2010-02-26Merge branch 'testing' into 0.9.xBrion Vibber
2010-02-25Remove unnecessary requiresZach Copley
2010-02-05Updated /api/statusnet/config.xml to show new config params potentially ↵Zach Copley
relevant to client devs
2010-02-05API config return textlimit valueMichele
2010-01-28These API methods should return true for ->isReadOnly($args)!Zach Copley
2010-01-28These API methods should return true for ->isReadOnly($args)!Zach Copley
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-12Added in credits.Zach Copley
2009-10-09CamelCase all function names in the API codeZach Copley
2009-10-09Missed some of the references to the old TwitterApiAction - removedZach Copley
2009-10-09$format is used by every API action. Set it in the base class.Zach Copley
2009-10-09Delete action/api.php and rename lib/twitterapi.php to lib/api.phpZach Copley
2009-10-08New actions for statusnet config and version API methodsZach Copley