[cvs] commit: horde rpc.php framework/RPC RPC.php framework/RPC/RPC soap.php
Chuck Hagenbuch
chuck at horde.org
Sat Sep 9 22:01:53 PDT 2006
chuck 2006-09-09 22:01:52 PDT
Modified files:
. rpc.php
RPC RPC.php
RPC/RPC soap.php
Log:
- avoid negative parameters for clarity: rename "noauth" parameter,
which scared me ;), to requestAuthorization. Perfectly reasonable to
let the request choose between being flat-out denied or asked for
credentials, and this commit tries to clarify that that's what's
happening. To match, the _authorize parameter inside Horde_RPC is now
_requireAuthorization, giving us _requireAuthorization and
_requestAuthorization. I'm definitely open to other names, but this
seems clearest to me for now.
- get rid of unnecessary shutdown function and
Horde_RPC::singleton. Just use factory.
Revision Changes Path
1.18 +23 -66 framework/RPC/RPC.php
1.21 +11 -8 framework/RPC/RPC/soap.php
1.41 +15 -10 horde/rpc.php
Chora Links:
http://cvs.horde.org/diff.php/framework/RPC/RPC.php?r1=1.17&r2=1.18&ty=u
http://cvs.horde.org/diff.php/framework/RPC/RPC/soap.php?r1=1.20&r2=1.21&ty=u
http://cvs.horde.org/diff.php/horde/rpc.php?r1=1.40&r2=1.41&ty=u
More information about the cvs
mailing list