Angie Byron
d802c69a43
#363013 by mannkind: Use getwd() rather than realpath(__FILE__) to determine drupal root, so we don't break symlinks.
2009-02-08 20:27:51 +00:00
Angie Byron
a3bb66e4e8
#259623 by dopry and Damien Tournoud: Convert includes/requires to use absolute paths.
2008-09-20 20:22:25 +00:00
Dries Buytaert
21c2885b0e
- Patch #29385 by chx: removed remaining "?>"s at the end of some files.
2005-08-28 18:26:20 +00:00
Dries Buytaert
d6bcdafeed
- Patch #7458 by chx: merged the XML-RPC multicall support into xmlrpc() and use lazy-loading for the XML-RPC libraries.(performance improvement).
2005-08-17 15:01:14 +00:00
Dries Buytaert
ba1660168f
- Patch #27003 by Neil: use named constants instead of strings
2005-07-23 05:57:27 +00:00
Dries Buytaert
ed3bf725bb
- Patch #26391 by chx: replaced the old XML-RPC library with a smaller/better/working one.
2005-07-13 18:46:15 +00:00
Dries Buytaert
5c8843704c
- Patch #18213 by chx: boostrap system. Modified to work with HEAD, tidied
...
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.)
2005-06-22 20:19:58 +00:00
Dries Buytaert
94e30bf776
- 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.
2004-08-21 06:42:38 +00:00
Dries Buytaert
0f088b79ca
- Patch #9983 by Stefan: various code style improvements.
2004-08-12 18:00:11 +00:00
Dries Buytaert
a52cf8297a
- Patch #7458 by killes: conditionally include xmlrpc.inc.
2004-08-04 20:36:24 +00:00
Dries Buytaert
c325e684ca
- Changed the order of include statements.
2004-01-26 18:51:37 +00:00
Dries Buytaert
a0640e66b7
- Improved module loading when serving cached pages. Moshe's bootstrap patch.
...
- Used legend and fieldset tags for the configuration page.
2003-11-18 19:44:36 +00:00
Dries Buytaert
9fbab016f9
- Tidied up the usage of module_invoke() and module_invoke_all(). Patch by
...
Jonathan Chaffer.
2003-09-14 18:33:16 +00:00
Kjartan Mannes
83c5209c15
- missed a file in my last large $id$ commit.
2001-10-20 20:45:05 +00:00
Dries Buytaert
33a3502dfe
- 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'.
2001-10-16 20:13:22 +00:00
Dries Buytaert
1b7510eebf
- 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"));
}
2001-09-09 16:47:10 +00:00