index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
api
/
ApiFormatXml.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add namespace to includes/api classes
James D. Forrester
2024-09-25
1
-1
/
+6
*
api: Add missing documentation to class properties
Umherirrender
2024-09-07
1
-0
/
+4
*
Add namespace and deprecation alias to Xml and XmlSelect
Ebrahim Byagowi
2024-05-16
1
-0
/
+1
*
Reorg: Namespace the Title class
James D. Forrester
2023-03-02
1
-0
/
+1
*
Use str_starts_with/str_ends_with/str_contains
Umherirrender
2022-12-12
1
-1
/
+1
*
api: Minor code cleanup
Reedy
2022-08-14
1
-2
/
+1
*
api: Replace numerous deprecated constants
Reedy
2022-06-06
1
-1
/
+3
*
phan: Disable null_casts_as_any_type setting
Umherirrender
2022-03-21
1
-0
/
+3
*
Use static closures where safe to use
Umherirrender
2021-02-11
1
-2
/
+2
*
Use strict (in)equality with namespaces constants when LHS is definitely an i...
Ed Sanders
2020-07-31
1
-1
/
+1
*
Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull
James D. Forrester
2020-01-10
1
-2
/
+2
*
Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient
Bartosz DziewoĆski
2018-05-30
1
-12
/
+4
*
Remove "Created on" from file header comments
Umherirrender
2018-01-26
1
-4
/
+0
*
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
[next]