X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=RELEASE-NOTES;h=f4ebccd8525734a7b5273d44473ec6081f05ca0c;hb=5c94145e3315eb4d7ea1b6ace54393a52d482384;hp=78e23b6f3fca49e23477c88e90171976b30a828d;hpb=97dbe34353d238ce5876b8056124342612278e75;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 78e23b6f3f..f4ebccd852 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -26,6 +26,11 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * Skin names are no longer created based on a ucfirst version of the key in $wgValidSkinNames but now the value. This means for $wgValidSkinNames["monobook"] = "MonoBook"; the skin loader will no longer try loading SkinMonobook and will instead load SkinMonoBook. +* The parser now attempts to output markers for editsection tokens and defer the rendering + of them so skin and language specific markup does not need to be saved inside the parser cache + note that this changes the cache key making all old entries in the parser cache invalid you + can set $wgUseEditSectionTokens to false to disable this and keep your old parser cache entries. + Note that this feature should reduce parser cache fragmentation when enabled. === New features in 1.18 === * Added a special page, disabled by default, that allows users with the @@ -51,6 +56,9 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN link has a % sign in it. * (bug 26412) Search results headers no longer show a bogus edit link. * (bug 26540) Fixed wrong call to applyPatch in MysqlUpdater +* (bug 26574) Added 'upload' to $wgRestrictionTypes, allowing upload protected + pages to be queried via the API and Special:ProtectedPages, and allowing + disabling upload protection by removing it from $wgRestrictionTypes. === API changes in 1.18 === * (bug 26339) Throw warning when truncating an overlarge API result @@ -58,6 +66,21 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * (bug 14020) API for Special:Unwatchedpages * (bug 24287) Wrap API Help output at 100 characters * Add a realname uiprop option to query=userinfo so a user's realname can be extracted +* Add a &watchuser option to ApiBlock +* (bug 26541) Generator-ise ApiQueryRecentChanges +* action=parse now correctly returns an error for nonexistent pages +* (bug 25767) Add userrights properties to allusers and users query lists +* (bug 26558) list=allusers auprop=groups does not list groups a user is automatically a member of +* (bug 26559) list=allusers auprop=rights does not match list=users usprop=rights +* (bug 26560) On allusers if limit < total number of users, last user gets duplicate +* (bug 25135) add "normalized" to action=parse +* (bug 26460) Add support for listing category members by category pageid +* (bug 26482) add a imimages param to prop=images +* (bug 26498) allow LinksUpdate with API +* (bug 26485) add a elextlinks param to prop=extlinks +* (bug 26483) add a iwtitles param to prop=iwlinks +* (bug 26484) add a lltitles param to prop=langlinks +* (bug 26480) add a pppageprops param to prop=pageprops === Languages updated in 1.18 ===