Revisions for framework/RPC/package.xml

Location: [ Horde ] / framework / RPC / package.xml View: Logs | Branches | Statistics
Search Revisions:
Show diffs between and
Show Differences shows diffs to the previous revision. If you select a revision by clicking its row, Show Differences will show the differences to the selected row.
Show Branch:
  Revision Date Author Log Message
1.8.10.3 FRAMEWORK_3 (+1 -0 lines) 02/08/2008 03:36 PM Chuck Hagenbuch chuck

MFH: PHP 5 SOAP backend and RPC examples.

Tags: HORDE_3_3, HORDE_3_3_RC1, HORDE_3_2_2, HORDE_3_2_1, HORDE_3_2, HORDE_3_2_RC4, HORDE_3_2_RC3

1.14 (+1 -0 lines) 02/08/2008 03:26 PM Chuck Hagenbuch chuck

[cjh] Add a PHP 5 SoapServer RPC backend. Automatically used instead
of PEAR SOAP if available, except for WSDL/DISCO requests.

1.8.10.2 FRAMEWORK_3 (+90 -60 lines) 12/20/2007 08:49 AM Jan Schneider jan

Merge from HEAD.

Tags: HORDE_3_2_RC2

1.13 (+1 -0 lines) 08/26/2007 12:04 AM Chuck Hagenbuch chuck

[cjh] Add a JSON-RPC Horde_RPC backend (joey@joeyhewitt.com).

Tags: BEFORE_MERGE_3_2, HORDE_3_2_RC1

1.12 (+0 -1 lines) 12/16/2006 10:19 PM Chuck Hagenbuch chuck

Deprecate the RPC_rest driver - it's not rest-ish and exposes too much via GET.

Tags: HORDE_3_2_ALPHA

1.11 (+90 -61 lines) 05/09/2006 01:15 AM Ben Chavet ben

Finish package.xml-2.0 conversions for pear.horde.org

1.10 (+2 -1 lines) 01/07/2006 08:02 PM Chuck Hagenbuch chuck

[cjh] Add a phpgw compatibility driver to Horde_RPC that allows mapping phpgw
xml-rpc methods into Horde applications (Request #2886).

1.8.10.1 FRAMEWORK_3 (+2 -1 lines) 10/18/2005 07:01 AM Jan Schneider jan

Merged from HEAD.

Tags: HORDE_3_1_9, HORDE_3_1_8, HORDE_3_1_7, HORDE_3_1_6, HORDE_3_1_5, HORDE_3_1_4, HORDE_3_1_4_RC1, HORDE_3_1_3, HORDE_3_1_2, HORDE_3_1_1, HORDE_3_1, HORDE_3_1_RC3, HORDE_3_1_RC2, HORDE_3_1_RC1

1.9 (+2 -1 lines) 03/08/2005 11:15 PM Chuck Hagenbuch chuck

[cjh] Add REST RPC driver (srrafa@usc.es, Bug #1500).

Tags: BEFORE_MERGE_3_1

1.8 (+2 -1 lines) 07/12/2004 11:06 PM Chuck Hagenbuch chuck

Use output buffering to make sure that no errors get sent to the
client during RPC operations.

Tags: FRAMEWORK_3, HORDE_3_0_12, HORDE_3_0_11, HORDE_3_0_10, HORDE_3_0_9, HORDE_3_0_8, HORDE_3_0_7, HORDE_3_0_6, HORDE_3_0_6_RC1, HORDE_3_0_5, HORDE_3_0_5_RC2, HORDE_3_0_5_RC1, HORDE_3_0_4, HORDE_3_0_4_RC2, HORDE_3_0_4_RC1, HORDE_3_0_3, HORDE_3_0_3_RC1, HORDE_3_0_2, HORDE_3_0_1, HORDE_3_0, HORDE_3_0_RC3

1.7 (+2 -1 lines) 01/24/2004 06:21 PM Chuck Hagenbuch chuck

Add the stub of a WebDAV server to the RPC package. Need a way to
autodetect it, though; I didn't get that far.

Tags: HORDE_3_0_ALPHA

1.6 (+1 -2 lines) 01/02/2004 05:10 PM Chuck Hagenbuch chuck

don't need two of these.

1.5 (+2 -1 lines) 01/01/2004 07:39 PM amills

added file syncml_wbxml.php to be installed with package

1.4 (+2 -1 lines) 12/17/2003 10:42 AM Chuck Hagenbuch chuck

syncml_wbxml wasn't being installed

1.3 (+2 -1 lines) 11/26/2003 07:39 PM Jan Schneider jan

Add test script.

1.2 (+3 -1 lines) 11/26/2003 07:02 PM Jan Schneider jan

Add missing dependencies on xmlrpc and PEAR's SOAP.

1.1 11/25/2003 10:24 PM Chuck Hagenbuch chuck

- Move the RPC package to the framework
- Eliminate the gettext dependancy in the RPC package