X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.20;h=03728e470503d13d648c6ae625bd5942e0ced6c0;hb=1fc2bb9b0ecab78b26a600ad36139d30493f480a;hp=e222db73989c26a4d309b7e1353adaeeeeeb00db;hpb=7b0534c87477b8c5af7c1258f53ab00e20c21b9f;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.20 b/RELEASE-NOTES-1.20 index e222db7398..03728e4705 100644 --- a/RELEASE-NOTES-1.20 +++ b/RELEASE-NOTES-1.20 @@ -16,10 +16,12 @@ upgrade PHP if you have not done so prior to upgrading MediaWiki. === Configuration changes in 1.20 === * $wgGitRepositoryViewers defines a mapping from Git remote repository to the - Gitweb instance URL used in Special:Version + Gitweb instance URL used in Special:Version. * `$wgUsePathInfo = true;` is no longer needed to make $wgArticlePath work on servers using like nginx, lighttpd, and apache over fastcgi. MediaWiki now always extracts path info from REQUEST_URI if it's available. +* The user right 'upload_by_url' is no longer given to sysops by default. + This only affects installations which have $wgAllowCopyUploads set to true. === New features in 1.20 === * Added TitleIsAlwaysKnown hook which gets called when determining if a page exists. @@ -36,16 +38,16 @@ upgrade PHP if you have not done so prior to upgrading MediaWiki. * Introduce a cryptographic random number generator source api for use when generating various tokens. * (bug 30963) Option on Special:Prefixindex and Special:Allpages to not show redirects. -* (bug 18062) new message when edit or create the local page of a shared file. +* (bug 18062) New message when edit or create the local page of a shared file. * (bug 22870) Separate interface message when creating a page. * (bug 17615) nosummary option should be reassigned on preview/captcha. -* (bug 34355) add a variable and parser function for the namespace number. +* (bug 34355) Add a variable and parser function for the namespace number. * (bug 35649) Special:Version now shows hashes of extensions checked out from git. * (bug 35728) Git revisions are now linked on Special:Version. * "Show Changes" on default messages shows now diff against default message text * (bug 23006) create #speciale parser function. * generateSitemap can now optionally skip redirect pages. -* (bug 27757) new API command just for retrieving tokens (not page-based) +* (bug 27757) New API command just for retrieving tokens (not page-based). * Added GitViewers hook for extensions using external git repositories to have a web-based repository viewer linked to from Special:Version. * Memcached debug logs can now be sent to their own file logs by setting @@ -54,7 +56,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.19. +* jQuery UI upgraded to 1.8.21. * (bug 22887) Add warning and tracking category for preprocessor errors * (bug 31704) Allow selection of associated namespace on the watchlist * (bug 5445) Now remove autoblocks when a user is unblocked. @@ -67,10 +69,19 @@ upgrade PHP if you have not done so prior to upgrading MediaWiki. * 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 35705) QUnit upgraded from 1.2.0 to 1.7.0 +* (bug 35705) QUnit upgraded from v1.2.0 to v1.8.0. * cleanupSpam.php now can delete spam pages if --delete was specified instead of blanking them. * Added new hook ChangePasswordForm to allow adding of additional fields in Special:ChangePassword +* Added new function getDomain to AuthPlugin for getting a user's domain +* (bug 23427) New magic word {{PAGEID}} which gives the current page ID. + Will be null on previewing a page being created. +* (bug 37627) UserNotLoggedIn() exception to show a generic error page whenever + a user is not logged in. +* Watched status in changes lists are no longer indicated by + tags with class "mw-watched". Instead, each line now has a class + "mw-changeslist-line-watched" or "mw-changeslist-line-not-watched", and the + title itself is surrounded by tags with class "mw-title". === Bug fixes in 1.20 === * (bug 30245) Use the correct way to construct a log page title. @@ -113,14 +124,23 @@ upgrade PHP if you have not done so prior to upgrading MediaWiki. * (bug 35572) Blocks appear to succeed even if query fails due to wrong DB structure * (bug 31757) Add a word-separator between help-messages in HTMLForm * (bug 30410) Removed deprecated $wgFilterCallback and the 'filtered' API error. -* (bug 32604) Some messages needs escaping of wikitext inside username +* (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 +* (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 * (bug 24985) Use $wgTmpDirectory as the default temp directory so that people who don't have access to /tmp can specify an alternative. -* (bug 27283) SqlBagOStuff breaks PostgreSQL transactions +* (bug 27283) SqlBagOStuff breaks PostgreSQL transactions. +* (bug 35727) mw.Api ajax() should put token parameter last. +* (bug 37708) mw.Uri.clone() should make a deep copy. +* (bug 38024) ResourceLoader should not create empty stylesheets for modules + that don't have stylesheets. +* (bug 36812) Special:ActiveUsers "Hide bots" should hide users from any group + having the "bot" user right, instead of just the default "bot" user group. +* (bug 35082) mw.util.addPortletLink incorrectly adds link to mutiple