Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Upgraded the XML-RPC libraries to the latest version as suggested by | Dries Buytaert | 2001-12-05 |
| | | | | Julian. | ||
* | - fixed pass by reference errors. PHP only allows declaration of &$vars, not | Kjartan Mannes | 2001-11-26 |
| | | | | | passing them that way. For more info: http://no.php.net/manual/en/language.references.pass.php | ||
* | - a batch of updates, including some experimental changes to the moderation | Dries Buytaert | 2001-09-27 |
| | | | | of comments and nodes. | ||
* | - Upgraded the XML-RPC libraries to version 1.01: | Dries Buytaert | 2001-09-25 |
| | | | | http://groups.yahoo.com/group/xml-rpc/message/3626 | ||
* | - Added an XML-RPC server. Modules that want to export remote procedure | Dries Buytaert | 2001-09-09 |
calls can implement the new 'xmlrpc' hook. Example: function mymodule_xmlrpc() { return array("drupal.myfunction" => array("function" => "mymodule_myfunction")); } |