X-Git-Url: http://git.cyclocoop.org/%28?a=blobdiff_plain;f=RELEASE-NOTES-1.20;h=f034999b3297ceb2d9b60619600a416016fa1e1f;hb=bae670cf03d81b8128ba7aadcfaa61d3b381cf2c;hp=e40ec30c5a23fe85e811b910d6b566ae51b31828;hpb=5563add9c5b173d065d02a6bc1e2e9456786a4ce;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.20 b/RELEASE-NOTES-1.20 index e40ec30c5a..f034999b32 100644 --- a/RELEASE-NOTES-1.20 +++ b/RELEASE-NOTES-1.20 @@ -63,6 +63,8 @@ upgrade PHP if you have not done so prior to upgrading MediaWiki. Arguments signature has changed. First arguments is now an options object of which 'config' can be a property. Previously 'config' itself was the first and only argument. * New getCreator and getOldestRevision methods added to WikiPage class +* (bug 4220) the XML dump format schema now have unique identity constraints + for page and revision identifiers. Patch by Elvis Stansvik. === Bug fixes in 1.20 === * (bug 30245) Use the correct way to construct a log page title. @@ -112,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.