- 10 Jul, 2003 1 commit
-
-
Dries authored
- Committed a slightly modified version of Slavica's table prefix patch.
-
- 29 Apr, 2003 1 commit
-
-
Dries authored
- Renamed 'xmlrpc_decode' to '_xmlrpc_decode' to avoid redeclaration when PHP's XML-RPC library is enabled. - Renamed 'xmlrpc_encode' to '_xmlrpc_encode' to avoid redeclaration when PHP's XML-RPC library is enabled. - Removed 'if (funcion_exist("xmlrpc_encode"))' check from common.inc.
-
- 21 Jan, 2003 1 commit
-
-
Dries authored
- Patch by Ulf: XHTML-ified the code.
-
- 17 Feb, 2002 1 commit
-
-
Kjartan authored
http://list.drupal.org/drupal-devel/2002-February/thread.html#6678 http://list.drupal.org/drupal-devel/2002-February/thread.html#6629 - removed references to $this->user() from themes. - removed $BaseTheme->user(). It was deprecated a while back. NOTE: this update will break custom themes, so make sure you update your themes before updating!
-
- 05 Dec, 2001 1 commit
-
-
Dries authored
- Upgraded the XML-RPC libraries to the latest version as suggested by Julian.
-
- 26 Nov, 2001 1 commit
-
-
Kjartan authored
passing them that way. For more info: http://no.php.net/manual/en/language.references.pass.php
-
- 27 Sep, 2001 1 commit
-
-
Dries authored
- a batch of updates, including some experimental changes to the moderation of comments and nodes.
-
- 25 Sep, 2001 1 commit
-
-
Dries authored
- Upgraded the XML-RPC libraries to version 1.01: http://groups.yahoo.com/group/xml-rpc/message/3626
-
- 09 Sep, 2001 1 commit
-
-
Dries authored
- Added an XML-RPC server. Modules that want to export remote procedure calls can implement the new 'xmlrpc' hook. Example: function mymodule_xmlrpc() { return array("drupal.myfunction" => array("function" => "mymodule_myfunction")); }
-