MediaWiki 1.32/wmf.19

MediaWiki 1.32.0-wmf.18 Deployment of MediaWiki 1.32.0-wmf.19 to Wikimedia sites MediaWiki 1.32.0-wmf.20

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

Core changes

edit
  • git #3624259e - Set migration stages in RevisionStoreDbTestBase by Tim Starling
  • git #c804a0b5 - Improve logging in MediaWikiTestCase by Tim Starling
  • git #08dba3de - Remove PhanUndeclaredStaticMethod from blacklist by Krinkle
  • git #19f4db30 - resourceloader: Simplify addEmbeddedCSS by using object refs (T202703) by Timo Tijhof
  • git #5a9d2231 - resourceloader: Don't defer discovery of critical request via rIC() (T192623) by Timo Tijhof
  • git #e5912535 - resourceloader: Optimise several map-like objects with Object.create(null) by Krinkle
  • git #e4676f42 - Use StaticArrayWriter in LCStoreStaticArray (T200626) by Krinkle
  • git #8a3bdfc6 - Support nested arrays in StaticArrayWriter (T200626) by Krinkle
  • git #d269e1d9 - resourceloader: Restore mw.loader.store update postponing logic (T202598) by Roan Kattouw
  • git #6504e230 - Make interwiki transclusion use the WAN cache (T189702) by Aaron Schulz
  • git #86e68468 - Remove semicolon after class declaration by Umherirrender
  • git #8ee45c99 - rdbms: make LBFactorySingle/LoadBalancerSingle set the local domain from the connection by Aaron Schulz
  • git #f915b868 - API: Update examples to avoid MCR deprecation (T202909) by Brad Jorsch
  • git #313237cb - Replace underscores with spaces in DeletedContribs form by Daimona Eaytoy
  • git #2d35c4e9 - objectcache: Improve WANObjectCache doc for update strategies by Krinkle
  • git #ef663e19 - Allow admins to delete user JS/CSS pages (T200176) by Gergő Tisza
  • git #2ed7bdc4 - Require editsitecss/editsitejs for editing raw messages (T45646) by Gergő Tisza
  • git #34e4e810 - Make warning about deprecated SlotDiffRenderer wrapper less noisy (T202686) by Gergő Tisza
  • git #a072e254 - Restore passing of triggering user in edit updates (T200119) by Gergő Tisza
  • git #150f1a39 - Swap arguments of Title::makeName to fix Special:Export (T202817) by Krinkle
  • git #e856b663 - resourceloader: Remove unused code from mw.loader.register() by Timo Tijhof
  • git #2c7ff994 - resourceloader: Remove redundant calls to getState() in mw.loader.enqueue() by Timo Tijhof
  • git #07d8fded - resourceloader: Remove redundant check in mw.loader.store for Opera 12 by Timo Tijhof
  • git #8bc2f852 - resourceloader: Remove unused code in private mw.loader#enqueue() by Timo Tijhof
  • git #2912873a - parser: Simplify code for {{#int:}} if the message doesn't exist by Kunal Mehta
  • git #0a07c389 - Make MysqlInstaller check if DB exists in a cleaner way by Aaron Schulz
  • git #54a976d5 - mediawiki.user: Small perf tweak for generateRandomSessionId (T201124) by Krinkle
  • git #2fca6bc4 - resourceloader: Micro-optimise mw.loader.register version string setting by Krinkle
  • git #e3db33c6 - Throw exception when nothing to clone in CloneDatabase by Aaron Schulz
  • git #341f3ec3 - resourceloader: Correct @param doc for mw.loader.state() (T127328) by Timo Tijhof
  • git #e0d4610f - API: Remove duplicate i18n messages from I700edfa7 by Brad Jorsch
  • git #b7ed1129 - Fix DifferenceEngine revision loading logic (T201218) (T202454) by Gergő Tisza
  • git #11e81ef6 - resourceloader: Optimise several map-like objects with Object.create(null) by Timo Tijhof
  • git #4b4afe7c - Avoid joins when reading MCR revisions. (T198561) by James D. Forrester
  • git #29c80322 - mediawiki.user: Increase entropy of random token generator (T201124) by Jdlrobson
  • git #7f3c102a - resourceloader: Implement mw.inspect 'time' report (T133646) by Roan Kattouw
  • git #2c7e4adc - Don't reset name tables between test runs. (T198561) by daniel
  • git #a9033efb - MCR: Add temporary web UI mcrundo action (T200216) by Gergő Tisza
  • git #76312961 - Prepare DiffRenderer to changed parameters for wikidiff2 1.8.0 (T194272) by WMDE-Fisch
  • git #1ab2f7a5 - ApiComparePages: Update for MCR (T200569) (T183823) (T185723) by Gergő Tisza
  • git #a3160cee - rdbms: make schema/prefix handling more consistent in LoadBalancer by Aaron Schulz
  • git #1c7797ee - docs: Remove Doxyfile searching for .php5 and upper-case file extensions by Timo Tijhof
  • git #63de0fc6 - filebackend: Use $tmpDirectory instead of wfTempDir() by Timo Tijhof
  • git #eee43858 - Fix typo in formDescriptor array (T202550) by Umherirrender
  • git #5799b2f0 - Make sure we don't try to use a deleted rev ID. (T202032) by Brad Jorsch
  • git #5a430cdc - OOUIfy CheckMatrix in PHP and JS (T199946) by Bartosz Dziewoński
  • git #7f68979b - Replace some wfMessage by ContextSource::msg by Umherirrender
  • git #e6a75d80 - API: Catch Errors as well as Exceptions (T202416) by Brad Jorsch
  • git #f2f82dcb - The BlobStoreFactory constructor needs an LBFactory (T202483) by Tim Starling
  • git #8053bc9e - rdbms: fix a few IDEA warnings in Database by Aaron Schulz
  • git #2b5e59fa - rdbms: fix IDEA warnings in DatabaseMssql.php by Aaron Schulz
  • git #41a37d14 - rdbms: make Database::open() protected by Aaron Schulz
  • git #ab94b635 - Improve test coverage for ApiStashEdit by James D. Forrester
  • git #65b6faa5 - mediawiki.user: Rename stickyRandomId to getPageviewToken (T201124) by Krinkle
  • git #2d947311 - mediawiki.inspect: Remove redundant code for old Opera by Krinkle
  • git #d20f2466 - Add a maintenance script to add a Change Tag by Reedy
  • git #abe264e9 - ChangeTag::createTagWithChecks calls ChangeTag::canCreateTag() by Reedy
  • git #dd8cced9 - maintenance: Add maintenance script for managing foreign resources by Krinkle
  • git #504707af - jquery.accessKeyLabel: Optimise by using mw.message().plain() (T202357) by Krinkle
  • git #90acd0ed - Replace "Bug37714" by "T39714" by Fomafix
  • git #9f86db20 - resources: Move non-jquery files from /resources/lib/jquery to /resources/lib (T193826) by Krinkle
  • git #1031825f - benchmarks: Minor cleanup for strtr benchmark by Krinkle
  • git #63b20035 - TitleFormatter: Implement fbc144965315 and unify prefix logic (T165149) by Kunal Mehta
  • git #d0f56e87 - Optimize TitleFormatter::getPrefixedText() to Title performance (T201801) by Kunal Mehta
  • git #d370c51d - Paranoia, escape image alignment parameters before outputting. by Brian Wolff
  • git #7b01567b - Expand documentation about options in HTMLForm by Umherirrender
  • git #f7ca65da - Disable warning about direct text table access for now (T201164) by daniel
  • git #55875bcd - maintenance: Move backup.inc to a regular php class file (T184782) by Timo Tijhof
  • git #68babea3 - Skin: Avoid redirect=no for links to non-redirects by Legoktm

Vendor

edit

Extensions

edit

No changes for 3D

AbuseFilter

edit

ActiveAbstract

edit

AdvancedSearch

edit

No changes for AdvancedSearch

AntiSpoof

edit

ApiFeatureUsage

edit

No changes for ApiFeatureUsage

ArticleCreationWorkflow

edit

No changes for ArticleCreationWorkflow

ArticlePlaceholder

edit
  • git #0cc9a948 - Start showing warning for deprecated PHP entry point by Umherirrender

Babel

edit

No changes for Babel

BetaFeatures

edit

No changes for BetaFeatures

BounceHandler

edit
  • git #6b65d592 - Remove deprecated UsageException fallback code by Umherirrender

Calendar

edit

No changes for Calendar

Campaigns

edit

No changes for Campaigns

Capiunto

edit
  • git #da87cf24 - Add @coversNothing to unit tests by Umherirrender

CategoryTree

edit

No changes for CategoryTree

CentralAuth

edit
  • git #06cccb13 - Remove deprecated UsageException fallback code by Umherirrender

CharInsert

edit
  • git #5aa6adba - Start showing warning for deprecated PHP entry point by Fomafix

CheckUser

edit

No changes for CheckUser

CirrusSearch

edit

Cite

edit
  • git #b7eed36a - Start showing warning for deprecated PHP entry point by Fomafix
  • git #1d687e23 - Use the dir parameter only from the full definition of a named ref tag (T196827) by Arlo Breault

CiteThisPage

edit

No changes for CiteThisPage

Citoid

edit

No changes for Citoid

cldr

edit
  • git #11a8cbfb - Add new languages used by Wikidata, not in CLDR by Raymond

Cognate

edit

No changes for Cognate

CodeEditor

edit
  • git #b1f56765 - Start showing warning for deprecated PHP entry point by Umherirrender
  • git #e8fbe62e - Make use of new WikiEditor 2010 toggle tool (T198781) by James D. Forrester

CodeMirror

edit

CodeReview

edit

CollaborationKit

edit

Collection

edit

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

No changes for CreditsSource

Dashiki

edit

No changes for Dashiki

DisableAccount

edit

No changes for DisableAccount

Disambiguator

edit

No changes for Disambiguator

DismissableSiteNotice

edit

No changes for DismissableSiteNotice

DonationInterface

edit

DoubleWiki

edit

No changes for DoubleWiki

DynamicSidebar

edit

No changes for DynamicSidebar

Echo

edit

EducationProgram

edit

Elastica

edit

No changes for Elastica

ElectronPdfService

edit

No changes for ElectronPdfService

EventBus

edit
  • git #b5111329 - Revert "Use getCauseAgent() instead of getTriggeringUser()" by Catrope
  • git #6a8275f3 - Use getCauseAgent() instead of getTriggeringUser() by Roan Kattouw
  • git #bfb7ae1a - Fix typo of "Substitute" in README by addshore

EventLogging

edit

ExtensionDistributor

edit

No changes for ExtensionDistributor

FeaturedFeeds

edit

No changes for FeaturedFeeds

FileExporter

edit

No changes for FileExporter

FileImporter

edit

No changes for FileImporter

FlaggedRevs

edit

Flow

edit
  • git #81972397 - Don't create user in read DB during unit test. by Addshore
  • git #5c116b53 - Fix common typos in code (T201491) by Zoranzoki21
  • git #129c064d - Split long lines over 155 chars by Umherirrender
  • git #3b285ba2 - Split long lines over 170 chars by Umherirrender
  • git #e11457c2 - Start showing warning for deprecated PHP entry point by Umherirrender
  • git #f88c6fc3 - Replace some wfMessage by ContextSource::msg by Umherirrender
  • git #00e3afc3 - Work around exception in DifferenceEngine::showDiffStyle() (T202454) by Roan Kattouw
  • git #1112101b - Split long lines over 200 chars by Umherirrender
  • git #5c11731c - Remove deprecated UsageException fallback code by Umherirrender

FundraiserLandingPage

edit

No changes for FundraiserLandingPage

FundraisingTranslateWorkflow

edit

Gadgets

edit
  • git #7201979d - Start showing warning for deprecated PHP entry point by Fomafix

GeoCrumbs

edit

No changes for GeoCrumbs

GeoData

edit

No changes for GeoData

GettingStarted

edit

Graph

edit

No changes for Graph

GlobalBlocking

edit

No changes for GlobalBlocking

GlobalCssJs

edit
  • git #9e9fabf9 - Start showing warning for deprecated PHP entry point by Fomafix

GlobalPreferences

edit
  • git #f8839631 - Get content language from service by Fomafix
  • git #1f0be329 - Add CheckMatrix to the enable/disable of local exceptions (T199946) by Moriel Schottlender

GlobalUsage

edit

No changes for GlobalUsage

GlobalUserPage

edit

No changes for GlobalUserPage

GoogleNewsSitemap

edit

No changes for GoogleNewsSitemap

GuidedTour

edit

No changes for GuidedTour

GWToolset

edit
  • git #3c115f75 - Do not use GWTException::getMessage as raw html by Umherirrender

ImageMap

edit

No changes for ImageMap

InputBox

edit

No changes for InputBox

Insider

edit

No changes for Insider

intersection

edit

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

Kartographer

edit

LabeledSectionTransclusion

edit

No changes for LabeledSectionTransclusion

LandingCheck

edit

No changes for LandingCheck

LdapAuthentication

edit

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
  • git #97bbd18b - Use accurate count when budling multiple login failure warnings (T194385) by Gergő Tisza

MapSources

edit

No changes for MapSources

MassMessage

edit
  • git #14372c17 - Remove deprecated UsageException fallback code by Umherirrender

Math

edit

No changes for Math

MobileApp

edit

No changes for MobileApp

MobileFrontend

edit

MultimediaViewer

edit
  • git #007e161a - Fix "the the" typo in mmv.provider.GuessedThumbnailInfo.js file (T201491) by Zoranzoki21
  • git #05d08741 - Start showing warning for deprecated PHP entry point by Fomafix
edit

Newsletter

edit
  • git #84e154a8 - Fix "the the" typo in Newsletter.php file (T201491) by Zoranzoki21
  • git #b30f212b - Update deprecated UsageException to ApiUsageException by Umherirrender

NewUserMessage

edit

No changes for NewUserMessage

Nuke

edit

No changes for Nuke

OAuth

edit
  • git #719c8000 - Replace some wfMessage by ContextSource::msg by Umherirrender
  • git #602d46f1 - Remove deprecated UsageException fallback code by Umherirrender

OATHAuth

edit

ORES

edit

No changes for ORES

OpenStackManager

edit

PagedTiffHandler

edit

PageAssessments

edit

No changes for PageAssessments

PageImages

edit

No changes for PageImages

PageTriage

edit

PageViewInfo

edit

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

Popups

edit
  • git #27cfa1ce - Start showing warning for deprecated PHP entry point by Fomafix

ProofreadPage

edit

PropertySuggester

edit
  • git #212ad955 - build: Updating mediawiki/phan-taint-check-plugin to 1.3.0 by Umherirrender

QuickSurveys

edit

Quiz

edit

ReadingLists

edit
edit

No changes for RelatedArticles

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

Scribunto

edit

No changes for Scribunto

Score

edit

No changes for Score

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

SpamBlacklist

edit

SubPageList3

edit

No changes for SubPageList3

SubpageSortkey

edit

No changes for SubpageSortkey

SyntaxHighlight_GeSHi

edit

No changes for SyntaxHighlight_GeSHi

TemplateData

edit
  • git #bc1422b7 - Ignore subsequent similarly-named parameters when extracting (T193265) by Sam Wilson

TemplateSandbox

edit

No changes for TemplateSandbox

TemplateStyles

edit

TemplateWizard

edit

No changes for TemplateWizard

TextExtracts

edit
  • git #832d0ff7 - Remove use of deprecated UsageException by Umherirrender

Thanks

edit

TimedMediaHandler

edit
  • git #2b8b7aca - Drop or inline some pointless config options (T60082) by James D. Forrester
  • git #0aedc45c - Move all ResourceLoader vars into the TMH namespace by James D. Forrester
  • git #b799e9c2 - Kill mw.load pointless accessor by James D. Forrester
  • git #c3298517 - Menu regression fix by Brion Vibber
  • git #964efe5b - Fix regression breaking captioning in mwembed mode by Brion Vibber
  • git #ad0c67ac - Add @covers to unit tests by Umherirrender
  • git #7ba7ebdd - Move all TMH ResourceLoader vars into the static registration by James D. Forrester
  • git #abc51e0f - Stop trying to set 'EmbedPlayer.WebPath' by James D. Forrester
  • git #74747b37 - extension.json: Don't try to describe just four of the 60+(!) items in MwEmbedModuleConfig by James D. Forrester
  • git #1c437cad - extension.json: Fix typo in TmhUseBetaFeatures description by James D. Forrester
  • git #3b0cbce8 - Use LinkRenderer to build links by Umherirrender

timeline

edit

TitleBlacklist

edit

TocTree

edit

No changes for TocTree

TorBlock

edit

No changes for TorBlock

Translate

edit
  • git #6f191f43 - Remove jQuery.inArray and jQuery.trim usages by jenkins-bot
  • git #cc2ae6e7 - Fix common typos in code (T201491) by Zoranzoki21
  • git #5a9ef2ed - Replace jQuery.proxy with Function.prototype.bind by jenkins-bot
  • git #d9ec0566 - Use LinkBatch in Special:AggregateGroups (T201819) by Amire80
  • git #d0b9853a - fallback-graphs.php: Improve output by jenkins-bot
  • git #285e72cb - Remove CompatibleLinkRenderer trait by jenkins-bot
  • git #3b420371 - Conditionally register sandbox related API modules (T176561) by jenkins-bot
  • git #f6e461ad - Add missing language name parameter to apierror-translate-language-disabled 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
  • git #d13c1a43 - Fix category multiwidget with default entries (T202760) by Matthias Mullie
  • git #df0c2ee6 - build: Updating mediawiki/phan-taint-check-plugin to 1.3.0 by Umherirrender

UrlShortener

edit

UserMerge

edit

VipsScaler

edit

VisualEditor

edit

Wikibase

edit

WikibaseLexeme

edit

WikibaseQuality

edit

No changes for WikibaseQuality

WikibaseQualityConstraints

edit
  • git #b3210e32 - Remove staged rollout code for gadget by Jonas Kress (WMDE)
  • git #7bea1445 - Remove WikibaseRepo reference from constructor on the maintenance script (T202646) by Addshore
  • git #966c11fb - Do not include core file inside unit tests by Lucas Werkmeister
  • git #f57eccce - Add OneOfConstraint suggestions (T199672) by Jonas Kress (WMDE)

WikidataPageBanner

edit

No changes for WikidataPageBanner

WikiEditor

edit

wikihiero

edit

No changes for wikihiero

WikiLove

edit

No changes for WikiLove

WikimediaBadges

edit

No changes for WikimediaBadges

Wikidata.org

edit

No changes for Wikidata.org

WikimediaEvents

edit
  • git #e4104bde - Remove RecentChangesClicks schema and JS by Roan Kattouw
  • git #0694e34b - ReadingDepth test should accept a boolean field for sample groups. (T191532) by Jan Drewniak
  • git #db9a6125 - Restore function bodies for supportsBeacon and supportsNavigationTiming by jdlrobson
  • git #70e11b06 - Refactor readingDepth to exit early for incompatible browsers (T202518) by Jan Drewniak

WikimediaIncubator

edit

No changes for WikimediaIncubator

WikimediaMaintenance

edit

WikimediaMessages

edit

XAnalytics

edit

No changes for XAnalytics

ZeroBanner

edit
  • git #6f3a7f9c - Replace some wfMessage by ContextSource::msg by Umherirrender

ZeroPortal

edit

No changes for ZeroPortal

Skins

edit

CologneBlue

edit

No changes for CologneBlue

MinervaNeue

edit

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

331 Changes in 81 repos by 64 committers