%PDF- %PDF-
Direktori : /var/softaculous/mw19/ |
Current File : //var/softaculous/mw19/changelog.txt |
== MediaWiki 1.38.2 == This is a security and maintenance release of the MediaWiki 1.38 branch. === Changes since MediaWiki 1.38.1 === * Localisation updates. * (T309426) Repair language selector for SVGs. * (T310013) Fix default value for $wgShowEXIF and $wgUsePathInfo. * (T308471) SECURITY: Escape welcomeuser message passed to showSuccessPage(). * (T308473) SECURITY: Escape contributions-title msg for use within page title. * (T311272) Call parent constructor of AddSite maintenance script first. * MediaWiki: Don't eagerly initialize action name. * (T311384, CVE-2022-27776) Updated guzzlehttp/guzzle from 7.4.1 to 7.4.5. * (T289926) Avoid passing null to trim() in SkinTemplate. * (T289879) Address deprecations for PHP 8.1. * (T311473) rollbackEdits: Pass user identity to RollbackPage. * Upgrade wikimedia/remex-html from 3.0.1 to 3.0.2. * (T311551) ShellboxClientFactory::getUrl(): Check if $this->key is null. * (T311552) ChangesListSpecialPage: Don't pass null to FormatJson::decode(). * (T311569) FileBackend::isStoragePath() Handle being passed null. * (T311544) Pass int to ApiUsageException::newWithMessage()'s $httpCode param. * (T311678) SpecialEditWatchlist: Prevent passing null to strtolower(). * (T311554) ChangeTags: Return early in formatSummaryRow() if $tags === null. * Upgrade wikimedia/common-passwords from 0.3.0 to 0.4.0. == MediaWiki 1.38.1 == === Changes since MediaWiki 1.38.0 === * (T309860) Add justinrainbow/json-schema to vendor. * (T309933) Drop PHP 7.2 support in MediaWiki 1.38; require 7.3.19 == MediaWiki 1.38.0 == === Changes since MediaWiki 1.38.0-rc.1 === * Localisation updates. * (T309114) LocalFile::prerenderThumbnails: Limit the number of thumbnail jobs triggered. * (T305779) phpunit: Support setting skin context in BundleSizeTest subclasses. * (T309028) SECURITY: ApiEditPage: update title after redirects. * (T308967) notifications: prevent log spam when invalid user object listed. * composer: Lock Parsoid version to specific 0.15.0 release. * (T306362, T308680) change-your-logo.svg: Resize to 135px square, re-crush, and manually minify. == MediaWiki 1.38.0-rc.1 == === Changes since MediaWiki 1.38.0-rc.0 === * Localisation updates. * (T305028) Undeprecate EditPage::$textbox2. * (T305635) LogActions is a map, not a list. * (T306721) Add wikimedia/equivset to vendor; needed by bundled AbuseFilter. * (T307284) Simplify TransactionManager::pendingWriteQueryDuration. * (T307307) Add symfony/yaml to vendor. * Fix old_name in UserLogoutComplete hook. * REST: don't send stack trace in error responses. * (T307998) SessionManager: stop storing an ObjectFactory instance. * (T193565) UserGroupManager: Fix dbDomain in addUserToGroup() deferred update. == MediaWiki 1.37.2 == This is a security and maintenance release of the MediaWiki 1.37 branch. === Changes since MediaWiki 1.37.1 === * (T298261) Fix support for Composer 2.2. * (T298283) composer.json: Add wikimedia/composer-merge-plugin to allow-plugins. * Update doctrine/dbal (3.0.0 => 3.1.5). * (T296898) Add entry point name to disabled Session exception if possible. * (T298564) MemcachedClient: Add support for IPv6. * (T297543, CVE-2022-28202) SECURITY: properly escape output used within galleries and Special:RevisionDelete. * (T289956) WatchAction: Fix bug that prevents showing proper success message in the noscript fallback mode. * (T268847) Suppress deprecation warnings from libxml_disable_entity_loader(). * (T283275) Fix PHP 8.0 failure of RefreshSecondaryDataUpdateTest. * (T283275) Fix PHP 8.0 failure of WikiExporterFactoryTest. * (T275673) objectcache: Avoid getCurrentTime() call in MapCacheLRU::has(). * (T275673) objectcache: split up MapCacheLRU::getAge() to avoid conditional overhead. * Fix the json schema and the extension processor for Parsoid extension modules. * (T299696) update.php: Avoid passing null to substr. * (T195807, T256401) Fix signature of DatabasePostgres::buildGroupConcatField. * In PHP 8.1 don't throw exceptions from mysqli. * (T289926) SiteConfiguration: Don't pass null to str_replace(). * (T264735) Fix deprecation warning from CURLPIPE_HTTP1. * (T260735) Stop using is_resource() where possible. * (T289879) Apply ReturnTypeWillChange to various implementations of built in interfaces. * (T299312) Implement __serialize/__unserialize for PHP 8.1 support. * ExtensionRegistry: Add process cache for lazy attributes. * (T301041) ApiPageSet: Add "missing": true to missing revisions. * Allow ParsoidModules extension schema to register services. * (T300462) SpecialUndelete: Do not show empty comments as deleted. * (T297708) Allow setting max execution time to several special pages. * (T205349) LinkCache: Try invalidating cache before throwing. * (T302540) composer.json: Add ext-calendar to require. * (T302540) composer.json: Add ext-simplexml to require-dev. * (T302540) composer.json: Add various PHP extensions to suggests. * Upgrading symfony/polyfill-php80 (v1.23.1 => v1.25.0). * (T304008) Don't re-check "Move subpages" on Special:MovePage after a warning. * (T293576) listFiles: Display file name instead of version. * (T303871) Fix @since of Title::getId(). * (T303560) Installer: Check correct PCRE_CONFIG_NEWLINE value. * wrapOldPasswords: add \n to two output calls. * (T297571, CVE-2022-28201) Title::newMainPage() goes into an infinite recursion loop if it points to a local interwiki. * (T297731, CVE-2022-28203) Requesting Special:NewFiles on a wiki with many file uploads with actor as a condition can result in a DoS. * (T297754, CVE-2022-28204) Special:WhatLinksHere can result in a DoS when a page is used on a extremely large number of other pages.