aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiFormatXml.php
Commit message (Expand)AuthorAgeFilesLines
* Add namespace to includes/api classesJames D. Forrester2024-09-251-1/+6
* api: Add missing documentation to class propertiesUmherirrender2024-09-071-0/+4
* Add namespace and deprecation alias to Xml and XmlSelectEbrahim Byagowi2024-05-161-0/+1
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Use str_starts_with/str_ends_with/str_containsUmherirrender2022-12-121-1/+1
* api: Minor code cleanupReedy2022-08-141-2/+1
* api: Replace numerous deprecated constantsReedy2022-06-061-1/+3
* phan: Disable null_casts_as_any_type settingUmherirrender2022-03-211-0/+3
* Use static closures where safe to useUmherirrender2021-02-111-2/+2
* Use strict (in)equality with namespaces constants when LHS is definitely an i...Ed Sanders2020-07-311-1/+1
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-2/+2
* Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz DziewoƄski2018-05-301-12/+4
* Remove "Created on" from file header commentsUmherirrender2018-01-261-4/+0
* 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