The branch "master" has been updated. The following is a summary of the commits.
from: e74679fb6951926f21932953573928ea482b8350 07a7c4b... Import RPC from Framework CVS HEAD. This version will be using Horde_Xml_Element merged with work from PEAR's HTTP_WebDAV_Server package to provide WebDAV services. c2528cf... Merge branch 'master' of ssh://dev.horde.org/horde/git/horde ----------------------------------------------------------------------- commit 07a7c4bf4b13f99ebf5b45a0db53c4d8d16b36fd Author: Ben Klang <[email protected]> Date: Sun Apr 5 23:45:42 2009 -0400 Import RPC from Framework CVS HEAD. This version will be using Horde_Xml_Element merged with work from PEAR's HTTP_WebDAV_Server package to provide WebDAV services. framework/RPC/RPC.php | 226 +++ framework/RPC/RPC/PhpSoap.php | 213 ++ framework/RPC/RPC/jsonrpc.php | 227 +++ framework/RPC/RPC/phpgw.php | 183 ++ framework/RPC/RPC/soap.php | 267 +++ framework/RPC/RPC/syncml.php | 78 + framework/RPC/RPC/syncml_wbxml.php | 33 + framework/RPC/RPC/webdav.php | 3332 ++++++++++++++++++++++++++++++++ framework/RPC/RPC/xmlrpc.php | 153 ++ framework/RPC/docs/examples/soap.php | 30 + framework/RPC/docs/examples/soap.pl | 16 + framework/RPC/docs/examples/xmlrpc.php | 29 + framework/RPC/docs/examples/xmlrpc.pl | 16 + framework/RPC/package.xml | 98 + framework/RPC/tests/rpc-test.php | 94 + 15 files changed, 4995 insertions(+), 0 deletions(-) create mode 100644 framework/RPC/RPC.php create mode 100644 framework/RPC/RPC/PhpSoap.php create mode 100644 framework/RPC/RPC/jsonrpc.php create mode 100644 framework/RPC/RPC/phpgw.php create mode 100644 framework/RPC/RPC/soap.php create mode 100644 framework/RPC/RPC/syncml.php create mode 100644 framework/RPC/RPC/syncml_wbxml.php create mode 100644 framework/RPC/RPC/webdav.php create mode 100644 framework/RPC/RPC/xmlrpc.php create mode 100644 framework/RPC/docs/examples/soap.php create mode 100644 framework/RPC/docs/examples/soap.pl create mode 100644 framework/RPC/docs/examples/xmlrpc.php create mode 100644 framework/RPC/docs/examples/xmlrpc.pl create mode 100644 framework/RPC/package.xml create mode 100644 framework/RPC/tests/rpc-test.php http://git.horde.org/co.php/framework/RPC/RPC.php?rt=horde-git&r=07a7c4bf4b13f99ebf5b45a0db53c4d8d16b36fd http://git.horde.org/co.php/framework/RPC/RPC/PhpSoap.php?rt=horde-git&r=07a7c4bf4b13f99ebf5b45a0db53c4d8d16b36fd http://git.horde.org/co.php/framework/RPC/RPC/jsonrpc.php?rt=horde-git&r=07a7c4bf4b13f99ebf5b45a0db53c4d8d16b36fd http://git.horde.org/co.php/framework/RPC/RPC/phpgw.php?rt=horde-git&r=07a7c4bf4b13f99ebf5b45a0db53c4d8d16b36fd http://git.horde.org/co.php/framework/RPC/RPC/soap.php?rt=horde-git&r=07a7c4bf4b13f99ebf5b45a0db53c4d8d16b36fd http://git.horde.org/co.php/framework/RPC/RPC/syncml.php?rt=horde-git&r=07a7c4bf4b13f99ebf5b45a0db53c4d8d16b36fd http://git.horde.org/co.php/framework/RPC/RPC/syncml_wbxml.php?rt=horde-git&r=07a7c4bf4b13f99ebf5b45a0db53c4d8d16b36fd http://git.horde.org/co.php/framework/RPC/RPC/webdav.php?rt=horde-git&r=07a7c4bf4b13f99ebf5b45a0db53c4d8d16b36fd http://git.horde.org/co.php/framework/RPC/RPC/xmlrpc.php?rt=horde-git&r=07a7c4bf4b13f99ebf5b45a0db53c4d8d16b36fd http://git.horde.org/co.php/framework/RPC/docs/examples/soap.php?rt=horde-git&r=07a7c4bf4b13f99ebf5b45a0db53c4d8d16b36fd http://git.horde.org/co.php/framework/RPC/docs/examples/soap.pl?rt=horde-git&r=07a7c4bf4b13f99ebf5b45a0db53c4d8d16b36fd http://git.horde.org/co.php/framework/RPC/docs/examples/xmlrpc.php?rt=horde-git&r=07a7c4bf4b13f99ebf5b45a0db53c4d8d16b36fd http://git.horde.org/co.php/framework/RPC/docs/examples/xmlrpc.pl?rt=horde-git&r=07a7c4bf4b13f99ebf5b45a0db53c4d8d16b36fd http://git.horde.org/co.php/framework/RPC/package.xml?rt=horde-git&r=07a7c4bf4b13f99ebf5b45a0db53c4d8d16b36fd http://git.horde.org/co.php/framework/RPC/tests/rpc-test.php?rt=horde-git&r=07a7c4bf4b13f99ebf5b45a0db53c4d8d16b36fd ----------------------------------------------------------------------- commit c2528cfac3845221f33742dd59fea6367b48c6bd Merge: 07a7c4b... e74679f... Author: Ben Klang <[email protected]> Date: Sun Apr 5 23:48:00 2009 -0400 Merge branch 'master' of ssh://dev.horde.org/horde/git/horde commit e74679fb6951926f21932953573928ea482b8350 Author: Gunnar Wrobel <[email protected]> Date: Sun Apr 5 22:50:40 2009 +0200 Improved handling of object attributes. The library now allows locked, required, and derived attributes as well as attributes with default values. framework/Kolab_Server/lib/Horde/Kolab/Server.php | 1 + framework/Kolab_Server/lib/Horde/Kolab/Server/Ldap.php | 220 ++++- framework/Kolab_Server/lib/Horde/Kolab/Server/Object.php | 191 +++- .../Kolab_Server/lib/Horde/Kolab/Server/Object/Inetorgperson.php | 90 ++- .../Kolab_Server/lib/Horde/Kolab/Server/Object/Kolab/User.php | 48 +- .../lib/Horde/Kolab/Server/Object/Kolabgroupofnames.php | 2 +- .../lib/Horde/Kolab/Server/Object/Kolabinetorgperson.php | 42 +- .../lib/Horde/Kolab/Server/Object/Organizationalperson.php | 29 +- framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Person.php | 48 +- 9 files changed, 521 insertions(+), 150 deletions(-) http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server.php?rt=horde-git&r1=8c1a440db6cd931d85ddbafa6430030870942000&r2=c2528cfac3845221f33742dd59fea6367b48c6bd http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Ldap.php?rt=horde-git&r1=2d8f86231d4e506c7f9db1f9d2b199874d793075&r2=c2528cfac3845221f33742dd59fea6367b48c6bd http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object.php?rt=horde-git&r1=3560ceeb4f24eb3480d571a9524b0862a51ec19e&r2=c2528cfac3845221f33742dd59fea6367b48c6bd http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Inetorgperson.php?rt=horde-git&r1=202405cba6261e4de34c40a2aed1ba5a782de4fa&r2=c2528cfac3845221f33742dd59fea6367b48c6bd http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolab/User.php?rt=horde-git&r1=a55f7889272e65bc599d40e0b27273171f4e2da5&r2=c2528cfac3845221f33742dd59fea6367b48c6bd http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolabgroupofnames.php?rt=horde-git&r1=a55f7889272e65bc599d40e0b27273171f4e2da5&r2=c2528cfac3845221f33742dd59fea6367b48c6bd http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolabinetorgperson.php?rt=horde-git&r1=202405cba6261e4de34c40a2aed1ba5a782de4fa&r2=c2528cfac3845221f33742dd59fea6367b48c6bd http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Organizationalperson.php?rt=horde-git&r1=202405cba6261e4de34c40a2aed1ba5a782de4fa&r2=c2528cfac3845221f33742dd59fea6367b48c6bd http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Person.php?rt=horde-git&r1=a55f7889272e65bc599d40e0b27273171f4e2da5&r2=c2528cfac3845221f33742dd59fea6367b48c6bd __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
