aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiFormatXml.php
Commit message (Expand)AuthorAgeFilesLines
* API: i18n for warnings and errorsBrad Jorsch2016-12-061-3/+3
* Explicitly declare ApiFormatXml::addXslt() protectedSiebrand Mazeland2016-03-081-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-23/+23
* Add Special:ApiSandboxBrad Jorsch2016-02-031-1/+1
* API: Finish killing "raw mode"Brad Jorsch2015-09-171-7/+0
* Remove use of deprecated utf8ToCodepoint in ApiFormatXml.addshore2015-06-291-1/+1
* Fixed spacingumherirrender2015-06-171-1/+1
* API: Also mangle indexed tag names in format=xmlBrad Jorsch2015-04-301-1/+1
* API: Overhaul ApiResult, make format=xml not throw, and add json formatversionBrad Jorsch2015-04-101-111/+170
* Fix copy/pasto in API help and a typo in message namePetr Kadlec2014-10-151-2/+2
* API: Clean up and internationalize pretty-printed outputBrad Jorsch2014-10-131-14/+7
* Restructure output of ApiExpandTemplatesJackmcbarn2014-06-031-0/+9
* Fixed some @params documentation (includes/api)umherirrender2014-04-181-3/+3
* treat true as empty string, skip false in xml formatumherirrender2014-01-191-0/+7
* Address errors and warnings in CodeSniffer in api/Siebrand Mazeland2013-11-171-2/+4
* Update formatting on more API classesSiebrand Mazeland2013-11-141-2/+6
* Added space after switch/Removed spaces after unsetumherirrender2013-04-261-1/+1
* ApiFormatXml: remove broken xmldoublequote paramKevin Israel2013-04-101-15/+2
* Use gettype only for debugging textumherirrender2013-03-151-68/+62
* fix some spacingumherirrender2013-02-041-2/+2
* api: remove duplicate __contruct callsAntoine Musso2013-01-291-4/+0
* Don't return invalid XML from paraminfo when one of parameter values is nullPetr Onderka2013-01-241-1/+7
* (bug 35885) remove api version string and parameterYuri Astrakhan2013-01-181-4/+0
* escape HTML elements in docblock with double quotesAntoine Musso2012-07-151-1/+1
* prettify documentationAntoine Musso2012-07-101-6/+30
* Add some more detailed info about the xslt param of format=xmlLiangent2012-05-251-1/+2
* rem use of escapeLocalURLJeroen De Dauw2011-12-131-1/+1
* Followup r104445, swap the xmlnamespace url back to http://Sam Reed2011-11-281-1/+1
* Oh noes, moar http:// -> https://Sam Reed2011-11-281-1/+1
* Removed the 'eclipse helper' bit on top of every API moduleJohn Du Hart2011-11-161-5/+0
* Partial revert of r101912 -- restores r99315 'includexmlnamespace' parameter ...Brion Vibber2011-11-041-6/+13
* * (bug 31878, bug 31542) Fix XML namespace output in API; removed now-unneede...Brion Vibber2011-11-031-9/+6
* eol w/sMark A. Hershberger2011-11-031-2/+2
* (bug 24781) The API will include an XML namespace if the includexmlnamespace ...Bryan Tong Minh2011-10-061-1/+11
* Even more documentation in various filesSam Reed2011-05-291-0/+7
* (bug 24781) Define XML namespace for API output. Also created the referenced ...Roan Kattouw2011-05-131-1/+2
* Delete all the "API for MediaWiki 1.8+" commentsSam Reed2010-12-221-1/+1
* Remove some unused keys from foreachSam Reed2010-09-251-1/+1
* Standardised file description headers, added @fileAlexandre Emsenhuber2010-08-071-3/+4
* Correct the address of the FSF in some of the GPL headersDerk-Jan Hartman2010-06-211-1/+1
* Mixture of things.Sam Reed2010-05-111-1/+2
* API: fix copyright symbol, coding style cleanup, more bracesJack Phoenix2010-02-231-45/+56
* Start of blanket coverage of dieUsageMsg in getPossibleErrorsSam Reed2010-02-131-1/+0
* (bug 19528) Revert 55749: "according to the XSLT 1.0 spec, the MIME type shou...Bryan Tong Minh2010-01-231-1/+1
* stylize.php on API codeAryeh Gregor2010-01-111-44/+44
* Cleanup for r55641: call static function staticallyBrion Vibber2009-09-081-1/+1
* Fix for r53194: according to the XSLT 1.0 spec, the MIME type should be text/...Tim Starling2009-09-021-1/+1
* API: Refactor the XML formatter a bit so that ApiFormatXml::recXmlPrint() is ...Roan Kattouw2009-08-271-17/+18
* (bug 19528) Added XSLT parameter to API queries in format=xmlBryan Tong Minh2009-07-131-1/+24
* API: (bug 18617) Add xml:space="preserve" attribute to relevant tags in XML o...Roan Kattouw2009-04-291-0/+5