< MediaWiki 1.34
MediaWiki 1.34.0-wmf.13 Deployment of MediaWiki 1.34.0-wmf.14 to Wikimedia sites MediaWiki 1.34.0-wmf.15

The latest version (labeled "1.34.0-wmf.14") of MediaWiki, the software that powers Wikipedia and its sister sites, is being deployed to all Wikimedia sites in stages, starting on Tuesday, 16 July 2019 (see the roadmap).

Core changes

  • git #f095d0d7 - Linker: Force type Language for $lang in tocList and generateTOC by Fomafix
  • git #23d06661 - resourceloader: Replace some Xml::encodeJs calls with RL's own encodeJson (task T32956) by Timo Tijhof
  • git #9bee7ab8 - resourceloader: Remove support for 'object' in wgResourceModules (task T222637) by Timo Tijhof
  • git #ae658ff2 - resourceloader: Add test coverage for WikiModule::getType by Timo Tijhof
  • git #397a3ee0 - resourceloader: Clean up ResourceLoaderWikiModuleTest by Timo Tijhof
  • git #cac26b71 - Remove $purgeBlobs parameter from LocalisationCacheRecache hook by Roan Kattouw
  • git #8e28a4b8 - Add ImgAuthModifyHeaders hook to img_auth.php to modify headers by James Montalvo
  • git #a53e5171 - resourceloader: Add unit tests for ResourceLoaderFilePath class methods by Derick Alangi
  • git #d13b3d06 - Fix JS error in MessagePoster when (optional) options param not given by Roan Kattouw
  • git #f70d2708 - Drop NS_IMAGE and NS_IMAGE_TALK, deprecated in 1.14 by James D. Forrester
  • git #a8d26127 - Drop remnants of wgHtml5/wgJsMimeType/wgXhtmlDefaultNamespace support, killed in 1.22 by James D. Forrester
  • git #530345a3 - Add success variables to message group and unify values (task T226795) by Volker E
  • git #6c973b23 - rdbms: set QUERY_IGNORE_DBO_TRX flag in more places in DatabaseSqlite by Aaron Schulz
  • git #ef381994 - rdbms: fix IDatabase::setLBInfo() handling of null and allow clearing keys by Aaron Schulz
  • git #b3776efc - Add change-tags to MessagePoster (task T227161) by Sam Wilson
  • git #a5a672b1 - resourceloader: Speed up dependency checks in structure/ResourcesTest (task T225730) by Timo Tijhof
  • git #6284ed69 - tests: Move unit/languages to unit/includes/language (task T225756) by Timo Tijhof
  • git #6778f737 - resourceloader: Remove register() 'object' use in OutputPageTest (task T222637) by Timo Tijhof
  • git #951b3392 - objectcache: add regen_walltime metric to WANObjectCache::getWithSetCallback() by Aaron Schulz
  • git #12f4ce87 - objectcache: make getMultiWith(Union)SetCallback() usage easier by Aaron Schulz
  • git #1ab5a641 - Raise default reqTimeout in MultiHttpClient (task T226979) by Martin Urbanec
  • git #ed1ab403 - When title contains only slashes, Title::getRootText() shouldn't return false (task T227816) by Martin Urbanec
  • git #81d611a8 - Import PSR NullLogger instead of using absolute class references by Aaron Schulz
  • git #149b5a01 - Remove $wgSiteStatsAsyncFactor feature and related $wgMainStash use (task T227376) by Aaron Schulz
  • git #b72a0038 - objectcache: make BagOStuff::getMulti() preserve order and omit keys with missing segments by Aaron Schulz
  • git #55301a4b - Removed deprecated WikiMap::getWikiIdFromDomain() method by Aaron Schulz
  • git #7e647d2f - objectcache: fix race conditions in RedisBagOStuff::incr() by Aaron Schulz
  • git #06f645c4 - Load GlobalFunctions.php to tests/phpunit/bootstrap.php (task T87781) by Amir Sarabadani
  • git #43c78e83 - jobqueue: migrate root job deduplication to the WAN cache (task T227376) by Aaron Schulz
  • git #c50202a9 - objectcache: only process cache non-LB connections in SqlBagOStuff by Aaron Schulz
  • git #0848e904 - rdbms: fix some phpstorm warnings database classes by Aaron Schulz
  • git #8423c127 - Move the showMissingArticle() cache from $wgMainStash to "db-replicated" (task T227376) by Aaron Schulz
  • git #9d2ebacb - Setup: Remove $wgDebugPrintHttpHeaders option (task T189966) by Timo Tijhof
  • git #4a83841f - upload: move UploadBase status store from $wgMainStash to "db-replicated" (task T227376) by Aaron Schulz
  • git #2c046e1b - Split HttpTest and SessionTest to unit and integration (task T87781) by Amir Sarabadani
  • git #54626e5c - Title: Title::getSubpage should not lose the interwiki prefix (task T227700) by daniel
  • git #837f2d76 - storage: remove wfWikiId() call from RevisionStore::checkDatabaseDomain() by Aaron Schulz
  • git #d322031d - rdbms: switch to AtEast warning suppression in Database classes by Aaron Schulz
  • git #82fe641c - Setup: Make wfMemoryLimit() internal and simplify (task T189966) by Timo Tijhof
  • git #6612e486 - Setup: Move mb_internal_encoding() call earlier (task T189966) by Timo Tijhof
  • git #65f6a33a - objectcache: Document WANObjectCache statsd metrics (task T197849) by Timo Tijhof
  • git #f72ae0f6 - Switch various LoadBalancer::getConnection() callers to getConnectionRef() by Aaron Schulz
  • git #4067449a - Bring legacy/mediawiki.ui messages closer to Style Guide & ensure contrast (task T226795) by Volker E
  • git #f3dbb9ce - Drop ChangePasswordForm hook, deprecated in 1.27 by James D. Forrester
  • git #318306ed - rdbms: add ILoadBalancer::getReplicaResumePos method (task T224422) by Aaron Schulz
  • git #95ccb2b9 - rdbms: better normalize and document constructor $params in Database by Aaron Schulz
  • git #c3940d01 - Fix stale client caching of history pages with $wgShowUpdateMarker enabled by Aaron Schulz
  • git #144324e1 - Update wikimedia/object-factory to 2.1.0 by Gergő Tisza
  • git #41106688 - RedirectSpecialPage: handle interwiki redirects. (task T227700) by daniel
  • git #d6dd6e4d - resourceloader: Remove use of object registering in test suites (task T222637) by Timo Tijhof
  • git #611e2d55 - objectcache: move version numbers to the main wrapper in WANObjectCache by Aaron Schulz
  • git #7710afe5 - Migrate various callers away from wfWikiId() to WikiMap by Aaron Schulz
  • git #65648f55 - Add helper for HTTPFileStreamer header syntax by Gergő Tisza
  • git #d4cb1968 - Reduce contention of getScopedLockAndFlush() callers by using the DB domain in the key by Aaron Schulz
  • git #dce07b4c - Log errors in DeferredUpdates::handleUpdateQueue() by Aaron Schulz
  • git #c351a9ca - rdbms: cleanup some Database error message wording for consistency by Aaron Schulz
  • git #28484682 - rdbms: cleanup DatabaseSqlite::lock() error handling by Aaron Schulz
  • git #8a4f27fe - installer: make SqliteInstaller set "synchronous" for the job queue DB like the other DBs by Aaron Schulz
  • git #1f76570c - Add ResultWrapper/FakeResultWrapper tests (task T227665) by Aaron Schulz
  • git #4147bd81 - Add help links to core special pages (task T227534) by DannyS712
  • git #01a4a589 - resourceloader: Omit parameter 'lang' from image URLs when not vary by Fomafix
  • git #1e9ed7ad - Move LanguageCodeTest from integration to unit by Amir Sarabadani
  • git #c92d559d - Allow PHP version check to execute on older version of PHP (task T213893) by Bill Pirkle
  • git #77e36362 - Release notes for ResultWrapper indexing change (task T227665) by Gergő Tisza
  • git #383460af - objectcache: normalize BagOStuff method overriding pattern for *Multi() methods by Aaron Schulz
  • git #bf7a06a2 - Release notes for deprecating User::getRights() and breaking User::$mRights by Gergő Tisza
  • git #1758a572 - jobqueue: fix IDEA warnings in JobQueueRedis by Aaron Schulz
  • git #598eb4db - mediawiki.dic: Remove Zero-related stuff by Max Semenik
  • git #f588586e - Various fixes and simplifications to RefreshLinksJob::runTitle() by Aaron Schulz
  • git #dda7a2c3 - Some fixes to page updater docs by Tim Starling
  • git #b8b25149 - Allow PHP version check to execute on older versions of PHP (task T213893) by Bill Pirkle
  • git #aaf8d302 - rdbms: avoid dbSchema() in Database::replaceLostConnection() and Database::__clone() (task T227708) by Aaron Schulz
  • git #87c09681 - Html: Make linkButton() documentation less confusing by Roan Kattouw
  • git #69ad84cf - Make MapCacheLRU::get() accept a default value and improve $maxAge default by Aaron Schulz
  • git #316d2051 - Stop using wfDebugLog in LocalisationCache by Amir Sarabadani
  • git #a4d4f376 - Normalize the code style of some ResultWrapper iteration loops by Aaron Schulz
  • git #ebc8342d - Add NS_MEDIAWIKI to LinkCache::isCacheable() to help MessageBlobStore cache regeneration by Aaron Schulz
  • git #3a3d117f - objectcache: use OPT_TCP_NODELAY for MemcachedPeclBagOStuff by Aaron Schulz
  • git #12163690 - objectcache: remove inheritence from CachedBagOStuff by Aaron Schulz
  • git #d3c2e4d3 - Update $wgMainStash comments and merge in those from a deprecated ObjectCache method by Aaron Schulz
  • git #b530dca4 - User: support setting custom fields + array autocreation in non-existent field (task T227688) by Gergő Tisza
  • git #881e17a0 - WatchedItemStore: Fix fatal when revision is deleted (task T226741) by Roan Kattouw
  • git #77f4bab8 - Allow skins/extensions to define custom OOUI themes (task T100896) by Bartosz Dziewoński
  • git #65b4b612 - objectcache: rename "slaveOnly" parameter to "replicaOnly" in SQLBagOStuff by Aaron Schulz
  • git #6140d94f - PHPUnit bootstrap: less aggressive unsetting of globals (task T87781) by Kosta Harlan
  • git #36c6b6d5 - Tests: Assert that integration tests are not in unit test directory (task T87781) by Kosta Harlan
  • git #1ef6deed - Linker: Fix incorrect test added in Ib9816d8b (task T227656) by Brad Jorsch
  • git #9bd93469 - build: Updating mediawiki/mediawiki-phan-config to 0.6.1 by James D. Forrester
  • git #e8860191 - Make RouterTest extend MediawikiUnitTestCase and not integration by Amir Sarabadani
  • git #786a7a16 - Pass in ServiceOptions to BlockManager by Thalia
  • git #4b90befa - Tidy up conditions for applying a block from a cookie by Thalia
  • git #574bed63 - Update OOUI to v0.33.2 (task T158708) (task T226780) (task T227040) (task T227275) by Volker E
  • git #ff168c8c - Replace old URLs in SampleTest by Thalia
  • git #da5f1240 - rdbms: make IDatabase::isReadOnly() return true for replica DBs managed by LoadBalancer by Aaron Schulz
  • git #20a9c8d2 - bagostuff: optimize SqlBagOStuff and fix failing segmentation tests (task T113916) by Aaron Schulz
  • git #a5c754f6 - rdbms: rename LoadMonitor "parent" field to "lb" by Aaron Schulz

Vendor

Extensions

3D

  • git #0306c1ad - build: Updating npm dependencies by libraryupgrader
  • git #70814596 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

AbuseFilter

ActiveAbstract

  • git #fdc6066b - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
  • git #990b9f2e - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

AdvancedSearch

  • git #dd25d573 - build: Alphabetize composer dependencies by WMDE-Fisch
  • git #93d36525 - build: Updating dependencies by libraryupgrader
  • git #8733ed18 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
  • git #58f047a9 - Add Sorting order section to Advanced Search panel (task T197525) by tzhelyazkova

AntiSpoof

  • git #ebbe932c - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
  • git #02b379bb - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

ApiFeatureUsage

  • git #1d912dbd - build: Updating dependencies by libraryupgrader
  • git #623c39c7 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

ArticleCreationWorkflow

  • git #727fead0 - build: Updating dependencies by libraryupgrader
  • git #77f040f7 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

ArticlePlaceholder

  • git #70ccd167 - build: Updating npm dependencies by libraryupgrader
  • git #041cebfb - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

Babel

  • git #a7edd052 - build: Updating dependencies by libraryupgrader
  • git #5ce95f3d - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

BetaFeatures

BounceHandler

  • git #bdd472ee - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
  • git #3282e5b2 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

Calendar

  • git #d1d673d6 - build: Updating dependencies by libraryupgrader
  • git #bf1b5f70 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

Campaigns

  • git #d6ef0e26 - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
  • git #ba47e09f - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

Capiunto

  • git #6eb57e91 - build: Updating dependencies by libraryupgrader
  • git #bd0e479e - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

CategoryTree

  • git #ff68745b - build: Updating dependencies by libraryupgrader
  • git #cc24940a - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

CentralAuth

CharInsert

  • git #5d3d801d - build: Updating dependencies by libraryupgrader
  • git #0e38fad2 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

CheckUser

  • git #4d03505b - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
  • git #53d22caf - Avoid using ArticleEditUpdatesDeleteFromRecentchanges hook by Aaron Schulz
  • git #b33c24de - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

CirrusSearch

Cite

CiteThisPage

  • git #2ebabc76 - build: Updating dependencies by libraryupgrader
  • git #a7e28432 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

Citoid

cldr

  • git #d466ba49 - build: Updating dependencies by libraryupgrader
  • git #1627d826 - Update README to use wfLoadExtension by Fomafix
  • git #9d21e923 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

Cognate

  • git #720a7bf4 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

CodeEditor

  • git #7ef50bcb - build: Updating dependencies by libraryupgrader
  • git #fd3f2bd2 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

CodeMirror

  • git #dd036600 - build: Updating dependencies by libraryupgrader
  • git #3f695ac9 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

CodeReview

  • git #39a49a77 - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
  • git #15c94657 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

CollaborationKit

  • git #e7729ae6 - Remove non-existing showRedlink optiong being passed to mw.widgets.TitleSearchWidget by James D. Forrester
  • git #3fbdca65 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

Collection

  • git #9c0b610c - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
  • git #17ed09c1 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
  • git #782d8fb2 - CollectionProposals.php: Fix count(): Parameter must be an array or an object that implements Countable (task T227407) by Reedy

CommonsMetadata

  • git #59af70a9 - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
  • git #976613e8 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

ConfirmEdit

  • git #4575c2cc - build: Updating dependencies by libraryupgrader
  • git #2c829419 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

CongressLookup

  • git #825f3b13 - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
  • git #854f11e1 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

ContactPage

  • git #13427027 - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
  • git #9ade4ca6 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

ContentTranslation

  • git #94b9d780 - Move DateManipulatorTest.php to the new unit test structure by Amir Sarabadani
  • git #aecf456e - Fix debugBar styling by Ed Sanders
  • git #dfb7fcba - Update Wikibase client resource module by Amir Sarabadani
  • git #46936316 - Fix context inheritance by Ed Sanders
  • git #07e5d5e9 - Fix indentation in mw.cx.TargetArticle by petarpetkovic
  • git #eddb3168 - Don't generate HTML for segments when copying (task T220495) by Ed Sanders
  • git #6c0e5ed7 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

ContributionTracking

  • git #5e8760da - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
  • git #7b90299d - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

CreditsSource

  • git #7fb2f41b - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
  • git #b1def5e9 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

Dashiki

  • git #9f427580 - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
  • git #69fed7fe - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

Disambiguator

  • git #e6bb5d94 - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
  • git #fa89c646 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
  • git #a6a8a4ea - Add help links to special pages (task T226938) by DannyS712

DismissableSiteNotice

  • git #715674b4 - build: Updating dependencies by libraryupgrader
  • git #949eea7a - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

DonationInterface

DoubleWiki

  • git #d48e6eda - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
  • git #cd68caf1 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

DynamicSidebar

  • git #26e7682f - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
  • git #b939aeea - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

EUCopyrightCampaign

  • git #51d38259 - build: Updating dependencies by libraryupgrader
  • git #fa1a615e - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

Echo

Elastica

  • git #37291b7a - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
  • git #cd53bb97 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

ElectronPdfService

  • git #58532291 - build: update dev dependecies in package.json by WMDE-Fisch
  • git #0056b0d8 - build: Alphabetize composer dependencies by WMDE-Fisch
  • git #34740eb0 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

EntitySchema

  • git #e0af51a7 - build: Updating npm dependencies by libraryupgrader
  • git #77b73cff - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

EventBus

  • git #8cc64195 - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
  • git #d0ffc736 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

EventLogging

  • git #e7e2ff5c - build: Updating dependencies by libraryupgrader
  • git #9b29f14a - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

ExtensionDistributor

  • git #0901dfe2 - build: Updating dependencies by libraryupgrader
  • git #f03db582 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

ExternalGuidance

  • git #c48434ce - build: Updating dependencies by libraryupgrader
  • git #7ea645da - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

FeaturedFeeds

  • git #d946768a - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
  • git #2c45f6d7 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
  • git #ad2fe5c2 - Split apihelp messages to a separate file (task T189982) by Amir Aharoni

FileExporter

  • git #a13491c0 - build: Alphabetize composer dependencies by WMDE-Fisch
  • git #ef5e0150 - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
  • git #2ea3d656 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

FileImporter

FlaggedRevs

Flow

FundraiserLandingPage

  • git #f4d026f7 - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
  • git #3a44c0e8 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

FundraisingTranslateWorkflow

  • git #9102375f - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
  • git #71371f4f - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

Gadgets

  • git #28bc89ad - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
  • git #8f714aef - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

GeoCrumbs

  • git #f18ad43e - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
  • git #f171d9e8 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

GeoData

  • git #278670f2 - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
  • git #58b0f91b - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
  • git #3b4bb869 - Stop supporting ParserOutput::geoData magicField by David Causse

GettingStarted

GlobalBlocking

  • git #66a20829 - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
  • git #8887c414 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

GlobalCssJs

  • git #09bd6972 - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
  • git #dbf81967 - tests: Add basic test for GlobalSiteModuleTest::getGroup by Timo Tijhof
  • git #80e44d18 - tests: Minor clean up in GlobalModuleTest and GlobalSiteModuleTest by Timo Tijhof
  • git #1da2f364 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

GlobalPreferences

  • git #12a6588e - build: Use standard name in eslint config by Kunal Mehta
  • git #8f0964f5 - build: Updating dependencies by libraryupgrader
  • git #ee6f3ad2 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

GlobalUsage

  • git #dd475e2c - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
  • git #9946c2ae - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

GlobalUserPage

  • git #69ac9cc3 - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
  • git #085ea699 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

GoogleNewsSitemap

  • git #fa97d69f - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
  • git #0d51c2d0 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

Graph

  • git #fcda4eb4 - build: Updating dependencies by libraryupgrader
  • git #9d5af2ba - build: Modernise linters by James D. Forrester
  • git #cf80f43e - Drop dangerous wgGraphIsTrusted option, never used by James D. Forrester
  • git #ee1853a5 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

GrowthExperiments

GuidedTour

  • git #35464fd6 - build: Updating dependencies by libraryupgrader
  • git #af936881 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

GWToolset

  • git #5caa8ad2 - build: Updating dependencies by libraryupgrader
  • git #569db065 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

ImageMap

  • git #e02f5389 - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
  • git #bdaa9407 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

InputBox

  • git #91191771 - build: Updating dependencies by libraryupgrader
  • git #14424a9a - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

Insider

  • git #b0688cae - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
  • git #09290101 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

intersection

  • git #0a07ea63 - build: Updating dependencies by libraryupgrader
  • git #d384746e - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

Interwiki

  • git #fe5303a4 - build: Updating dependencies by libraryupgrader
  • git #bfc8a018 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

InterwikiSorting

  • git #3d3665ed - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

Jade

  • git #9138da68 - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
  • git #47890a0e - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

Josa

  • git #59fbfc40 - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
  • git #176e9c2a - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

JsonConfig

  • git #a4983e0f - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

Kartographer

LabeledSectionTransclusion

  • git #5e0006db - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
  • git #f5c33a3c - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

LandingCheck

  • git #4cb34f62 - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
  • git #bcd2b9e0 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

LdapAuthentication

  • git #a2d07d01 - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
  • git #22016f60 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

Linter

  • git #3021acbd - build: Updating dependencies by libraryupgrader
  • git #da03b3f8 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

LiquidThreads

  • git #6f8d8813 - build: Updating dependencies by libraryupgrader
  • git #2d881ede - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

Listings

  • git #fdbb8063 - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
  • git #1354eec7 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

LocalisationUpdate

  • git #840c432f - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
  • git #04d0f985 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

LoginNotify

  • git #07c228fc - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
  • git #6883dca1 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

MapSources

  • git #f4f14b25 - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
  • git #b8fdb101 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

MassMessage

Math

  • git #ccc6a0cb - build: Updating dependencies by libraryupgrader
  • git #85d7f039 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

MobileApp

  • git #df4c8e86 - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
  • git #d75755a0 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

MobileFrontend

MultimediaViewer

  • git #16dfa95f - build: Updating dependencies by libraryupgrader
  • git #00685034 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

Newsletter

  • git #45bddc1f - build: Updating dependencies by libraryupgrader
  • git #356a89c2 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 and make pass by James D. Forrester

NewUserMessage

  • git #ab96b520 - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
  • git #2766c866 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

Nuke

  • git #8e9a3bbe - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
  • git #87a1230c - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

OATHAuth

  • git #b4c81d45 - build: Updating dependencies by libraryupgrader
  • git #142bda91 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

OAuth

OpenStackManager

  • git #d69467a2 - build: Updating dependencies by libraryupgrader
  • git #ef574e76 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

ORES

PageAssessments

  • git #3846c8ab - build: Updating dependencies by libraryupgrader
  • git #460f85fb - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

PagedTiffHandler

  • git #a6a9e721 - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
  • git #012b4024 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

PageImages

  • git #7d93ee1f - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
  • git #2187e20b - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

PageTriage

PageViewInfo

  • git #b5d948ff - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
  • git #b1d4c6d4 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

ParserFunctions

  • git #61828f3b - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
  • git #e085eca7 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

ParsoidBatchAPI

  • git #26ca1fd1 - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
  • git #d255f26e - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

PdfHandler

  • git #96fa538a - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
  • git #cab621ed - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

PerformanceInspector

  • git #7ceba180 - build: Updating dependencies by libraryupgrader
  • git #2c7ebcb6 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

Petition

  • git #77b67488 - build: Updating dependencies by libraryupgrader
  • git #46a0324a - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

Poem

  • git #5d96cf23 - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
  • git #d4e9fb68 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

PoolCounter

  • git #ef3efc0b - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
  • git #5c4e10ae - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

Popups

  • git #85084a44 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

ProofreadPage

PropertySuggester

  • git #0ef01ab8 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

QuickSurveys

  • git #4e7ea653 - build: Updating dependencies by libraryupgrader
  • git #f932f4fa - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

Quiz

  • git #3284b1aa - build: Updating dependencies by libraryupgrader
  • git #7b830b29 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

ReadingLists

  • git #cdda9408 - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
  • git #93c5aa10 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
  • git #e1490b3f - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

Renameuser

  • git #a411fa19 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

RevisionSlider

  • git #65faa456 - build: Alphabetize composer dependencies by WMDE-Fisch
  • git #01737414 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

RSS

  • git #cd9e5840 - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
  • git #2542193c - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
  • git #77465ba8 - build: Updating dependencies by libraryupgrader
  • git #e3f6f311 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

Score

  • git #8ca7109b - build: Updating dependencies by libraryupgrader
  • git #433b4b3e - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

Scribunto

  • git #93092698 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

SearchExtraNS

  • git #8796967c - build: Updating dependencies by libraryupgrader
  • git #cd5c9fea - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

SecurePoll

Sentry

  • git #f8d26bfa - build: Updating dependencies by libraryupgrader
  • git #7ce1a3d2 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

ShortUrl

  • git #c254c3cc - build: Updating dependencies by libraryupgrader
  • git #f2634670 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

SiteMatrix

  • git #118043d5 - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
  • git #f3a53ace - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

SkinPerPage

  • git #def2d399 - build: Updating dependencies by libraryupgrader
  • git #b4fcb5bb - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

SpamBlacklist

  • git #a0e6c32f - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
  • git #a72c0f33 - Abandon EventLogging instrumentation (task T162365) by Dan Andreescu
  • git #3f6da90c - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

SubPageList3

  • git #01d04ac9 - build: Updating dependencies by libraryupgrader
  • git #da0eb90c - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

SubpageSortkey

  • git #a391315e - build: Updating dependencies by libraryupgrader
  • git #2f835873 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

SyntaxHighlight_GeSHi

  • git #c83d43c8 - build: Updating dependencies by libraryupgrader
  • git #36e03d2e - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

TemplateData

  • git #f273d154 - build: Updating dependencies by libraryupgrader
  • git #cc8b0b5e - Set back/close flags on dialog by Ed Sanders
  • git #9366ac18 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

TemplateSandbox

TemplateStyles

  • git #a9b68311 - build: Updating dependencies by libraryupgrader
  • git #ba07d9c0 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

TemplateWizard

  • git #5d376106 - build: Updating dependencies by libraryupgrader
  • git #681ee79b - Fix dialog actions by Ed Sanders
  • git #36e1a799 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

TextExtracts

  • git #ed0f255d - build: Updating dependencies by libraryupgrader
  • git #b39beef5 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

Thanks

  • git #f10a6818 - build: Updating dependencies by libraryupgrader
  • git #003172c1 - SECURITY: Do not let users thank for a log entry if actor was deleted (task T224240) by Martin Urbanec
  • git #ba50cab9 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

TimedMediaHandler

  • git #435e8764 - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
  • git #86cc93b2 - build: Migrate eslint exclusions to .eslintignore by Kunal Mehta
  • git #e4afa863 - Add help links to special pages (task T226938) by DannyS712
  • git #1e16e31c - Get language names from core module 'mediawiki.language.names' by Fomafix
  • git #3d76181f - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
  • git #702a2b2a - TimedText: Add a audio captioning plugin for video.js (task T121387) by Derk-Jan Hartman

timeline

  • git #49197c3c - build: Updating dependencies by libraryupgrader
  • git #d641fd34 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

TitleBlacklist

  • git #ba40cb6e - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
  • git #9490d3df - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

TocTree

  • git #5ab87560 - build: Updating dependencies by libraryupgrader
  • git #c3048c17 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

TorBlock

  • git #164ef223 - build: Updating dependencies by libraryupgrader
  • git #27f401ad - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
  • git #1de471d9 - Convert getExitNodes() from $wgMainStash to the WAN cache (task T227376) by Aaron Schulz

Translate

TranslationNotifications

  • git #3a706224 - build: Updating dependencies by libraryupgrader
  • git #c8d5d1a1 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

TrustedXFF

  • git #00ceecdd - build: Updating dependencies by libraryupgrader
  • git #26ee3ca1 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

TwoColConflict

  • git #91b02c3c - build: Alphabetize composer dependencies by WMDE-Fisch
  • git #435911f2 - build: Updating dependencies by libraryupgrader
  • git #6bbfaaee - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

UniversalLanguageSelector

  • git #cc4c09ed - build: Updating dependencies by libraryupgrader
  • git #2b1d17ac - Update jquery.uls from upstream by MarcoAurelio
  • git #b08de1c0 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
  • git #9f42e2b5 - build: Updating dependencies by libraryupgrader
  • git #d13b3e71 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

UploadWizard

  • git #0acc0be8 - build: Updating dependencies by libraryupgrader
  • git #66ba6ef0 - Remove Image-reviewer group from extension.json (task T228073) by Martin Urbanec
  • git #6ebc64f1 - UploadWizardCampaign: Stop using deprecated ObjectCache::getMainWANInstance() by James D. Forrester
  • git #ebc9dc8b - Use parseDom() instead of parse() wherever possible by Bartosz Dziewoński
  • git #02d97096 - uw.ValidationMessageElement: Fix error messages with buttons/links (task T227871) by Bartosz Dziewoński
  • git #d9945647 - Don't load EL schemas by Matthias Mullie
  • git #e2e69db1 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

UrlShortener

UserMerge

  • git #f40dae3a - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
  • git #eb7964b4 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

VipsScaler

  • git #42882c64 - build: Updating dependencies by libraryupgrader
  • git #ac800c61 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

VisualEditor

Wikibase

WikibaseCirrusSearch

  • git #3a3066e5 - build: Updating lodash to 4.17.14 by libraryupgrader
  • git #acee722d - Support new factory_method format in query builder profile (task T216429) by David Causse
  • git #15781b2b - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

WikibaseLexeme

WikibaseLexemeCirrusSearch

  • git #ac1b97d8 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

WikibaseMediaInfo

WikibaseQualityConstraints

  • git #f41943c5 - build: Updating npm dependencies by libraryupgrader
  • git #79ee9460 - Update var name to latest `@colorError` by Volker E
  • git #1c12970c - build: Upgrade phan-taint-check-plugin from 1.4.0 to 2.0.1 by Daimona Eaytoy
  • git #9fa2f7ef - Stop using JsonFileEntityLookup in ConnectionChecker tests (task T204704) by Lucas Werkmeister
  • git #75475db6 - Remove EntityLookup from services that don’t need it by Lucas Werkmeister

Wikidata.org

  • git #052c171a - build: Updating dependencies by libraryupgrader
  • git #398e9d5d - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

WikidataPageBanner

  • git #14312bcb - build: Updating dependencies by libraryupgrader
  • git #fb312db8 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

WikiEditor

  • git #2bdd0aa0 - build: Updating dependencies by libraryupgrader
  • git #bc3c7cb6 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
  • git #d2e683f2 - Add arrow-up as indicator for the pinned menu by Fomafix

wikihiero

  • git #36a49c79 - build: Updating dependencies by libraryupgrader
  • git #b4fa8971 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

WikiLove

  • git #4ed12bd4 - build: Updating dependencies by libraryupgrader
  • git #752ee1cb - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

WikimediaBadges

  • git #5649b235 - build: Updating dependencies by libraryupgrader
  • git #38369b37 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

WikimediaEditorTasks

  • git #861adc30 - build: Updating dependencies by libraryupgrader
  • git #e3dac18b - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

WikimediaEvents

  • git #1a82c69d - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
  • git #c692beb8 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

WikimediaIncubator

  • git #11c9ecb2 - build: Updating dependencies by libraryupgrader
  • git #9748e2f1 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

WikimediaMaintenance

  • git #55700f5b - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
  • git #f9ed3fe5 - CreateHumanReadableProjectNameFiles: Remove Zero by Max Semenik
  • git #01a810ad - Remove fixJobQueueExplosion.php by Timo Tijhof
  • git #14c164b2 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

WikimediaMessages

  • git #07ae9676 - build: Updating dependencies by libraryupgrader
  • git #8387bfcf - Remove undeployed zerowiki by Max Semenik
  • git #b80df2e7 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

XAnalytics

  • git #993a5ea9 - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
  • git #34dc85a8 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

Skins

CologneBlue

  • git #f4954fee - build: Updating dependencies by libraryupgrader
  • git #081a2ec4 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

EUCopyrightCampaignSkin

  • git #344876ab - build: Updating dependencies by libraryupgrader
  • git #ce6b7777 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

MinervaNeue

MonoBook

  • git #6c53b601 - Use media queries rather than manual checks for mobile hacks (task T227916) by Bartosz Dziewoński
  • git #3f52a179 - Fix funny Echo integration when mobile hack kicks in after using the icons (task T227916) by Bartosz Dziewoński
  • git #4c4efadf - When the personal bar doesn't fit, make overflowing links usable (task T226875) by Bartosz Dziewoński
  • git #664fbbfc - build: Updated composer dependencies by MarcoAurelio
  • git #f4a17ce8 - build: Update npm dependencies by MarcoAurelio
  • git #14755014 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

Modern

  • git #30908110 - build: Updating dependencies by libraryupgrader
  • git #abd51753 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

Nostalgia

  • git #25f8e4f0 - build: Updating dependencies by libraryupgrader
  • git #5059e3a1 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

Timeless

Vector

  • git #7cc8756e - build: Updating dependencies by libraryupgrader
  • git #ac812a88 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester

Total Changes

646 Changes in 189 repos by 58 authors

This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.