Jump to content

MediaWiki 1.37/wmf.7

From mediawiki.org
MediaWiki 1.37.0-wmf.6 Deployment of MediaWiki 1.37.0-wmf.7 to Wikimedia sites MediaWiki 1.37.0-wmf.8

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

Core changes

[edit]
  • git #5d705193 - Branch commit for wmf/1.37.0-wmf.7 by trainbranchbot
  • git #10c539ce - HTMLTitleTextField: Support interwiki titles (T279886) by Martin Urbanec
  • git #ca162392 - selenium: Dismiss Chrome's `Save password?` popup (T280969) by sahil
  • git #d67cd9ba - Make InfoAction take namespace protection into account (T45283) by Matěj Suchánek
  • git #bf72bac3 - Fix some confusion about protections in InfoAction (T45283) by Daimona Eaytoy
  • git #96fc7d66 - Add Wallisian (wls) to Names.php (T283480) by Amir Aharoni
  • git #88a70e06 - Hard deprecate User::getRights() (T274211) by Alexander Vorwerk
  • git #c397868e - Remove custom table options from 'revision' table by Ammarpad
  • git #6ab0619b - Add tests for Skin::getCopyrightIcon by Isarra
  • git #6268b3a7 - Skin::getCopyrightIcon: ensure it hasn't been unset in config by Isarra
  • git #19739de8 - Remove some unneeded uses of full User objects by DannyS712
  • git #a95f91dd - ApiPageSet: update reference to Language::findVariantLink() by DannyS712
  • git #3d268569 - Remove unneeded uses of MediaWikiCoversValidator by DannyS712
  • git #e112a5c3 - Have StructureTest not be an integration test by DannyS712
  • git #aa9385ba - build: Remove 'npm run api-testing-lint' command by Timo Tijhof
  • git #e4a95b9b - Stop logging and md5'ing if the file does not exist (T283387) by Mark A. Hershberger
  • git #bf08ba44 - Minor cleanups to wdio default config (T281484) by Adam Wight
  • git #043f8126 - Convert BlobStoreFactoryTest to a unit test by DannyS712
  • git #b6a9140b - UserDef: use UserFactory::RIGOR_VALID constant by DannyS712
  • git #f47e5ba3 - Add getQueryInfo to RevisionFactory (T282844) by daniel
  • git #0b3a37a4 - NamespaceDefTest: stop calling getNamespaces() statically by DannyS712
  • git #c351c4f0 - Freenode -> Libera per wikimedia moving from freenode to libera (T283247) by MacFan4000
  • git #5954b380 - Migrate revision table to abstract schema (T230428) (T164898) by Ammarpad
  • git #54f6dea5 - SpecialVersion: Document softwareInformation() as returning Wikitext by Timo Tijhof
  • git #40ec032c - rdbms: Fix outdated docs url in DatabaseMysqlBase::makeLockName by Timo Tijhof
  • git #b281e3e0 - api: Fix unstable ApiQuerySiteinfoTest case relying on default settings by Timo Tijhof
  • git #b3b78a0e - Fix Extract typo by Reedy
  • git #8ec531f3 - Add @since to some Parser methods by DannyS712
  • git #00582fa7 - selenium: Simplify spec file names (T210726) by Željko Filipin
  • git #d94b16a7 - selenium: Record videos using Xvfb+ffmpeg (T253113) by Željko Filipin
  • git #8a4fab56 - selenium: Add a basic wdio.conf.js to wdio-mediawiki (T281484) by Željko Filipin
  • git #88be0be8 - Rearrange PageArchive::undeleteRevisions to avoid race condition (T271644) by Cindy Cicalese
  • git #dd3add26 - rdbms: make getLagFromSlaveStatus() account for master_delay > 0 by Aaron Schulz
  • git #19592076 - build: Upgrade karma and related dependencies to 6.x by James D. Forrester
  • git #41373ba0 - selenium: Update mwbot to v2 (T280332) by Željko Filipin
  • git #def29c6d - ActorStore: avoid throwing in case of invalid usernames (T283167) by Alexander Vorwerk
  • git #f62683c5 - PageProps: be prepared that PageIdentity is not proper title (T283170) by Petr Pchelko
  • git #dd88914a - Display error boxes normally on changeslist special pages by Bartosz Dziewoński
  • git #3db11942 - Basic JPEG2000 handler (T161934) by Derk-Jan Hartman
  • git #eb7d58c7 - UploadFromStash: convert default user from false to null (T283196) by Petr Pchelko
  • git #ddc3f55a - phpunit: Remove the PHPUNIT_REUSE_DB / --reuse-db option (T283146) by daniel
  • git #aa7fada9 - Avoid errors in CLI mode when user has no name (T283191) by daniel
  • git #d590e77e - rdbms: fix log message in LoadMonitor::computeServerStates() by Aaron Schulz
  • git #12923c1c - objectcache: add last-modified token field to objectcache table (T274174) by Aaron Schulz
  • git #b94eeb07 - rdbms: factor out getMySqlServerVariant() helper method by Aaron Schulz
  • git #806028b7 - Fix call to non-existent var (T283098) (T283099) by Alexander Vorwerk
  • git #e1dd5e0f - Hard deprecate global function wfFindFile() by Alexander Vorwerk
  • git #65015ad2 - Hard deprecate global function wfLocalFile() by Alexander Vorwerk
  • git #3f6ab130 - build: Update SVGO to latest v2.3.0 and re-crush SVGs (T278656) by Volker E
  • git #5db1b563 - Add the Ojibwe language (ojb) (T283053) by Amir Aharoni
  • git #6507d6b2 - phpunit.php: Move remaining CLI options to env variables (T90875) by Daimona Eaytoy
  • git #275d1a44 - fixMergeHistoryCorruption.php: Code cleanup by Reedy
  • git #f100eb3b - PostgresUpdater: Drop updateUserTableSequence function (T164898) by Ammarpad
  • git #b07ad81d - Remove StubUserLang::findVariantLink by Petr Pchelko
  • git #e6c6a525 - Add return typehints to Block interface and classes implementing it by DannyS712
  • git #986a4c94 - Change "protection level" to "protection settings" by Amir Aharoni
  • git #f43942b8 - tests: ensure __destruct is never doubled with anythingBut (T280780) by Daimona Eaytoy

Vendor

[edit]
  • git #55ebbeac - Bump wikimedia/parsoid to 0.14.0-a4 by Arlo Breault

Extensions

[edit]

3D

[edit]

No changes for 3D

AbuseFilter

[edit]

ActiveAbstract

[edit]

No changes for ActiveAbstract

AdvancedSearch

[edit]

AntiSpoof

[edit]

No changes for AntiSpoof

ApiFeatureUsage

[edit]

No changes for ApiFeatureUsage

ArticleCreationWorkflow

[edit]

No changes for ArticleCreationWorkflow

ArticlePlaceholder

[edit]

No changes for ArticlePlaceholder

Babel

[edit]

No changes for Babel

BetaFeatures

[edit]
  • git #8372fd07 - build: Use HTTPS for all dependencies by Kunal Mehta

BounceHandler

[edit]

No changes for BounceHandler

Calendar

[edit]

No changes for Calendar

Campaigns

[edit]

No changes for Campaigns

Capiunto

[edit]

No changes for Capiunto

CategoryTree

[edit]

CentralAuth

[edit]

No changes for CentralAuth

CentralNotice

[edit]

No changes for CentralNotice

CharInsert

[edit]

No changes for CharInsert

CheckUser

[edit]

ChessBrowser

[edit]

No changes for ChessBrowser

CirrusSearch

[edit]
  • git #e7c3e77d - Add getLocalDOmainID to LoadBalancer mock by daniel

Cite

[edit]

CiteThisPage

[edit]

No changes for CiteThisPage

Citoid

[edit]
  • git #b861a36d - build: Use HTTPS for all dependencies by Kunal Mehta

cldr

[edit]

CodeEditor

[edit]

No changes for CodeEditor

CodeMirror

[edit]
  • git #b27bdeca - build: Updating npm dependencies by libraryupgrader
  • git #12b74921 - build: Use HTTPS for all dependencies by Kunal Mehta

CodeReview

[edit]

No changes for CodeReview

Cognate

[edit]

No changes for Cognate

Collection

[edit]

No changes for Collection

CommonsMetadata

[edit]

No changes for CommonsMetadata

ConfirmEdit

[edit]

CongressLookup

[edit]

No changes for CongressLookup

ContactPage

[edit]

No changes for ContactPage

ContentTranslation

[edit]
  • git #6b08e4b8 - SX: Fix reference support in VisualEditor integration (T274847) by Santhosh Thottingal
  • git #843f3f41 - CX3 Build 0.1.0+20210524 by Santhosh Thottingal
  • git #ca7b39a7 - SX: Fix JS error on source language update (T283077) by NikG
  • git #fa058c14 - SX vuex application module: add tests for getCXServerToken action by NikG

CreditsSource

[edit]

No changes for CreditsSource

Dashiki

[edit]

No changes for Dashiki

Disambiguator

[edit]

No changes for Disambiguator

DiscussionTools

[edit]
  • git #799754a3 - Remove unused 'inTargetWidget' config by Ed Sanders

DismissableSiteNotice

[edit]

No changes for DismissableSiteNotice

DonationInterface

[edit]
  • git #836c2cb3 - Ingenico: remove two currencies, re-add one by Elliott Eggleston

DoubleWiki

[edit]

No changes for DoubleWiki

DynamicSidebar

[edit]

No changes for DynamicSidebar

Echo

[edit]
  • git #3e658887 - Replace RecentChange::getPerformer with RecentChange::getPerformerIdentity (T276412) by Vadim Kovalenko
  • git #1307a28f - build: Updating hosted-git-info to 2.8.9 by libraryupgrader
  • git #a9f495db - Unify `list-style` CSS by Volker E

Elastica

[edit]

No changes for Elastica

ElectronPdfService

[edit]
  • git #6ccf75ee - build: Updating hosted-git-info to 2.8.9 by libraryupgrader

EntitySchema

[edit]

EventBus

[edit]
  • git #699e1b01 - Remove unneeded uses of MediaWikiCoversValidator by DannyS712
  • git #56b32502 - Fix test accessing non-existing page ID by daniel

EventLogging

[edit]

No changes for EventLogging

EventStreamConfig

[edit]

No changes for EventStreamConfig

ExtensionDistributor

[edit]

No changes for ExtensionDistributor

ExternalGuidance

[edit]

No changes for ExternalGuidance

FeaturedFeeds

[edit]

No changes for FeaturedFeeds

FileExporter

[edit]

No changes for FileExporter

FileImporter

[edit]
  • git #979f4677 - build: Updating hosted-git-info to 2.8.9 by libraryupgrader
  • git #632b3126 - Add missing tests for two Exception classes by Thiemo Kreuz
  • git #38c6a5fd - Add missing tests for FileImporterUtils class by Thiemo Kreuz
  • git #8a910039 - Selenium: update README.md file (T282237) by sahil

FlaggedRevs

[edit]
  • git #ca7926aa - PendingChanges: require `unwatchedpages` to show watcher info (T281065) by DannyS712
  • git #f0523f9d - Use UserIdentity where possible, reduce duplication and heavy indention by Thiemo Kreuz

Flow

[edit]

FundraiserLandingPage

[edit]

FundraisingTranslateWorkflow

[edit]

No changes for FundraisingTranslateWorkflow

Gadgets

[edit]

No changes for Gadgets

GeoCrumbs

[edit]

No changes for GeoCrumbs

GeoData

[edit]

No changes for GeoData

GettingStarted

[edit]

No changes for GettingStarted

GlobalBlocking

[edit]

No changes for GlobalBlocking

GlobalCssJs

[edit]

No changes for GlobalCssJs

GlobalPreferences

[edit]

No changes for GlobalPreferences

GlobalUsage

[edit]

GlobalUserPage

[edit]

No changes for GlobalUserPage

GlobalWatchlist

[edit]

No changes for GlobalWatchlist

GoogleNewsSitemap

[edit]

No changes for GoogleNewsSitemap

Graph

[edit]
  • git #96700c90 - build: Use HTTPS for all dependencies by Kunal Mehta
  • git #5a249a9e - ParserTag: avoid using wfFindFile() by Alexander Vorwerk

GrowthExperiments

[edit]
  • git #d51c1d91 - SpecialEditGrowthConfig: Support interwiki titles (T279886) by Martin Urbanec
  • git #c521e8f0 - Don't require page existence when editing config in developer mode by Gergő Tisza
  • git #b3c6080b - build: Add SVGO to latest v2.3.0 and re-crush SVGs (T283068) by Volker E
  • git #0a1c0417 - Prevent that a page is categorized when message is used on a category by Raymond
  • git #fe6fac67 - build: Updating hosted-git-info to 2.8.9 by libraryupgrader
  • git #4b07567d - Inline AddLink.onboardingContent and MultiPaneDialog RL modules (T283221) by Gergő Tisza
  • git #23c4be08 - Check if task is link-recommendation type before showing onboarding (T282826) by Kosta Harlan
  • git #47ce751c - Add a link: mobile reloading workflows (T282290) by MewOphaswongse
  • git #4dd50b88 - Add a link: Set contentedtiable=false on mobile (T281771) by MewOphaswongse

GuidedTour

[edit]
  • git #6d6113b9 - build: Use HTTPS for all dependencies by Kunal Mehta

GWToolset

[edit]

No changes for GWToolset

ImageMap

[edit]

No changes for ImageMap

InputBox

[edit]

No changes for InputBox

Insider

[edit]

No changes for Insider

intersection

[edit]

No changes for intersection

Interwiki

[edit]

InterwikiSorting

[edit]

No changes for InterwikiSorting

IPInfo

[edit]

No changes for IPInfo

Josa

[edit]

No changes for Josa

JsonConfig

[edit]

No changes for JsonConfig

Kartographer

[edit]
  • git #0bb80dd7 - links and staticframes don't have parentMaps (T267466) by Derk-Jan Hartman
  • git #8e995ef3 - Simplify handling of layer.dataGroup attribute by Thiemo Kreuz

LabeledSectionTransclusion

[edit]

No changes for LabeledSectionTransclusion

LandingCheck

[edit]

No changes for LandingCheck

LdapAuthentication

[edit]

No changes for LdapAuthentication

Linter

[edit]

No changes for Linter

LiquidThreads

[edit]

No changes for LiquidThreads

Listings

[edit]

No changes for Listings

LocalisationUpdate

[edit]

No changes for LocalisationUpdate

LoginNotify

[edit]

No changes for LoginNotify

MachineVision

[edit]

No changes for MachineVision

MapSources

[edit]

No changes for MapSources

MassMessage

[edit]

No changes for MassMessage

Math

[edit]
  • git #d296262b - build: Updating npm dependencies by libraryupgrader

MediaModeration

[edit]

MediaSearch

[edit]

No changes for MediaSearch

MobileApp

[edit]

No changes for MobileApp

MobileFrontend

[edit]

MultimediaViewer

[edit]

No changes for MultimediaViewer

[edit]

No changes for NavigationTiming

Newsletter

[edit]
  • git #c54352b2 - build: Updating hosted-git-info to 2.8.9 by libraryupgrader

NewUserMessage

[edit]

No changes for NewUserMessage

Nuke

[edit]

No changes for Nuke

OATHAuth

[edit]

No changes for OATHAuth

OAuth

[edit]

No changes for OAuth

OAuthRateLimiter

[edit]

No changes for OAuthRateLimiter

OpenStackManager

[edit]

No changes for OpenStackManager

ORES

[edit]

No changes for ORES

PageAssessments

[edit]

No changes for PageAssessments

PagedTiffHandler

[edit]

No changes for PagedTiffHandler

PageImages

[edit]

No changes for PageImages

PageNotice

[edit]

No changes for PageNotice

PageTriage

[edit]
  • git #029b8f91 - Replace DB_MASTER in comments as well by Thiemo Kreuz

PageViewInfo

[edit]

No changes for PageViewInfo

ParserFunctions

[edit]

No changes for ParserFunctions

PdfHandler

[edit]

No changes for PdfHandler

Poem

[edit]

No changes for Poem

PoolCounter

[edit]

No changes for PoolCounter

Popups

[edit]

ProofreadPage

[edit]
  • git #cfc417c6 - IndexContentHandlerTest Fixes CI error by Tpt
  • git #afb72619 - build: Updating hosted-git-info to 2.8.9 by libraryupgrader

PropertySuggester

[edit]

No changes for PropertySuggester

QuickSurveys

[edit]

No changes for QuickSurveys

Quiz

[edit]

No changes for Quiz

ReadingLists

[edit]

No changes for ReadingLists

[edit]
  • git #68cd3839 - build: Updating hosted-git-info to 2.8.9 by libraryupgrader

Renameuser

[edit]

No changes for Renameuser

RevisionSlider

[edit]
  • git #322570c5 - build: Updating hosted-git-info to 2.8.9 by libraryupgrader
  • git #35d24e65 - build: Use HTTPS for all dependencies by Kunal Mehta
  • git #d40c4e12 - build: Updating hosted-git-info to 2.8.9 by libraryupgrader
  • git #5557f7d4 - build: Update SVGO to latest v2.3.0 and re-crush SVGs (T278656) by Volker E

RSS

[edit]

No changes for RSS

[edit]

No changes for SandboxLink

Score

[edit]

No changes for Score

Scribunto

[edit]
  • git #f4746373 - Add namespace name translations for ms and ms-arab by Amir Aharoni

SearchExtraNS

[edit]

No changes for SearchExtraNS

SecureLinkFixer

[edit]
  • git #c3a5665c - Updating domains.php from Mozilla by SecureLinkFixer updater bot

SecurePoll

[edit]
  • git #f27fb08a - Bring documentation and variable names inline with DB_PRIMARY global by Thalia

ShortUrl

[edit]

No changes for ShortUrl

SiteMatrix

[edit]

No changes for SiteMatrix

SpamBlacklist

[edit]

No changes for SpamBlacklist

StopForumSpam

[edit]
  • git #265ca8b9 - Move code from DenyListUpdate to DenyListManager and clarify logic (T266904) by Aaron Schulz

SubPageList3

[edit]

No changes for SubPageList3

SubpageSortkey

[edit]

No changes for SubpageSortkey

SyntaxHighlight_GeSHi

[edit]
  • git #47a18809 - Avoid using ContentHandler::getContentText() by Alexander Vorwerk
  • git #109323d1 - build: Use HTTPS for all dependencies by Kunal Mehta

TemplateData

[edit]
  • git #90fe55cf - build: Use HTTPS for all dependencies by Kunal Mehta

TemplateSandbox

[edit]

TemplateStyles

[edit]

No changes for TemplateStyles

TemplateWizard

[edit]
  • git #7e37dad1 - build: Updating hosted-git-info to 2.8.9 by libraryupgrader

TextExtracts

[edit]

No changes for TextExtracts

Thanks

[edit]
  • git #62b81a59 - build: Use HTTPS for all dependencies by Kunal Mehta
  • git #aa917f42 - ApiFlowThank: Prevent thanking from Flow if partial blocked against thanks (T242785) by Thalia

TheWikipediaLibrary

[edit]

No changes for TheWikipediaLibrary

TimedMediaHandler

[edit]

No changes for TimedMediaHandler

timeline

[edit]

No changes for timeline

TitleBlacklist

[edit]

No changes for TitleBlacklist

TocTree

[edit]

No changes for TocTree

TorBlock

[edit]

No changes for TorBlock

Translate

[edit]
  • git #e7f8cf09 - MessageGroupStatesUpdaterJob: Avoid large stats inserts (T209817) by Niklas Laxström
  • git #200a489d - Remove TranslationUnit::$name by Niklas Laxström
  • git #1c7ac0a4 - Translate: Remove forcing of name_title index (T270033) by Ammarpad
  • git #e3f28063 - TranslateSandbox: Reuse MediaWikiServices instance by Abijeet
  • git #b7304e07 - Remove MW 1.34 backward compatible code (T282770) by Abijeet
  • git #8093f578 - Add TranslationUnitStore by Niklas Laxström
  • git #25090b2b - JsonFFS: Store METADATA in EXTRA by Niklas Laxström
  • git #c77ee481 - MessageGroupCache: prefer use statements by Niklas Laxström
  • git #ae293261 - SpecialPageTranslation: strict types and fix class docs by Niklas Laxström
  • git #dd2aeb6b - SpecialPageTranslation: Add type declarations by Niklas Laxström
  • git #b724c6cc - Add GroupsAid by Niklas Laxström
  • git #4447ffed - TranslationAid: Small cleanups by Niklas Laxström
  • git #2d55013e - Sandbox: Swap center class to text-center (T282063) by Niklas Laxström

TranslationNotifications

[edit]

No changes for TranslationNotifications

TrustedXFF

[edit]

No changes for TrustedXFF

TwoColConflict

[edit]
  • git #a5510f60 - build: Use HTTPS for all dependencies by Kunal Mehta
  • git #d8c567ae - build: Updating hosted-git-info to 3.0.8 by libraryupgrader
  • git #a88b8d79 - build: Update SVGO to latest v2.3.0 and re-crush SVGs (T278656) by Volker E

UniversalLanguageSelector

[edit]
  • git #7c6a6b52 - Update jquery.uls and jquery.ime from upstream (T279269) by Amir Aharoni
  • git #282a40e3 - build: Use HTTPS for all dependencies by Kunal Mehta
  • git #977e6c68 - ext.uls.interface: remove some needless uses of jQuery by Timo Tijhof
  • git #7b2338ce - Replace BabelStoneTibetan with its variant with suitable type metrics (T283122) by Santhosh Thottingal
[edit]

No changes for UploadsLink

UploadWizard

[edit]
  • git #76fa1ff3 - ext.uploadWizard.uploadCampaign: Merge module with just 1 line of CSS (T193826) by Timo Tijhof

UrlShortener

[edit]

No changes for UrlShortener

UserMerge

[edit]

No changes for UserMerge

VipsScaler

[edit]

No changes for VipsScaler

VisualEditor

[edit]
  • git #7f1c9ac7 - Update VE core submodule to master (63e87da8e) (T281771) (T282194) (T283445) by Bartosz Dziewoński
  • git #34ffaa99 - Update VE core submodule to master (f7d2ac280) by Bartosz Dziewoński
  • git #8f045a71 - Remove/fix a few small pieces of unused code by Thiemo Kreuz
  • git #2fe60940 - Update the delete button's feature flag in the tranclusion context menu (T274263) by Andrew Kostka
  • git #dab0f32c - Remove empty translations that cause CI errors by Thiemo Kreuz (WMDE)
  • git #333cadd5 - Add star to template search term only when it's possible (T274903) by Thiemo Kreuz
  • git #eff7d05c - Don't apply min-height hacks to TargetWidget surfaces by Ed Sanders
  • git #bc846108 - Remove unused 'inTargetWidget' config by Ed Sanders

WebAuthn

[edit]

No changes for WebAuthn

Wikibase

[edit]

WikibaseCirrusSearch

[edit]

No changes for WikibaseCirrusSearch

WikibaseLexeme

[edit]
  • git #e021c5df - build: Updating hosted-git-info to 2.8.9 by libraryupgrader

WikibaseLexemeCirrusSearch

[edit]

No changes for WikibaseLexemeCirrusSearch

WikibaseMediaInfo

[edit]
  • git #894a8d25 - Implement support for phrase query nodes (T268235) by Matthias Mullie
  • git #21f6530b - build: Updating mediawiki/mediawiki-codesniffer to 36.0.0 by Umherirrender
  • git #d930d630 - build: Use HTTPS for all dependencies by Kunal Mehta
  • git #8ff2f629 - Remove superfluous global by Matthias Mullie

WikibaseQualityConstraints

[edit]

Wikidata.org

[edit]

No changes for Wikidata.org

WikidataPageBanner

[edit]

No changes for WikidataPageBanner

WikiEditor

[edit]

No changes for WikiEditor

wikihiero

[edit]

No changes for wikihiero

WikiLove

[edit]

No changes for WikiLove

WikimediaApiPortalOAuth

[edit]

No changes for WikimediaApiPortalOAuth

WikimediaBadges

[edit]

No changes for WikimediaBadges

WikimediaEditorTasks

[edit]

No changes for WikimediaEditorTasks

WikimediaEvents

[edit]

No changes for WikimediaEvents

WikimediaIncubator

[edit]

No changes for WikimediaIncubator

WikimediaMaintenance

[edit]

No changes for WikimediaMaintenance

WikimediaMessages

[edit]

Wikisource

[edit]

No changes for Wikisource

XAnalytics

[edit]

No changes for XAnalytics

Skins

[edit]

CologneBlue

[edit]

No changes for CologneBlue

MinervaNeue

[edit]

No changes for MinervaNeue

Modern

[edit]

No changes for Modern

MonoBook

[edit]

No changes for MonoBook

Nostalgia

[edit]

No changes for Nostalgia

Timeless

[edit]

No changes for Timeless

Vector

[edit]
  • git #7258a7cb - Use escaped() instead of parse() in SkinVector::createULSLanguageButton (T282540) by Jan Drewniak
  • git #33061240 - Introduce the vector-body class (T283206) by jdlrobson
  • git #eb5d58a9 - composer: Point IRC presence to Libera and better git source by James D. Forrester

WikimediaApiPortal

[edit]

No changes for WikimediaApiPortal

VisualEditor

[edit]
  • git #e9a8ff88 - Actually handle inTargetWidget config by Ed Sanders
  • git #e117cd23 - Call contextItemFactory.lookup, not contextItemFactory.registry.lookup (T283445) (T282194) by David Chan
  • git #d0ded7f2 - ve.ce files: Move var statements inline by Ed Sanders
  • git #1d80e69e - ce.nodes/selections: Move var statements inline by Ed Sanders
  • git #453e4ae3 - keydownhandlers: Move var statements inline by Ed Sanders
  • git #08f37965 - ve.dm.Surface: Move var declarations inline by Ed Sanders
  • git #d1af2fd5 - Dist: Update language lists by Ed Sanders
  • git #58830c0d - build: Updating postcss to 8.2.15 by libraryupgrader
  • git #c6bc154d - Check if alien context item is registered before using (T282194) by Kosta Harlan
  • git #9730bd74 - Update OOjs to v6.0.0 by James D. Forrester
  • git #2b81a0b7 - Deactivate selection on mobile while in read-only mode (T281771) by Ed Sanders
  • git #e1eb88ea - Unify `list-style` CSS by Volker E
  • git #101fa674 - ve.dm.SurfaceFragment: Move var declarations inline by Ed Sanders
  • git #eb1fe6cf - ve.dm.TreeModifier: Move var declarations inline by Ed Sanders
  • git #0d0965b2 - ve.dm.Document: Move var declarations inline by Ed Sanders
  • git #d8eae968 - ve.dm.Converter: Move var declarations inline by Ed Sanders
  • git #501e8354 - ve.dm.Converter: Remove unused branch by Ed Sanders
  • git #5866b762 - build: Re-enable Firefox testing (T240955) by James D. Forrester

Total Changes

[edit]

219 Changes in 60 repos by 61 authors