summaryrefslogtreecommitdiff
path: root/includes/xmlrpc.inc
Commit message (Expand)AuthorAge
* #194946 by dmitrig01, Pasqualle: christmas cleanup (some code style issues fi...Gábor Hojtsy2007-12-23
* #196535 by sun, chx, dww: check whether Drupal can issue HTTP requests at all...Gábor Hojtsy2007-12-20
* #199084 by chx: better conformance with ISO date formats in our xmlrpc codeGábor Hojtsy2007-12-11
* #198579 by webernet and hswong3i: a huge set of coding style fixes, including:Gábor Hojtsy2007-12-08
* - Patch #172950 by webernet: code style fixes.Dries Buytaert2007-09-04
* - Patch #137138 by jvandyk: fixed problem with drupal_http_request() not sett...Dries Buytaert2007-04-18
* - Patch #134493 by douggreen: getting the Drupal coding standards right in co...Dries Buytaert2007-04-13
* - Patch #82131 by beginner: fixed typo.Dries Buytaert2006-09-03
* - Patch #73582 by chx: fixed glitch with return value checking in XML-RPC cli...Dries Buytaert2006-07-13
* - Patch #41481 by Zen, Cvbge, sun et al: bugfix: duplicate key error while ed...Dries Buytaert2006-05-16
* #63782 by jvandyk, More documentation for xmlrpc.incNeil Drumm2006-05-16
* #59513, XML-RPC struct spawns empty parameters, patch by chxGerhard Killesreiter2006-04-24
* - Patch #59513 by chx: critical bugfix: XML-RPC drops empty parameters.Dries Buytaert2006-04-20
* #58166, fixes for typos, patch by Uwe HerrmannGerhard Killesreiter2006-04-11
* - #31301: Don't escape apostrophes in XML-RPC strings.Steven Wittens2005-12-27
* - Patch #37766 by Thomas Ilsche: fixed date handling in XML-RPC backend.Dries Buytaert2005-11-21
* - Patch #36079 by ax/chx: various blogapi.module fixes.Dries Buytaert2005-11-09
* - Patch #34214 by ax:Dries Buytaert2005-10-28
* - Patch #30930 by m3avrck/deekayen: cured PHP5 warnings.Dries Buytaert2005-10-22
* - Patch #33555 by leoburd: fixed typo in XML-RPC backend.Dries Buytaert2005-10-10
* - Patch #29385 by chx: no ?> add end of files.Dries Buytaert2005-08-25
* - Patch #7458 by chx: merged the XML-RPC multicall support into xmlrpc() and ...Dries Buytaert2005-08-17
* - Patch #28871 by Malthus: added missing quotes.Dries Buytaert2005-08-15
* - 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
* - #28464: fix XMLRPC array vs. struct type-checkingSteven Wittens2005-08-08
* - Patch #26391 by chx: replaced the old XML-RPC library with a smaller/better...Dries Buytaert2005-07-13
* - Fixed problems with filter formats and problem with XML-RPC server.Dries Buytaert2005-06-29
* - Patch #19739 by Uwe: corrected many typo's in the documentation and code co...Dries Buytaert2005-03-31
* #15347: PHP5 typecasting errorSteven Wittens2005-01-09
* - Removed some cruft.Dries Buytaert2004-11-15
* - Patch #11728 by Uwe Hermann: fixed some typos in the code comments, Doxygen...Dries Buytaert2004-10-19
* - Improved XML encoding fix. There is now a function drupal_xml_parser_create():Steven Wittens2004-01-06
* - Fixed a weird typo introduced by the <b> -> <strong> patches and indentedDries Buytaert2003-12-29
* - XHTML improvements: <b> -> <strong>. Patch by Stefan.Dries Buytaert2003-12-29
* - Committed a slightly modified version of Slavica's table prefix patch.Dries Buytaert2003-07-10
* - Renamed 'xmlrpc_decode' to '_xmlrpc_decode' to avoid redeclaration whenDries Buytaert2003-04-29
* - Patch by Ulf: XHTML-ified the code.Dries Buytaert2003-01-21
* - applying patches from Axel Kollmorgen. SeeKjartan Mannes2002-02-17
* - Upgraded the XML-RPC libraries to the latest version as suggested byDries Buytaert2001-12-05
* - fixed pass by reference errors. PHP only allows declaration of &$vars, notKjartan Mannes2001-11-26
* - a batch of updates, including some experimental changes to the moderationDries Buytaert2001-09-27
* - Upgraded the XML-RPC libraries to version 1.01:Dries Buytaert2001-09-25
* - Added an XML-RPC server. Modules that want to export remote procedureDries Buytaert2001-09-09