MediaWiki 1.35/wmf.4/Changelog

Core changes

edit
  • git #cd7e60a5 - tests: Reset $wgContLang consistently in PHPUnit tests (take 2) (T231799) by Lucas Werkmeister
  • git #537bdc2d - Deprecate Language::getMessage*For() (T201405) by Aryeh Gregor
  • git #251f4811 - Cache nonexistence of grammar transformations by Aryeh Gregor
  • git #a738dd64 - Return deduplication to CategoryMembershipJob (T204761) by Petr Pchelko
  • git #d9209707 - WikiExporter: Remove unnecessary check for SCHEMA_COMPAT_WRITE_OLD flag (T236735) by daniel
  • git #ee4c9bc0 - Reduce top margin for multiselect widgets on Special:Block (T236679) by Thalia
  • git #59ec3fa3 - Remove "diff" in response body in revision/{from}/compare/{to} (T235866) by Nikki Nikkhoui
  • git #7e4fe19f - Allow extensions to modify CSP header on a per-page basis by Brian Wolff
  • git #67ea4f57 - Mild refactoring of ContentSecurityPolicy by Brian Wolff
  • git #402eb6a6 - Add "minor" to available REST API history filters (T235660) by Bill Pirkle
  • git #9f23090c - Document that IP::toHex should not be used for IP ranges by Thalia
  • git #7c68951f - Portlet links should generate valid HTML in Minerva (T231925) by jdlrobson
  • git #0268da46 - Reduce top margin for block type options on Special:Block (T236679) by Thalia
  • git #2060b7cd - Delete wrong translations by Raymond
  • git #72aff8cd - Revert "HACK! Temporarily hardcode IP for packagist" by Jforrester
  • git #9bae9db4 - Parser: Hard deprecate getConverterLanguage by Fomafix
  • git #0de9c47b - Remove Language::factory and getParentLanguage use by Aryeh Gregor
  • git #e10f5724 - Remove deprecated QuickTemplate::setRef() by Max Semenik
  • git #9227d862 - Remove deprecated Password::equals() by Max Semenik
  • git #8b852bba - RELEASE-NOTES-1.35: Fix number in notes for "ObjectCache::newWANCacheFromParams" by Timo Tijhof
  • git #5de964c4 - HACK! Temporarily hardcode IP for packagist (T236513) by Marius Hoch
  • git #4ddbf008 - Add release notes for discontinuation of IE6/7 support (T232563) by Timo Tijhof
  • git #453da8a7 - mediawiki.util: Remove <span>-hack for Vector skin (T236410) by Timo Tijhof
  • git #3c9acdff - revisionlist: Strict type hints in RevisionItem constructors by Thiemo Kreuz
  • git #0d3d6be1 - Convert FileBackendGroup to service (T234228) by Aryeh Gregor
  • git #07de6e80 - ExtensionRegistry: specify constants visibility by Max Semenik
  • git #3ef19d20 - resourceloader: Restore test case for ResourceLoaderImage by Timo Tijhof
  • git #63ddc8c4 - tests: Replace RandomImageGenerator dictionary logic with rand+time (T222416) by Timo Tijhof
  • git #7f296ee6 - Saved filters button should be responsive (T235535) (T235536) by jdlrobson
  • git #fa8272b6 - Email only users with require username and email option off when only email given (T234401) by hmonroy
  • git #6100226d - Ensure that the $target is a UserIdentity before calling ::getId() (T236425) by David Barratt
  • git #6dbd2b81 - Fix display of diffs on Special:JavascriptTest by Bartosz Dziewoński
  • git #d50c7f5b - extension.schema.v2: Fix schemas for 'packageFiles' by Bartosz Dziewoński
  • git #bb2770e0 - Remove 'response' prop. from revision comparison JSON (T235864) by Nikki Nikkhoui
  • git #567b99db - docs: Add "/docs/latex" to gitignore (generated by Doxygen) by Timo Tijhof
  • git #b4a7620b - Hard-deprecate Title::getUserCaseDBKey (T202094) by Aryeh Gregor
  • git #cb324893 - REST: Correctly quote timestamps for page history handler. by Petr Pchelko
  • git #93554568 - Emit namespace for titles in ApiWatch (T235477) by DannyS712
  • git #23a390e7 - Enable Book Referencing for development and tests (T236255) by Adam Wight
  • git #b69ee270 - Amend search result items list by Volker E
  • git #fa7520ed - REST: add size and delta to revision metadata endpoint response. (T231588) by Petr Pchelko
  • git #d1604f74 - Mention requiring email address in password reset emails (T233969) by Max Semenik
  • git #74f2902e - Try fixing flaky test (T232266) by Brad Jorsch
  • git #e787246c - LanguageFactory to replace Language::factory() (T201405) by Aryeh Gregor
  • git #f36e22dd - Fix line selection in RandomImageGenerator (T222416) by Brad Jorsch
  • git #a883b6b9 - Add tests to ensure that block cookies are kept and removed correctly by Thalia
  • git #3c2cea45 - build: Update linters and fix errors by Ed Sanders
  • git #7f96f521 - Deprecate public User properties related to blocks (T229035) by Thalia
  • git #665b7758 - tests: getMock() is deprecated (T192167) by Max Semenik
  • git #26294657 - Use $this->localisationCache instead of $this->getLocalisationCache() by Fomafix
  • git #a652bb33 - Pass the target as a string to the reason Message for autoblocks (T227007) by Thalia
  • git #2bc660c9 - Collapse uses of now-deprecated wfGetRusage() by James D. Forrester
  • git #13bd9a88 - Deprecate wfGetRusage(), no longer useful by James D. Forrester
  • git #8fc4d8a8 - Fix typo in userOptions.php help text by Sam Wilson
  • git #d5f5dd2a - rdbms: add ILBFactory::setDefaultReplicationWaitTimeout() method (T235244) by Aaron Schulz
  • git #f5ac6830 - Deprecate wfWikiId() in favor of WikiMap::getCurrentWikiDbDomain() by Aaron Schulz
  • git #fff1e123 - filebackend: rename $dir variables to $fsDirectory in FSFilebackend for clarity by Aaron Schulz
  • git #752ad738 - filebackend: reduce unnecessary stat calls in FileBackend some cases by Aaron Schulz
  • git #89c75623 - Provide a more informative message for authentication block errors (T227110) by Thalia
  • git #eb59ea21 - Throw a UserBlockedError from Special:Emailuser if a user is blocked (T226990) by Thalia
  • git #d3fdd4a3 - resourceloader: Use PHP7 return hints in StartupModule and Context by Timo Tijhof
  • git #d07a2e2c - libs/Message: Improve parameter validation by Brad Jorsch
  • git #a2aa7774 - libs/Message: Add static constructor by Brad Jorsch
  • git #2a3b546f - libs/Message: Add DataMessageValue by Brad Jorsch
  • git #0395cc8b - libs/Message: Improve tests by Brad Jorsch
  • git #f20768c1 - Avoid use of private properties in RevDelFileItem::getApiData by Umherirrender

Vendor

edit

Extensions

edit

No changes for 3D

AbuseFilter

edit

ActiveAbstract

edit
  • git #0187da83 - Drop use of wgParser, replaced in 1.32 and to be removed in 1.35 (T160811) by James D. Forrester

AdvancedSearch

edit
  • git #1b0bf4a6 - Delete wrong translation by Raymond
  • git #565cc1a6 - Update placeholder height to minimize jumping content by Thiemo Kreuz

AntiSpoof

edit

No changes for AntiSpoof

ApiFeatureUsage

edit

No changes for ApiFeatureUsage

ArticleCreationWorkflow

edit

ArticlePlaceholder

edit

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
  • git #e801fb1e - Define visibility on class constant by Umherirrender

CentralAuth

edit
  • git #6677760f - Don't call deprecated Title::getUserCaseDBKey() (T202094) by Aryeh Gregor
  • git #fd594d3d - Set CompositeBlock reason as Message object in hook by Thalia
  • git #6bedf4d6 - Allow users to be hidden from lists, without being blocked (T228950) by David Barratt

CharInsert

edit

No changes for CharInsert

CheckUser

edit

CirrusSearch

edit
  • git #2dc2d3c8 - Drop support for cross_cluster_single_shard_search quirk by David Causse
  • git #f2ba92d5 - Remove RedirectsAndIncomingLinks multi-cluster support by Erik Bernhardson
  • git #03a23ffc - Use real varargs on SearchConfig::getElement by Umherirrender
  • git #1d412905 - Use nullable type in function signature by Umherirrender
  • git #ebfca42e - Remove BuildDocument hooks by Erik Bernhardson
  • git #4373829b - Import statements must not begin with a leading backslash by Umherirrender
  • git #6007ef2e - Split word detection in multiple preg_match calls (T236419) by David Causse
  • git #9eb962c6 - Make sure to use host wiki components when issuing a sister wiki search (T235778) by David Causse
  • git #1415b7d5 - Ensure logged request parameters are strings (T235354) by Erik Bernhardson

Cite

edit

CiteThisPage

edit

No changes for CiteThisPage

Citoid

edit

No changes for Citoid

cldr

edit

Cognate

edit

CodeEditor

edit

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
  • git #d0d036ea - Drop use of wgParser, replaced in 1.32 and to be removed in 1.35 (T160811) by James D. Forrester

CongressLookup

edit

No changes for CongressLookup

ContactPage

edit

No changes for ContactPage

ContentTranslation

edit
  • git #40ff4d19 - RestbaseClient: Set the accept header to use MW DOM Spec 2.1.0 by Santhosh Thottingal
  • git #9632aa82 - Delete wrong translation by Raymond
  • git #94fcadf0 - build: Update linters by Ed Sanders
  • git #e4785427 - extension.json: Fix path for QUnitTestModule by Bartosz Dziewoński
  • git #9480ed1c - Fix errors caused by minor update in dep tree, and commit package-lock.json by Ed Sanders

ContributionTracking

edit

No changes for ContributionTracking

CreditsSource

edit

No changes for CreditsSource

Dashiki

edit

No changes for Dashiki

Disambiguator

edit

No changes for Disambiguator

DiscussionTools

edit

No changes for DiscussionTools

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
  • git #0efef4fa - Add strict "array" type hints to code expecting arrays by Thiemo Kreuz
  • git #d79dd00e - Use READ_LATEST constant and fix a soft type hint by Thiemo Kreuz
  • git #229c3d0f - Remove non helpful (auto-generated) comments by Thiemo Kreuz
  • git #bc3dabf8 - Prefer strict assertSame() for all numeric assertions by Thiemo Kreuz
  • git #967a0b54 - Use absolute class names in @covers tags by Thiemo Kreuz
  • git #94646b0d - tests: Kill last use of deprecated getMock() by Max Semenik

Elastica

edit

No changes for Elastica

ElectronPdfService

edit

No changes for ElectronPdfService

EntitySchema

edit
  • git #bb307487 - Adjust annoation to match common standard by Umherirrender

EventBus

edit

No changes for EventBus

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
  • git #f6d71b30 - build: Remove unneeded Squiz.WhiteSpace.FunctionSpacing by Umherirrender
  • git #e55fc2ae - build: Update dependencies by WMDE-Fisch
  • git #6fd99e4e - Remove unneeded license preamble by WMDE-Fisch

FileImporter

edit

FlaggedRevs

edit
  • git #bd089280 - Drop use of wgParser, replaced in 1.32 and to be removed in 1.35 (T160811) by James D. Forrester

Flow

edit
  • git #dcc00af1 - Remove obsolete minerva stylesheet by Volker E
  • git #2c44ca7c - Use PHP7.1 nullable types, part 2 by Daimona Eaytoy

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

No changes for GettingStarted

GlobalBlocking

edit
  • git #f99c8ac8 - Check for block before accessing block's properties in ApiGlobalBlock (T179741) by Thalia
  • git #07819ab2 - Update GlobalBlocking::getRangeCondition to work with IP ranges (T179741) by Thalia

GlobalCssJs

edit
  • git #f7d068b1 - tests: Fix signature of setUp() that have crept into a trait (T192167) by Max Semenik

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 #a4fefb58 - Drop use of wgParser, replaced in 1.32 and to be removed in 1.35 (T160811) by James D. Forrester

GrowthExperiments

edit
  • git #7579f152 - DifficultyFiltersDialog: Pass mw.user to messages correctly by Roan Kattouw
  • git #5b77fcc5 - Suggested Edits: Save task types to user preference (T235042) by Kosta Harlan
  • git #37041a8d - Suggested Edits: Implement difficulty filters (T235042) by Kosta Harlan
  • git #b939b183 - Footer for suggested edits module (T236050) by Gergő Tisza
  • git #68d75122 - Suggested Edits: Add placeholder image (T232423) by Kosta Harlan
  • git #fd950e64 - Homepage: Refactor SuggestedEditsModule to not use global selectors by Roan Kattouw
  • git #5e98fc06 - Homepage: Refactor StartEditing.js to not use global selectors by Roan Kattouw
  • git #08615a12 - Mobile homepage: Don't clone module DOM in overlays by Roan Kattouw
  • git #e222cb3a - i18n: Remove not existing folder from wgMessagesDirs by Umherirrender
  • git #fcbeb67f - Newcomer tasks: task explanation widget (T235046) by Kosta Harlan
  • git #612ff2e0 - Mobile summary for suggested edits (T235810) by Gergő Tisza

GuidedTour

edit

No changes for GuidedTour

GWToolset

edit
  • git #e653e7fe - Drop use of wgParser, replaced in 1.32 and to be removed in 1.35 (T160811) by James D. Forrester

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
  • git #0941af9c - Replace custom Wikibase with upstream MediaWiki CodeSniffer by Thiemo Kreuz
  • git #d5c9f704 - Remove unneeded license preamble by Thiemo Kreuz

Jade

edit
  • git #ffe2a00d - build: Remove unneeded Squiz.WhiteSpace.FunctionSpacing by Umherirrender

Josa

edit

No changes for Josa

JsonConfig

edit

Kartographer

edit
  • git #e6583271 - Replace a separate RL module with a packageFiles callback by Max Semenik

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

Listings

edit

No changes for Listings

LocalisationUpdate

edit

No changes for LocalisationUpdate

LoginNotify

edit

No changes for LoginNotify

MachineVision

edit

MapSources

edit

No changes for MapSources

MassMessage

edit
  • git #4b4b3923 - Drop use of wgParser, replaced in 1.32 and to be removed in 1.35 (T160811) by James D. Forrester

Math

edit
  • git #5ecbf750 - build: Fix exclude of vendor and node_modules in Gruntfile.js by Umherirrender

MobileApp

edit

No changes for MobileApp

MobileFrontend

edit

MultimediaViewer

edit

No changes for MultimediaViewer

edit

No changes for NavigationTiming

Newsletter

edit

No changes for Newsletter

NewUserMessage

edit
  • git #81f8d9c7 - Drop use of wgParser, replaced in 1.32 and to be removed in 1.35 (T160811) by James D. Forrester

Nuke

edit

No changes for Nuke

OATHAuth

edit

OAuth

edit

OpenStackManager

edit

ORES

edit
  • git #ff7e98e0 - build: Remove unneeded Squiz.WhiteSpace.FunctionSpacing by Umherirrender

PageAssessments

edit

No changes for PageAssessments

PagedTiffHandler

edit
  • git #5dc145ee - tests: Add explicit return type void to setUp() and tearDown() (T192167) by Daimona Eaytoy

PageImages

edit

PageTriage

edit
  • git #c336bd58 - Remove 'broken' group from ArticleMetadataTest by Sam Wilson

PageViewInfo

edit

No changes for PageViewInfo

ParserFunctions

edit

No changes for ParserFunctions

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

ProofreadPage

edit

No changes for ProofreadPage

PropertySuggester

edit

QuickSurveys

edit

Quiz

edit
  • git #526921b7 - Drop use of wgParser, replaced in 1.32 and to be removed in 1.35 (T160811) by James D. Forrester

ReadingLists

edit

No changes for ReadingLists

edit

Renameuser

edit

No changes for Renameuser

RevisionSlider

edit

No changes for RSS

edit

No changes for SandboxLink

Score

edit

No changes for Score

Scribunto

edit
  • git #76484716 - Replace trigger_error('') magic with error_clear_last() (T191247) by Max Semenik
  • git #52fb5f8c - build: Removed unneeded exclude MediaWiki.Commenting.PhpunitAnnotations by Umherirrender
  • git #0ee41431 - Don't error if someone returns a built-in function from their module (T236092) by Brad Jorsch
  • git #de636b2b - Collapse uses of now-deprecated wfGetRusage() by James D. Forrester

SearchExtraNS

edit

No changes for SearchExtraNS

SecureLinkFixer

edit

No changes for SecureLinkFixer

SecurePoll

edit
  • git #1299f281 - Drop use of wgParser, replaced in 1.32 and to be removed in 1.35 (T160811) by James D. Forrester

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
  • git #1087f347 - Drop use of wgParser, replaced in 1.32 and to be removed in 1.35 (T160811) by James D. Forrester

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

No changes for Thanks

TheWikipediaLibrary

edit

No changes for TheWikipediaLibrary

TimedMediaHandler

edit

No changes for TimedMediaHandler

timeline

edit

No changes for timeline

TitleBlacklist

edit
  • git #762ef4c0 - Drop use of wgParser, replaced in 1.32 and to be removed in 1.35 (T160811) by James D. Forrester

TocTree

edit

No changes for TocTree

TorBlock

edit

No changes for TorBlock

Translate

edit
  • git #7611397a - Fix incorrect comment in UnicodePlural by Niklas Laxström
  • git #18af7686 - Replace uses of deprecated Title::isValidMoveOperation (T230327) by Niklas Laxström
  • git #9a09f08f - Fix some spacing in ArrayFlattenerTest by Niklas Laxström
  • git #fc6d060a - Drop use of wgParser, replaced in 1.32 and to be removed in 1.35 (T160811) by James D. Forrester
  • git #d6794eb0 - Fix English grammar in tpt-unknown-page by Amir Aharoni
  • git #e1d6888c - Fix translation memory suggestions that were duplicated or missing (T47686) by Niklas Laxström
  • git #d6c1c22e - Display identified renames, and allow manual modification (T196601) by abijeet
  • git #188e20d4 - Process renames as per user submissions (T196601) by abijeet
  • git #d21527b2 - Process incoming changes to identify potential renames (T196601) by abijeet
  • git #de53a76b - Implemented used X times in translation memory suggestions (T47686) by Niklas Laxström
  • git #ff941d45 - Add `errorbox` class to duplicate translation units message (T236005) by DannyS712

TranslationNotifications

edit

No changes for TranslationNotifications

TrustedXFF

edit

No changes for TrustedXFF

TwoColConflict

edit

UniversalLanguageSelector

edit

No changes for UniversalLanguageSelector

edit

No changes for UploadsLink

UploadWizard

edit

No changes for UploadWizard

UrlShortener

edit

No changes for UrlShortener

UserMerge

edit

No changes for UserMerge

VipsScaler

edit

No changes for VipsScaler

VisualEditor

edit
  • git #2479f5c7 - Drop use of wgParser, replaced in 1.32 and to be removed in 1.35 (T160811) by James D. Forrester
  • git #f31bcc21 - ApiVisualEditor: Fix preload handling further (T233320) by Bartosz Dziewoński
  • git #4da31e7c - Update VE core submodule to master (3075d3f8c) (T236400) by Ed Sanders
  • git #372f04fc - Tweak dependency on 'mediawiki.diff.styles' by Bartosz Dziewoński
  • git #b345ae20 - Fix documentation position by Ed Sanders
  • git #57ad605d - ApiVisualEditor: Return 'etag' with 'content' for preloaded content (T233320) by Bartosz Dziewoński
  • git #cbd500a9 - Don't log missing ETags when creating a new page, that's normal (T233320) by Bartosz Dziewoński
  • git #b676b229 - Update VE core submodule to master (3fac5f1f2) by Ed Sanders
  • git #e82f5ccf - ve.init.mw.MobileArticleTarget: Remove error handling hacks for MobileFrontend by Bartosz Dziewoński
  • git #f7ee7dc8 - Try using structured logging again (T234564) by Bartosz Dziewoński

WebAuthn

edit

Wikibase

edit

WikibaseCirrusSearch

edit

WikibaseLexeme

edit
  • git #ee52c36b - Use mediawiki/valid-package-file-require eslint rule by Jakob Warkotsch
  • git #1bf76338 - build: Removed unneeded exclude MediaWiki.Usage.NullableType by Umherirrender
  • git #3bfefde0 - Add rudimentary mw.wikibase.lexeme Lua module (T235901) by Lucas Werkmeister

WikibaseLexemeCirrusSearch

edit
  • git #dda519fd - tests: Add explicit return type void to setUp() and tearDown() (T192167) by Daimona Eaytoy

WikibaseMediaInfo

edit
  • git #7642ad53 - Fix value-less item rendering by Matthias Mullie
  • git #9e451c56 - Fix implements formatting and use full qualified class name by Umherirrender
  • git #dcefdbbf - Apply appropriate classes to new input widgets by Eric Gardner
  • git #0ec9afb2 - Drop wikibase.api.RepoApiError (T236138) by Amir Sarabadani
  • git #122c0c6a - Enable support for non-item datatypes by Eric Gardner
  • git #e8e000a9 - Also use custom PrefetchingTermLookup in SingleEntitySourceServices (T223792) by Leszek Manicki

WikibaseQualityConstraints

edit
  • git #4ba71e7c - Use nullable type in function signature by Umherirrender

Wikidata.org

edit

WikidataPageBanner

edit

No changes for WikidataPageBanner

WikiEditor

edit

No changes for WikiEditor

wikihiero

edit

No changes for wikihiero

WikiLove

edit

WikimediaBadges

edit

WikimediaEditorTasks

edit

WikimediaEvents

edit
  • git #c7931fea - Update WMDEBannerInteractions revision to 19499437 by Tim Eulitz

WikimediaIncubator

edit

No changes for WikimediaIncubator

WikimediaMaintenance

edit
  • git #4ad1463e - Use ExternalStoreFactory in renameWiki.php by Umherirrender
  • git #90584baa - Update list of modules that wikibase registers (T236141) by Amir Sarabadani
  • git #e850c330 - Use IMaintainableDatabase in RcParamsTypeCheck by Umherirrender

WikimediaMessages

edit
  • git #d2c97fcc - Require MediaWiki 1.29 in extension.json for manifest_version 2 by Umherirrender
  • git #0f0ce8dd - Add Wikimedia Community User Group Georgia messages (T236389) by MarcoAurelio
  • git #8eb29f78 - Update extension.json to use manifest_version 2 by James D. Forrester

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

360 Changes in 75 repos by 73 authors