MediaWiki 1.34/wmf.5

MediaWiki 1.34.0-wmf.4 Deployment of MediaWiki 1.34.0-wmf.5 to Wikimedia sites MediaWiki 1.34.0-wmf.6

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

Core changes edit

Vendor edit

Extensions edit

3D edit

No changes for 3D

AbuseFilter edit

No changes for AbuseFilter

ActiveAbstract edit

  • git #35527e30 - build: Replace jsonlint with eslint by James D. Forrester

AdvancedSearch edit

  • git #73b2a5d7 - Fix removeNamespace() method stripping file extensions by Thiemo Kreuz
  • git #8b86d433 - build: Upgrade eslint-config-wikimedia 0.12.0, drop grunt-jsonlint by James D. Forrester

AntiSpoof edit

No changes for AntiSpoof

ApiFeatureUsage edit

ArticleCreationWorkflow edit

  • git #8381c381 - build: Upgrade eslint-config-wikimedia 0.12.0, drop grunt-jsonlint by James D. Forrester

ArticlePlaceholder edit

No changes for ArticlePlaceholder

Babel edit

No changes for Babel

BetaFeatures edit

No changes for BetaFeatures

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

No changes for CategoryTree

CentralAuth edit

CharInsert edit

No changes for CharInsert

CheckUser edit

No changes for CheckUser

CirrusSearch edit

Cite edit

No changes for Cite

CiteThisPage edit

No changes for CiteThisPage

Citoid edit

No changes for Citoid

cldr edit

No changes for cldr

Cognate edit

  • git #ea76ccde - Resolve circular dependency when invalidating caches by Thiemo Kreuz
  • git #a84e045b - Move dependency on Title as far away as possible by Thiemo Kreuz
  • git #0e7bedd2 - Prefer assertSame() over assertEquals() by Thiemo Kreuz

CodeEditor edit

No changes for CodeEditor

CodeMirror edit

No changes for CodeMirror

CodeReview edit

No changes for CodeReview

CollaborationKit edit

Collection edit

CommonsMetadata edit

No changes for CommonsMetadata

ConfirmEdit edit

  • git #7e97119a - store: Avoid deprecated use of ObjectCache::getMainStashInstance() by Derick Alangi

CongressLookup edit

No changes for CongressLookup

ContactPage edit

No changes for ContactPage

ContentTranslation edit

ContributionTracking edit

CreditsSource edit

No changes for CreditsSource

Dashiki edit

No changes for Dashiki

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

EUCopyrightCampaign edit

No changes for EUCopyrightCampaign

Echo edit

Elastica edit

No changes for Elastica

ElectronPdfService edit

No changes for ElectronPdfService

EntitySchema edit

No changes for EntitySchema

EventBus edit

No changes for EventBus

EventLogging edit

ExtensionDistributor edit

ExternalGuidance edit

No changes for ExternalGuidance

FeaturedFeeds edit

No changes for FeaturedFeeds

FileExporter edit

No changes for FileExporter

FileImporter edit

FlaggedRevs edit

No changes for FlaggedRevs

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

No changes for GeoData

GettingStarted edit

  • git #735f4827 - Add phan by Umherirrender
  • git #c0d47605 - Remove deprecated `getDescription()` and `getParamDescription()` by Derick Alangi

GlobalBlocking edit

No changes for GlobalBlocking

GlobalCssJs edit

No changes for GlobalCssJs

GlobalPreferences edit

No changes for GlobalPreferences

GlobalUsage edit

No changes for GlobalUsage

GlobalUserPage edit

No changes for GlobalUserPage

GoogleNewsSitemap edit

No changes for GoogleNewsSitemap

Graph edit

  • git #e0d44fa9 - Avoid use of deprecated ->disableCache() in Parser by Derick Alangi

GrowthExperiments edit

GuidedTour edit

No changes for GuidedTour

GWToolset edit

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

No changes for JADE

Josa edit

No changes for Josa

JsonConfig edit

No changes for JsonConfig

Kartographer edit

No changes for Kartographer

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

  • git #568ec874 - logging: Replace use of deprecated Linker::link() with LinkRenderer by Derick Alangi

Math edit

No changes for Math

MobileApp edit

No changes for MobileApp

MobileFrontend edit

  • git #c877d1ff - Update README with the change to the default value of $wgMFAutodetectMobileView by Jesús Martínez Novo
  • git #ace13895 - Add RawHtmlMessages for mobile-frontend-copyright by Raymond
  • git #12b92eb1 - Fix and re-enable user_page wdio specs (task T221860) by jdlrobson
  • git #1765a5ea - Remove the Nearby component and use WatchstarPageList (task T217814) by jdlrobson
  • git #7448f1d4 - Replace use of `MobileContext::singleton()` with MC service (task T218244) by Derick Alangi
  • git #ac4eee0e - ContentProviderFactoryTest: Remove unused vars in test suits by Derick Alangi

MultimediaViewer edit

  • git #f2b247cb - Add missing type hints to hook handler functions by Thiemo Kreuz
  • git #0fe650ce - Add @see links pointing to the MediaWiki hooks manual by Thiemo Kreuz
  • git #f733d8bb - Fix typos in JSDocs type hint by Thiemo Kreuz
  • git #f8bf8494 - Allow partial selection in text fields (task T110579) by Thiemo Mättig
  • git #44457ec9 - Rename all hook handler functions to follow on<HookName> scheme by Thiemo Kreuz
  • git #7c67c4ba - Remove all default "return true" from hook handlers by Thiemo Kreuz
  • git #93d948b2 - Fix browser test failures (task T214389) by Mark Holmquist
  • git #342b0203 - build: Upgrade eslint-config-wikimedia 0.12.0, drop grunt-jsonlint by James D. Forrester
  • git #9b826f02 - build: Lint the rest of our JS, and make pass by James D. Forrester
  • git #23b2f786 - Remove the BetaFeatures integration by James D. Forrester

NavigationTiming edit

No changes for NavigationTiming

Newsletter edit

NewUserMessage edit

No changes for NewUserMessage

Nuke edit

No changes for Nuke

OATHAuth edit

  • git #31c72b58 - build: Upgrade eslint-config-wikimedia 0.12.0, drop grunt-jsonlint by James D. Forrester
  • git #c45d9c35 - Add the possessive apostrophe by Amir Aharoni

OAuth edit

No changes for OAuth

OpenStackManager edit

No changes for OpenStackManager

ORES edit

PageAssessments edit

  • git #02a3d0ce - Create namespace MediaWiki\Extension\PageAssessments\Api by Umherirrender

PagedTiffHandler edit

No changes for PagedTiffHandler

PageImages edit

  • git #91a0d3b6 - build: Upgrade eslint-config-wikimedia 0.12.0, drop grunt-jsonlint by James D. Forrester

PageTriage edit

  • git #2eeecdff - Remove redundant 'return true' from non-abortable hooks by Timo Tijhof
  • git #0b8de69a - ext.pageTriage.toolbarStartup: Remove invalid return value by Timo Tijhof

PageViewInfo edit

No changes for PageViewInfo

ParserFunctions edit

  • git #ab49140e - build: Upgrade eslint-config-wikimedia 0.12.0, drop grunt-jsonlint by James D. Forrester
  • git #c1399a6d - build: Install eslint by James D. Forrester

ParsoidBatchAPI edit

No changes for ParsoidBatchAPI

PdfHandler edit

  • git #5aa56749 - build: Upgrade eslint-config-wikimedia 0.12.0, drop grunt-jsonlint by James D. Forrester
  • git #604469f7 - build: Install eslint by James D. Forrester

PerformanceInspector edit

No changes for PerformanceInspector

Petition edit

No changes for Petition

Poem edit

  • git #f4b2c211 - build: Upgrade eslint-config-wikimedia 0.12.0, drop grunt-jsonlint by James D. Forrester
  • git #3ce9e39b - build: Install eslint by James D. Forrester

PoolCounter edit

No changes for PoolCounter

Popups edit

ProofreadPage edit

No changes for ProofreadPage

PropertySuggester edit

QuickSurveys edit

Quiz edit

No changes for Quiz

ReadingLists edit

No changes for ReadingLists

RelatedArticles edit

Renameuser edit

  • git #d7e2013b - build: Upgrade eslint-config-wikimedia 0.12.0, drop grunt-jsonlint by James D. Forrester
  • git #0c9ce0a8 - build: Install eslint by James D. Forrester

RevisionSlider edit

No changes for RevisionSlider

RSS edit

No changes for RSS

SandboxLink edit

No changes for SandboxLink

Score edit

  • git #90a466db - Add phan by Umherirrender
  • git #b32d9f5f - build: Upgrade eslint-config-wikimedia 0.12.0, drop grunt-jsonlint by James D. Forrester

Scribunto edit

  • git #14c09ad7 - build: Upgrade eslint-config-wikimedia 0.12.0, drop grunt-jsonlint by James D. Forrester

SearchExtraNS edit

No changes for SearchExtraNS

SecurePoll edit

No changes for SecurePoll

Sentry edit

  • git #c0ae5e85 - Move SentryHooks.php into includes folder by Umherirrender

ShortUrl edit

No changes for ShortUrl

SiteMatrix edit

  • git #a543cb26 - build: Upgrade eslint-config-wikimedia 0.12.0, drop grunt-jsonlint by James D. Forrester
  • git #1aeb92fa - build: Install eslint by James D. Forrester

SkinPerPage edit

SpamBlacklist edit

  • git #af6db20f - build: Upgrade eslint-config-wikimedia 0.12.0, drop grunt-jsonlint by James D. Forrester

SubPageList3 edit

No changes for SubPageList3

SubpageSortkey edit

No changes for SubpageSortkey

SyntaxHighlight_GeSHi edit

  • git #28ad9d7b - build: Upgrade eslint-config-wikimedia 0.12.0, drop grunt-jsonlint by James D. Forrester

TemplateData edit

TemplateSandbox edit

TemplateStyles edit

No changes for TemplateStyles

TemplateWizard edit

No changes for TemplateWizard

TextExtracts edit

  • git #f2cbf777 - build: Upgrade eslint-config-wikimedia 0.12.0, drop grunt-jsonlint by James D. Forrester

Thanks edit

  • git #ef903f25 - ApiCoreThank: Replace deprecated Revision::* methods by Derick Alangi
  • git #75b965d9 - build: Upgrade eslint-config-wikimedia 0.12.0, drop grunt-jsonlint by James D. Forrester

TimedMediaHandler edit

timeline edit

No changes for timeline

TitleBlacklist edit

  • git #be17ba52 - Fix various phpstorm warnings by Aaron Schulz
  • git #a2b9eda5 - build: Upgrade eslint-config-wikimedia 0.12.0, drop grunt-jsonlint by James D. Forrester

TocTree edit

  • git #aa281263 - Move TocTreeHooks.php into includes folder by Umherirrender

TorBlock edit

Translate edit

  • git #3946fb5e - build: Upgrade eslint-config-wikimedia 0.12.0, drop grunt-jsonlint by James D. Forrester

TranslationNotifications edit

  • git #253d20c8 - Fix param doc about Language object by Umherirrender

TrustedXFF edit

No changes for TrustedXFF

TwoColConflict edit

No changes for TwoColConflict

UniversalLanguageSelector edit

  • git #974730a0 - Add phan by Umherirrender
  • git #4f556503 - Update jquery.ime from upstream by Amir Aharoni
  • git #be400fe7 - build: Upgrade eslint-config-wikimedia 0.12.0, drop grunt-jsonlint by James D. Forrester

UploadsLink edit

No changes for UploadsLink

UploadWizard edit

UrlShortener edit

No changes for UrlShortener

UserMerge edit

  • git #f8827251 - build: Updating mediawiki/mediawiki-phan-config to 0.5.0 by Umherirrender
  • git #71ad60e1 - build: Upgrade eslint-config-wikimedia 0.12.0, drop grunt-jsonlint by James D. Forrester
  • git #90505614 - build: Install eslint by James D. Forrester

VipsScaler edit

VisualEditor edit

Wikibase edit

  • git #b2aabc7b - Revert "Revert "Use LabelDescriptionNotEqualValidator in TermValidatorFactory"" (task T222621) by Ladsgroup
  • git #7ca898c2 - Remove redundant Title::isLocal() check by Lucas Werkmeister
  • git #61128b21 - Do not validate against same label and description when change is noop (task T222621) by Amir Sarabadani
  • git #e39870f6 - Follow-up I1f83348eb: Actually set $rlModulesArr, not over-write $rlModules and use null (task T223085) by James D. Forrester
  • git #84e20627 - Start using PHP's <=> spaceship operator by Thiemo Kreuz
  • git #51349abb - Remove unused constructor arguments from WikiPageUpdater by Thiemo Kreuz
  • git #26ce3126 - Type hint against the ILBFactory/ILoadBalancer interfaces by Thiemo Kreuz
  • git #3eec82b1 - Don't call disableOriginalConstructor() on interfaces by Thiemo Kreuz
  • git #554e4f49 - Set ShowUpdatedMarker variable in HistoryEntityActionTest by Aaron Schulz
  • git #2fc6280c - Consolidate more view/ modules resources (14) (task T203696) by Timo Tijhof
  • git #12dd5a8e - Revert "Close entityselector after selecting exact match" (task T172937) (task T222346) by Lucas Werkmeister
  • git #97b6b21d - Refactor unnecessary convoluted promises by Michael Große
  • git #26421730 - dumps: Add lastrevid to JSON entity dumps. (task T87283) by Antonin Delpeuch
  • git #18ebe508 - Mock IDatabase::class instead of Database::class by Umherirrender
  • git #190e3d6c - Upper bound package version by Jeroen De Dauw

WikibaseCirrusSearch edit

  • git #de91e8b3 - Remove SearchContext from ResultsType signature by David Causse

WikibaseLexeme edit

WikibaseLexemeCirrusSearch edit

  • git #f13c8e56 - Remove SearchContext from ResultsType signature by David Causse

WikibaseMediaInfo edit

  • git #0be18ec9 - Revert "Make Edit/Cancel buttons consistent between panels" by Matthias Mullie
  • git #651e9c6d - Require statement exports from other modules by Matthias Mullie
  • git #585c9d19 - wikibase.mediainfo.search: Simplify widget UI insertion code by Timo Tijhof
  • git #99885305 - build: Upgrade eslint-config-wikimedia 0.12.0, drop grunt-jsonlint by James D. Forrester
  • git #1533a010 - Use OO.ui.confirm for discard changes (task T222370) by Ed Sanders
  • git #54a52deb - Display popover to users when encountering unsupported statements on FP (task T221363) by Matthias Mullie
  • git #2571730b - Make Edit/Cancel buttons consistent between panels (task T218951) by Eric Gardner

WikibaseQualityConstraints edit

No changes for WikibaseQualityConstraints

Wikidata.org edit

  • git #1d3299d5 - Add phan by Umherirrender
  • git #e4859289 - build: Upgrade eslint-config-wikimedia 0.12.0, drop grunt-jsonlint by James D. Forrester
  • git #ef72e4e3 - build: Install eslint by James D. Forrester

WikidataPageBanner edit

No changes for WikidataPageBanner

WikiEditor edit

  • git #b374d6be - build: Upgrade eslint-config-wikimedia 0.12.0, drop grunt-jsonlint by James D. Forrester

wikihiero edit

No changes for wikihiero

WikiLove edit

  • git #69a67f76 - build: Upgrade mediawiki-codersniffer from 24.0.0 to 25.0.0 by James D. Forrester
  • git #d9f164b7 - ApiWikiLove: Use MediaWikiServices rather than wgParser by James D. Forrester

WikimediaBadges edit

WikimediaEditorTasks edit

No changes for WikimediaEditorTasks

WikimediaEvents edit

  • git #a1e0f104 - Add phan by Umherirrender
  • git #5b21ace8 - Increase search satisfaction logging by 10x (task T197129) by Erik Bernhardson
  • git #e8b0d2d5 - Follow-up ab40a07a12: Remove stylelint, as it's unused now by James D. Forrester
  • git #2532825e - build: Upgrade eslint-config-wikimedia 0.12.0, drop grunt-jsonlint by James D. Forrester

WikimediaIncubator edit

No changes for WikimediaIncubator

WikimediaMaintenance edit

  • git #05f9407c - build: Upgrade eslint-config-wikimedia 0.12.0, drop grunt-jsonlint by James D. Forrester
  • git #ac94a005 - build: Install eslint by James D. Forrester

WikimediaMessages edit

  • git #7be6ecb8 - build: Upgrade eslint-config-wikimedia 0.12.0, drop grunt-jsonlint by James D. Forrester

XAnalytics edit

  • git #12ba9e5d - build: Upgrade eslint-config-wikimedia 0.12.0, drop grunt-jsonlint by James D. Forrester
  • git #8b2f362f - build: Install eslint by James D. Forrester

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

MonoBook edit

No changes for MonoBook

Modern edit

No changes for Modern

Nostalgia edit

No changes for Nostalgia

Timeless edit

Vector edit

  • git #3aeac161 - SkinVector: Call parent::__construct in constructor by Fomafix

Total Changes edit

322 Changes in 79 repos by 57 authors