| Commit message (Expand) | Author | Age | Files | Lines |
* | API: i18n for warnings and errors | Brad Jorsch | 2016-12-06 | 1 | -3/+3 |
* | Explicitly declare ApiFormatXml::addXslt() protected | Siebrand Mazeland | 2016-03-08 | 1 | -1/+1 |
* | Convert all array() syntax to [] | Kunal Mehta | 2016-02-17 | 1 | -23/+23 |
* | Add Special:ApiSandbox | Brad Jorsch | 2016-02-03 | 1 | -1/+1 |
* | API: Finish killing "raw mode" | Brad Jorsch | 2015-09-17 | 1 | -7/+0 |
* | Remove use of deprecated utf8ToCodepoint in ApiFormatXml. | addshore | 2015-06-29 | 1 | -1/+1 |
* | Fixed spacing | umherirrender | 2015-06-17 | 1 | -1/+1 |
* | API: Also mangle indexed tag names in format=xml | Brad Jorsch | 2015-04-30 | 1 | -1/+1 |
* | API: Overhaul ApiResult, make format=xml not throw, and add json formatversion | Brad Jorsch | 2015-04-10 | 1 | -111/+170 |
* | Fix copy/pasto in API help and a typo in message name | Petr Kadlec | 2014-10-15 | 1 | -2/+2 |
* | API: Clean up and internationalize pretty-printed output | Brad Jorsch | 2014-10-13 | 1 | -14/+7 |
* | Restructure output of ApiExpandTemplates | Jackmcbarn | 2014-06-03 | 1 | -0/+9 |
* | Fixed some @params documentation (includes/api) | umherirrender | 2014-04-18 | 1 | -3/+3 |
* | treat true as empty string, skip false in xml format | umherirrender | 2014-01-19 | 1 | -0/+7 |
* | Address errors and warnings in CodeSniffer in api/ | Siebrand Mazeland | 2013-11-17 | 1 | -2/+4 |
* | Update formatting on more API classes | Siebrand Mazeland | 2013-11-14 | 1 | -2/+6 |
* | Added space after switch/Removed spaces after unset | umherirrender | 2013-04-26 | 1 | -1/+1 |
* | ApiFormatXml: remove broken xmldoublequote param | Kevin Israel | 2013-04-10 | 1 | -15/+2 |
* | Use gettype only for debugging text | umherirrender | 2013-03-15 | 1 | -68/+62 |
* | fix some spacing | umherirrender | 2013-02-04 | 1 | -2/+2 |
* | api: remove duplicate __contruct calls | Antoine Musso | 2013-01-29 | 1 | -4/+0 |
* | Don't return invalid XML from paraminfo when one of parameter values is null | Petr Onderka | 2013-01-24 | 1 | -1/+7 |
* | (bug 35885) remove api version string and parameter | Yuri Astrakhan | 2013-01-18 | 1 | -4/+0 |
* | escape HTML elements in docblock with double quotes | Antoine Musso | 2012-07-15 | 1 | -1/+1 |
* | prettify documentation | Antoine Musso | 2012-07-10 | 1 | -6/+30 |
* | Add some more detailed info about the xslt param of format=xml | Liangent | 2012-05-25 | 1 | -1/+2 |
* | rem use of escapeLocalURL | Jeroen De Dauw | 2011-12-13 | 1 | -1/+1 |
* | Followup r104445, swap the xmlnamespace url back to http:// | Sam Reed | 2011-11-28 | 1 | -1/+1 |
* | Oh noes, moar http:// -> https:// | Sam Reed | 2011-11-28 | 1 | -1/+1 |
* | Removed the 'eclipse helper' bit on top of every API module | John Du Hart | 2011-11-16 | 1 | -5/+0 |
* | Partial revert of r101912 -- restores r99315 'includexmlnamespace' parameter ... | Brion Vibber | 2011-11-04 | 1 | -6/+13 |
* | * (bug 31878, bug 31542) Fix XML namespace output in API; removed now-unneede... | Brion Vibber | 2011-11-03 | 1 | -9/+6 |
* | eol w/s | Mark A. Hershberger | 2011-11-03 | 1 | -2/+2 |
* | (bug 24781) The API will include an XML namespace if the includexmlnamespace ... | Bryan Tong Minh | 2011-10-06 | 1 | -1/+11 |
* | Even more documentation in various files | Sam Reed | 2011-05-29 | 1 | -0/+7 |
* | (bug 24781) Define XML namespace for API output. Also created the referenced ... | Roan Kattouw | 2011-05-13 | 1 | -1/+2 |
* | Delete all the "API for MediaWiki 1.8+" comments | Sam Reed | 2010-12-22 | 1 | -1/+1 |
* | Remove some unused keys from foreach | Sam Reed | 2010-09-25 | 1 | -1/+1 |
* | Standardised file description headers, added @file | Alexandre Emsenhuber | 2010-08-07 | 1 | -3/+4 |
* | Correct the address of the FSF in some of the GPL headers | Derk-Jan Hartman | 2010-06-21 | 1 | -1/+1 |
* | Mixture of things. | Sam Reed | 2010-05-11 | 1 | -1/+2 |
* | API: fix copyright symbol, coding style cleanup, more braces | Jack Phoenix | 2010-02-23 | 1 | -45/+56 |
* | Start of blanket coverage of dieUsageMsg in getPossibleErrors | Sam Reed | 2010-02-13 | 1 | -1/+0 |
* | (bug 19528) Revert 55749: "according to the XSLT 1.0 spec, the MIME type shou... | Bryan Tong Minh | 2010-01-23 | 1 | -1/+1 |
* | stylize.php on API code | Aryeh Gregor | 2010-01-11 | 1 | -44/+44 |
* | Cleanup for r55641: call static function statically | Brion Vibber | 2009-09-08 | 1 | -1/+1 |
* | Fix for r53194: according to the XSLT 1.0 spec, the MIME type should be text/... | Tim Starling | 2009-09-02 | 1 | -1/+1 |
* | API: Refactor the XML formatter a bit so that ApiFormatXml::recXmlPrint() is ... | Roan Kattouw | 2009-08-27 | 1 | -17/+18 |
* | (bug 19528) Added XSLT parameter to API queries in format=xml | Bryan Tong Minh | 2009-07-13 | 1 | -1/+24 |
* | API: (bug 18617) Add xml:space="preserve" attribute to relevant tags in XML o... | Roan Kattouw | 2009-04-29 | 1 | -0/+5 |