X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=RELEASE-NOTES-1.20;h=8875eeb1412b0e1d06dfc1ec229cdf4da1893570;hb=328739710ad90bb39121000efc64b03f52b27c0c;hp=78c7c959193d29eebda196814787c5823e04605e;hpb=684c45e1edfdb3650167f5ab0b081d4f54ac6e80;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.20 b/RELEASE-NOTES-1.20 index 78c7c95919..8875eeb141 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.