MediaWiki 1.36/wmf.34

MediaWiki 1.36.0-wmf.33 Deployment of MediaWiki 1.36.0-wmf.34 to Wikimedia sites MediaWiki 1.36.0-wmf.35

The latest version (labeled "1.36.0-wmf.34") of MediaWiki, the software that powers Wikipedia and its sister sites, is being deployed to all Wikimedia sites in stages, starting on Tuesday, 9 March 2021 (see the roadmap).

Core changes

edit
  • git #cc2ce669 - Branch commit for wmf/1.36.0-wmf.34 (T274938) by trainbranchbot
  • git #c10cbe17 - Escape <input> in DateTimeInputWidget documentation (T273536) by Nardog
  • git #78c1095d - Add Wayuu support to release notes (T276745) by Amir Aharoni
  • git #37cb7d88 - DiffHistoryBlobTest: remove unneeded `return` by DannyS712
  • git #242b9b2f - Enforce concealment of hidden RelevantUser at Skin level (T120883) by Ammar Abdulhamid
  • git #a52246b2 - Add namespaces for [trv] Seediq language (T276247) by jhsoby
  • git #7f7dfebd - Add Wayuu to Names.php (T276745) by Amir Aharoni
  • git #1a4e632a - Create MessagesShi.php for the Tachelhit language by Amir Aharoni
  • git #7c47a17b - Move Xml::expandAttributes tests to unit tests by DannyS712
  • git #a48bb43b - Add more tests for creating Title objects (T241406) by DannyS712
  • git #5015a623 - selenium: Remove ChromeDriver dependency (T269566) by Željko Filipin
  • git #50163e40 - Update CREDITS and remove a duplicate CREDITS entry by Zabe
  • git #7f28fe35 - Sort magic words alises alphabetically in static language files (T255826) by Umherirrender
  • git #124bc610 - Drop pagelinks table creation code (T272199) by Amir Sarabadani
  • git #b0dbe27c - Remove unused patch-image_name_unique.sql by Amir Sarabadani
  • git #c4f28d01 - Replace some usages of User with Authority/UserIdentity by Petr Pchelko
  • git #bfa145fa - Convert second batch of special pages to authority by Petr Pchelko
  • git #1293e1f5 - Drop unused patch-bot.sql patch by Amir Sarabadani
  • git #e7df1e36 - Add schema change for img_timestamp varbinary(14) to binary(14) (T42626) (T230428) by Amir Sarabadani
  • git #b267f7aa - resourceloader: Allow modules to mark themselves as ES6-only (T272104) by Roan Kattouw
  • git #ea185c87 - Rename Authority::getPerformer() to ::getUser() by Petr Pchelko
  • git #f682860d - build: Ignore default upload path in eslint by Ed Sanders
  • git #3aa1f6c2 - build: Only run eslint on locally-mastered i18n files (T276477) by James D. Forrester
  • git #3cb9c81c - build: Upgrade eslint-config-wikimedia from 0.18.1 to 0.18.2 by James D. Forrester
  • git #244bbc8e - OutputPage: move to authority where relevant by Petr Pchelko
  • git #9b8d6612 - Support Composer 2.0 in ComposerInstalled (T266419) by mainframe98
  • git #863e12ba - Replace Cyrillic with Latin in MessagesTly (T258975) by Amir Aharoni
  • git #07b63105 - WatchAction:doWatchOrUnwarch - use Authority by Petr Pchelko
  • git #7e799cc7 - Convert RecentChange::doMarkPatrolled to Authority by Petr Pchelko
  • git #80ba4de1 - Control whether a log is created when accounts are autocreated (T269494) by Huji
  • git #595d605e - Convert EditConstraints to Authority (T271977) by Petr Pchelko
  • git #aed228e3 - PageArchive: Improve method/property documentations by Ammarpad
  • git #1cc2e153 - Prevent call of fetchUser method with null (T276316) by vladshapik
  • git #7e591bae - Simplify PageArchive::__construct() by Ammarpad
  • git #f9cbc388 - SearchNearMatcher: don't create WikiPage for bad titles. (T276387) by daniel
  • git #daf6b099 - Remove usage line for moveBatch.php (T85246) by Zppix
  • git #334278bd - Remove reference to non-existing method in comments by Ammarpad
  • git #9eb95410 - Re-introduce UserIdentity::getUserId - removed in a violation of SIP (T275482) by Martin Urbanec
  • git #aa5f902b - maintenance: Avoid missing l10n cache error in mergeMessageFileList by Dan Duvall
  • git #de5323e2 - maintenance: mergeMessageFileList should be DB_NONE (T260827) (T238436) by Dan Duvall
  • git #ec4590b6 - UploadBase: fopen can return false (T266234) by Umherirrender
  • git #f415c95f - Introduce SpecialPage::getAuthority shortcut to context by Petr Pchelko
  • git #af13f873 - Convert Article and ImagePage to Authority by Petr Pchelko
  • git #7b410cda - Maintenance.php: Remove HHVM remnant by Ammarpad
  • git #49310510 - Avoid using UserIdentity::getUserId (T275482) by Vadim Kovalenko
  • git #4ff48fbd - mediawiki.ui: Quiet buttons set to bold and with min-height of 32px (T268241) by jdlrobson
  • git #0a7ea041 - maintenance: Disable storage backend for DB_NONE tasks (T260827) (T237148) (T238436) by Dan Duvall
  • git #07b05d3d - Drop unused patch-userlevels.sql patch by Amir Sarabadani
  • git #5611e959 - rdbms: Add ChronologyProtectorStash type to the debug logs by Aaron Schulz
  • git #d91c6627 - maintenance: rebuildLocalisationCache should be DB_NONE if possible (T260827) (T237148) by Dan Duvall
  • git #70364b51 - maintenance: Skip setAgentAndTriggers for DB_NONE maintenance tasks (T260827) (T237148) (T238436) by Dan Duvall
  • git #20d37449 - Covert HttpErrorTest to a pure unit test by DannyS712
  • git #f28578f9 - Make ParserOptionsTest work on PHP<7.4.9 with opcache enabled (T270228) by Tim Starling
  • git #3b18dcbc - Convert UploadBase to authority. by Petr Pchelko
  • git #d83dee67 - Expand title tests for configuration pages (T241406) by DannyS712
  • git #1abe2e53 - Remove ActorStore::getUserIdentityByAnyId. by Petr Pchelko
  • git #d812cd44 - ActorStore: Respect $queryFlags other then READ_NORMAL/LATEST by Petr Pchelko
  • git #ab7157e0 - Convert DifferencesEngine to Authority by Petr Pchelko
  • git #ebd14f37 - RecentChangeTest::testParseParams use a data provider by DannyS712
  • git #10534056 - Rename new_name_timestamp on recentchanges to rc_new_name_timestamp (T270033) by Amir Sarabadani
  • git #7974d518 - MysqlMaintenance: Make use of Maintenance::fatalError by Ammarpad
  • git #c192b6c3 - Drop the cur/old -> page/revision schema change code (T272199) by Amir Sarabadani
  • git #05a1a44f - objectcache: remove ObjectCache::detectLocalServerCache() method by Aaron Schulz
  • git #cba9683a - MessagesMni.php: Add namespace translations (T273461) by Martin Urbanec
  • git #8fc94f3d - SpecialImport: Avoid duplicate 'source' ID in form by Ed Sanders
  • git #1f34e5c6 - Rewrite ActorMigration test to not manipulate the original by Thiemo Kreuz
  • git #ec7d3579 - maintenance: Remove preprocessDump.php by Timo Tijhof
  • git #4612a694 - Fix error handling in TextSlotDiffRenderer::getTextDiffInternal() by Gergő Tisza

Vendor

edit

Extensions

edit
  • git #f29cb2a0 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

AbuseFilter

edit

ActiveAbstract

edit
  • git #75c7556f - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

AdvancedSearch

edit

No changes for AdvancedSearch

AntiSpoof

edit
  • git #beec807c - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

ApiFeatureUsage

edit
  • git #6817430c - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

ArticleCreationWorkflow

edit
  • git #f67644f4 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

ArticlePlaceholder

edit
  • git #ab737af0 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader
  • git #c2ca7e0c - Update WikibaseClient::getRepoLinker() calls (T276331) by Lucas Werkmeister
  • git #381d6242 - Update getEntityIdParser method callers to static (T275886) by Itamar Givon

Babel

edit
  • git #404b7a34 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

BetaFeatures

edit
  • git #e4d08a03 - Get global $wgBetaFeatures from config object (T170587) by Umherirrender
  • git #cbf716dc - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

BounceHandler

edit
  • git #3d8f691d - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

Calendar

edit
  • git #ccd3c619 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

Campaigns

edit
  • git #d8d3f7a1 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

Capiunto

edit
  • git #b1e5c664 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

CategoryTree

edit
  • git #7d219ada - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

CentralAuth

edit
  • git #56786346 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader
  • git #8237704a - Rename Authority::getPerformer to Authority::getUser by Petr Pchelko
  • git #cd1395de - Do not create an 'autocreate' log when forcibly creating local accounts (T269494) by Huji
  • git #6df3caf4 - Add a maintenance script to backfill local names (T150506) by Taavi Väänänen
  • git #d2869b74 - Avoid double urlencoding link to local Special:BlockList (T275963) by Matěj Suchánek

CentralNotice

edit

No changes for CentralNotice

CharInsert

edit
  • git #fa8dde53 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

CheckUser

edit
  • git #bc95f1c6 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

CirrusSearch

edit
  • git #e9870560 - Add test for SpecificAliasValidator (T276320) by toan
  • git #af9e540d - Fix UpdateWeightedTags parameter checks by Gergő Tisza
  • git #ad3a77ca - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader
  • git #0ab038ab - CirrusSearchResult::isMissingRevision() return value fix by Cormac Parle
  • git #f3405325 - Make ArticleTopicFeature::ARTICLE_TOPIC_TAG_PREFIX more useful by Gergő Tisza

Cite

edit
  • git #d91060fb - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

CiteThisPage

edit
  • git #059df096 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

Citoid

edit
  • git #e9ba7414 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader
  • git #c099c6a6 - CitoidDataModule: Cast ResourceLoader::inDebugMode() to bool for phan by James D. Forrester

cldr

edit
  • git #02f2895a - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

CodeEditor

edit
  • git #583480e6 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

CodeMirror

edit
  • git #8869ebc9 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader
  • git #e325bc2e - Add accesskey to CodeMirror input field (T259347) by Jon Harald Søby

CodeReview

edit
  • git #ff6a66bc - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

Cognate

edit
  • git #2928fd6f - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

Collection

edit

CommonsMetadata

edit
  • git #e981440c - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

ConfirmEdit

edit
  • git #919dd1f6 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

CongressLookup

edit
  • git #963d3ebe - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

ContactPage

edit
  • git #c6ecfdb4 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

ContentTranslation

edit
  • git #d19f4815 - CX3 Build 0.1.0+20210308 by Santhosh Thottingal
  • git #05c70072 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader
  • git #5ab08c58 - CX3: Fix js errors in store module application by Santhosh Thottingal
  • git #96eb148d - SX Dashboard: Add refresh section suggestion list button (T260164) by NikG
  • git #8400c2d7 - CX3: Split application store modules to smaller modules by Santhosh Thottingal

CreditsSource

edit
  • git #75e27a0d - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

Dashiki

edit
  • git #82bf73b8 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

Disambiguator

edit
  • git #28f5e6d4 - Inject services into DisambiguationPages/DisambiguationPageLinks (T259960) by Umherirrender
  • git #f44a72c9 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

DiscussionTools

edit
  • git #ccc19d8d - Add 'href' to reply links for better compatibility with skins by Ed Sanders
  • git #5324e60e - Tracking changes from VE source mode by Ed Sanders
  • git #c2d45158 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader
  • git #6224c11f - Always load init CSS when tools are available for a title (T274311) by Ed Sanders
  • git #45cda20c - Don't attempt to put comment markers in <noscript> tags (T276455) by Ed Sanders
  • git #998bd206 - Follow-up I60e550ef: Don't show relevant user in mention list if it is you by Ed Sanders
  • git #f296c6fd - build: Move eslint file list to .eslintignore by Ed Sanders
  • git #f5059e6e - Don't detect comments within 'cite' elements too (T275881) by Bartosz Dziewoński
  • git #5a071392 - CommentFormatterTest: Avoid re-serializing the HTML by Bartosz Dziewoński

DismissableSiteNotice

edit
  • git #388b493d - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

DonationInterface

edit

DoubleWiki

edit
  • git #0cfeb736 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

DynamicSidebar

edit
  • git #1962cab8 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

Echo

edit

Elastica

edit

ElectronPdfService

edit
  • git #f2de51b5 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

EntitySchema

edit
  • git #7a8150f0 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

EventBus

edit
  • git #3720e65c - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

EventLogging

edit
  • git #63d651d7 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader
  • git #f15acf2c - Fix timestamp format for migrated events (T276235) by Michael Holloway

EventStreamConfig

edit
  • git #1fe267d3 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

ExtensionDistributor

edit
  • git #3a286d31 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

ExternalGuidance

edit
  • git #abc9d360 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

FeaturedFeeds

edit
  • git #73309070 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

FileExporter

edit
  • git #7fc39183 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

FileImporter

edit
  • git #8629a495 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

FlaggedRevs

edit

Flow

edit

FundraiserLandingPage

edit
  • git #8ffc20c5 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

FundraisingTranslateWorkflow

edit
  • git #a8e0073a - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

Gadgets

edit
  • git #8e255427 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

GeoCrumbs

edit
  • git #20fbdc86 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

GeoData

edit
  • git #89ed9c3c - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

GettingStarted

edit
  • git #32cb951a - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

GlobalBlocking

edit
  • git #49064fea - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

GlobalCssJs

edit
  • git #f8a11e02 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

GlobalPreferences

edit
  • git #67c0b5e5 - Remove pre-1.35 code by Umherirrender
  • git #89cbb55c - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

GlobalUsage

edit
  • git #60ad8073 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

GlobalUserPage

edit
  • git #81c2cbb3 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

GlobalWatchlist

edit

GoogleNewsSitemap

edit
  • git #1fb5e7a8 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

Graph

edit
  • git #56c104df - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

GrowthExperiments

edit

GuidedTour

edit
  • git #eafcc09e - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

GWToolset

edit
  • git #7d6c34a6 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

ImageMap

edit
  • git #3829c582 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

InputBox

edit
  • git #65690a19 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

Insider

edit
  • git #61db75f0 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

intersection

edit
  • git #1a756e31 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

Interwiki

edit
  • git #6d10770a - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

InterwikiSorting

edit
  • git #d5d17a59 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

IPInfo

edit
  • git #2a3940bb - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

Jade

edit
  • git #90995d47 - build: Updating npm dependencies by libraryupgrader

Josa

edit
  • git #f5a052b8 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

JsonConfig

edit
  • git #c508fb21 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

Kartographer

edit
  • git #47045204 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

LabeledSectionTransclusion

edit

LandingCheck

edit
  • git #93b7e442 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

LdapAuthentication

edit
  • git #cc335b78 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader
  • git #223c7430 - Avoid using User ::addGroup, ::removeGroup, ::getAllGroups (T276094) by vladshapik

Linter

edit
  • git #25a864ce - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

LiquidThreads

edit
  • git #feddfa0b - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

Listings

edit
  • git #d5a25527 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

LocalisationUpdate

edit
  • git #4813f8ce - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

LoginNotify

edit
  • git #88e62020 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

MachineVision

edit
  • git #bde5a421 - Set default SuggestedTagsAction version to Event Platform schema URI (T267351) by Marcel Ruiz Forns
  • git #08731505 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

MapSources

edit
  • git #6c0e7928 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

MassMessage

edit
  • git #6a3508b3 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

Math

edit
  • git #f2edc700 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader
  • git #a9d2b684 - Update WikibaseRepo::getStringNormalizer() call (T276430) by Lucas Werkmeister
  • git #6a8f7df8 - Update getEntityIdParser method callers to static (T275886) by Itamar Givon

MediaModeration

edit

No changes for MediaModeration

MobileApp

edit
  • git #b4fb4b0b - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

MobileFrontend

edit
  • git #edd9d1ad - Fix: Save user options only once when Advanced Mode is toggled (T218835) by Michael Holloway
  • git #7b71ca3a - Drawer.stories.js: Set parsedReason on blockMessageDrawer config (T274010) by Thalia
  • git #56da2a51 - README: Correct wgMFLazyLoadImages defaults by Ed Sanders
  • git #ee91d07e - Rewite MoveLeadParagraphTransform based on mobile apps approach (T262093) by Ed Sanders
  • git #b51b935f - Update search header to rely on standard background 'search' icon (T275563) by Volker E

MultimediaViewer

edit
edit
  • git #c69b8794 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

Newsletter

edit
  • git #69d9324c - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

NewUserMessage

edit
  • git #00c93351 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

Nuke

edit
  • git #d60ebce7 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

OATHAuth

edit
  • git #60b1ad52 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

OAuth

edit
  • git #8e88fa32 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

OAuthRateLimiter

edit

No changes for OAuthRateLimiter

OpenStackManager

edit
  • git #eb80f2b0 - Remove orphaned code by Reedy
  • git #6a8fbd11 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

ORES

edit

PageAssessments

edit
  • git #aa08d7bc - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

PagedTiffHandler

edit
  • git #24840317 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

PageImages

edit
  • git #b3c4adb9 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader
  • git #d1d7cfef - Remove pre-1.35 code by Umherirrender

PageNotice

edit
  • git #b7b69ee1 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

PageTriage

edit
  • git #402c4354 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

PageViewInfo

edit
  • git #3a7edddf - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

ParserFunctions

edit
  • git #19abca20 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader
  • git #d8a18b08 - Use HookHandlers for core hooks by Umherirrender

PdfHandler

edit

Poem

edit
  • git #a60c74a5 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

PoolCounter

edit
  • git #5e1efad3 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

Popups

edit

ProofreadPage

edit
  • git #ba887f21 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

PropertySuggester

edit
  • git #d9ed00d7 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader
  • git #728b1930 - Update getEntityTitleLookup calls to static calls (T276318) by Itamar Givon
  • git #5ce8b257 - Update WikibaseRepo::getLanguageFallbackChainFactory() call (T276457) by Lucas Werkmeister

QuickSurveys

edit
  • git #04afd780 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

Quiz

edit
  • git #ce920b49 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

ReadingLists

edit
  • git #16652b44 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader
edit
  • git #10578329 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

Renameuser

edit
  • git #67fc10e0 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

RevisionSlider

edit
  • git #3216dac8 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader
  • git #058f4108 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader
edit
  • git #11b7659c - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

Score

edit
  • git #cc39cdba - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

Scribunto

edit
  • git #7f8b0b3f - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

SearchExtraNS

edit
  • git #fd3897e9 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

SecureLinkFixer

edit
  • git #009560f0 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader
  • git #ff52569c - Updating domains.php from Mozilla by SecureLinkFixer updater bot

SecurePoll

edit

ShortUrl

edit
  • git #a2ef263b - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

SiteMatrix

edit
  • git #72303eac - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

SpamBlacklist

edit
  • git #91017a76 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

StopForumSpam

edit
  • git #fd827910 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

SubPageList3

edit
  • git #c5880bc6 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

SubpageSortkey

edit
  • git #18dbc8e4 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

SyntaxHighlight_GeSHi

edit
  • git #e0399a6d - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

TemplateData

edit
  • git #99de8fa6 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

TemplateSandbox

edit

TemplateStyles

edit
  • git #fb1a1d70 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

TemplateWizard

edit
  • git #a431e6bd - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

TextExtracts

edit
  • git #e11f406a - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

Thanks

edit
  • git #13b929be - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader
  • git #545208c0 - Use ::class for class names in Echo config by Umherirrender
  • git #35ee7224 - Move userTalk-constructive icons from root to modules by Umherirrender
  • git #1fdcd954 - Remove php entry point (T140850) by Umherirrender

TheWikipediaLibrary

edit
  • git #4fe850b7 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

TimedMediaHandler

edit
  • git #49cfe416 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader
  • git #eccbcee4 - build: Updating dependencies by libraryupgrader

timeline

edit
  • git #8a8d9f4f - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

TitleBlacklist

edit
  • git #8e5b453a - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

TocTree

edit
  • git #dbbd22aa - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

TorBlock

edit

Translate

edit
  • git #6d5bcca5 - TranslatablePageMoveJob: Code improvements by Abijeet
  • git #7d00a65a - Fix metadata handling for translatable page moves and deletions (T275327) by Niklas Laxström
  • git #3643d1a7 - Do not enable supportsTransclusion by default (T47096) by Abijeet
  • git #ffacfa48 - Use native array_search() instead of foreach() by Thiemo Kreuz
  • git #844410c9 - FlatPhpFFS: Fix incorrect usage of $wgSitename by Niklas Laxström
  • git #1e009a9f - Remove tiny pieces of code that are not needed by Thiemo Kreuz
  • git #9ca867b4 - Replace deprecated User method getGroups (T275148) by Jeena Huneidi

TranslationNotifications

edit
  • git #fc8ba6da - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

TrustedXFF

edit
  • git #82b6ccd8 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

TwoColConflict

edit
  • git #c8192863 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

UniversalLanguageSelector

edit
edit
  • git #2533d8f4 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

UploadWizard

edit
  • git #38accde5 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

UrlShortener

edit
  • git #e2e8e926 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

UserMerge

edit
  • git #c587ab35 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

VipsScaler

edit
  • git #4146dd58 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

VisualEditor

edit
  • git #73adc9ac - Strip all wikilinks for initial edit summary (T276722) by BrandonXLF
  • git #738c3b3a - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader
  • git #d43f13f4 - Reduce deep indention in MWTemplateTitleInputWidget by Thiemo Kreuz

WebAuthn

edit
  • git #0722ba37 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

Wikibase

edit
  • git #59452e0d - Protect against calling array_merge() without arguments (T276619) by Lucas Werkmeister
  • git #2e2e17ec - Move WikibaseRepo EntityTitleLookup to service container (T276318) by Itamar Givon
  • git #a196d0dd - Remove outdated comment in getDefaultMonolingualTextLanguages() (T124758) by Lucas Werkmeister
  • git #e8a78e5e - repo: move BaseDataModelSerializerFactory to service container (T276533) by Lucas Werkmeister
  • git #badd2549 - Remove LanguageFallbackChainFactory from WikibaseServices (T276532) by Lucas Werkmeister
  • git #2a86f43d - Github Actions CI - add mysqlnd extension to php setup step (T273447) by Noa wmde
  • git #c9a1fbde - client: move LanguageFallbackChainFactory to service container (T276458) by Lucas Werkmeister
  • git #f4c750f7 - repo: move StringNormalizer to service container (T276430) by Lucas Werkmeister
  • git #992d76c1 - repo: move LanguageFallbackChainFactory to service container (T276457) by Lucas Werkmeister
  • git #1e9b245a - Github Actions CI - add mysqli extension to php setup step (T273447) by Noa wmde
  • git #f43749c5 - Move WikibaseClient EntityIdLookup to service container (T276110) by rosalie
  • git #3aa27fc6 - Move WikibaseClient BaseDataModelDeserializerFactory to service container (T276427) by Itamar Givon
  • git #d2bf7ebf - Github Actions - fix DB connection issues and separate actions (T273447) by Noa wmde
  • git #96554714 - repo: move ItemTermsCollisionDetector to service container (T276314) by Lucas Werkmeister
  • git #958e9759 - repo: move PropertyTermsCollisionDetector to service container (T276313) by Lucas Werkmeister
  • git #7b54cd07 - Fix local site ID check in Site service wiring (T276349) by Lucas Werkmeister
  • git #bcd29edc - client: move Site to service container (T276349) by Lucas Werkmeister
  • git #e8d18812 - Move WikibaseRepo EntityIdLookup to service container (T276065) by Itamar Givon
  • git #5b34ae10 - WikibaeClient: Move DataValueDeserializer to service container (T276109) by Itamar Givon
  • git #03aef82a - repo: move EntityChangeOpProvider to service container (T276245) by Lucas Werkmeister
  • git #c95de62e - WikibaseRepo: Move EntityContentFactory to service container (T276064) by Itamar Givon
  • git #ae475516 - repo: move TermsCollisionDetectorFactory to service container (T276312) by Lucas Werkmeister
  • git #78f05560 - Remove WikibaseClient::newRepoLinker() alias (T276331) by Lucas Werkmeister
  • git #497e3adb - client: move RepoLinker to service container (T276331) by Lucas Werkmeister
  • git #537347ac - Miscellaneous ServiceWiringTestCase improvements (T276089) by Lucas Werkmeister
  • git #5d0d9195 - client: disallow DB+HTTP access in service wiring (T276090) by Lucas Werkmeister
  • git #cd07f14e - client: simplify service mocking in service wiring tests (T276089) by Lucas Werkmeister
  • git #5ffda7c6 - Tolerate some missing revisions in EntityLoadingHelper (T267363) by Lucas Werkmeister
  • git #15897145 - repo: also mock getDBLoadBalancer() in service wiring tests (T276090) by Lucas Werkmeister
  • git #ceea36ee - repo: move IdGenerator to service container (T276066) by Lucas Werkmeister
  • git #b9483503 - Avoid using User::isIP (T275602) by vladshapik
  • git #f006b045 - repo: move EntityIdComposer to service container (T276062) by Lucas Werkmeister
  • git #70835fb2 - Update Deprecated Http to HttpRequestFactory (T275518) by Itamar Givon
  • git #d38ec496 - Wikibase: remove travis CI configuration (T273447) by Noa wmde
  • git #ddb2d7d2 - WikibaseClient: Move EntityIdParser to service container (T275886) by Itamar Givon
  • git #cba5bfda - Move WikibaseClient PropertyOrderProvider to service container (T275518) by Itamar Givon
  • git #320fb51a - pingback: move host to setting (T276075) by toan
  • git #0eb1f40a - Don’t pass local entity source name into RdfVocabulary (T275644) by Lucas Werkmeister
  • git #c55c4b59 - Remove compatibility code from RdfVocabulary constructor (T275644) by Lucas Werkmeister
  • git #a2566b52 - bridge: Ask the user to describe their actions as part of the error report (T274149) by tzhelyazkova
  • git #f5b35a80 - Do not directly construct MovePage, it's not @newable by Petr Pchelko
  • git #235cb503 - Add scondary-ci job to existing github action on Wikibase (T273447) by Noa wmde
  • git #318a8198 - Try stripping tags when parsing time values by Lucas Werkmeister
  • git #d3432518 - build: Updating mediawiki/mediawiki-codesniffer to 35.0.0 by Umherirrender
  • git #8ac67bfd - Add phpcs-committed and fix-committed composer commands by Lucas Werkmeister

WikibaseCirrusSearch

edit

WikibaseLexeme

edit

WikibaseLexemeCirrusSearch

edit
  • git #f8315c1e - Update WikibaseRepo::getBaseDataModelSerializerFactory() call (T276533) by Lucas Werkmeister
  • git #eeb00c6b - Update WikibaseRepo::getLanguageFallbackChainFactory() calls (T276457) by Lucas Werkmeister
  • git #fc124719 - Update calls to getEntityLookup to static (T276065) by Itamar Givon

WikibaseMediaInfo

edit

WikibaseQualityConstraints

edit

Wikidata.org

edit
  • git #ec0107dc - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

WikidataPageBanner

edit

WikiEditor

edit

No changes for WikiEditor

wikihiero

edit
  • git #6e367b9f - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

WikiLove

edit
  • git #9c64de35 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

WikimediaApiPortalOAuth

edit
  • git #f96e42dc - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

WikimediaBadges

edit
  • git #fc45ac5b - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

WikimediaEditorTasks

edit
  • git #94c1cc56 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

WikimediaEvents

edit

WikimediaIncubator

edit

WikimediaMaintenance

edit
  • git #e4d20514 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader
  • git #f9d6fbef - Remove use of DB_NONE from SendBulkEmails by Dan Duvall

WikimediaMessages

edit
  • git #8a67bd9a - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader
  • git #7b6025dc - Use interwiki link in 'prefs-user-downloaddata' override by Bartosz Dziewoński
  • git #e7945829 - Add messages for Seediq Wikipedia (trvwiki) (T276246) by gerritbot

Wikisource

edit

No changes for Wikisource

XAnalytics

edit
  • git #57ab7e21 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

Skins

edit

CologneBlue

edit
  • git #f493473e - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

MinervaNeue

edit

Modern

edit
  • git #c75e2e99 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

MonoBook

edit
  • git #c5bdc41a - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

Nostalgia

edit

Timeless

edit
  • git #e9129a9c - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

Vector

edit

WikimediaApiPortal

edit
  • git #95361a56 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader

VisualEditor

edit
  • git #504d59c7 - ve.ui.SpecialCharacterDialog: Hardcode the height to make it open faster by Bartosz Dziewoński
  • git #03172f86 - build: Updating eslint-config-wikimedia to 0.18.2 by libraryupgrader
  • git #55798cb1 - ve.init._target: Simplify toolbar focus hack by Bartosz Dziewoński
  • git #ad295172 - Only apply toolbar focus hack to surfaces that clear selection on blur (T276164) by Bartosz Dziewoński
  • git #5a7ec389 - ve.ui.SpecialCharacterDialog: Keep selection when opening the dialog (T276164) by Bartosz Dziewoński

Total Changes

edit

491 Changes in 191 repos by 75 authors

  NODES
Bugs 1
INTERN 1
Note 1