]> git.mxchange.org Git - quix0rs-gnu-social.git/commit - actions/userbyid.php
isReadOnly() now takes arguments
authorEvan Prodromou <evan@controlyourself.ca>
Mon, 13 Apr 2009 19:49:26 +0000 (15:49 -0400)
committerEvan Prodromou <evan@controlyourself.ca>
Mon, 13 Apr 2009 19:55:25 +0000 (15:55 -0400)
commit7f81597a8146e0fa5f062cf42a30c86914877ec5
tree0f439bc90820194a9db6e4aba9aa90621fad9305
parentd1458a691414e7a01c60c29fbd7ff2bc1c67bbdc
isReadOnly() now takes arguments

Add an array of arguments to isReadOnly() method of actions, to let
them change their results depending on what actions are called.
Primarily used by the 'api' action. Ideally in the future that will be
multiple actions. But this might still be useful.
46 files changed:
actions/all.php
actions/api.php
actions/avatarbynickname.php
actions/doc.php
actions/favorited.php
actions/featured.php
actions/foaf.php
actions/groupbyid.php
actions/groupmembers.php
actions/grouprss.php
actions/groups.php
actions/invite.php
actions/login.php
actions/logout.php
actions/microsummary.php
actions/noticesearchrss.php
actions/nudge.php
actions/opensearch.php
actions/public.php
actions/publicrss.php
actions/publictagcloud.php
actions/publicxrds.php
actions/replies.php
actions/repliesrss.php
actions/requesttoken.php
actions/showfavorites.php
actions/showgroup.php
actions/showmessage.php
actions/shownotice.php
actions/showstream.php
actions/subscribers.php
actions/sup.php
actions/tag.php
actions/tagrss.php
actions/twitapisearchjson.php
actions/userbyid.php
actions/usergroups.php
actions/userrss.php
actions/xrds.php
index.php
lib/action.php
lib/error.php
lib/galleryaction.php
lib/peoplesearchresults.php
lib/personal.php
lib/searchaction.php