summaryrefslogtreecommitdiff
path: root/includes/xmlrpc.inc
Commit message (Collapse)AuthorAge
* Drupal 7.31David Rothstein2014-08-06
|
* Issue #1373582 by jhodgdon, TR: Fixed Trailing whitespace.webchick2012-01-21
|
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* - Patch #881536 by sun, pwolanin: cannot pass drupal_http_request() options ↵Dries Buytaert2010-08-14
| | | | into xmlrpc() function.
* - Patch #861420 by sun: coder_format() on xmlrpc(s).inc.Dries Buytaert2010-07-22
|
* - Patch #855418 by jhodgdon, aspilicious: fix doc errors in xmlcpr.inc and ↵Dries Buytaert2010-07-16
| | | | fill in the missing doc headers.
* #331951 by aspilicious, sun, jhodgdon, Morbus, et al: Figure out and apply ↵Angie Byron2010-05-06
| | | | coding standard for casting.
* - Patch #265973 by Damien Tournoud, mr.baileys, dixon_, clemens.tolboom: ↵Dries Buytaert2010-03-31
| | | | XML-RPC chokes with long server response.
* - 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 #297860 by sun: fixed XML-RPC error handling.Dries Buytaert2009-12-18
|
* #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 #491978 by Berdir: remove unnecessary &s.Dries Buytaert2009-06-15
|
* - Patch #352872 by Damien Tournoud: clean-up xmlrpc() wrapper.Dries Buytaert2009-05-04
|
* - Patch #245990 by pwolanin: further clean-up of the HTTP request status ↵Dries Buytaert2009-01-14
| | | | fail problem.
* - Patch #337783 by Dave Reid, drewish: array-itize drupal_http_requests()'s ↵Dries Buytaert2008-12-26
| | | | parameters.
* - Patch #321165 by Dave Reid: fixed exceptions in XML-RPC library and its tests.Dries Buytaert2008-10-15
|
* #297860 by catch: Reverting reversion to reverted DBTNG stuff. Tests should ↵Angie Byron2008-08-31
| | | | pass now.
* - Patch #208270 by jvandyk: fixed error handling of XML-RPC library.Dries Buytaert2008-08-08
|
* - Patch #245961 boombatower: fixed exceptions in XML-RPC library.Dries Buytaert2008-06-27
|
* - Patch #245904 by boombatower: fixed E_NOTICE warning in the XML-RPC library.Dries Buytaert2008-04-14
|
* - 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 #226555 by jvandyk, vladimir, rok, et al: remove E_NOTICE.Dries Buytaert2008-03-15
|
* #207991 by Rok Zlender: xmlrpc_date did not parse dates wellGábor Hojtsy2008-01-09
|
* - 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. :)
* #194946 by dmitrig01, Pasqualle: christmas cleanup (some code style issues ↵Gábor Hojtsy2007-12-23
| | | | fixed)
* #196535 by sun, chx, dww: check whether Drupal can issue HTTP requests at ↵Gábor Hojtsy2007-12-20
| | | | all, so we know that this is the cause of problems, not the remote host not responding.
* #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
| | | | | | | | - 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 #137138 by jvandyk: fixed problem with drupal_http_request() not ↵Dries Buytaert2007-04-18
| | | | setting the proper error code when a network effect occurs. Causes the XML-RPC backend to fail.
* - Patch #134493 by douggreen: getting the Drupal coding standards right in ↵Dries Buytaert2007-04-13
| | | | core. Woot. Woot.
* - Patch #82131 by beginner: fixed typo.Dries Buytaert2006-09-03
|
* - Patch #73582 by chx: fixed glitch with return value checking in XML-RPC ↵Dries Buytaert2006-07-13
| | | | client.
* - Patch #41481 by Zen, Cvbge, sun et al: bugfix: duplicate key error while ↵Dries Buytaert2006-05-16
| | | | editing locale strings.
* #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
| | | | | | | /me looks down OH MY GOD... I'M MELLLLTTIIINNGG NOOOOOOO.... AAARGHHHHHH. Oh well, don't the people inside the asylum say the outside world is insane, too?
* - 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
| | | | | | | * xmlrpc_value_calculate_type() fails for empty arrays * PHPDoc for xmlrpc_value_calculate_type() * use is_*() instead of gettype() as advised in the PHP manual (and document this) * coding style
* - 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
| | | | use lazy-loading for the XML-RPC libraries.(performance improvement).
* - Patch #28871 by Malthus: added missing quotes.Dries Buytaert2005-08-15
|