MediaWiki 1.32/wmf.23

MediaWiki 1.32.0-wmf.22 Deployment of MediaWiki 1.32.0-wmf.23 to Wikimedia sites MediaWiki 1.32.0-wmf.24

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

Core changes

edit
  • git #3888c001 - Hard deprecate EventRelayerGroup::singleton() by Kunal Mehta
  • git #10fabd98 - Remove repeated line in RELEASE-NOTES-1.32 by C. Scott Ananian
  • git #9da12daf - Provide a way to restore an old revision with multiple slots. (T204732) by daniel
  • git #ba0839ac - resources: Register 'sinonjs' as foreign resource by Timo Tijhof
  • git #ac6e8495 - resources: Make jquery.cookie a multi-file resource with changelog, licence by James D. Forrester
  • git #1ed0a109 - resourceloader: Add filter cache version to module version hash (T176884) by Krinkle
  • git #450da07f - resourceloader: Remove MW cacheEpoch from module version hash by Krinkle
  • git #f198154d - SpecialLog: Don't throw exceptions on invalid date from user input (T201411) by James D. Forrester
  • git #f6be6e3f - resources: Register jquery.cookie as foreign resource by James D. Forrester
  • git #a2cad5be - Remove unnecesary else blocks by Reedy
  • git #754f793d - Update wikimedia/timestamp to v2.2.0 by Kunal Mehta
  • git #6aaaa070 - Remove MimeMagic by Reedy
  • git #137bba78 - resources: Update mustache.js from 0.8.2-d9aa703 to v1.0.0 by Timo Tijhof
  • git #bfcd2c96 - resources: Register mustache.js as foreign resource by Timo Tijhof
  • git #dfc47317 - resourceloader: Mark clearCache() as private (only for tests) by Timo Tijhof
  • git #07910fa3 - Pass title to Revision constructor in Title::getFirstRevision by Umherirrender
  • git #801a5a74 - Fix caller name in Title::loadRestrictions by Umherirrender
  • git #8af76dec - registration: Let extensions add PHP version requirements (T197535) by MGChecker
  • git #a89ef9b3 - Fix some double escaping, and some incorrect escaping for convert() by Kunal Mehta
  • git #52804205 - Fix some phan-taint-check false positives by Kunal Mehta
  • git #f05bf405 - Deprecate QuickTemplate::msgHtml & fix phan-taint-warning in includes/skins by Kunal Mehta
  • git #b3c95517 - Set consistent min value options for RC and Watchlist filters (T204623) (T199049) by Kosta Harlan
  • git #71badb42 - Remove global namespaced LBFactory by Reedy
  • git #2e345deb - McrUndoAction: Fix preview (T205101) by Brad Jorsch
  • git #a11a6f61 - Hard deprecate non-Remex tidy modes (T198214) by C. Scott Ananian
  • git #4461aa6e - Don't show unsaved revision in DifferenceEngine::renderNewRevision. by Daniel Kinzler
  • git #1c5399b4 - tests: Stop using deprecated LBFactory, use namespaced version by Jforrester
  • git #d506c187 - Stop MailAddress accepting a User object (T204863) by Jforrester
  • git #9d50d978 - Drop support for array syntax for $wgSpecialPages (T204863) by Reedy
  • git #4e8eed74 - Collapse some unnecessary else conditions by Reedy
  • git #8b92158d - Update HISTORY for 1.27.5/1.29.3/1.30.1/1.31.1 (T199025) by Reedy
  • git #b78d595f - SECURITY: Don't exclude .htaccess files from `git archive` (T199029) by Reedy
  • git #9c0ba336 - SECURITY: Do not allow botpassword login if account locked. (T194605) by Reedy
  • git #befd48c5 - SECURITY: Make 'newbie' limit in $wgRateLimits really override 'user' limit (T169545) by Reedy
  • git #733704ed - CommentStore: Hard-deprecate newKey() by James D. Forrester
  • git #7b233828 - Soft deprecate non-Remex tidy configurations (T198214) by C. Scott Ananian
  • git #6f8431c4 - Hard-deprecate the $wgUseTidy option (T198214) by C. Scott Ananian
  • git #327f0f92 - Use wfIsHHVM() instead of a HipHop-specific environment variable by C. Scott Ananian
  • git #e908d347 - selenium: invoke jobs to enforce eventual consistency (T199446) by Pablo Grass
  • git #8477d4a6 - Define which languages explicitly fallback to 'en' (T203350) by James D. Forrester
  • git #2240a3c4 - Special:Preferences: Remove unnecessary OOUI styles override by Bartosz Dziewoński
  • git #c5c7980c - Use new isTalkPage/isTalkNamespace methods by James D. Forrester
  • git #be2734b5 - Special:Preferences: Reduce PanelLayout border contrast slightly by Volker E
  • git #b1027342 - resourceloader: Remove check for Function#bind and Object.defineProperty by Krinkle
  • git #30a949da - Avoid ResourceLoader LESS parsing bug (T204816) by Ed Sanders
  • git #9bea45ea - Use binary charset in default table options by Tim Starling
  • git #587851c4 - DateTimeInputWidget: Rename vars to reflect latest WikimediaUI theme vars by Volker E
  • git #92ebd0cf - DateInputWidget: Update OOUI variables to latest by Volker E
  • git #be277470 - mediawiki.util: Optimise addPortletLink (T204625) by Krinkle
  • git #480b6537 - StructureTest::testUnitTestFileNamesEndWithTest() should not shell out (T169005) by Umherirrender
  • git #8fb62951 - Special:Preferences: Enable OOUI mode by default (T117781) by James D. Forrester
  • git #d6b989b5 - Use "Unknown user" instead of an empty user name. (T195692) by James D. Forrester
  • git #f5469d36 - WatchedItemStore::countVisitingWatchersMultiple() shouldn't query all titles when asked for none (T204729) by Brad Jorsch
  • git #1a625b8c - mediawiki.util: Improve unit tests (T204625) by Timo Tijhof
  • git #f22b3b81 - resourceloader: Add internal RLPAGEMODULES constant (T204426) by Timo Tijhof
  • git #b7f4b55f - resourceloader: Factor out encodeJsonForScript by Timo Tijhof
  • git #0a5757cd - resourceloader: Make ResourceLoader::makeLoaderRegisterScript() internal by Timo Tijhof
  • git #9222f524 - mediawiki.Title: Add isTalkPage/getTalkPage methods to mw.Title.js by Ed Sanders
  • git #fb11be8c - resourceloader: Simplify StringSet fallback by Krinkle
  • git #46daa86c - resourceloader: Use null-objects for 'sources' and 'registry' by Krinkle
  • git #d0a80f22 - resourceloader: Minor clean up in mw.loader and mw.html by Timo Tijhof
  • git #c4d2ac4d - Code to read from change_tag_def table instead of valid_tag (T194162) by Amir Sarabadani
  • git #e21e1028 - Allow edit.php to modify different slots. (T189220) by daniel
  • git #92ddf5dc - Set break-word on figcaption (T171761) by Arlo Breault
  • git #724fbe82 - mw.jqueryMsg: Handle non-string parameters to functions that expect strings better (T203892) by Bartosz Dziewoński
  • git #65f714e1 - user: Allow "CAS update failed" exceptions to be normalised (T202149) by Timo Tijhof
  • git #38d70454 - Ensure parserTests pass even if wiki has wgUsePigLatin enabled by C. Scott Ananian
  • git #76e72fd4 - mw.jqueryMsg: Add tests for non-string parameters to functions that expect strings (T203892) by Bartosz Dziewoński
  • git #b2be6cb4 - Add MessagesSco.php (T201462) by MarcoAurelio
  • git #56d2fdea - Add MessagesBi.php (T202438) by MarcoAurelio
  • git #babb4184 - RevisionStoreDbTestBase, remove redundant needsDB override by Addshore

Vendor

edit
  • git #6b5dd8b6 - Update wikimedia/timestamp to v2.2.0 by Kunal Mehta

Extensions

edit

AbuseFilter

edit

ActiveAbstract

edit

No changes for ActiveAbstract

AdvancedSearch

edit

AntiSpoof

edit

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 #069c1347 - Remove unnecessary distance and outdated `font-size` normalization by Volker E

BounceHandler

edit

Calendar

edit

No changes for Calendar

Campaigns

edit

No changes for Campaigns

Capiunto

edit

No changes for Capiunto

CategoryTree

edit

No changes for CategoryTree

CentralAuth

edit

No changes for CentralAuth

CharInsert

edit

No changes for CharInsert

CheckUser

edit

CirrusSearch

edit
  • git #ec49a498 - MultiSearchRequestLog: Fix minor grammar in log message by Timo Tijhof
  • git #1aff33d9 - Make timeouts more configurable (T204959) by David Causse
  • git #529eb5be - Mocked getContent method of mock Page object (T204932) by Cormac Parle
  • git #0343f956 - Start indexing the display_title property by Erik Bernhardson
  • git #39232846 - Split PrefixSearchQueryBuilder into a couple functions by Erik Bernhardson
  • git #a7d4a63f - Rethrow RuntimeException from hhvm as an Elastica exception (T204776) by Erik Bernhardson
  • git #31aef5dc - DataSender: Clarify meaning of "Update for doc ids" error by Krinkle
  • git #c13ab33e - DataSender: Add type hint and remove needless count() operation by Timo Tijhof
  • git #f1c6c5cd - Add basic test case for MappingConfigBuilder by Erik Bernhardson
  • git #77124b6b - Stop overriding username and password in wdioConf.config by Reedy
  • git #0d04f71f - Fix Job.php other-index/external-index by David Causse
  • git #3fd8dc7a - Externalize language detector creation out of CirrusSearch (T204255) by David Causse
  • git #ec08d822 - Add tilde header support to the new parser (T189880) by David Causse
  • git #49fd0565 - Drop support for elasticsearch-langdetect plugin by David Causse
  • git #aabd02bb - Add support for namespace header in the new parser (T189880) by David Causse
  • git #f46b46a2 - Update saneitizer to constantly re-index documents (T203622) by Erik Bernhardson

Cite

edit
  • git #ca95ada4 - i18n: Drop unnecessary overwrites of en defaults from pt-br by Jforrester
  • git #eb7bed04 - Template reflist: Re-render when converting for preview (e.g. visual diff) (T202324) by Ed Sanders

CiteThisPage

edit

No changes for CiteThisPage

Citoid

edit

No changes for Citoid

cldr

edit

No changes for cldr

Cognate

edit

No changes for Cognate

CodeEditor

edit

No changes for CodeEditor

CodeMirror

edit
  • git #ef8c62c7 - Use renamed ve.visibleWhitespaceCharacters by Ed Sanders

CodeReview

edit

No changes for CodeReview

CollaborationKit

edit

No changes for CollaborationKit

Collection

edit

No changes for Collection

CommonsMetadata

edit

No changes for CommonsMetadata

ConfirmEdit

edit

No changes for ConfirmEdit

CongressLookup

edit

No changes for CongressLookup

ContactPage

edit

No changes for ContactPage

ContentTranslation

edit
  • git #81094ad3 - Before saving, make sure change queue is processed (T204101) by Santhosh
  • git #952dbdbd - Provide help link in CX version switcher (T205089) by petarpetkovic
  • git #ca4734ec - Use the right message when new CX version is enabled by petarpetkovic
  • git #81bab7d7 - Fix rendering of MT abuse warning message in CX1 (T202464) by petarpetkovic
  • git #ba748568 - CX2: Prefetch MT and adaptations for the next paragraph (T193124) by jenkins-bot
  • git #f4fba6fb - Register TransclusionNode rerender as a section change (T201088) by jenkins-bot
  • git #ac336983 - Section alignment: fix height of source section if it is smaller (T203243) by Santhosh
  • git #43e961fc - Move the alignTitles to TranslationView from CXTarget class by Santhosh Thottingal

ContributionTracking

edit

No changes for ContributionTracking

CreditsSource

edit

No changes for CreditsSource

Dashiki

edit

No changes for Dashiki

DisableAccount

edit

Disambiguator

edit

No changes for Disambiguator

DismissableSiteNotice

edit

No changes for DismissableSiteNotice

DonationInterface

edit

No changes for DonationInterface

DoubleWiki

edit
  • git #fe276fa7 - Use Language::factory instead of wfGetLangObj by Fomafix
  • git #c77079b1 - Fix PHP coding style and remove phpcs rule excludes by Fomafix

DynamicSidebar

edit

No changes for DynamicSidebar

EUCopyrightCampaign

edit

No changes for EUCopyrightCampaign

Echo

edit

EducationProgram

edit

No changes for EducationProgram

Elastica

edit

No changes for Elastica

ElectronPdfService

edit

No changes for ElectronPdfService

EventBus

edit
  • git #f1ac53b8 - Define EventFactory for transforming MW objects to events. (T204575) by Petr Pchelko

EventLogging

edit

No changes for EventLogging

ExtensionDistributor

edit
  • git #45424cad - Rely on StatusValue::__toString for formatting into a log message (T204858) by Kunal Mehta

FeaturedFeeds

edit

No changes for FeaturedFeeds

FileExporter

edit

No changes for FileExporter

FileImporter

edit

No changes for FileImporter

FlaggedRevs

edit

No changes for FlaggedRevs

Flow

edit
  • git #9fc82729 - Use DBLoadBalancerFactory to rollback all DBs, add more logging (T70526) by Kosta Harlan
  • git #fa97e1cf - Fix alignment of icons in popup menus by Ed Sanders
  • git #43917526 - Fix alignment of 'About this board' icon by Ed Sanders
  • git #aa273c8d - Add logging to help debug IRC / RCFeeds reporting (T187861) by Kosta Harlan

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

No changes for GeoData

GettingStarted

edit

GlobalBlocking

edit

No changes for GlobalBlocking

GlobalCssJs

edit

No changes for GlobalCssJs

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

GuidedTour

edit

No changes for GuidedTour

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

No changes for Interwiki

InterwikiSorting

edit

No changes for InterwikiSorting

JADE

edit

Josa

edit

No changes for Josa

JsonConfig

edit

No changes for JsonConfig

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

No changes for LiquidThreads

Listings

edit

No changes for Listings

LocalisationUpdate

edit

No changes for LocalisationUpdate

LoginNotify

edit

No changes for LoginNotify

MapSources

edit

No changes for MapSources

MassMessage

edit

No changes for MassMessage

Math

edit

No changes for Math

MobileApp

edit

No changes for MobileApp

MobileFrontend

edit

MultimediaViewer

edit
edit
  • git #50abaa27 - ext.navigationTiming: Update mwLoadEnd to use RLPAGEMODULES (T204426) by Timo Tijhof
  • git #c3945d73 - tests: Add missing ResourceTiming dependency by Timo Tijhof

Newsletter

edit

No changes for Newsletter

NewUserMessage

edit

No changes for NewUserMessage

Nuke

edit

No changes for Nuke

OATHAuth

edit

No changes for OATHAuth

OAuth

edit

OpenStackManager

edit

No changes for OpenStackManager

ORES

edit

PageAssessments

edit

No changes for PageAssessments

PagedTiffHandler

edit

No changes for PagedTiffHandler

PageImages

edit

No changes for PageImages

PageTriage

edit
  • git #608720f4 - Rename wp10 to articlequality (T202998) by Stephane Bisson
  • git #1cb925d6 - Render bottom navigation stats only when not in AfC mode (T204634) by Kosta Harlan
  • git #ab2d8d4a - Maintenance script to delete afc_states (T203184) by Stephane Bisson
  • git #812a42f3 - ArticleCompileInterface: Use Article::getParserOutput() directly by Roan Kattouw
  • git #deed186b - ArticleCompileProcessor: Use last edit timestamp for ptrp_reviewed_updated by Roan Kattouw
  • git #b3ee68c7 - ArticleCompileUserData: Fix order of actor table queries (T204764) by Roan Kattouw
  • git #721237f5 - Use same api params for list and stats on page load (T204629) by Stephane Bisson
  • git #2ed52408 - Correctly sync the form when afc_state === 'all' (T204629) by Stephane Bisson
  • git #a472cae8 - Find pages in queue that don't have afc_state (T203184) by Stephane Bisson

PageViewInfo

edit

No changes for PageViewInfo

ParserFunctions

edit

No changes for ParserFunctions

ParserMigration

edit

No changes for ParserMigration

ParsoidBatchAPI

edit

No changes for ParsoidBatchAPI

PdfHandler

edit

No changes for PdfHandler

PerformanceInspector

edit

No changes for PerformanceInspector

Petition

edit

No changes for Petition

Poem

edit

No changes for Poem

PoolCounter

edit

No changes for PoolCounter

Popups

edit
  • git #3cfb1d34 - Amend preferences message to unify with messages elsewhere (T203992) by Volker E
  • git #5b6fe604 - Do not use jQuery's hasClass with space separated classes by Stephen Niedzielski
  • git #ae472fe6 - Simplify JavaScript by using native ES5 instead of jQuery by jdlrobson

ProofreadPage

edit

PropertySuggester

edit

No changes for PropertySuggester

QuickSurveys

edit

Quiz

edit

No changes for Quiz

ReadingLists

edit

No changes for ReadingLists

edit
  • git #6b49ddff - Remove EventLogging/A-B test code from RelatedArticles (T202306) by jdlrobson
  • git #6856ef8b - Renaming QUnit test files from "test_" to "test.js" (T197884) by Jan Drewniak
  • git #00405b03 - Remove `mediaWiki` and `jQuery` from eslint globals by Krinkle

RelatedSites

edit

No changes for RelatedSites

Renameuser

edit

No changes for Renameuser

RevisionSlider

edit

No changes for RevisionSlider

No changes for RSS

edit

No changes for SandboxLink

Score

edit

No changes for Score

Scribunto

edit

No changes for Scribunto

SearchExtraNS

edit

No changes for SearchExtraNS

SecurePoll

edit

No changes for SecurePoll

Sentry

edit

No changes for Sentry

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

TemplateData

edit

No changes for TemplateData

TemplateSandbox

edit

No changes for TemplateSandbox

TemplateStyles

edit

No changes for TemplateStyles

TemplateWizard

edit

No changes for TemplateWizard

TextExtracts

edit

No changes for TextExtracts

Thanks

edit

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

Translate

edit
  • git #c545ab07 - Use Language::equals to compare Language objects by Fomafix
  • git #8b19b9b1 - Avoid warnings and errors caused by x-pagetranslation-tag (T204797) by jenkins-bot

TranslationNotifications

edit

No changes for TranslationNotifications

TrustedXFF

edit

No changes for TrustedXFF

TwoColConflict

edit

UniversalLanguageSelector

edit
edit

No changes for UploadsLink

UploadWizard

edit

No changes for UploadWizard

UrlShortener

edit

No changes for UrlShortener

UserMerge

edit

VipsScaler

edit

No changes for VipsScaler

VisualEditor

edit

Wikibase

edit
  • git #5b86669e - MCR: If a revision doesn't have our role, it doesn't have our entity (T194729) (T200903) by addshore
  • git #2cfe456e - Add note to PrefetchingWikiPageEntityMetaDataAccessor::prefetch by addshore
  • git #cca35fcf - GenericServices add missing $entitySlots property by addshore
  • git #9798806e - PrefetchingWikiPageEntityMetaDataAccessor max cache key cleanup by Addshore
  • git #43129446 - Fix EntityNamespaceLookup::getEntitySlotRole phpdoc return by Addshore
  • git #a74a42f9 - Teach EntitySelector._combineResults() to evaluate rank by Jonas Kress (WMDE)
  • git #73b4ac26 - Remove MediaInfo from repo api EditEntity tests by Addshore
  • git #225541e7 - Add EntityLoadingHelperTest to autoloader for tests (T205076) by Addshore
  • git #8cc1b5c9 - Give phrase profile own name (T163642) by Stanislav Malyshev
  • git #01d2e7c5 - Split apihelp messages to a separate group (T189982) by Legoktm
  • git #56489338 - WikibaseApiTestCase also setService on SiteLookup (T205074) by Addshore
  • git #746b8b34 - SimpleCacheWithBagOStuff, Throw exception with key when invalid (T204791) by Addshore
  • git #f3054116 - Add phrase rescoring to queries (T163642) by Stanislav Malyshev
  • git #08bebd85 - Catch exceptions in Special:EntitiesWithout* if entity type does not support * (T204708) by Amir Sarabadani
  • git #0f3bc8a6 - Remove mnw from monolingual text list (T203310) by Amir Sarabadani
  • git #3beee28e - Comment truncation should be done by CommentStore, not Wikibase by C. Scott Ananian
  • git #8744ffb8 - Move field definitions to search-field-definitions handler (T190022) by Addshore
  • git #533e54de - Remove dependency on a specific Preprocessor implementation by C. Scott Ananian

WikibaseLexeme

edit
  • git #c90fb4b1 - Special:NewLexeme - Language code box visible after failed submit (T194347) by Jakob
  • git #6a83c1bf - LexemeMergerTest, factor out NoCrossReferencingLexemeStatements creation by Addshore
  • git #78420756 - Reduce inheritance code sharing in SpecialNewLexeme: step 3 by WMDE-leszek
  • git #6e0bfe9d - Reduce inheritance code sharing in SpecialNewLexeme: step 2 by WMDE-leszek
  • git #1fcc888b - Reduce visibility in SpecialNewLexeme by WMDE-leszek
  • git #740b5268 - browser tests: clarify in README by Pablo Grass
  • git #a4df1bec - selenium, lexeme.page.js, clean up use toolbar selectors by addshore
  • git #8727a265 - Add InvalidLanguageIndicator and use it in glosses (T198203) by Addshore
  • git #f29341ec - Remove inheritance abuse in SpecialNewLexeme: step 1 by Jeroen De Dauw
  • git #12b95f86 - Remove not needed else by Jeroen De Dauw
  • git #d1a4b6ba - Specify constant visibility by Jeroen De Dauw
  • git #f65b81d4 - Add WikibaseLexemeIntegrationTestCase::saveEntity helper by Jakob Warkotsch
  • git #3c769560 - Add integration test for lexeme link formatters by Jakob Warkotsch
  • git #9f1d6860 - Form: make use of ENTITY_TYPE const by Pablo Grass
  • git #d3086c75 - Make Sense ID link targets less redundant (T204557) by Amir Sarabadani
  • git #07b66601 - Move field definitions to search-field-definitions handler (T190022) by Stanislav Malyshev
  • git #5da820a0 - Add tablesUsed to SpecialMergeLexemesTest and SpecialNewLexemeTest by Jakob Warkotsch
  • git #21820192 - Fix FormLinkFormatter html escaping by Jakob Warkotsch
  • git #e783fc6e - Reassign statement IDs when adding a sense (T201605) by Lucas Werkmeister
  • git #a0414070 - Add form id prefix to form statement groups (T196226) by Jakob Warkotsch

WikibaseMediaInfo

edit
  • git #45f0b424 - build: Re-enable the eslint 'indent' rule and make pass by James D. Forrester
  • git #6c1b8574 - build: Bump linters to latest and make pass by Jforrester
  • git #c50dc829 - Inject multi-lingual captions into the File page (T202287) by Matthias Mullie
  • git #be1f6a01 - Relax outdated HistoryEntityAction constructor by Jforrester
  • git #3bfb89af - Move field definitions to search-field-definitions handler (T190022) by Addshore

WikibaseQuality

edit

No changes for WikibaseQuality

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

WikimediaBadges

edit

No changes for WikimediaBadges

WikimediaEvents

edit

WikimediaIncubator

edit

No changes for WikimediaIncubator

WikimediaMaintenance

edit
  • git #634f2c13 - Create Flow tables where $wgFlowDefaultWikiDb is false and the wiki is in the Flow dblist (T178886) by Reedy

WikimediaMessages

edit
  • git #31f65f45 - Add 'wikimedia-switchover-read-only' message by MarcoAurelio
  • git #727420ad - build: Update npm dev dependencies by jenkins-bot

XAnalytics

edit

No changes for XAnalytics

ZeroBanner

edit

No changes for ZeroBanner

ZeroPortal

edit

No changes for ZeroPortal

Skins

edit

CologneBlue

edit

No changes for CologneBlue

EUCopyrightCampaignSkin

edit

No changes for EUCopyrightCampaignSkin

MinervaNeue

edit
  • git #8c587c58 - Fix broken config name for MinervaABSamplingRate (T205355) by Piotr Miazga
  • git #58c0b813 - Minerva A/B tests are not subject to HTML caching time (T205355) by Jdlrobson
  • git #6daf19df - Remove user page CTA edit link browser test (move to MobileFrontend) by Jforrester
  • git #85505d69 - Buttons should be cursor pointer by default (T205321) by VolkerE
  • git #992630c7 - Remove broken remains of &campaign=leftNavSignup handling (T205325) by Jdlrobson
  • git #786ec45c - SkinMinerva: Remove incorrect comment by Bartosz Dziewoński
  • git #2f3fed5f - Users can request new treatment via query string (T204746) by jdlrobson
  • git #01dc9de9 - Minerva is responsible for turning on WikimediaEvents itself (T204144) by Jdlrobson
  • git #2163d5f9 - Rename QUnit test files from "test_" to "test.js" (T197884) by Stephen Niedzielski
  • git #03bc2518 - Red links are linked separately (T204073) by Stephen Niedzielski
  • git #287a2aaf - Exclude redlink clicks from modalEditClicked event (T204073) by Stephen Niedzielski
  • git #8ac5b9c6 - Hygiene: remove unused pre-commit script by Jdlrobson
  • git #c6960ce8 - Remove 'mobile.editor.ve' styles (move to MobileFrontend) (T202978) by Bartosz Dziewoński
  • git #5e7b3994 - Move Parsoid output overrides to 'mediawiki.skinning.content.parsoid' skinStyles (T202978) by Bartosz Dziewoński
  • git #73d724a7 - mobile.editor.ve: Simplify left/right border of toolbar on >1000px screens (T202978) by Bartosz Dziewoński
  • git #9fc58af5 - Get rid of ICustomizableSkin by Krinkle

MonoBook

edit

No changes for MonoBook

Modern

edit

No changes for Modern

Nostalgia

edit

No changes for Nostalgia

Timeless

edit

No changes for Timeless

Vector

edit

No changes for Vector

Total Changes

edit

272 Changes in 49 repos by 65 committers