MediaWiki 1.34/wmf.14

From mediawiki.org
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[edit]

  • 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[edit]

Extensions[edit]

3D[edit]

  • 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[edit]

ActiveAbstract[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

BounceHandler[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

CharInsert[edit]

  • 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[edit]

  • 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[edit]

Cite[edit]

CiteThisPage[edit]

  • 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[edit]

cldr[edit]

  • 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[edit]

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

CodeEditor[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

DoubleWiki[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

Elastica[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

FlaggedRevs[edit]

Flow[edit]

FundraiserLandingPage[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

GlobalBlocking[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

GuidedTour[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

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

Jade[edit]

  • 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[edit]

  • 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[edit]

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

Kartographer[edit]

LabeledSectionTransclusion[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

Math[edit]

  • 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[edit]

  • 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[edit]

MultimediaViewer[edit]

NavigationTiming[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

OpenStackManager[edit]

  • 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[edit]

PageAssessments[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

PageViewInfo[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

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

ProofreadPage[edit]

PropertySuggester[edit]

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

QuickSurveys[edit]

  • 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[edit]

  • 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[edit]

  • 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

RelatedArticles[edit]

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

Renameuser[edit]

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

RevisionSlider[edit]

  • 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[edit]

  • 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

SandboxLink[edit]

  • 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[edit]

  • 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[edit]

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

SearchExtraNS[edit]

  • 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[edit]

Sentry[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

TemplateStyles[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

TranslationNotifications[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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

UploadsLink[edit]

  • 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[edit]

  • 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[edit]

UserMerge[edit]

  • 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[edit]

  • 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[edit]

Wikibase[edit]

WikibaseCirrusSearch[edit]

  • 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[edit]

WikibaseLexemeCirrusSearch[edit]

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

WikibaseMediaInfo[edit]

WikibaseQualityConstraints[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

CologneBlue[edit]

  • 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[edit]

  • 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[edit]

MonoBook[edit]

  • 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[edit]

  • 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[edit]

  • 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[edit]

Vector[edit]

  • 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[edit]

646 Changes in 189 repos by 58 authors