< MediaWiki 1.34
MediaWiki 1.34.0-wmf.14 Deployment of MediaWiki 1.34.0-wmf.15 to Wikimedia sites MediaWiki 1.34.0-wmf.16

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

Core changes

  • git #d7f8c458 - ChangesList: Add $groups parameter to FetchChangesList hook (task T228280) by jdlrobson
  • git #6af636fb - Add ISearchResultSet (task T228626) by David Causse
  • git #9b30a0d7 - Fix bad method call to \MediaWiki\Widget\Search\SearchResultWidget::render by David Causse
  • git #5420bf30 - Deprecate SearchResultSet::free (task T228626) by David Causse
  • git #b33fb102 - changes: Usage of 'noudp' & 'pleasedontudp' no longer exist by Derick Alangi
  • git #accecbc9 - don't load revision text content unless requested to (task T228614) by Ariel T. Glenn
  • git #9c0dd23b - Follow-up ffd802a386: Actually disable legacy JS globals (task T72470) by James D. Forrester
  • git #434d740d - Avoid usage of deprecated Revision::* constants by Derick Alangi
  • git #c5b7101a - Avoid usage of deprecated Revision::* constants by Derick Alangi
  • git #5528af5f - api: Avoid usage of deprecated Revision::FOR_THIS_USER constant by Derick Alangi
  • git #90c69546 - action: Avoid use of deprecated Revision::* constants, use RevisionRecord by Derick Alangi
  • git #339211a1 - Avoid usage of deprecated Revision::* constants, use RevisionRecord by Derick Alangi
  • git #e16eec8c - maintenance: Avoid usage of deprecated Revision::* constants by Derick Alangi
  • git #735ec8d7 - objectcache: reorganize WANObjectCache fields and avoid exposing internal constants by Aaron Schulz
  • git #6e0c9c69 - resourceloader: Move FilePath test to /tests/phpunit/unit by Timo Tijhof
  • git #bcb6b9d0 - MessageCache: Fix isMainCacheable() logic for non-content languages (task T228555) by Roan Kattouw
  • git #8db93725 - resourceloader: Complete test coverage for FilePath by Timo Tijhof
  • git #6b3b0555 - API: Fix 'user_id' field of ApiCSPReport by Timo Tijhof
  • git #4b01004a - API: Add test case for ApiCSPReportTest by Timo Tijhof
  • git #ffd802a3 - DevelopmentSettings: Disable legacy javascript globals in CI and for devs (task T72470) by James D. Forrester
  • git #e745bfed - Drop UploadBase:: and UploadFromChunks::stashFileGetKey() and stashSession(), deprecated in 1.28 by James D. Forrester
  • git #71479786 - Drop the UploadVerification hook, deprecated in 1.28 by James D. Forrester
  • git #921f9b69 - objectcache: refactor WANObjectCache::fetchOrRegenerate() locking code stylistically by Aaron Schulz
  • git #bebe3033 - objectcache: add MediumSpecificBagOStuff base class for non-proxy subclasses by Aaron Schulz
  • git #d94906ea - MediaWikiUnitTestCase: Use DIRECTORY_SEPARATOR instead of `/` by RazeSoldier
  • git #09bc1095 - Improve links in several specialmute-* (task T218265) by Amir Aharoni
  • git #f2ae03a7 - resourceloader: Add Config parameter to packageFiles callbacks by Roan Kattouw
  • git #aaea6a0f - Do not hardcode square brackets in "rollback link" (task T219948) by jdlrobson
  • git #e8d91995 - Increase test coverage for BlockManager class by Thalia
  • git #b39f8289 - Clean up DeferredUpdates transaction handling (task T225103) by Aaron Schulz
  • git #7b1b22ac - Revert "objectcache: fix race conditions in RedisBagOStuff::incr()" (task T228303) by Krinkle
  • git #cf146840 - Pass message params as array to RawMessage by Umherirrender
  • git #0ef4f68e - Fix param doc of TitleArrayFromResult::setCurrent by Umherirrender
  • git #ffcb5928 - Allow empty input in namespaces multiselect on Special:Block (task T219882) by Thalia
  • git #d0b77d72 - wdio-mediawiki: Release 0.4.0 by Pablo Grass
  • git #b5f384f9 - Add support for extentions to change Special:Mute form (task T220163) by Dayllan Maza
  • git #99cf057e - GlobalFunctions: Hard deprecate `wfGlobalCacheKey()` function by Derick Alangi
  • git #3e39ec72 - Delete very incomplete translation by Raymond
  • git #b10b19c6 - objectcache: fix WinCacheBagOStuf::doGet() is_string() check by Aaron Schulz
  • git #d8b952ae - objectcache: clean up RedisBagOStuff and optimize changeTTLMulti() (task T113916) by Aaron Schulz
  • git #1b60564c - installer: Remove <doclink/> parser function and last use of it (task T227297) by Timo Tijhof
  • git #d8eaae53 - Separate right for foreign user js redirects (task T207750) by Gergő Tisza
  • git #773f915d - Remove pointless PermissionManager::revokeTemporaryUserRights method by Gergő Tisza
  • git #fb013cdf - objectcache: relax WANObjectCache "pcTTL" nesting rule to allow set() by Aaron Schulz
  • git #f2fbeaca - Tests: Remove old TODO file and update README with integration notes by Kosta Harlan
  • git #f5b008f5 - Exclude extensions/skins test directories from coverage analysis (task T192078) by Kosta Harlan
  • git #0bb2e959 - Report more information about composite blocks in block error messages (task T212326) by Thalia
  • git #c0ccf2e7 - Remove unused variable by Dayllan Maza
  • git #80674d1c - Remember checkbox state on Special:Block if checkbox disabled (task T221117) by Thalia
  • git #8ef1b036 - MessagesKo.php: periodic updates by Yongmin Hong
  • git #dd6ed784 - parser: add vary-revision-sha1 and related ParserOutput methods by Aaron Schulz
  • git #4f76b954 - externalstore: unbreak writes to non-default storage clusters due to isReadOnly() (task T227156) by Aaron Schulz
  • git #659db7bd - Add mechanism for temporary user rights (task T227772) by Gergő Tisza
  • git #7b5619ad - Hard-deprecate wgProfileOnly, deprecated in 1.23 by James D. Forrester
  • git #be07389e - Hard-deprecate wgLocalInterwiki, deprecated in 1.23 by James D. Forrester
  • git #00142c2b - Fix OO.ui.infuse error on misc-authed-ooui module by Dayllan Maza
  • git #eb41a511 - Update OOUI to v0.33.3 (task T212159) (task T225021) (task T226045) (task T226780) (task T226822) (task T227666) (task T227917) by Volker E
  • git #c461b8d6 - Add mute preferences link to the tools menu (task T218270) by Dayllan Maza
  • git #32df79f3 - rdbms: better handle a non-existing "defaultGroup" in LoadBalancer by Aaron Schulz
  • git #83ebbb51 - Check namespace exists in HTMLNamespacesMultiselectField validation (task T219882) by Thalia
  • git #a6a1841d - Remove deprecated mw.Api.errors and mw.Api.warnings by Fomafix
  • git #b59ab95f - Revert "RedirectSpecialPage: handle interwiki redirects." (task T227700) by Krinkle
  • git #3f7fa975 - doMaintenance: Try to print errors to stderr by Marius Hoch
  • git #efba2a4a - objectcache: optimize MemcachedPeclBagOStuff::*Multi() write methods by Aaron Schulz
  • git #7d127e31 - Hard-deprecate wgSkipSkin, deprecated in 1.23 by James D. Forrester
  • git #31ff6d5c - SiteConfigurationTest: Fix recurring typo ("an non-existing") by Roan Kattouw
  • git #95438dd7 - Exclude redirects from Special:Fewestrevisions (task T11736) by DannyS712
  • git #9d585dcc - installer: Add a defined check to overrideConfig method (task T224287) by Samuel Hilson
  • git #e03e324f - Clarify WikiRevision::downloadSource() and related code by Lucas Werkmeister

Vendor

Extensions

3D

No changes for 3D

AbuseFilter

ActiveAbstract

No changes for ActiveAbstract

AdvancedSearch

No changes for AdvancedSearch

AntiSpoof

No changes for AntiSpoof

ApiFeatureUsage

No changes for ApiFeatureUsage

ArticleCreationWorkflow

No changes for ArticleCreationWorkflow

ArticlePlaceholder

No changes for ArticlePlaceholder

Babel

BetaFeatures

No changes for BetaFeatures

BounceHandler

No changes for BounceHandler

Calendar

No changes for Calendar

Campaigns

No changes for Campaigns

Capiunto

No changes for Capiunto

CategoryTree

No changes for CategoryTree

CentralAuth

CharInsert

No changes for CharInsert

CheckUser

CirrusSearch

Cite

CiteThisPage

No changes for CiteThisPage

Citoid

  • git #d72cd823 - Fix descriptions to point to correct message by mvolz

cldr

No changes for cldr

Cognate

No changes for Cognate

CodeEditor

  • git #988bc3c0 - Drop wgCodeEditorEnableCore, default on, pointless to disable by James D. Forrester

CodeMirror

No changes for CodeMirror

CodeReview

No changes for CodeReview

CollaborationKit

No changes for CollaborationKit

Collection

No changes for Collection

CommonsMetadata

No changes for CommonsMetadata

ConfirmEdit

  • git #4a1c8bbf - SimpleCaptcha: Avoid usage of deprecated `wfGlobalCacheKey()` by Derick Alangi

CongressLookup

No changes for CongressLookup

ContactPage

No changes for ContactPage

ContentTranslation

  • git #43d46220 - Move the function to get current language code to sitemapper by Santhosh Thottingal
  • git #134f4a70 - Always enable page images and descriptions by Niklas Laxström
  • git #4dc0fe46 - Find out if current user is potential translator (task T223888) by Santhosh Thottingal
  • git #67cc6837 - Translation invite for first time editors when creating article (task T216032) by Santhosh Thottingal

ContributionTracking

No changes for ContributionTracking

CreditsSource

No changes for CreditsSource

Dashiki

No changes for Dashiki

Disambiguator

No changes for Disambiguator

DismissableSiteNotice

No changes for DismissableSiteNotice

DonationInterface

DoubleWiki

No changes for DoubleWiki

DynamicSidebar

No changes for DynamicSidebar

EUCopyrightCampaign

No changes for EUCopyrightCampaign

Echo

  • git #cf760b8d - Use Config parameter instead of deprecated ResourceLoaderContext::getConfig() by Roan Kattouw
  • git #d378e4e3 - Use packageFiles instead of startup module for config vars by Roan Kattouw
  • git #b3df45dc - Add option to mute/unmute notifications on Special:Mute (task T220163) by Dayllan Maza

Elastica

No changes for Elastica

ElectronPdfService

No changes for ElectronPdfService

EntitySchema

No changes for EntitySchema

EventBus

EventLogging

ExtensionDistributor

No changes for ExtensionDistributor

ExternalGuidance

No changes for ExternalGuidance

FeaturedFeeds

No changes for FeaturedFeeds

FileExporter

  • git #56b8beaa - build: bump grunt-banana-checker to 0.7.0 by WMDE-Fisch

FileImporter

  • git #9b1ce07c - build: bump grunt-banana-checker to 0.7.0 by WMDE-Fisch
  • git #1592278e - Remove "successfully" from several messages by Amir Aharoni

FlaggedRevs

Flow

FundraiserLandingPage

No changes for FundraiserLandingPage

FundraisingTranslateWorkflow

No changes for FundraisingTranslateWorkflow

Gadgets

No changes for Gadgets

GeoCrumbs

No changes for GeoCrumbs

GeoData

No changes for GeoData

GettingStarted

No changes for GettingStarted

GlobalBlocking

No changes for GlobalBlocking

GlobalCssJs

No changes for GlobalCssJs

GlobalPreferences

No changes for GlobalPreferences

GlobalUsage

No changes for GlobalUsage

GlobalUserPage

No changes for GlobalUserPage

GoogleNewsSitemap

No changes for GoogleNewsSitemap

Graph

No changes for Graph

GrowthExperiments

GuidedTour

No changes for GuidedTour

GWToolset

No changes for GWToolset

ImageMap

No changes for ImageMap

InputBox

No changes for InputBox

Insider

No changes for Insider

intersection

No changes for intersection

Interwiki

InterwikiSorting

No changes for InterwikiSorting

Jade

No changes for Jade

Josa

No changes for Josa

JsonConfig

  • git #aee8dce0 - Move JCObjContentTest.php to use the new unit test structure by Amir Sarabadani

Kartographer

No changes for Kartographer

LabeledSectionTransclusion

No changes for LabeledSectionTransclusion

LandingCheck

No changes for LandingCheck

LdapAuthentication

No changes for LdapAuthentication

Linter

No changes for Linter

LiquidThreads

No changes for LiquidThreads

Listings

No changes for Listings

LocalisationUpdate

No changes for LocalisationUpdate

LoginNotify

No changes for LoginNotify

MapSources

No changes for MapSources

MassMessage

Math

No changes for Math

MobileApp

No changes for MobileApp

MobileFrontend

MultimediaViewer

No changes for MultimediaViewer

  • git #9b2af677 - Use Config parameter instead of deprecated ResourceLoaderContext::getConfig() by Roan Kattouw

Newsletter

No changes for Newsletter

NewUserMessage

No changes for NewUserMessage

Nuke

No changes for Nuke

OATHAuth

  • git #0af536bb - build: Remove duplicate eslintignore info from Gruntfile.js by Kunal Mehta

OAuth

No changes for OAuth

OpenStackManager

No changes for OpenStackManager

ORES

PageAssessments

No changes for PageAssessments

PagedTiffHandler

No changes for PagedTiffHandler

PageImages

No changes for PageImages

PageTriage

  • git #306cc942 - Remove an unneeded JS variable by Max Semenik
  • git #cd46957f - Fix indentation of underscore templates and make style consistent by MusikAnimal

PageViewInfo

No changes for PageViewInfo

ParserFunctions

  • git #8d6e567e - ParserFunctions class: tweak function declarations by Max Semenik
  • git #cca4ec9a - Remove function existence check by Max Semenik
  • git #3fd4ac43 - ParserFunctions class: make everything that doesn't need to be public private by Max Semenik
  • git #8b50403f - Get rid of *Obj() functions by Max Semenik

ParsoidBatchAPI

No changes for ParsoidBatchAPI

PdfHandler

No changes for PdfHandler

PerformanceInspector

No changes for PerformanceInspector

Petition

No changes for Petition

Poem

No changes for Poem

PoolCounter

No changes for PoolCounter

Popups

No changes for Popups

ProofreadPage

No changes for ProofreadPage

PropertySuggester

No changes for PropertySuggester

QuickSurveys

No changes for QuickSurveys

Quiz

No changes for Quiz

ReadingLists

No changes for ReadingLists

No changes for RelatedArticles

Renameuser

No changes for Renameuser

RevisionSlider

No changes for RevisionSlider

RSS

No changes for RSS

No changes for SandboxLink

Score

Scribunto

SearchExtraNS

No changes for SearchExtraNS

SecureLinkFixer

No changes for SecureLinkFixer

SecurePoll

No changes for SecurePoll

Sentry

ShortUrl

No changes for ShortUrl

SiteMatrix

No changes for SiteMatrix

SkinPerPage

No changes for SkinPerPage

SpamBlacklist

No changes for SpamBlacklist

SubPageList3

No changes for SubPageList3

SubpageSortkey

No changes for SubpageSortkey

SyntaxHighlight_GeSHi

No changes for SyntaxHighlight_GeSHi

TemplateData

No changes for TemplateData

TemplateSandbox

No changes for TemplateSandbox

TemplateStyles

  • git #84591b35 - Make unit tests follow the new structure by Amir Sarabadani

TemplateWizard

  • git #bea70a52 - Don't log saves that didn't involve any TW inserts by Max Semenik

TextExtracts

Thanks

No changes for Thanks

TheWikipediaLibrary

No changes for TheWikipediaLibrary

TimedMediaHandler

No changes for TimedMediaHandler

timeline

No changes for timeline

TitleBlacklist

No changes for TitleBlacklist

TocTree

No changes for TocTree

TorBlock

Translate

TranslationNotifications

TrustedXFF

No changes for TrustedXFF

TwoColConflict

No changes for TwoColConflict

UniversalLanguageSelector

No changes for UploadsLink

UploadWizard

UrlShortener

No changes for UrlShortener

UserMerge

No changes for UserMerge

VipsScaler

No changes for VipsScaler

VisualEditor

Wikibase

WikibaseCirrusSearch

WikibaseLexeme

WikibaseLexemeCirrusSearch

No changes for WikibaseLexemeCirrusSearch

WikibaseMediaInfo

  • git #7220efe0 - Don't throw away valid results after abort by Matthias Mullie
  • git #02178fa5 - Enable statements again after failed submit by Matthias Mullie
  • git #e90f20a7 - Add LinkNoticeWidget above Statements Panel by Matthias Mullie
  • git #f1d39b2e - Add Wikidata links to statement UI elements by Matthias Mullie
  • git #d2d7ec5b - Convert QualifierValueInputWidget to use templates by Matthias Mullie
  • git #52ec0a93 - Convert AddPropertyWidget to use templates by Matthias Mullie
  • git #3bfa8492 - Dynamically load modules/templates from config for tests by Matthias Mullie
  • git #311a6018 - Consistent naming: suffix widgets with 'Widget' by Matthias Mullie
  • git #17f8e8d4 - Make mustache+dom renderer work with root-level DOM nodes by Matthias Mullie
  • git #2ea48e1f - Add template and render method to QualifierWidget by Eric Gardner
  • git #81dece76 - Revert "Add LinkNoticeWidget above Statements Panel" by Matthias Mullie
  • git #cef8fb18 - Revert "Add Wikidata links to statement UI elements" by Matthias Mullie
  • git #aa05b6b4 - Add LinkNoticeWidget above Statements Panel (task T227230) by Eric Gardner

WikibaseQualityConstraints

No changes for WikibaseQualityConstraints

Wikidata.org

No changes for Wikidata.org

WikidataPageBanner

No changes for WikidataPageBanner

WikiEditor

  • git #3a306ff7 - Use lightweight mw.util.getParamValue() instead of mw.Uri() by Fomafix

wikihiero

No changes for wikihiero

WikiLove

No changes for WikiLove

WikimediaBadges

No changes for WikimediaBadges

WikimediaEditorTasks

No changes for WikimediaEditorTasks

WikimediaEvents

WikimediaIncubator

No changes for WikimediaIncubator

WikimediaMaintenance

No changes for WikimediaMaintenance

WikimediaMessages

No changes for WikimediaMessages

XAnalytics

No changes for XAnalytics

Skins

CologneBlue

No changes for CologneBlue

EUCopyrightCampaignSkin

No changes for EUCopyrightCampaignSkin

MinervaNeue

MonoBook

  • git #9ade7fcb - Enhance the 'MonoBookAfterToolbox' hook by passing the class instance to the hook subscribers by Jack Phoenix

Modern

No changes for Modern

Nostalgia

No changes for Nostalgia

Timeless

Vector

Total Changes

270 Changes in 52 repos by 64 authors

This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.