X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.20;h=13c57aaa80904bb0cc5f80177a20f0692f43a976;hb=591f5a6c772486960407b6b80b8c5527fcd22003;hp=78c7c959193d29eebda196814787c5823e04605e;hpb=ed6b0a2a205afaca3f1117577c86167ce1871a48;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.20 b/RELEASE-NOTES-1.20 index 78c7c95919..13c57aaa80 100644 --- a/RELEASE-NOTES-1.20 +++ b/RELEASE-NOTES-1.20 @@ -23,6 +23,8 @@ upgrade PHP if you have not done so prior to upgrading MediaWiki. === New features in 1.20 === * Added TitleIsAlwaysKnown hook which gets called when determining if a page exists. +* Added NamespaceIsMovable hook which gets called when determining if pages in a + certain namespace can be moved. * (bug 32341) Add upload by URL domain limitation. * &useskin=default will now always display the default skin. Useful for users with a preference for the non-default skin to look at something using the default skin. @@ -56,6 +58,11 @@ upgrade PHP if you have not done so prior to upgrading MediaWiki. * (bug 5445) Now remove autoblocks when a user is unblocked. * Added $wgLogExceptionBacktrace, on by default, to allow logging of exception backtraces. +* Added device detection for determining device capabilities. +* QUnit.newMwEnvironment now supports passing a custom setup and/or teardown function. + 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 fixes in 1.20 === * (bug 30245) Use the correct way to construct a log page title. @@ -103,6 +110,8 @@ upgrade PHP if you have not done so prior to upgrading MediaWiki. * (bug 30410) Removed deprecated $wgFilterCallback and the 'filtered' API error. * (bug 32604) Some messages needs escaping of wikitext inside username * (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 === API changes in 1.20 === * (bug 34316) Add ability to retrieve maximum upload size from MediaWiki API.