From: Mormegil Date: Thu, 31 May 2012 17:16:41 +0000 (+0200) Subject: (bug 35264) Wrong type used for in export.xsd X-Git-Tag: 1.31.0-rc.0~23451^2 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=6c39a1714bc4d6581218baed375599bd48a0d4ae;p=lhc%2Fweb%2Fwiklou.git (bug 35264) Wrong type used for in export.xsd Change-Id: I6d5a399d3fde4d70a8814c4f8d107765c8e3da96 --- diff --git a/RELEASE-NOTES-1.20 b/RELEASE-NOTES-1.20 index b5e7cce630..f034999b32 100644 --- a/RELEASE-NOTES-1.20 +++ b/RELEASE-NOTES-1.20 @@ -114,6 +114,7 @@ upgrade PHP if you have not done so prior to upgrading MediaWiki. * (bug 36537) Rename wfArrayToCGI to wfArrayToCgi for consistency with wfCgiToArray. * (bug 25946) The message on the top of Special:RecentChanges is now displayed in user language instead of content language +* (bug 35264) Wrong type used for in export.xsd === API changes in 1.20 === * (bug 34316) Add ability to retrieve maximum upload size from MediaWiki API. diff --git a/docs/export-0.7.xsd b/docs/export-0.7.xsd index 1871a65876..c2656a3203 100644 --- a/docs/export-0.7.xsd +++ b/docs/export-0.7.xsd @@ -20,6 +20,7 @@ Version 0.7 adds a unique identity constraint for both page and revision identifiers. See also bug 4220. + Fix type for from "positiveInteger" to "nonNegativeInteger" to allow 0 The canonical URL to the schema document is: http://www.mediawiki.org/xml/export-0.7.xsd @@ -121,7 +122,7 @@ - +