X-Git-Url: https://git.cyclocoop.org/%28%28?a=blobdiff_plain;f=RELEASE-NOTES-1.27;h=72d4b3885ef1588903011d668d70ea35abeda622;hb=772e7f539622e59a3193216f32bf3e5872d4769e;hp=c6da46f3c912f9e25624cef51e31ceaf3e43de49;hpb=0ff1bada52d6af4774aa2d73839d7b922f442ba4;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.27 b/RELEASE-NOTES-1.27 index c6da46f3c9..72d4b3885e 100644 --- a/RELEASE-NOTES-1.27 +++ b/RELEASE-NOTES-1.27 @@ -7,7 +7,12 @@ production. === PHP version requirement === As of 1.27, MediaWiki now requires PHP 5.5.9 or higher. This corresponds with -HHVM 3.1. +HHVM 3.1. Additionally, the following PHP extensions are required: +* ctype +* iconv +* json +* mbstring +* xml === Configuration changes in 1.27 === * $wgAllowMicrodataAttributes and $wgAllowRdfaAttributes were removed, @@ -183,6 +188,8 @@ HHVM 3.1. and error messages. It is available client-side via mw.config.get( 'wgRequestId' ). The request ID supplants exception IDs. Accordingly, MWExceptionHandler::getLogId() is deprecated. +* (T33313) Add a preference for watching uploads by default, also applies + to API-based upload tools. === External library changes in 1.27 === @@ -264,8 +271,12 @@ regularly. Below only new and removed languages are listed, as well as changes to languages because of Phabricator reports. * (T113688) Change default numerals from Gurmukhi to Arabic for Punjabi locale. +* (T116020) Aliases of magic words in MessagesXx.php are sorted by usage. === Other changes in 1.27 === +* Added dependency injection (DI) infrastructure, see docs/injection.txt for details. + It is planned to incrementally move MediaWiki code towards using DI, using the + service locator (SL) pattern as a stepping stone. * ProfilerOutputUdp was removed. Note that there is a ProfilerOutputStats class. * WikiPage::doDeleteArticleReal() and WikiPage::doDeleteArticle() now ignore the 2nd and 3rd arguments (formerly $id and $commit). @@ -394,6 +405,15 @@ changes to languages because of Phabricator reports. * Skin::commonPrintStylesheet() was removed (deprecated since 1.22). * Skin::getCommonStylePath() was removed (deprecated since 1.24). * Skin::newFromKey() was removed (deprecated since 1.24). +* Skin::getUsableSkins() was removed (deprecated since 1.23). +* LoadBalancer::pickRandom() was removed (deprecated in 1.21). +* Article::getUndoText() and WikiPage::getUndoText were removed (deprecated since + 1.21). +* DifferenceEngine::setText() was removed (deprecated in 1.21). +* Title::newFromRedirectArray() was removed (deprecated in 1.21). +* UserMailer::send() no longer accepts $replyto as the 5th argument and $contentType + as the 6th. These must be passed in the options array now. +* Title::newFromRedirectRecurse() was removed (deprecated in 1.21). == Compatibility ==