summaryrefslogtreecommitdiff
path: root/includes/xmlrpcs.inc
Commit message (Collapse)AuthorAge
* Drupal 7.43 (SA-CORE-2016-001) by agerard, Alan Evans, benjy, berdir, catch, ↵David Rothstein2016-02-24
| | | | Damien Tournoud, DamienMcKenna, Dave Cohen, Dave Reid, David_Rothstein, dsnopek, effulgentsia, FengWen, fgm, fnqgpc, greggles, Gábor Hojtsy, Juho Nurminen 2NS, klausi, larowlan, nagba, Pere Orga, plach, pwolanin, quicksketch, rickmanelius, scor, stefan.r, StryKaizer, YesCT
* Revert "Drupal 7.43"David Rothstein2016-02-24
| | | | This reverts commit 2f54b101bf722849e456d859876b27b90ad7e479.
* Drupal 7.43David Rothstein2016-02-24
|
* Issue #1956782 by joshi.rohit100, bdimaggio, tanmayk, chertzog: Document ↵Jennifer Hodgdon2014-06-25
| | | | parameter to xmlrpc_server()
* Issue #1373582 by jhodgdon, TR: Fixed Trailing whitespace.webchick2012-01-21
|
* - Patch #897140 by fgm: system.methodSignature returns incorrect and ↵Dries Buytaert2011-04-10
| | | | incomplete data.
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* - Patch #656266 by fgm, sun: hook_xmlrpc_alter() cannot alter built-in methods.Dries Buytaert2010-10-02
|
* - Patch #855420 by jhodgdon, aspilicious: documentation cleanup for ↵Dries Buytaert2010-07-31
| | | | xmlrpcs.inc and add missing documentation headers.
* - Patch #861420 by sun: coder_format() on xmlrpc(s).inc.Dries Buytaert2010-07-22
|
* #697210 follow-up by deekayen, moshe weitzman: Changed Change die() ↵Angie Byron2010-04-29
| | | | instances to exit().
* - Patch #677750 by jurgenhaas: fixed XMLRPC server call creates unnecessary ↵Dries Buytaert2010-03-31
| | | | watchdog entries.
* #697210 by deekayen: Changed Change die() instances to exit() (code style).Angie Byron2010-01-28
|
* - Patch #670250 by boombatower: more documentation clean-ups.Dries Buytaert2009-12-31
|
* - Patch #646678 by fgm: fixed incorrect multicall implementation.Dries Buytaert2009-12-29
|
* - Patch #647336 by boombatower, Morbus Iff: fixed bug with when xmlrpc() is ↵Dries Buytaert2009-12-02
| | | | called with no function arguments. Added some extra XML-RPC tests.
* - Patch #601570 by effulgentsia: hook_exit() and other cleanup needs to ↵Dries Buytaert2009-10-13
| | | | happen for AJAX requests too.
* - Patch #451604 by brianV, sun | Dries, c960657: rename drupal_set_header().Dries Buytaert2009-09-30
|
* #497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the ↵Angie Byron2009-08-24
| | | | function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading.
* Of all the patches to accidentally commit without a message. :( Rolling back ↵Angie Byron2009-08-24
| | | | registry rip. Let's try that again.
* *** empty log message ***Angie Byron2009-08-24
|
* - Patch #486278 by brianV: fixed headers sent by XML-RPC library.Dries Buytaert2009-06-12
|
* - Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, ↵Dries Buytaert2008-05-06
| | | | | | | | | | | flobruit et al. Can you say 'registry'? Drupal now maintains an internal registry of all functions or classes in the system, allowing it to lazy-load code files as needed (reducing the amount of code that must be parsed on each request). The list of included files is cached per menu callback for subsequent loading by the menu router. This way, a given page request will have all the code it needs but little else, minimizing time spent parsing unneeded code.
* - Patch #231132 by snufkin: fixed invalid XML-RPC error messages due to HTML ↵Dries Buytaert2008-04-28
| | | | tags being inserted in the message string.
* - Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long ↵Dries Buytaert2008-04-14
| | | | discussion we've decided to make the concatenation operator consistent with the other operators.
* - Patch #204900 by webernet: code style fixes. Likely my last patch of the ↵Dries Buytaert2007-12-31
| | | | year. Fiew. Thanks all, and see you on the other side. :)
* #198579 by webernet and hswong3i: a huge set of coding style fixes, including:Gábor Hojtsy2007-12-08
| | | | | | | | - whitespaces at end of lines - indentation - control structure usage - whitespace in empty lines - phpdoc comment formatting
* - Patch #172950 by webernet: code style fixes.Dries Buytaert2007-09-04
|
* - Patch #72204 by nedjo: upper-cased all TRUE/FALSE/NULL constants.Dries Buytaert2006-07-05
|
* - Patch #66154 by jvandyck: XML-RPC fixes and documentation improvements.Dries Buytaert2006-06-08
|
* #58166, fixes for typos, patch by Uwe HerrmannGerhard Killesreiter2006-04-11
|
* - Patch #37400 by vwX/chx: fixed problem with methodHelpDries Buytaert2005-11-13
|
* - Patch #30930 by m3avrck/deekayen: cured PHP5 warnings.Dries Buytaert2005-10-22
|
* - Patch #29385 by chx: no ?> add end of files.Dries Buytaert2005-08-25
|
* - Patch #28861 by Malthus: fixed typo in XML-RPC backend. Missing $.Dries Buytaert2005-08-14
| | | | - Made chx the XML-RPC maintainer.
* - Patch #28826 by chx: make xmlrpc_multicall working.Dries Buytaert2005-08-14
|
* - Patch #28482 by Uwe: add CVS $Id$ tags to all source files in Drupal core. ↵Dries Buytaert2005-08-11
| | | | | | This allows admins to know exactly which version of which files they use. In addition I want to use CVS $Id$ tags in my upcoming security.module to check for possible vulnerabilities. That's not possible if some files simply don't have $Id$s. Note: I also (mostly) unified the tags to use the "// ID" form instead of "/* ID */", but that's more of a cosmetic issue. I'm not sure whether *.txt files and the stuff in themes/ need tags(?).
* - Patch #26391 by chx: replaced the old XML-RPC library with a ↵Dries Buytaert2005-07-13
| | | | smaller/better/working one.
* - Fixed problems with filter formats and problem with XML-RPC server.Dries Buytaert2005-06-29
|
* - Improved XML encoding fix. There is now a function drupal_xml_parser_create():Steven Wittens2004-01-06
| | | | | | | | | | | | | | | /** * Wrapper around xml_parser_create() which extracts the encoding from the XML * data first and sets the output encoding to UTF-8. This function should be * used instead of xml_parser_create(), because PHP's XML parser doesn't check * the input encoding itself. * * This is also where unsupported encodings should be converted. * Callers should take this into account: $data might have been changed after * the call. * * @param $data The XML data which will be parsed later. */
* - Made it possible to auto-throttle blocks. That is, blocks can beDries Buytaert2003-11-28
| | | | configured to be disabled when under excessive load. Patch by Jeremy.
* - Renamed 'Content-length' to 'Content-Length. Fixes bug #4323Dries Buytaert2003-11-28
|
* - Patch by Kjartan:Dries Buytaert2003-05-19
| | | | | | $_SERVER["HTTP_RAW_POST_DATA"] --> $GLOBALS["HTTP_RAW_POST_DATA"] Al: can you confirm that this fixes your problem?
* - Fixed a typo in the PostgreSQL database scheme. Patch by Michael Frankowski.Dries Buytaert2003-05-13
| | | | | | | | | | | | | - Fixed a typo in the MSSQL database scheme. Patch by Michael Frankowski. - Removed dependency on "register_globals = on"! Patches by Michael Frankowski. Notes: + Updated the patches to use $foo["bar"] instead of $foo['bar']. + Updated the INSTALL and CHANGELOG files as well. - Tiny improvement to the "./scripts/code-clean.sh" script.
* - Upgraded the XML-RPC libraries to the latest version as suggested byDries Buytaert2001-12-05
| | | | Julian.
* - a batch of updates, including some experimental changes to the moderationDries Buytaert2001-09-27
| | | | of comments and nodes.
* - Upgraded the XML-RPC libraries to version 1.01:Dries Buytaert2001-09-25
| | | | http://groups.yahoo.com/group/xml-rpc/message/3626
* - Added an XML-RPC server. Modules that want to export remote procedureDries Buytaert2001-09-09
calls can implement the new 'xmlrpc' hook. Example: function mymodule_xmlrpc() { return array("drupal.myfunction" => array("function" => "mymodule_myfunction")); }