"README.md" did not exist on "362be767ba042b496a47b7e2efb49391553a9b3b"
- Feb 25, 2011
-
-
The Great Git Migration authored
-
- Oct 02, 2010
-
-
Dries Buytaert authored
-
- Dec 13, 2009
-
-
Dries Buytaert authored
-
- Dec 12, 2009
-
-
Dries Buytaert authored
-
- Feb 08, 2009
-
-
Angie Byron authored
#363013 by mannkind: Use getwd() rather than realpath(__FILE__) to determine drupal root, so we don't break symlinks.
-
- Sep 20, 2008
-
-
Angie Byron authored
-
- Aug 28, 2005
-
-
Dries Buytaert authored
-
- Aug 17, 2005
-
-
Dries Buytaert authored
- Patch #7458 by chx: merged the XML-RPC multicall support into xmlrpc() and use lazy-loading for the XML-RPC libraries.(performance improvement).
-
- Jul 23, 2005
-
-
Dries Buytaert authored
-
- Jul 13, 2005
-
-
Dries Buytaert authored
-
- Jun 22, 2005
-
-
Dries Buytaert authored
up the documentation a little. chx: can you double-check whether the global $conf variable is secure? (That is, make sure it can't be send using the URL or something.)
-
- Aug 21, 2004
-
-
Dries Buytaert authored
- Patch by JonBob: for consistency and readability, add brief descriptions of each source file inside the @file comment block at the head of the file. This helps with Doxygen indexing, and also allows neophytes to see what a file does immediately on opening the source, regardless of the organization of the hooks.
-
- Aug 12, 2004
-
-
Dries Buytaert authored
- Patch #9983 by Stefan: various code style improvements.
-
- Aug 04, 2004
-
-
Dries Buytaert authored
- Patch #7458 by killes: conditionally include xmlrpc.inc.
-
- Jan 26, 2004
-
-
Dries Buytaert authored
- Changed the order of include statements.
-
- Nov 18, 2003
-
-
Dries Buytaert authored
- Improved module loading when serving cached pages. Moshe's bootstrap patch. - Used legend and fieldset tags for the configuration page.
-
- Sep 14, 2003
-
-
Dries Buytaert authored
- Tidied up the usage of module_invoke() and module_invoke_all(). Patch by Jonathan Chaffer.
-
- Oct 20, 2001
-
-
Kjartan Mannes authored
-
- Oct 16, 2001
-
-
Dries Buytaert authored
- Removed a node's link ID (lid) as discussed on the mailing list. See 'updates/3.00-to.x.xx.mysql' for the required MySQL updates. - Renamed some "author" fields to "uid" fields for sake of consistency. - Fixed the coding style of some PHP files. - Fixed the moderation queue (fairly untested though). - Re-introduced the temporary SQL table in _node_get(). - Added a missing 'auto_increment' to 'updates/3.00-to-x.xx.mysql'.
-
- Sep 09, 2001
-
-
Dries Buytaert 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")); }
-