MediaWiki 1.34/wmf.1/Changelog

Core changes

edit
  • git #7326ce85 - resources: Rename a few local 'filterFn' vars to 'filterFunction' by Krinkle
  • git #cc8a5532 - clientpool: Remove unused parameter from constructor header by Derick Alangi
  • git #e9dfadcb - Tweak margins for collapsible OOUI HTMLForms some more by Bartosz Dziewoński
  • git #b54a1e70 - resourceloader: Use 'fallback' as default for ResourceLoaderTestCase by Timo Tijhof
  • git #65b3abe3 - Remove obsolete `color` property from horizontal rule by Volker E
  • git #f831b28d - resourceloader: Remove 'wgMainPageTitle' mw.config key (T220926) by Timo Tijhof
  • git #fa05976f - resourceloader: Remove needless MW-specific fallback (T32956) by Krinkle
  • git #a45f0e46 - selenium: Replace regex matching with includes() (T217544) by Krinkle
  • git #c4a9fb65 - ContibsPager: Fix slow query with actor migration read-new mode (T220991) by Brad Jorsch
  • git #ee5a6a39 - resourceloader: Declare ResourceLoaderImage fields explicitly by Timo Tijhof
  • git #3266b126 - Rename un-prefixed rcfilters selectors (T220852) by James D. Forrester
  • git #70cafa4e - db: Use $fname instead of __METHOD__ magic constant by Derick Alangi
  • git #e22a3f51 - specials: Remove invalid return from RedirectSpecialPage::execute by Timo Tijhof
  • git #7ac7ffc2 - specials: Add $subpage param to RedirectSpecialPage::getRedirectQuery by Krinkle
  • git #5593f9da - Fix calls to Title::getUserPermissionsErrors on SpecialImport by Amir Sarabadani
  • git #34582db8 - Allow fragment-only TitleValues by Aryeh Gregor
  • git #29bfd8b3 - Normalize input to TitleParser::parseTitle() by Aryeh Gregor
  • git #37fcedbb - New Title::castFromLinkTarget/TitleValue by Aryeh Gregor
  • git #950c1c32 - filebackend: move more files to subdirectories by Aaron Schulz
  • git #3535a5f3 - JsonContent: Add missing prefix to selector by Jforrester
  • git #40552888 - Split DairikiDiff to class per file by Reedy
  • git #ec4be6b4 - selenium: Disable flaky wdio rollback tests that rely on pauses (T219440) by Timo Tijhof
  • git #79502d48 - Rename PhpBugTests -> PhpXMLBugTester by Reedy
  • git #7f04a47d - Split filebackend files to class per file by Reedy
  • git #14826d1e - Move ClassCollector to its own file by Reedy
  • git #6341ee8f - Move SectionProfileCallback to its own file by Reedy
  • git #95b8b3a4 - Remove XMPReader back compat by Reedy
  • git #7dc4f6c8 - Cache: Make APCUBagOStuff::set return a useful value by Daimona Eaytoy
  • git #e996b539 - Split StubObject.php to have one class in one file by Reedy
  • git #ae031e23 - Remove HWLDFWordAccumulator, deprecated in 1.28 by Reedy
  • git #dad735ed - Remove ObjectFactory by Reedy
  • git #2f426f06 - Set global config for test to avoid failure by Thalia
  • git #cb897cba - Restore func_get_args in HTMLFormField by Umherirrender
  • git #c28707d3 - Fix casing of Special Pages to match class name by Reedy
  • git #a32b1b16 - Split HTMLFormElement.php into class per file by Reedy
  • git #69ef837f - Update MediaWikiTitleCodec to use NamespaceInfo by Aryeh Gregor
  • git #b8ec4a8f - Split LocalFile.php to have one class in one file by Umherirrender
  • git #d1a3d98b - Move UploadStashFile to its own file by Reedy
  • git #f9191ded - Fix return type of UploadStashFile::remove() by Reedy
  • git #82150536 - title: Allow passing MessageLocalizer to newMainPage() by Timo Tijhof
  • git #f032d27d - Split logging classes to individual files by Reedy
  • git #d8f480ba - Remove PreferencesFormLegacy.php by Reedy
  • git #fdbb64f3 - Avoid extra parse/save delay for users with non-canonical parser options (T216306) by Krinkle
  • git #c5a438e9 - Remove unused constructor parameter and unused member variables by Reedy
  • git #6f4d15e3 - changes: Remove unused code from ChangesFeed.php by Reedy
  • git #571a44a4 - Replace PreferencesFormLegacy usages with PreferencesFormOOUI by Reedy
  • git #9e78841a - Remove LoginSignupSpecialPage.php from OneObjectStructurePerFile.MultipleFound by Reedy
  • git #4be4fdc9 - Split SVGReader to its own file by Reedy
  • git #3f16fda0 - Split ApiImport.php to have one class in one file by Reedy
  • git #bcc4c790 - resourceloader: Re-use internal addLink() for mw.loader.load() by Timo Tijhof
  • git #5392cbe5 - resourceloader: Switch params for private addLink() function by Timo Tijhof
  • git #d85ef6f0 - Remove PathRouter.php from Generic.Files.OneObjectStructurePerFile.MultipleFound by Reedy
  • git #6b5f1a6c - Remove ApiMessage from Generic.Files.OneObjectStructurePerFile.MultipleFound by Reedy
  • git #d256b472 - parser: use "-" for revision ID for non-preview edit filter parse during save by Aaron Schulz
  • git #821a4e84 - Fix a couple of Generic.Files.OneObjectStructurePerFile.MultipleFound in api by Reedy
  • git #04e84938 - changes: Split Feed.php into a class per file by Reedy
  • git #75a298c5 - HistoryAction: Consider 'feed=' and 'feed=0' as invalid feed actions by Timo Tijhof
  • git #46b361d7 - resourceloader: Add newline after 'mw.loader.implement()' in debug mode by Timo Tijhof
  • git #7f5a204e - diff: Wrap condition around brackets for more readability by Derick Alangi
  • git #3e27b507 - installer: Remove TODO per discussion in Ia9f0cd7d0117f67d2017e by Derick Alangi
  • git #2dc9ea3f - DevelopmentSettings: Remove unused globals & declare $wgSQLMode by D3r1ck01
  • git #5e2c7466 - registration: Allow to require environment abilities (T212472) by Kunal Mehta
  • git #0e2f0a2f - Reporting API and Feature Policy reporting support (T209572) by Gilles Dubuc
  • git #4c14f2f1 - Improve comments of outputVariesOnRevisionMetaData() by Aaron Schulz
  • git #5e6d9340 - Add vary-revision-exist flag to handle {{REVISIONID}} and parser cache (T220854) by Aaron Schulz
  • git #fb46f4fc - parser: Fix return type for methods and match phpdoc comments by Krinkle
  • git #36015250 - Remove bogus field references in DerivedPageDataUpdater by Aaron Schulz
  • git #1fdeaebb - logging: Replace deprecated use of CommentStore::getStore() by Krinkle
  • git #8f798fd8 - Category: Remove "todo" comment about moving code from CategoryPage by Krinkle
  • git #665cb710 - parser: Convert wikitext Preprocessor class to using WAN cache by Krinkle
  • git #7b4489e0 - Get rid of unnecessary func_get_args() and friends by Krinkle
  • git #1b18e854 - JsonContent: Remove never-used caption styles by Ed Sanders
  • git #3ecbd79e - Add test to check action- messages exist (T220779) by Reedy
  • git #ae3f5f12 - linting: Start enforcing a basic CSS class naming rule (with lots of opt-outs) by James D. Forrester
  • git #7540c609 - Add missing action- messages to MW Core (T220810) by Ammarpad
  • git #53661b3d - resourceloader: Avoid global window.mwTestFooJsCounter in unit tests by Krinkle
  • git #2775ad19 - rdbms: drop inappropriate and poorly documented "DatabaseOraclePostInit" hook by Krinkle
  • git #9cbb8f10 - Use https://www.php.net/ instead of https://secure.php.net/ by Fomafix
  • git #449ad972 - search: make legalSearchChars() non-static by Aaron Schulz
  • git #3e590a9f - HistoryPager: Unset 'date-range-to' parameter when paging (T220781) by Bartosz Dziewoński
  • git #06e88b31 - Fix docs for MWNamespace::clearCaches() removal by Timo Tijhof
  • git #ff181a3c - rdbms: inject reserved word table name rewrite logic into DatabaseOracle by Krinkle
  • git #e1f5364f - dao: Correct return type doc for getLoadBalancer() by D3r1ck01
  • git #de516758 - rdbms: optimize DBConnRef::getType() to avoid connections when possible by Aaron Schulz
  • git #e4d2c915 - Follow-up 4ee606f: Add note to RELEASE-NOTES-1.34 now we know where it landed by James D. Forrester
  • git #f2bf73a4 - resourceloader: Move expandModuleNames() to ResourceLoader.php by Krinkle
  • git #6778fede - TemplateParser: Use operator short cut where necessary by Derick Alangi
  • git #6a849ff2 - OutputPage: Remove unused variable left out after a refactor by Derick Alangi
  • git #32bca54d - HistoryAction: Amend `margin` in collapsed form state (T220555) by Volker E
  • git #22d38b4f - Remove deprecated Language::setCode by Fomafix
  • git #20865b4a - Remove CryptRand and related stuff by Reedy
  • git #78431d4f - HTMLFormFieldWithButton: Allow passing 'inputtype' and pass through 'buttonid' by Ed Sanders
  • git #d653232b - Selenium: fix 'Page should be editable' test (T217544) by Zfilipin
  • git #3f4f5eb7 - Add use Wikimedia\StaticArrayWriter statements to maintenance scripts by Reedy
  • git #80590a15 - Update Parser to use NamespaceInfo by Aryeh Gregor
  • git #b46a32c8 - Set MW_INSTALL_PATH in Maintenance.php by Aryeh Gregor

Vendor

edit

Extensions

edit

No changes for 3D

AbuseFilter

edit

ActiveAbstract

edit

AdvancedSearch

edit

No changes for AdvancedSearch

AntiSpoof

edit

ApiFeatureUsage

edit
  • git #21772064 - build: Update eslint-config-wikimedia from 0.7.2 to 0.11.0 by James D. Forrester

ArticleCreationWorkflow

edit
  • git #408d60b7 - Add missing action- messages by Reedy
  • git #32ade35b - build: Update eslint-config-wikimedia from 0.7.2 to 0.11.0 by James D. Forrester

ArticlePlaceholder

edit
  • git #21bcd9e1 - build: Update eslint-config-wikimedia from 0.5.0 to 0.11.0 by James D. Forrester

Babel

edit
  • git #e55c29ba - build: Update eslint-config-wikimedia from 0.7.2 to 0.11.0 by James D. Forrester

BetaFeatures

edit

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
  • git #912ce000 - build: Update eslint-config-wikimedia from 0.5.0 to 0.11.0 by James D. Forrester

CentralAuth

edit

CharInsert

edit

No changes for CharInsert

CheckUser

edit
  • git #7f198b9b - build: Update eslint-config-wikimedia from 0.9.0 to 0.11.0 by James D. Forrester

CirrusSearch

edit
  • git #0e6263fb - Pass connection to ElasticsearchIntermediary::succcess/failure (T221058) (T221019) by Erik Bernhardson
  • git #5bc6feba - Remove integration test for Special:Version by Timo Tijhof
  • git #8e4b3e1a - Make InCategoryFeatureTest mock the LoadBalancer connection reference methods by Aaron Schulz
  • git #1900263b - Stop using auto_generate_phrase_queries (T219267) by David Causse

Cite

edit

CiteThisPage

edit

No changes for CiteThisPage

Citoid

edit

No changes for Citoid

cldr

edit
  • git #fe15d046 - Unbreak rebuild.php by Reedy
  • git #4d8742a3 - Add same languages used by Wikidata by Raymond
  • git #b9298e0f - build: Update eslint-config-wikimedia from 0.8.1 to 0.11.0 by James D. Forrester

Cognate

edit

No changes for Cognate

CodeEditor

edit

No changes for CodeEditor

CodeMirror

edit

No changes for CodeMirror

CodeReview

edit

No changes for CodeReview

CollaborationKit

edit

No changes for CollaborationKit

Collection

edit
  • git #a0c32735 - Add missing action- messages by James D. Forrester
  • git #022c43a3 - build: Update eslint-config-wikimedia from 0.5.0 to 0.11.0 by James D. Forrester

CommonsMetadata

edit

No changes for CommonsMetadata

ConfirmEdit

edit

CongressLookup

edit

No changes for CongressLookup

ContactPage

edit

No changes for ContactPage

ContentTranslation

edit

ContributionTracking

edit

No changes for ContributionTracking

CreditsSource

edit

Dashiki

edit

Disambiguator

edit

No changes for Disambiguator

DismissableSiteNotice

edit
  • git #0cdad51e - build: Update eslint-config-wikimedia from 0.9.0 to 0.11.0 by James D. Forrester

DonationInterface

edit

DoubleWiki

edit

DynamicSidebar

edit

No changes for DynamicSidebar

EUCopyrightCampaign

edit

No changes for EUCopyrightCampaign

Echo

edit
  • git #c80305c5 - Disable notification emails for article-linked (T219444) by Roan Kattouw
  • git #df068ba0 - removeOrphanedEvents.php: Don't remove events waiting to be emailed by Roan Kattouw
  • git #61a83931 - Use echo_event.event_page_id to find events to moderate (T217452) by Stephane Bisson
  • git #5580c771 - Update column names in SQLite patch file by Daimona Eaytoy
  • git #f7fc33e7 - Do not recreate echo_event.event_page_namespace on sqlite update by Umherirrender
  • git #7121b9c4 - Email: embed icons as data uri (T55479) by Stephane Bisson
  • git #e21e3b4a - Add phan by Daimona Eaytoy
  • git #f0476b70 - Remove unused messages by Jforrester
  • git #9832d2af - Don't use {$this->type} in message keys where not needed by Roan Kattouw
  • git #04fda8aa - Do not fail on unknown revids in mention-summary events (T219155) by Umherirrender

Elastica

edit
  • git #286dfb36 - Use an increasing delay in MWElasticUtils::deleteByQuery (T219234) by Erik Bernhardson

ElectronPdfService

edit
  • git #2923c058 - build: Update eslint-config-wikimedia from 0.5.0 to 0.11.0 by James D. Forrester

EventBus

edit
  • git #a5b22045 - Correct the order of parameters for createPageUndeleteEvent. by Petr Pchelko
  • git #0091dde3 - Fix incompatible declaration of doAck by Kosta Harlan

EventLogging

edit
  • git #d9294432 - RemoteSchema: Replace use of deprecated wfGetCache() function by D3r1ck01
  • git #ac808820 - JsonSchemaContent: Avoid use of deprecated getNativeData() by Krinkle

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

No changes for FileImporter

FlaggedRevs

edit
  • git #723ca27b - Remove dupe message from I43b772934397c2ce128dce027779df8a03ebae6b by Raymond
  • git #7324e4e9 - Add missing action- messages by Reedy

Flow

edit

FundraiserLandingPage

edit

No changes for FundraiserLandingPage

FundraisingTranslateWorkflow

edit

No changes for FundraisingTranslateWorkflow

Gadgets

edit

No changes for Gadgets

GeoCrumbs

edit

No changes for GeoCrumbs

GeoData

edit
  • git #1a79c34a - Clean up updateIndexGranularity.php by Umherirrender
  • git #654a0bb2 - Fix function name case by MaxSem
  • git #ac46bf37 - PSR-4 this extension by Max Semenik
  • git #54f71810 - Log unexpected response from elasticsearch (T220637) by Erik Bernhardson
  • git #e6f15a0c - Make testParseGeoNearbyTitle mock the LoadBalancer connection reference methods by Aaron Schulz

GettingStarted

edit
  • git #736d273a - build: Update eslint-config-wikimedia from 0.5.0 to 0.11.0 by James D. Forrester
  • git #a0931beb - Use User::getInstanceForUpdate to set option post-send (T220275) by Umherirrender

GlobalBlocking

edit

No changes for GlobalBlocking

GlobalCssJs

edit
  • git #10838330 - Improve test mockery and avoid deprecated RLContext::getConfig by Krinkle
  • git #5d9e23a9 - Testing SecurityCheckPlugin @suppress SecurityCheck-DoubleEscaped by SBassett

GlobalPreferences

edit

GlobalUsage

edit

No changes for GlobalUsage

GlobalUserPage

edit

No changes for GlobalUserPage

GoogleNewsSitemap

edit

No changes for GoogleNewsSitemap

Graph

edit

No changes for Graph

GrowthExperiments

edit
  • git #31433e73 - Assign mentor on account creation by Kosta Harlan
  • git #e95139ba - Homepage: Don't make help module button bigger than the others (T218966) by Roan Kattouw
  • git #1ed0af26 - Homepage: don't add Homepage tab on mobile by Stephane Bisson
  • git #ee3bc576 - Homepage: remove link in mobile menu by Stephane Bisson
  • git #73a68b2a - Implement GenericParameterJob by Kosta Harlan
  • git #40900ea8 - Homepage logging: Track state and action data separately (T219435) by Kosta Harlan

GuidedTour

edit
  • git #49d7a584 - build: Add 'npm rum doc' command to unbreak repo by James D. Forrester

GWToolset

edit

No changes for GWToolset

ImageMap

edit

InputBox

edit
  • git #dab8774a - build: Update eslint-config-wikimedia from 0.5.0 to 0.11.0 by James D. Forrester

Insider

edit

No changes for Insider

intersection

edit

No changes for intersection

Interwiki

edit

No changes for Interwiki

InterwikiSorting

edit

No changes for InterwikiSorting

JADE

edit

No changes for JADE

Josa

edit

No changes for Josa

JsonConfig

edit
  • git #d58d7c9d - Pass NamespaceInfo to MediaWikiTitleCodec by Aryeh Gregor

Kartographer

edit

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

Listings

edit

No changes for Listings

LocalisationUpdate

edit

No changes for LocalisationUpdate

LoginNotify

edit

MapSources

edit

No changes for MapSources

MassMessage

edit
  • git #038c312c - Fix test by removing title from params by Kosta Harlan

Math

edit

No changes for Math

MobileApp

edit
  • git #f16ed165 - build: Update eslint-config-wikimedia from 0.5.0 to 0.11.0 by James D. Forrester

MobileFrontend

edit

MultimediaViewer

edit

No changes for MultimediaViewer

edit

Newsletter

edit

No changes for Newsletter

NewUserMessage

edit

No changes for NewUserMessage

Nuke

edit

No changes for Nuke

OATHAuth

edit

OAuth

edit

OpenStackManager

edit

ORES

edit
  • git #74896cda - Change to new tests made with the jobqueue by Amir Sarabadani

PageAssessments

edit

No changes for PageAssessments

PagedTiffHandler

edit

No changes for PagedTiffHandler

PageImages

edit
  • git #350af7c5 - build: Update eslint-config-wikimedia from 0.5.0 to 0.11.0 by James D. Forrester

PageTriage

edit
  • git #0914259a - Remove call to removed MWNamespace::clearCaches() by Aryeh Gregor
  • git #80d2020a - Update references to ORESServices after namespace move. (T220649) by Roan Kattouw

PageViewInfo

edit
  • git #f4d33f88 - build: Update eslint-config-wikimedia from 0.5.0 to 0.11.0 by James D. Forrester

ParserFunctions

edit

No changes for ParserFunctions

ParsoidBatchAPI

edit

No changes for ParsoidBatchAPI

PdfHandler

edit

No changes for PdfHandler

PerformanceInspector

edit
  • git #34433156 - build: Update eslint-config-wikimedia from 0.7.2 to 0.11.0 by James D. Forrester

Petition

edit

No changes for Petition

Poem

edit

No changes for Poem

PoolCounter

edit

No changes for PoolCounter

Popups

edit

ProofreadPage

edit

PropertySuggester

edit

No changes for PropertySuggester

QuickSurveys

edit
  • git #a349a9fa - build: Update eslint-config-wikimedia from 0.5.0 to 0.11.0 by James D. Forrester

Quiz

edit
  • git #6d9e7ba2 - build: Update eslint-config-wikimedia from 0.5.0 to 0.11.0 by James D. Forrester

ReadingLists

edit
  • git #97d6f817 - build: Update eslint-config-wikimedia from 0.5.0 to 0.11.0 by James D. Forrester
edit

Renameuser

edit

No changes for Renameuser

RevisionSlider

edit
  • git #98c33c47 - Extract reapplication of saved filter state by WMDE-Fisch
  • git #d4a3ec24 - Use switch statement for filter events by WMDE-Fisch
  • git #bd38ccaf - Early exit filter events by WMDE-Fisch
  • git #32cf219c - Extract code that resets/removes highlighting by WMDE-Fisch
  • git #a49cb0c4 - General code reduction in the highlight event handlers by WMDE-Fisch
  • git #f4c64b74 - Put event setup for user line highlighting in own method by WMDE-Fisch
  • git #1a18ab3d - Add a few more selenium tests for the filter options by WMDE-Fisch
  • git #a2ca2c03 - Add node selenium tests for revision highlight feature by WMDE-Fisch

No changes for RSS

edit

No changes for SandboxLink

Score

edit

Scribunto

edit
  • git #d7f48120 - build: Update eslint-config-wikimedia from 0.8.1 to 0.11.0 by James D. Forrester
  • git #f05d097a - Update Module_talk name in Telugu (T218982) by Jforrester

SearchExtraNS

edit

No changes for SearchExtraNS

SecurePoll

edit

No changes for SecurePoll

Sentry

edit
  • git #c191bda9 - build: Update eslint-config-wikimedia from 0.8.1 to 0.11.0 by James D. Forrester

ShortUrl

edit

No changes for ShortUrl

SiteMatrix

edit

No changes for SiteMatrix

SkinPerPage

edit

No changes for SkinPerPage

SpamBlacklist

edit

No changes for SpamBlacklist

SubPageList3

edit

No changes for SubPageList3

SubpageSortkey

edit

No changes for SubpageSortkey

SyntaxHighlight_GeSHi

edit
  • git #6f1c7c88 - VE: Add read-only support by Ed Sanders
  • git #b5a904e2 - Require the ability to shell out in extension.json by Jforrester
  • git #6f6dc239 - build: Relax MediaWiki.Usage.DeprecatedGlobalVariables.Deprecated$wgParser for now by James D. Forrester

TemplateData

edit

No changes for TemplateData

TemplateSandbox

edit
  • git #7a44e12d - build: Update eslint-config-wikimedia from 0.8.1 to 0.11.0 by James D. Forrester

TemplateStyles

edit
  • git #73d502fa - build: Update eslint-config-wikimedia from 0.8.1 to 0.11.0 by Jforrester
  • git #169e6183 - tests: Remove newlines from tests to make pass(?!) by James D. Forrester

TemplateWizard

edit

No changes for TemplateWizard

TextExtracts

edit

No changes for TextExtracts

Thanks

edit
  • git #1dd897d1 - build: Update eslint-config-wikimedia from 0.8.1 to 0.11.0 by James D. Forrester

TimedMediaHandler

edit

No changes for TimedMediaHandler

timeline

edit

No changes for timeline

TitleBlacklist

edit

TocTree

edit
  • git #d8698ed5 - build: Update eslint-config-wikimedia from 0.5.0 to 0.11.0 by James D. Forrester

TorBlock

edit

Translate

edit
  • git #c92c4be5 - build: Update eslint-config-wikimedia from 0.8.1 to 0.11.0 by James D. Forrester
  • git #293fcd60 - Add missing action- message (T220815) by Reedy
  • git #a06b1bba - Move namespace setup to extension-wip.json by jenkins-bot

TranslationNotifications

edit
  • git #3900b548 - build: Update eslint-config-wikimedia from 0.5.0 to 0.11.0 by James D. Forrester

TrustedXFF

edit

No changes for TrustedXFF

TwoColConflict

edit
  • git #08c748fd - Remove call to removed MWNamespace::clearCaches() by Roan Kattouw

UniversalLanguageSelector

edit
edit

No changes for UploadsLink

UploadWizard

edit

UrlShortener

edit
  • git #0ea78a33 - Fix readme syntax tags by Framawiki
  • git #d3c6b975 - Fix async shortening: isValid -> getValidity by Ed Sanders
  • git #351dd9e8 - build: Update linters by Ed Sanders
  • git #fba62ac2 - Wrap footer on Special:UrlShortener in paragraph by Lucas Werkmeister

UserMerge

edit

No changes for UserMerge

VipsScaler

edit

VisualEditor

edit
  • git #80bfbfc5 - ve.init.mw.DesktopArticleTarget: Validate 'veaction' parameter against available modes (T219457) by Bartosz Dziewoński
  • git #965b1291 - Update VE core submodule to master (3796a1f91) by James D. Forrester
  • git #0e0bc121 - ve.ui.MWMagicLinkNodeInspector: Select annotation after converting by Bartosz Dziewoński
  • git #d14d443a - Use new CE Surface selectAnnotation method by Bartosz Dziewoński
  • git #cc599c2e - init: Bundle wgVisualEditorUnsupportedEditParams with DesktopArticleTarget.init (T219342) by Bartosz Dziewoński
  • git #51b68049 - Update VE core submodule to master (6590e0ac5) by James D. Forrester
  • git #5a5af75c - s/PreferencesForm/PreferencesFormOOUI/ by Reedy
  • git #ef310f41 - Only depend on ArticleTarget for diff viewer by Ed Sanders
  • git #79cee8d8 - Fix mobile done/tick button by Ed Sanders
  • git #b7f7cf37 - ve.ui.MWSaveDialog: Work around review panel disappearing on iOS Safari (T219680) by Bartosz Dziewoński
  • git #0498c031 - ve.init.mw.ArticleTarget: Add sanity check against loading content in wrong mode (T219457) by Bartosz Dziewoński
  • git #72df5f69 - Update VE core submodule to master (f039957f3) by James D. Forrester
  • git #ed0105b5 - EditSummaryWidget: Disable pending animation by Jforrester
  • git #476d6495 - SurfaceView: Use new #isDeactivated method by Jforrester
  • git #c1bc3f00 - Remove unnecessary duplications of 'default' theme files by Ed Sanders
  • git #e2dfdf0e - EditSummaryWidget: Don't show suggestions on focus (T220176) by Ed Sanders
  • git #d784304e - Rename 'citefromid' to 'citoid' (T219512) by Ed Sanders

Wikibase

edit

WikibaseCirrusSearch

edit
  • git #08b6e031 - Remove more old wikibase dependencies by Stanislav Malyshev
  • git #743dd59a - Remove some BC features from WikibaseSearchConfig (T218716) by Stanislav Malyshev

WikibaseLexeme

edit

WikibaseLexemeCirrusSearch

edit

WikibaseMediaInfo

edit
  • git #c93bcd3b - Also render custom statement titles client-size (T220214) by Matthias Mullie
  • git #5d89c291 - Don't display statement input field when datatype doesn't support it (T220614) by Matthias Mullie
  • git #d1bd40d4 - WikibaseMediaInfoHooksTest: Test for existing captions tags invariantly, like real code by Jforrester
  • git #33d97d42 - WikibaseMediaInfoHooksTest: Use a more representative page content test string by Jforrester
  • git #8e325fc3 - Add overflow:visible to keep depicts label from being cut off (T221021) by ha78na
  • git #eb611a4e - Restore backward compatibility when initialised without property id by Matthias Mullie
  • git #e5fcb335 - Remove redundant margin-right by Matthias Mullie
  • git #132fddf2 - WikibaseMediaInfoHooksTest: Assert that we drop <mediaInfoView> tags by Jforrester
  • git #4929ed1c - Add missing action- messages by Reedy
  • git #65834d8a - Gracefully handle unsupported qualifiers (T220616) (T220617) by Matthias Mullie
  • git #2e03a04b - Apply DepictsWidget (now StatementWidget) to all statement blocks (T219382) (T219381) by James D. Forrester
  • git #6f55f67f - Handle statements with unsupported data types (T220613) (T220614) by James D. Forrester
  • git #35e75a4b - tests: Skip our only Selenium test for now, to unbreak the world (T220758) by James D. Forrester
  • git #3c7a5375 - Error messages can be HTML (T220660) by Matthias Mullie
  • git #498ef187 - Fall back to old config var name (T220665) by Matthias Mullie
  • git #1af7c520 - Fix WikibaseMediaInfo using wrong config for stemming settings by Stanislav Malyshev
  • git #247916d9 - First selenium test (T219815) by Eric Gardner
  • git #d1820ce8 - WikibaseMediaInfoHooksTest: Extract some re-used copy for DRY reasons by James D. Forrester

WikibaseQualityConstraints

edit

Wikidata.org

edit
  • git #bd908055 - build: Update eslint-config-wikimedia from 0.4.0 to 0.11.0 by James D. Forrester

WikidataPageBanner

edit
  • git #a32b7f97 - build: Update eslint-config-wikimedia from 0.5.0 to 0.11.0 by James D. Forrester

WikiEditor

edit

No changes for WikiEditor

wikihiero

edit
  • git #0d189b38 - Sort generated data tables by file name by James D. Forrester

WikiLove

edit
  • git #9267c9a9 - build: Update eslint-config-wikimedia from 0.8.1 to 0.11.0 by James D. Forrester

WikimediaBadges

edit

No changes for WikimediaBadges

WikimediaEditorTasks

edit

No changes for WikimediaEditorTasks

WikimediaEvents

edit

No changes for WikimediaEvents

WikimediaIncubator

edit
  • git #6f577d96 - Unconditionally overwrite $result in WikimediaIncubator::onGetUserPermissionsErrors (T220623) by Reedy
  • git #d0d887c1 - Add missing action- messages by Reedy

WikimediaMaintenance

edit

No changes for WikimediaMaintenance

WikimediaMessages

edit

XAnalytics

edit

No changes for XAnalytics

ZeroBanner

edit

ZeroPortal

edit

No changes for ZeroPortal

Skins

edit

CologneBlue

edit

No changes for CologneBlue

EUCopyrightCampaignSkin

edit

No changes for EUCopyrightCampaignSkin

MinervaNeue

edit

MonoBook

edit

No changes for MonoBook

Modern

edit

No changes for Modern

Nostalgia

edit

No changes for Nostalgia

Timeless

edit

Vector

edit

No changes for Vector

Total Changes

edit

372 Changes in 95 repos by 66 committers