X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.20;h=9383bf270f4c403130e7f2953f19baeb0d7ab158;hb=2261248cfae2c749c71b4d4a113b3c2d4f7bb111;hp=a9bdeb7d3ba223da052d6073b8d3561b24fe11b1;hpb=c21843e256be776bea6cdea3b58bf25b01b0c7da;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.20 b/RELEASE-NOTES-1.20 index a9bdeb7d3b..9383bf270f 100644 --- a/RELEASE-NOTES-1.20 +++ b/RELEASE-NOTES-1.20 @@ -32,6 +32,8 @@ upgrade PHP if you have not done so prior to upgrading MediaWiki. certain namespace can be moved. * Added SpecialPageBeforeExecute hook which gets called before SpecialPage::execute. * Added SpecialPageAfterExecute hook which gets called after SpecialPage::execute. +* Added ORMTable, ORMRow and ORMResult classes for additional abstraction of + database interaction. * (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. @@ -61,7 +63,7 @@ upgrade PHP if you have not done so prior to upgrading MediaWiki. Special:Version * Edit notices can now be translated. * (bug 35680) jQuery upgraded to 1.7.2. -* jQuery UI upgraded to 1.8.21. +* jQuery UI upgraded to 1.8.22. * (bug 35705) QUnit upgraded from v1.2.0 to v1.8.0. * (bug 37604) jquery.cookie upgraded to 2011 version. * (bug 22887) Add warning and tracking category for preprocessor errors @@ -95,6 +97,14 @@ upgrade PHP if you have not done so prior to upgrading MediaWiki. * (bug 34678) Added InternalParseBeforeSanitize hook which gets called during Parser's internalParse method just before the parser removes unwanted/dangerous HTML tags. * (bug 36783) Implement jQuery Promise interface in mediawiki.api module. +* Make dates in sortable tables sort according to the page content language + instead of the site content language +* (bug 37926) Deleterevision will no longer allow users to delete log entries, + the new deletelogentry permission is required for this. +* (bug 14237) Allow PAGESINCATEGORY to distinguish between 'all', 'pages', 'files' + and 'subcats' +* (bug 38362) Make Special:Listuser includeable on wiki pages. +* Added support in jquery.localize for placeholder attributes. === Bug fixes in 1.20 === * (bug 30245) Use the correct way to construct a log page title. @@ -163,6 +173,9 @@ upgrade PHP if you have not done so prior to upgrading MediaWiki. * (bug 38152) jquery.tablesorter: Use .data() instead of .attr(), so that live values are used instead of just the fixed values from when the tablesorter was initialized. +* (bug 38093) Gender of changed user groups missing in Special:Log/rights +* (bug 35893) Special:Block needs to load mediawiki.special.block.js. +* (bug 37331) ResourceLoader modules sometimes execute twice in Firefox === API changes in 1.20 === * (bug 34316) Add ability to retrieve maximum upload size from MediaWiki API. @@ -187,8 +200,13 @@ upgrade PHP if you have not done so prior to upgrading MediaWiki. * (bug 32381) Allow descending order for list=backlinks, list=embeddedin and list=imageusage. * (bug 32383) Allow descending order for list=langbacklinks. * API meta=siteinfo can now return the list of known variable IDs. -* (bug 30836) siteinfo prop=specialpagealiases will no longer return nonexistent special pages. * (bug 35980) list=deletedrevs now honors drdir correctly in "all" mode (mode #3). +* (bug 29290) API avoids mangling fields in continuation parameters +* (bug 36987) API avoids mangling fields in continuation parameters +* (bug 30836) siteinfo prop=specialpagealiases will no longer return nonexistent special pages +* (bug 38190) Add "required" flag to some token params for hint in api docs. +* (bug 27567) Add file repo support to prop=duplicatefiles. +* (bug 27610) Add archivename for non-latest image version to list=filearchive === Languages updated in 1.20 === @@ -204,6 +222,8 @@ changes to languages because of Bugzilla reports. * (bug 35541) Namespace gender aliases for Croatian (hr). * (bug 36012) Space in $separatorTransformTable should be non-breaking in Portuguese, Esperanto and Udmurt. +* Turoyo (tru) added. +* Cyrillic-Latin language converter added for Uzbek (uz). === Other changes in 1.20 === * The user_token field is now left empty until a user attempts to login and