Miles Lott
|
e00280c5b0
|
Add one other weird exclusion in createobject() (this should fix passing 0
to xmlrpcval class for an int type; formatting;
|
2002-02-09 21:19:22 +00:00 |
|
Miles Lott
|
30684926fe
|
Cleanup some globals, commented crap
|
2002-01-29 00:48:03 +00:00 |
|
Miles Lott
|
4264fe7820
|
Return fault code 9 'Access denied' if no app access
|
2001-12-28 18:41:33 +00:00 |
|
Miles Lott
|
a4cefb9b28
|
Add acl check for app access prior to list_methods() call
|
2001-12-28 16:29:27 +00:00 |
|
Miles Lott
|
60e82152d5
|
Finally fix return values, I hope
|
2001-12-06 15:51:06 +00:00 |
|
Miles Lott
|
f4fcd97d1f
|
Fix (?) error report for invalid method, at least with system requests
|
2001-12-04 14:22:20 +00:00 |
|
Miles Lott
|
326210dd94
|
null \$plist; add Id string
|
2001-12-03 21:49:14 +00:00 |
|
jengo
|
1edd9f4331
|
You can now name a XML-RPC method one name, and have it call a different function name. For example, the method name is list and it calls _list()
|
2001-11-30 00:48:25 +00:00 |
|
jengo
|
0e5e1f91b3
|
You can now have a method that doesn't accept a parameter but returns some
|
2001-11-16 18:23:21 +00:00 |
|
jengo
|
ebe631bc10
|
- Reverted yesterdays changes back to the orginal
- Fixed returning integer values of 0 loosing the value once the XML reponse is being created
|
2001-11-13 21:03:24 +00:00 |
|
jengo
|
0b9d3e5f44
|
Added a band-aid(tm) to prevent things from blowning up when you don't pass parameters to a method
|
2001-11-12 22:07:52 +00:00 |
|
jengo
|
e237d169f4
|
These changes are needed for my XML-RPC tests with client side apps. Most of the code was commented out, it _should_ allow everything else to run like normal. *BUT*, if you call a method, it *MUST* return the XML-RPC vals and resps manually
|
2001-11-12 18:30:58 +00:00 |
|
Miles Lott
|
92558b4412
|
Now works with service.* methods
|
2001-09-06 08:33:42 +00:00 |
|
Miles Lott
|
8353d7e678
|
Update to version 1.0 of PHP for XML-RPC, inclusing ssl mods
|
2001-08-30 00:29:55 +00:00 |
|
skeeter
|
f6d785fad2
|
Small speed enhancement to the code for build_resp().
|
2001-08-27 03:09:14 +00:00 |
|
Miles Lott
|
4ad548c53d
|
Use new function to decode second and subsequent levels of the request array
|
2001-08-26 18:24:48 +00:00 |
|
Miles Lott
|
e89f074cea
|
Slightly better multi-dimensional array routine...
|
2001-08-26 15:17:24 +00:00 |
|
skeeter
|
039b9fe3fb
|
Passing this on to Milosch for refinement - Handling mutiple layers of an associated array.
|
2001-08-26 04:30:06 +00:00 |
|
Miles Lott
|
57ba2dfff8
|
Handle multi-dimensional array input, decode those xmlrpcvals
|
2001-08-23 06:47:50 +00:00 |
|
Miles Lott
|
aedb803a1c
|
Switch to always use structs for iomap since they best represent one level
associative arrays; Add ability to call a bo layer class
|
2001-08-20 16:33:26 +00:00 |
|
Miles Lott
|
647723ccd8
|
Create add_to_map function, to later be used to add bo functions on the fly
|
2001-08-19 01:18:38 +00:00 |
|
skeeter
|
a936811004
|
Somewhat fork of the xml-rpc classes. Major optimization and some redefinition in the global vars.
|
2001-08-09 02:54:56 +00:00 |
|
Miles Lott
|
7849d1ecbb
|
Start work on calling boclasses
|
2001-08-08 23:28:03 +00:00 |
|
Miles Lott
|
84f87d8d71
|
Import current version of classes from http://xmlrpc.usefulinc.com/php.html#download,
broken into seperate files.
|
2001-08-07 23:00:28 +00:00 |
|