MediaWiki 1.34/wmf.16

MediaWiki 1.34.0-wmf.15 Deployment of MediaWiki 1.34.0-wmf.16 to Wikimedia sites MediaWiki 1.34.0-wmf.17

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

Core changes

edit
  • git #ce965f98 - Fix punctuation in HTMLForm documentation by Thalia
  • git #080b0f91 - pager: Add visibility methods declared in the Pager interface by Derick Alangi
  • git #b9886278 - Adapt Recent Changes advanced filters for mobile usage (task T225499, T223230) by Jan Drewniak
  • git #f45359a0 - Deprecate several public properties on the block classes by Thalia
  • git #5990aa7f - Update gradient mixins from OOUI, add horizontal-gradient by Ed Sanders
  • git #a5c984cc - MessageCache: Restore 'loadedLanguages' tracking for load() (task T208897) by Timo Tijhof
  • git #1597eeda - CopyTextLayout: Only select-all on focus (task T110579) by Ed Sanders
  • git #3622787e - Better handle "no accounts to unlink" case in Special:UnlinkAccounts (task T228717) by Brad Jorsch
  • git #f2b5cbb0 - rdbms: make DatabaseSqlite::open() also check DBO_DEFAULT by Aaron Schulz
  • git #92412c16 - externalstore: use CONN_TRX_AUTOCOMMIT instead of IDatabase::clearFlag() by Aaron Schulz
  • git #47aa48f0 - objectcache: make "busyValue" stricter to avoid callback ambigiuity by Aaron Schulz
  • git #416c2f67 - Remove TODO for unblockself (task T228538) by David Barratt
  • git #8d02d1d2 - Follow-up f7cddcf7c1: Move RELEASE-NOTES-1.34 entry to right place by James D. Forrester
  • git #2086b8a4 - Deprecate wrapper SVGMetadataExtractor::getMetadata by Umherirrender
  • git #2ba42f23 - QueryPage: allow arbitrary sorting by Gergő Tisza
  • git #b5630dc0 - Inject getLocalServerObjectCache() into the CachingSiteStore instance by Aaron Schulz
  • git #9efb4296 - ApiSandbox: Fix upload widget (task T229123) by Brad Jorsch
  • git #4c7e4575 - rdbms: remove various deprecated methods by Aaron Schulz
  • git #023c73f6 - rdbms: normalize Database open() code and error handling by Aaron Schulz
  • git #5099ee9f - parser: add speculative page IDs to use with {{PAGEID}} (task T226785) by Aaron Schulz
  • git #ae116da8 - Code cleanup related to initSpeculativePageId() by Tim Starling
  • git #51e837f6 - Don't try to store File objects to the upload session (task T228749) by Tim Starling
  • git #e4bc5822 - Fix exception when viewing special pages with relative related titles (task T227817) by Max Semenik
  • git #c33b351a - MediumSpecificBagOStuff: Make convertToRelative(0) return 0, not 1 (task T228744) by Roan Kattouw
  • git #1dd7af57 - resourceloader: Remove incomprehensible `@todo` in getTestModuleNames() by Timo Tijhof
  • git #456f051c - phpunit: Avoid get_class() in MediaWikiCoversValidator (task T225730) by Timo Tijhof
  • git #e9cc4562 - resourceloader: Improve ResourceLoaderWikiModule test coverage by Timo Tijhof
  • git #19657489 - Enable RecentChanges modules on mobile by jdlrobson
  • git #0b913277 - Add permission check for user is permitted to view the log type (task T222038) by rxy
  • git #a7017dbc - resourceloader: Move 'mw.config' assignment from startup.js to mediawiki.js by Timo Tijhof
  • git #c6ebce6a - resourceloader: Remove internal 'wgResourceLoaderStorageEnabled' from mw.config by Timo Tijhof
  • git #e07ac8f3 - resourceloader: Also clear store in debug mode to simplify mw.loader.store.init() by Timo Tijhof
  • git #74068ce8 - Make wfGetDB() return a MaintainableDBConnRef instance (take 2) by Krinkle
  • git #ff6b6a75 - Add SearchResultSetTrait (task T228626) by David Causse
  • git #e97ff352 - Add BaseSearchResultSet (task T228626) by David Causse
  • git #d8e06a46 - MimeAnalyzer: fix ZIP parsing failure (task T223728) by Tim Starling
  • git #52fe0f5b - Update documentation for $wgAutopromote by Thalia
  • git #ddffa176 - Replace wfGetDB in ParserTestRunner (task T228928) by Gergő Tisza
  • git #f7cddcf7 - Remove deprecated handling of array keys for $wgProxyList by Thalia
  • git #02b14d31 - Revert "Make wfGetDB() return a MaintainableDBConnRef instance" by Krinkle
  • git #33506650 - Make wfGetDB() return a MaintainableDBConnRef instance by Aaron Schulz
  • git #803b1005 - .travis.yml: Don't allow failures for PHP 7.3 any more (task T204884) by James D. Forrester
  • git #8a087817 - Drop newlines in LocalisationCache debug logs by Antoine Musso
  • git #7a8ef166 - Add explicit visibility to SearchResult methods by David Causse
  • git #a2782069 - make XmlDumpwriter more resilient to blob store corruption (task T228720) by Ariel T. Glenn
  • git #c251368f - Add null to Parser::getTitle return doc by Sam Wilson
  • git #d1e7d5e3 - Fix and re-apply "RedirectSpecialPage: handle interwiki redirects" (task T227700) by Gergő Tisza
  • git #6b3a9c05 - Don't double wrap rollback links (task T228766) by jdlrobson
  • git #460e68ab - objectcache: Use variadic signature for makeKey() (task T228563) by Timo Tijhof
  • git #4d9d6146 - Validate sort order in Special:Search (task T228171) by Erik Bernhardson
  • git #f3919c7c - objectcache: let BagOStuff::getWithSetCallback() callbacks modify the TTL by Aaron Schulz
  • git #acb2e156 - API: Only take HTTP code from ApiUsageException (task T228758) by Brad Jorsch
  • git #ded74c4e - Add release note for custom OOUI themes using OOUIThemePaths (T100896) by Bartosz Dziewoński
  • git #30bb36f2 - Make XmlDumpwriter resilient to blob store corruption. (task T228720) by daniel
  • git #79895c78 - Add explicit visibility to ISearchResultSet methods by David Causse
  • git #3cfe00b7 - Avoid the use of silence operator (@) and use AtEase methods (task T26159) by Derick Alangi
  • git #27b42406 - Update LanguageTrTest::testDottedAndDotlessI for PHP 7.3 (task T207100) by Santhosh Thottingal
  • git #0af17b52 - Update OOUI to v0.33.4 (task T171865) (task T224070) by James D. Forrester
  • git #bcf46ce8 - Drop mediawiki.dic, useless and poorly updated by James D. Forrester
  • git #89521499 - Add Hebrew aliases for some special pages by Guycn2
  • git #f0433cc2 - rdbms: make LoadBalancer::waitForAll() include servers with load in any group by Aaron Schulz
  • git #2e909bcb - Drop wgPasswordSalt, deprecated since 1.24 by James D. Forrester
  • git #99d4dbc0 - filerepo: make ForeignApiRepo::httpGetCached() use "pcGroup" by Aaron Schulz
  • git #83e294a8 - Convert LoadBalancer::getConnection() callers to LoadBalancer::getConnectionRef() by Aaron Schulz
  • git #b12b7e4d - installer: Stop offering MyISAM option for new installs and fix bogus method calls by Aaron Schulz
  • git #99464419 - Users with partial access to user rights should not be blocked (task T228534) by David Barratt
  • git #1ad840da - Do not block autopromote on partial blocks (task T228479) by David Barratt
  • git #3a044ca5 - parser: inject a Logger into Parser instead of using wfDebug() (task T226785) by Aaron Schulz
  • git #c2d96ef3 - filebackend: avoid use of LoadBalancer::newMainLB() in LockManagerGroup by Aaron Schulz
  • git #f5fa7a94 - Improve type hints in export related classes by Umherirrender
  • git #12531d2a - Replace wfWiki() usage with WikiMap in some additional places by Aaron Schulz
  • git #f17f841a - Type hint against LinkTarget in WatchedItemStore by Umherirrender
  • git #7005b484 - import: Fix wrong/unspecific type hints in UploadSourceAdapter by Thiemo Kreuz
  • git #2303b79e - Fix SlotDiffRenderer documentation by Lucas Werkmeister

Vendor

edit

Extensions

edit
  • git #b9e5955d - build: Update composer dependencies by MarcoAurelio
  • git #c6c4b70d - build: Update npm dependencies by MarcoAurelio

AbuseFilter

edit

ActiveAbstract

edit

No changes for ActiveAbstract

AdvancedSearch

edit

No changes for AdvancedSearch

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

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
  • git #9c5a7efe - Drop support for wgPasswordSalt variation; deprecated, being removed by James D. Forrester

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
  • git #c9209ef3 - On manual template selection give the close a descriptive action (task T227933) by David Lynch
  • git #46014698 - Move convert ref button to footer when the footer exists by Ed Sanders

cldr

edit

No changes for cldr

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

No changes for Collection

CommonsMetadata

edit

No changes for CommonsMetadata

ConfirmEdit

edit

No changes for ConfirmEdit

CongressLookup

edit
  • git #9ebebcfe - build: Update composer dependencies by MarcoAurelio
  • git #7d0b8121 - build: Updated npm dependencies by MarcoAurelio

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

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

EventLogging

edit

No changes for EventLogging

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 #ba0681e8 - Ignore phan-too-many warning on BagOStuff by WMDE-Fisch

FlaggedRevs

edit

No changes for FlaggedRevs

Flow

edit

FundraiserLandingPage

edit

No changes for FundraiserLandingPage

FundraisingTranslateWorkflow

edit

No changes for FundraisingTranslateWorkflow

Gadgets

edit

GeoCrumbs

edit

No changes for GeoCrumbs

GeoData

edit

No changes for GeoData

GettingStarted

edit

No changes for GettingStarted

GlobalBlocking

edit

GlobalCssJs

edit
  • git #3296e174 - Convert ResourceLoaderGlobalModuleTest to unit test case by Kosta Harlan

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

No changes for Graph

GrowthExperiments

edit

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

InterwikiSorting

edit

No changes for InterwikiSorting

Jade

edit

No changes for Jade

Josa

edit

No changes for Josa

JsonConfig

edit
  • git #714c503f - Drop TestZeroContent, ZeroPortal is no more by James D. Forrester

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 #22f75e2c - Translate special page aliases into Spanish by MarcoAurelio

Math

edit

No changes for Math

MobileApp

edit

No changes for MobileApp

MobileFrontend

edit

MultimediaViewer

edit
edit

No changes for NavigationTiming

Newsletter

edit

No changes for Newsletter

NewUserMessage

edit

No changes for NewUserMessage

Nuke

edit

OATHAuth

edit

OAuth

edit

No changes for OAuth

OpenStackManager

edit

No changes for OpenStackManager

ORES

edit

PageAssessments

edit

No changes for PageAssessments

PagedTiffHandler

edit

No changes for PagedTiffHandler

PageImages

edit

PageTriage

edit

PageViewInfo

edit

ParserFunctions

edit

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

No changes for Popups

ProofreadPage

edit
  • git #3eaa7a67 - Avoids to call on( 'load' if the window is already loaded by Tpt

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

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
  • git #9bedee06 - Revert "Suppress wrong phan errors" by Ladsgroup
  • git #5be8a76d - Reduce CPU timeout time in testTimeLimit by Amir Sarabadani

SearchExtraNS

edit

No changes for SearchExtraNS

SecureLinkFixer

edit
  • git #86774340 - Updating domains.php from Mozilla by SecureLinkFixer updater bot
  • git #eaeaee69 - Updating domains.php from Mozilla by SecureLinkFixer updater bot

SecurePoll

edit

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

No changes for SyntaxHighlight_GeSHi

TemplateData

edit

No changes for TemplateData

TemplateSandbox

edit

No changes for TemplateSandbox

TemplateStyles

edit

No changes for TemplateStyles

TemplateWizard

edit

TextExtracts

edit

No changes for TextExtracts

Thanks

edit

No changes for Thanks

TheWikipediaLibrary

edit

No changes for TheWikipediaLibrary

TimedMediaHandler

edit

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

No changes for Translate

TranslationNotifications

edit

No changes for TranslationNotifications

TrustedXFF

edit

No changes for TrustedXFF

TwoColConflict

edit

No changes for TwoColConflict

UniversalLanguageSelector

edit

No changes for UniversalLanguageSelector

edit

No changes for UploadsLink

UploadWizard

edit

UrlShortener

edit

UserMerge

edit

VipsScaler

edit

No changes for VipsScaler

VisualEditor

edit

Wikibase

edit

WikibaseCirrusSearch

edit

WikibaseLexeme

edit

WikibaseLexemeCirrusSearch

edit

WikibaseMediaInfo

edit
  • git #499311d6 - Initialize CaptionsPanel before entityLoaded fires (task T229279) by Cormac Parle
  • git #85193acb - Add wikibase.entityPage.entityLoaded as dependency of the wikibase.mediainfo.filePageDisplay (task T229279) by Amir Sarabadani
  • git #bcaf1329 - Handle additional markup returned by requests to wbformatvalue (task T228693) by Eric Gardner
  • git #6b4aeefe - Refactoring CaptionsPanel.js to make it easier to test by Cormac Parle
  • git #68a4d381 - License confirmation dialog must handle rejects by Matthias Mullie
  • git #1a96aaf8 - Bring back statements cancel confirmation message (task T228849) by Matthias Mullie
  • git #2ffa71e7 - Fix formatValue abort handling (task T228807) by Matthias Mullie
  • git #720b86fa - Also add prominence toggle handler to otherStatementsEnabled html by Matthias Mullie
  • git #994298bf - Don't rerender when property or value changes by Matthias Mullie
  • git #1020a4df - Use forEach insteaf of map if we're not returning anything by Matthias Mullie
  • git #89eadf18 - Add ability to parse callback handlers into templates 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

WikimediaBadges

edit

No changes for WikimediaBadges

WikimediaEditorTasks

edit

No changes for WikimediaEditorTasks

WikimediaEvents

edit

WikimediaIncubator

edit

WikimediaMaintenance

edit

WikimediaMessages

edit

No changes for WikimediaMessages

XAnalytics

edit

No changes for XAnalytics

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

No changes for Timeless

Vector

edit

Total Changes

edit

259 Changes in 54 repos by 64 authors