summaryrefslogtreecommitdiff
path: root/modules/simpletest/tests/xmlrpc.test
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
|
* Drupal 7.31David Rothstein2014-08-06
|
* Issue #1797242 by xjm, dcam, Lars Toomre, izus: Remove t() from assert ↵Jennifer Hodgdon2013-04-24
| | | | messages in xmlrpc module
* - 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 #881536 by sun, pwolanin: cannot pass drupal_http_request() options ↵Dries Buytaert2010-08-14
| | | | into xmlrpc() function.
* Reverting #500866. Needs more discussion.Angie Byron2010-08-05
|
* #500866 by boombatower, solotandem: Remove t() from assertion messages in ↵Angie Byron2010-08-05
| | | | SimpleTest, so translators do not get 1000s of bogus strings.
* #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 #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.
* #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
|
* #500866 by boombatower: Remove t() from getInfo in tests.Angie Byron2009-07-13
|
* #493296 by jrchamp: Fix label on test assertion.Angie Byron2009-06-28
|
* - Patch #471070 by stella: millions of code style fixes.Dries Buytaert2009-05-24
|
* - Patch #352872 by Damien Tournoud: clean-up xmlrpc() wrapper.Dries Buytaert2009-05-04
|
* #376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a ↵Angie Byron2009-03-31
| | | | static method to reduce memory footprint of SimpleTest.
* - Patch #352470 by scor: fixed typos and grammar in comments.Dries Buytaert2008-12-30
|
* - Patch #338403 by drewish: code comments clean-up.Dries Buytaert2008-11-25
|
* #307477 by clemens.tolboom and boombatower: Test how XML-RPC responds to ↵Angie Byron2008-09-17
| | | | large messages.
* - Patch #305645 by pwolanin: ['REQUEST_TIME'] -> REQUEST_TIME. Improved ↵Dries Buytaert2008-09-17
| | | | developer experience.
* - Patch #302763 by Dave Reid, Rob Loach: replace time() by ['REQUEST_TIME'] ↵Dries Buytaert2008-09-06
| | | | as per Rasmus' suggestion. Removed drupal_referrer() for consistency.
* - Patch #268063 by boombatower, chx, cwgordon7, Damien Tournoud: move ↵Dries Buytaert2008-08-09
includes/tests to simpletest/tests and provide hidden .info propery