MediaWiki 1.34/wmf.20/Changelog

Core changes

edit
  • git #28a22182 - TablePager: put parent construct call back at end (task T231261) by Elliott Eggleston
  • git #d06baad8 - Add more information to exception thrown (task T231029) by Max Semenik
  • git #21697f06 - Add help link to Special:NewSection (task T231260) by DannyS712
  • git #41113ded - SpecialNewSection: Fix handling of 'preloadparams' (task T231088) by Bartosz Dziewoński
  • git #308e6427 - Revert "Make LocalisationCache a service" (task T231200) (task T231198) by Amir Sarabadani
  • git #3298a9db - objectcache: SqlBagOStuff cleanups for sqlite and postgres by Aaron Schulz
  • git #664467d7 - rdbms: rename $db => $conn in remaining places in LoadBalancer by Aaron Schulz
  • git #bb94f496 - Use local variabe $services instead of MediaWikiServices::getInstance() by Fomafix
  • git #7eef775b - language: Move ConverterRule to includes/ and add test case (task T225756) by Timo Tijhof
  • git #76a94035 - Pass correct store to rebuildLocalisationCache.php (task T231183) by Aryeh Gregor
  • git #b78b8804 - Correctly register storeDirectory in l10n cache (task T231183) by Aryeh Gregor
  • git #ebec47ca - rdbms: simplify comment in LoadBalancer::reuseConnection() by Aaron Schulz
  • git #86693df2 - REST: call MediaWiki::preOutputCommit and doPostOutputShutdown by Tim Starling
  • git #743547c2 - Setup: Move wgRCLinkDays logic from Setup to ChangesListSpecialPage (task T189966) by Timo Tijhof
  • git #c06bda1b - rdbms: refactor caching in LoadBalancer::getReadOnlyReason() (task T227838) by Aaron Schulz
  • git #2258f5df - rdbms: make IDatabase comments more up-to-date and stylistically consistent by Aaron Schulz
  • git #5f623ebc - Setup: Remove scopedProfileIn() calls (task T189966) by Timo Tijhof
  • git #2ec627ea - Clean up LinkRenderer usage in IndexPager and extensions (task T149346) by Matěj Suchánek
  • git #ebee3194 - resourceloader: Add coverage for internal Context::getReqBase() by Timo Tijhof
  • git #f18af0b6 - Remove more Oracle and Mssql leftovers (task T230418) by Daimona Eaytoy
  • git #6ded9131 - Revert "rdbms: make LoadBalancer::reallyOpenConnection() handle setting DBO_TRX" (task T231162) by Urbanecm
  • git #b9f19780 - title: Fix flaky TitlePermissionTest::testUserBlock (task T231166) by Timo Tijhof
  • git #0844db0b - Make the JobRunner flushReplicaSnapshots() call cover the first job by Aaron Schulz
  • git #b1b01d8e - Make NameTableStore use LoadBalancer::getConnectionRef() by Aaron Schulz
  • git #1879bf79 - Migrate BagOStuff::incr() calls to incrWithInit() by Aaron Schulz
  • git #6c31ca3f - parsercache: use WRITE_ALLOW_SEGMENTS for cached ParserOutput values (task T204742) by Aaron Schulz
  • git #bee2a209 - objectcache: make WANObjectCache::relayPurge() actually use $holdoff by Aaron Schulz
  • git #6bb0f4fb - objectcache: rename getDB() to getConnection() in SqlBagOStuff by Aaron Schulz
  • git #45831e61 - rdbms: make LoadBalancer::reallyOpenConnection() handle setting DBO_TRX by Aaron Schulz
  • git #9e04f0d0 - maintenance: Cleanup db code and bogus RevisionRecord constants in NamespaceDupes by Aaron Schulz
  • git #286bb97a - maintenance: Fix bogus IDatabase method calls in sqlite.php by Aaron Schulz
  • git #2a340c22 - maintenance: Fix bad method call in RebuildTextIndex by Aaron Schulz
  • git #94eb0c94 - objectcache: improve BagOStuff arithmetic method signatures by Aaron Schulz
  • git #2f8e07cf - maintenance: Sanity check that --replicadb isn't using the master in sql.php by Aaron Schulz
  • git #e1bf44cd - resourceloader: Add tests for disallowing access to private modules by Timo Tijhof
  • git #de07323b - resourceloader: Add tests for mw.loader not storing private/user response by Timo Tijhof
  • git #c59b0ed1 - resourceloader: Map group names to integers internally by Amir Sarabadani
  • git #95e68098 - filebackend: update code comments and break some long lines by Aaron Schulz
  • git #0a611b47 - Skin: Add new hook, UndeletePageToolLinks, for Special:Undelete views (task T231055) by Huji Lee
  • git #bebb26eb - filebackend: Remove private handleWarning in favour of local closure by Timo Tijhof
  • git #b9e68b2d - rdbms: various field name and style cleanups to Database by Aaron Schulz
  • git #1bb1ff8d - Short-circuit WebRequest::getGPCVal() for printable ASCII strings by Aaron Schulz
  • git #d01d9801 - filebackend: use AtEase in FileBackend related classes by Aaron Schulz
  • git #b7204566 - Deprecate skin functions that are not skin responsibilities by Piotr Miazga
  • git #fc0067d7 - Disambiguate confusing $fromReplica variable in BlockManager by Thalia
  • git #2e52f48c - Split some Language methods to LanguageNameUtils by Aryeh Gregor
  • git #a11ad5f0 - Add ObjectFactory as a service (task T222409) by Brad Jorsch
  • git #dcc7717f - rdbms: remove reference to READ_LATEST in ChronologyProtector::shutdown() by Aaron Schulz
  • git #7ff1a163 - objectcache: make more SqlBagOStuff methods private and rename shard variables by Aaron Schulz
  • git #5019accf - PermissionManager::userHas{All,Any}Right: don't specify a variadic param. by Petr Pchelko
  • git #b70e54e9 - objectcache: add BagOStuff::fieldHasFlags() convenience method by Aaron Schulz
  • git #cdc05657 - objectcache: move lag waiting to SqlBagOStuff::doCas() instead of overriding merge() by Aaron Schulz
  • git #3cc3d00b - Move getRestrictionLevels from NamespaceInfo to PermissionManager. (task T11977) by Petr Pchelko
  • git #0af37928 - Allow justifications in `Special:EditTags` to use full comment length (task T188460) by DannyS712
  • git #07a7bdce - Some integration tests for LockManagerGroup by Aryeh Gregor
  • git #e4468a1d - Make LocalisationCache a service by Aryeh Gregor
  • git #18a7e605 - Update .mailmap for Aryeh Gregor by Aryeh Gregor
  • git #acaa3e31 - Remove deprecated User groups/permission static calls. (task T220191) by Petr Pchelko
  • git #fd130247 - Deprecate and replace usages of User:isAllowed{All,Any} (task T220191) by Petr Pchelko
  • git #08ee999b - Increase maximum length of automatic deletion summaries (task T230962) by DannyS712
  • git #44e2ab35 - objectcache: move MemcachedClient class to /utils subdir by Aaron Schulz
  • git #f0e86c88 - rdbms: add some more comments to DatabaseDomain by Aaron Schulz
  • git #cbc8451d - rdbms: remove IDatabase::clearFlag() calls made redundant by QUERY_IGNORE_DBO_TRX by Aaron Schulz
  • git #26b1ba39 - parser: document what 0/null rev IDs do when given to Parser::parse by Aaron Schulz
  • git #5600df58 - Rewrite integration test for wfIsBadImage() by Aryeh Gregor
  • git #5e2199c5 - BadFileLookup to replace wfIsBadImage (task T200882) (task T139216) by Aryeh Gregor
  • git #6dd64b7b - Convert PermissionManager constructor to use ServiceOptions. by Petr Pchelko
  • git #7a550857 - Ensure block hooks keep user state consistent with realistic blocks (task T228948) (task T229035) by Thalia
  • git #a83b3358 - TempFSFileFactory service by Aryeh Gregor
  • git #0c86bdec - replace wfGetDB (discouraged for use) with Maintenance::getDB in dumps scripts (task T228772) by Ariel T. Glenn
  • git #3b7eecfc - Add support for native image lazy loading (task T230897) by Gilles Dubuc
  • git #5bebae7f - Remove usages of deprecated User::getRights. (task T220191) by Petr Pchelko
  • git #645995f6 - REST: Use ob_clean to wipe display_errors output by Tim Starling
  • git #2826e4b3 - mw.widgets.CalendarWidget: Tweak hover styling after OOUI changes (task T230393) by Bartosz Dziewoński
  • git #1d286560 - Replace User::isAllowed with PermissionManager. (task T220191) by Petr Pchelko
  • git #3d9632a5 - resourceloader: Avoid isKnownEmpty call for regular (non-embed) modules (task T230260) (task T176159) by Timo Tijhof
  • git #7d1d48ed - Break the cyclic dependency between SearchEngine and SearchResult by David Causse
  • git #9d944bd8 - Add SearchResultTrait by David Causse
  • git #07e5d696 - Put block cookie expiry into UTC for comparison with current time by Thalia
  • git #942f708b - objectcache: fix WRITE_ALLOW_SEGMENTS in BagOStuff cas() and add() methods by Aaron Schulz
  • git #6a12506c - TitleOptionWidget: Documentation type fix by Ed Sanders
  • git #c994009c - ApiSandbox: Load mediawiki.hlist RL module (task T230782) by Brad Jorsch
  • git #b01fbfeb - hooks.txt: Convert docs to modern extension registration style (task T230397) by DannyS712
  • git #d421f22e - objectcache: make newFromId()/newWANcacheFromId()/getDefaultKeyspace() private by Aaron Schulz
  • git #5e7829e0 - objectcache: Remove lock()/unlock() stubs from MemcachedClient by Aaron Schulz
  • git #be49e992 - DefaultSettings.php: Move $wgDBname/$wgDBprefix/$wgDBmwschema closer to each other by Aaron Schulz
  • git #c860482d - Tests: Set dbname for DatabaseSqliteTest (task T230780) by Kosta Harlan
  • git #0b8a4daa - rdbms: add setTempTablesOnlyMode() to suppress CONN_TRX_AUTOCOMMIT during tests (task T202116) by Aaron Schulz
  • git #dbc0d3c8 - Clear block cookie if the value is invalid (task T227678) by Dayllan Maza
  • git #bba1a0f2 - API: Warn about POST without Content-Type (task T230735) by Brad Jorsch
  • git #577c8d0c - RedirectSpecialArticle: Fix PHP notice about undefined index by Bartosz Dziewoński
  • git #db4aaa1a - Add instrumentation to Special:Mute (task T224958) by Dayllan Maza
  • git #c3900f9f - rdbms: make LBFactory close/rollback dangling handles like LoadBalancer (task T225103) (task T230065) by Aaron Schulz

Vendor

edit

No changes for vendor

Extensions

edit
  • git #8f877d08 - build: Updating eslint-utils to 1.4.2 by libraryupgrader
  • git #593ddb05 - Use modern shell execution by Max Semenik

AbuseFilter

edit

ActiveAbstract

edit
  • git #b67bb3ff - build: Updating eslint-utils to 1.4.2 by libraryupgrader

AdvancedSearch

edit
  • git #ff85d19b - build: Updating eslint-utils to 1.4.2 by libraryupgrader

AntiSpoof

edit
  • git #bac52aac - build: Updating eslint-utils to 1.4.2 by libraryupgrader

ApiFeatureUsage

edit
  • git #643c8aad - build: Updating eslint-utils to 1.4.2 by libraryupgrader

ArticleCreationWorkflow

edit
  • git #32197e83 - build: Updating eslint-utils to 1.4.2 by libraryupgrader

ArticlePlaceholder

edit
  • git #60b98968 - build: Updating eslint-utils to 1.4.2 by libraryupgrader

Babel

edit
  • git #f36cef49 - build: Updating eslint-utils to 1.4.2 by libraryupgrader

BetaFeatures

edit

BounceHandler

edit

No changes for BounceHandler

Calendar

edit

No changes for Calendar

Campaigns

edit
  • git #44868fcd - build: Updating eslint-utils to 1.4.2 by libraryupgrader

Capiunto

edit

No changes for Capiunto

CategoryTree

edit
  • git #26791832 - build: Updating eslint-utils to 1.4.2 by libraryupgrader

CentralAuth

edit
  • git #00731c1d - build: Updating eslint-utils to 1.4.2 by libraryupgrader
  • git #ae2e3a49 - Fix typo in code (perfomer -> performer) (task T201491) by DannyS712
  • git #8cb507f2 - Use ObjectCache::ObjectCache::getLocalClusterInstance() in checkRateLimit() by Aaron Schulz

CharInsert

edit
  • git #3d29de14 - build: Updating eslint-utils to 1.4.2 by libraryupgrader

CheckUser

edit

CirrusSearch

edit

Cite

edit
  • git #f3288434 - build: Updating eslint-utils to 1.4.2 by libraryupgrader

CiteThisPage

edit
  • git #5098e309 - build: Updating eslint-utils to 1.4.2 by libraryupgrader

Citoid

edit
  • git #46821b73 - build: Updating eslint-utils to 1.4.2 by libraryupgrader

cldr

edit
  • git #c9231ceb - build: Updating eslint-utils to 1.4.2 by libraryupgrader

Cognate

edit

No changes for Cognate

CodeEditor

edit
  • git #d359c216 - build: Updating eslint-utils to 1.4.2 by libraryupgrader

CodeMirror

edit

CodeReview

edit

No changes for CodeReview

CollaborationKit

edit

No changes for CollaborationKit

Collection

edit
  • git #0e30f74a - build: Updating eslint-utils to 1.4.2 by libraryupgrader

CommonsMetadata

edit

No changes for CommonsMetadata

ConfirmEdit

edit
  • git #77974609 - build: Updating eslint-utils to 1.4.2 by libraryupgrader
  • git #82d48cae - Switch to using BagOStuff::incrWithInit() by Aaron Schulz

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

Disambiguator

edit

No changes for Disambiguator

DismissableSiteNotice

edit
  • git #0c9f7433 - build: Updating eslint-utils to 1.4.2 by libraryupgrader

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
  • git #a2c54d0f - build: Updating eslint-utils to 1.4.2 by libraryupgrader

EntitySchema

edit

EventBus

edit
  • git #fb71a527 - build: Updating eslint-utils to 1.4.2 by libraryupgrader

EventLogging

edit
  • git #20bb3529 - build: Updating eslint-utils to 1.4.2 by libraryupgrader

ExtensionDistributor

edit

ExternalGuidance

edit
  • git #fd2db582 - build: Updating eslint-utils to 1.4.2 by libraryupgrader

FeaturedFeeds

edit

No changes for FeaturedFeeds

FileExporter

edit

No changes for FileExporter

FileImporter

edit

No changes for FileImporter

FlaggedRevs

edit

Flow

edit

FundraiserLandingPage

edit

No changes for FundraiserLandingPage

FundraisingTranslateWorkflow

edit

No changes for FundraisingTranslateWorkflow

Gadgets

edit
  • git #b9956a88 - build: Updating eslint-utils to 1.4.2 by libraryupgrader

GeoCrumbs

edit

No changes for GeoCrumbs

GeoData

edit

GettingStarted

edit

GlobalBlocking

edit

GlobalCssJs

edit
  • git #190a55c3 - build: Updating eslint-utils to 1.4.2 by libraryupgrader

GlobalPreferences

edit
  • git #12271378 - build: Updating eslint-utils to 1.4.2 by libraryupgrader

GlobalUsage

edit
  • git #a7caa4c3 - build: Updating eslint-utils to 1.4.2 by libraryupgrader

GlobalUserPage

edit

No changes for GlobalUserPage

GoogleNewsSitemap

edit

Graph

edit

GrowthExperiments

edit

GuidedTour

edit
  • git #d267c401 - build: Updating eslint-utils to 1.4.2 by libraryupgrader

GWToolset

edit

No changes for GWToolset

ImageMap

edit
  • git #d7f71563 - build: Updating eslint-utils to 1.4.2 by libraryupgrader

InputBox

edit
  • git #a2611d78 - build: Updating eslint-utils to 1.4.2 by libraryupgrader

Insider

edit

No changes for Insider

intersection

edit

No changes for intersection

Interwiki

edit
  • git #ca9e54a2 - build: Updating eslint-utils to 1.4.2 by libraryupgrader

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
  • git #3ee6d722 - build: Updating eslint-utils to 1.4.2 by libraryupgrader

LiquidThreads

edit

Listings

edit

No changes for Listings

LocalisationUpdate

edit
  • git #470bb919 - build: Updating eslint-utils to 1.4.2 by libraryupgrader
  • git #61dd8831 - Remove legacy behavior of `return true` for non-abortable hooks by Derick Alangi

LoginNotify

edit

No changes for LoginNotify

MachineVision

edit
  • git #e445dd6e - Use real label suggestions from the API in the JS frontend by Michael Holloway
  • git #0b19b8ff - Integrate JS label confirmation frontend (task T230836) by Michael Holloway
  • git #984d7f6e - Update image query to use ImageLabeling suggestions API by Michael Holloway
  • git #f075ef88 - Resolve Wikidata item labels over HTTP for development by Michael Holloway
  • git #aa6bb56d - Implement Google Cloud Vision label request handler (task T229670) by Michael Holloway
  • git #2d8af40d - Hygiene: Add Phan data directory to .gitignore by Michael Holloway
  • git #e118c35e - Add Freebase->Wikidata ID conversion table (task T229678) by Michael Holloway

MapSources

edit

No changes for MapSources

MassMessage

edit

Math

edit
  • git #8bc75d6a - build: Updating eslint-utils to 1.4.2 by libraryupgrader

MobileApp

edit
  • git #da055cd1 - build: Updating eslint-utils to 1.4.2 by libraryupgrader

MobileFrontend

edit

MultimediaViewer

edit
  • git #5410aa91 - build: Updating eslint-utils to 1.4.2 by libraryupgrader
edit

Newsletter

edit
  • git #057ce2fb - build: Updating eslint-utils to 1.4.2 by libraryupgrader

NewUserMessage

edit

No changes for NewUserMessage

Nuke

edit
  • git #41c2b225 - build: Updating eslint-utils to 1.4.2 by libraryupgrader

OATHAuth

edit
  • git #019cf6cc - Add method to clear all keys associated with the user by Dejan Savuljesku
  • git #ac925b7e - build: Updating eslint-utils to 1.4.2 by libraryupgrader
  • git #cb4e6a15 - Make TOTPKey use the main stash for the token key by Aaron Schulz

OAuth

edit

OpenStackManager

edit

No changes for OpenStackManager

ORES

edit

PageAssessments

edit
  • git #1f450031 - Use `Special:MyLanguage` in API help links (task T231269) by DannyS712
  • git #0905f21e - build: Upgrade eslint-config-wikimedia from 0.9.0 to 0.13.1 and dump jsonlint by James D. Forrester
  • git #15825a8d - build: Updating eslint-utils to 1.4.2 by libraryupgrader

PagedTiffHandler

edit

No changes for PagedTiffHandler

PageImages

edit

PageTriage

edit

PageViewInfo

edit

ParserFunctions

edit
  • git #a704ac44 - build: Updating eslint-utils to 1.4.2 by libraryupgrader

ParsoidBatchAPI

edit

No changes for ParsoidBatchAPI

PdfHandler

edit
  • git #b79003dc - build: Updating eslint-utils to 1.4.2 by libraryupgrader

PerformanceInspector

edit
  • git #644d01ec - build: Updating eslint-utils to 1.4.2 by libraryupgrader

Petition

edit

No changes for Petition

Poem

edit
  • git #1737b3c3 - build: Updating eslint-utils to 1.4.2 by libraryupgrader

PoolCounter

edit

No changes for PoolCounter

Popups

edit

ProofreadPage

edit

PropertySuggester

edit
  • git #5b4ba588 - build: Updating eslint-utils to 1.4.2 by libraryupgrader

QuickSurveys

edit
  • git #98c603bc - build: Updating eslint-utils to 1.4.2 by libraryupgrader

Quiz

edit
  • git #dc91f8ef - build: Updating eslint-utils to 1.4.2 by libraryupgrader

ReadingLists

edit
edit

Renameuser

edit
  • git #0a96594c - build: Updating eslint-utils to 1.4.2 by libraryupgrader

RevisionSlider

edit
  • git #e1466c57 - build: Updating eslint-utils to 1.4.2 by libraryupgrader

No changes for RSS

edit

No changes for SandboxLink

Score

edit
  • git #37c494ee - build: Updating eslint-utils to 1.4.2 by libraryupgrader

Scribunto

edit
  • git #48b0fd77 - build: Updating eslint-utils to 1.4.2 by libraryupgrader
  • git #fc7a6d5b - Get GenderCache from MediaWikiServices by Umherirrender

SearchExtraNS

edit

No changes for SearchExtraNS

SecureLinkFixer

edit

No changes for SecureLinkFixer

SecurePoll

edit

Sentry

edit
  • git #ba690b8e - build: Updating eslint-utils to 1.4.2 by libraryupgrader

ShortUrl

edit

No changes for ShortUrl

SiteMatrix

edit
  • git #2ef6a694 - build: Updating eslint-utils to 1.4.2 by libraryupgrader

SkinPerPage

edit

No changes for SkinPerPage

SpamBlacklist

edit
  • git #466dfbd8 - build: Updating eslint-utils to 1.4.2 by libraryupgrader

SubPageList3

edit

No changes for SubPageList3

SubpageSortkey

edit

No changes for SubpageSortkey

SyntaxHighlight_GeSHi

edit
  • git #430e15c1 - build: Updating eslint-utils to 1.4.2 by libraryupgrader

TemplateData

edit

TemplateSandbox

edit
  • git #f343a264 - build: Updating eslint-utils to 1.4.2 by libraryupgrader

TemplateStyles

edit
  • git #72135b12 - build: Updating eslint-utils to 1.4.2 by libraryupgrader

TemplateWizard

edit
  • git #25715c89 - build: Updating eslint-utils to 1.4.2 by libraryupgrader

TextExtracts

edit

Thanks

edit
  • git #1c7e5c3e - build: Updating eslint-utils to 1.4.2 by libraryupgrader

TheWikipediaLibrary

edit

No changes for TheWikipediaLibrary

TimedMediaHandler

edit

timeline

edit

No changes for timeline

TitleBlacklist

edit
  • git #0764a2b2 - build: Updating eslint-utils to 1.4.2 by libraryupgrader

TocTree

edit
  • git #beb0a7c5 - build: Updating eslint-utils to 1.4.2 by libraryupgrader

TorBlock

edit

Translate

edit

TranslationNotifications

edit
  • git #48cfd9f8 - build: Updating eslint-utils to 1.4.2 by libraryupgrader

TrustedXFF

edit

No changes for TrustedXFF

TwoColConflict

edit

No changes for TwoColConflict

UniversalLanguageSelector

edit
edit

No changes for UploadsLink

UploadWizard

edit

UrlShortener

edit
  • git #024b71fb - build: Updating eslint-utils to 1.4.2 by libraryupgrader

UserMerge

edit

VipsScaler

edit
  • git #63431b82 - build: Updating eslint-utils to 1.4.2 by libraryupgrader

VisualEditor

edit
  • git #efe71172 - build: Updating eslint-utils to 1.4.2 by libraryupgrader
  • git #042bfdfd - Update VE core submodule to master (07687721b) (task T229431) by Ed Sanders
  • git #54cd9873 - Update VE core submodule to master (663b34056) by Bartosz Dziewoński
  • git #84d548e7 - Remove redundant @method annotations by Bartosz Dziewoński
  • git #e14e24f0 - MobileArticleTarget: Tweak styling for editor switcher by Bartosz Dziewoński

Wikibase

edit

WikibaseCirrusSearch

edit

No changes for WikibaseCirrusSearch

WikibaseLexeme

edit
  • git #4fa27574 - Revert "Removed the reference to the no longer existing private property of Language" by WMDE-leszek
  • git #2d23cbd7 - Refactor AddForm::execute to reduce method length by Michael Große
  • git #775cceea - Removed the reference to the no longer existing private property of Language by Leszek Manicki
  • git #facd5d87 - build: Updating eslint-utils to 1.4.2 by libraryupgrader
  • git #6e7c4f26 - Fix Lexemes RDF generation (task T230974) by Stanislav Malyshev
  • git #2f98c77f - Add site wide block check to checkBlocked (task T207893) by Noa Rave
  • git #3cf30675 - Fix typos in code (paramters -> parameters) (task T201491) by DannyS712

WikibaseLexemeCirrusSearch

edit

WikibaseMediaInfo

edit
  • git #e246af1b - build: Updating eslint-utils to 1.4.2 by libraryupgrader
  • git #6ca1ca8b - Convert StatementWidget.js to ComponentWidget by Matthias Mullie
  • git #7aa97847 - Convert ItemWidget to ComponentWidget by Matthias Mullie
  • git #a40d6683 - Convert NewQualifierWidget to ComponentWidget by Matthias Mullie
  • git #e59366be - Convert AddPropertyWidget to ComponentWidget by Matthias Mullie
  • git #45c2bf9a - Introduce state-driven rerender component by Matthias Mullie

WikibaseQualityConstraints

edit

Wikidata.org

edit
  • git #3de78611 - build: Updating eslint-utils to 1.4.2 by libraryupgrader

WikidataPageBanner

edit
  • git #b48bd571 - build: Updating eslint-utils to 1.4.2 by libraryupgrader

WikiEditor

edit
  • git #49ba810b - build: Updating eslint-utils to 1.4.2 by libraryupgrader

wikihiero

edit
  • git #ac36a671 - build: Updating eslint-utils to 1.4.2 by libraryupgrader
  • git #f0968307 - Merge 'ext.wikihiero.special.css' module into 'ext.wikihiero' by Timo Tijhof

WikiLove

edit

WikimediaBadges

edit

No changes for WikimediaBadges

WikimediaEditorTasks

edit
  • git #bcb2c45b - build: Updating eslint-utils to 1.4.2 by libraryupgrader

WikimediaEvents

edit

WikimediaIncubator

edit

No changes for WikimediaIncubator

WikimediaMaintenance

edit
  • git #8abc890b - Update path to GlobalBlocking sql file by Paladox
  • git #9b821612 - build: Updating eslint-utils to 1.4.2 by libraryupgrader

WikimediaMessages

edit
  • git #aee9891c - build: Updating eslint-utils to 1.4.2 by libraryupgrader

XAnalytics

edit
  • git #d9901342 - build: Updating eslint-utils to 1.4.2 by libraryupgrader

Skins

edit

CologneBlue

edit

No changes for CologneBlue

EUCopyrightCampaignSkin

edit

No changes for EUCopyrightCampaignSkin

MinervaNeue

edit

MonoBook

edit
  • git #3f07f757 - build: Updating eslint-utils to 1.4.2 by libraryupgrader

Modern

edit

No changes for Modern

Nostalgia

edit

No changes for Nostalgia

Timeless

edit

Vector

edit
  • git #9eacb7ea - build: Updating eslint-utils to 1.4.2 by libraryupgrader
  • git #6b99f35c - Cleaning a[redundant] is done in BaseTemplate by Simon Legner

Total Changes

edit

413 Changes in 130 repos by 67 authors