Jump to content

MediaWiki 1.37/wmf.5

From mediawiki.org
MediaWiki 1.37.0-wmf.4 Deployment of MediaWiki 1.37.0-wmf.5 to Wikimedia sites MediaWiki 1.37.0-wmf.6

The latest version (labeled "1.37.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, 11 May 2021 (see the roadmap).

Core changes

[edit]
  • git #e126c28d - Branch commit for wmf/1.37.0-wmf.5 by trainbranchbot
  • git #269e7e1d - Drop global function wfNegotiateType, deprecated in 1.36 (T264984) by James D. Forrester
  • git #0b6ba356 - Drop global function wfGetPrecompiledData, deprecated in 1.36 (T264985) by James D. Forrester
  • git #b7ff9dfe - Drop global function wfConfiguredReadOnlyReason, deprecated in 1.36 (T264979) by James D. Forrester
  • git #cd9cf8d0 - Drop global function wfDebugMem, deprecated in 1.36 (T264976) by James D. Forrester
  • git #dbc55642 - Drop global function wfAcceptToPrefs, deprecated in 1.36 (T264983) by James D. Forrester
  • git #e6640038 - Drop global function wfAppendToArrayIfNotDefault, deprecated in 1.36 (T264975) by ZabeMath
  • git #be4e48e9 - manageForeignResources: Use Maintenance::fatalError, not exceptions by Ammarpad
  • git #9dc884a1 - Pass PageReference as possible parameter to LinkRenderer methods (T278428) by Vadim Kovalenko
  • git #b019b9ee - Add assertions about page IDs during undeletion. (T271644) by daniel
  • git #7855f60a - SqlBlobStoreTest: test against tt:10000 instead of tt:1000 by DannyS712
  • git #7b882b2e - Convert File to Authority/UserIdentity by Petr Pchelko
  • git #d85a4124 - GetAllBlockActionsHook: Document avoiding blockable action ID conflicts by Thalia
  • git #d90bff17 - IntegrationTestCase: Fix incomplete error message by Ammarpad
  • git #6bbad154 - User: Hard-deprecate the confusingly-named isLoggedIn() method (T270450) by James D. Forrester
  • git #2e7856a6 - User::getID: Be lazier when fetching UserNameUtils (T282320) by Gergő Tisza
  • git #bed2c33c - RequestContext: add @param documentation to setAuthority() by Universal Omega
  • git #2192f54a - Remove hard deprecated methods from ApiBase by DannyS712
  • git #96b99076 - ApiBase: deduplicate logic to avoid infinite loops for ApiMain methods by DannyS712
  • git #d2a0b397 - Simplify database handling in CategoryTest by DannyS712
  • git #d13b4678 - DatabaseBlock: Hard-deprecate calls to isWhitelistedFromAutoblocks() (T277987) by James D. Forrester
  • git #f121d0fb - DatabaseBlock::isExemptedFromAutoblocks: Drop fallback message load (T277987) by James D. Forrester
  • git #7fef1bea - Update wikimedia/minify to 2.2.2 (T282280) by Timo Tijhof
  • git #321f8558 - resourceloader: Fix path-only URLs in wiki modules when script path is docroot (T282280) by Timo Tijhof
  • git #39a6e113 - HTMLForm: accept PageReference instead of Title. (T278459) by daniel
  • git #65c95574 - Split TimeCorrection parser into separate class by Derk-Jan Hartman
  • git #62176bec - PageIdentityValue: apply basic validation of titles (T282070) by daniel
  • git #60734d3b - LogPager: replace Title in method signatures (T278459) by daniel
  • git #316053ed - LinkBatch: skip bad input (T282180) (T282070) by daniel
  • git #c22695e5 - Declare $wgCanonicalNamespaceNames in DefaultSettings.php by daniel
  • git #ee877f2f - Add null checks for namespaces and actions in blocks (T280798) by STran
  • git #1823345c - Title: avoid instance cache pollution (T281337) by daniel
  • git #ae55be30 - Add a JobQueueGroupFactory service (T277648) by mainframe98
  • git #cd6c7786 - ApiQueryLogEvents: when user is specified, omit STRAIGHT_JOIN (T282122) by Tim Starling
  • git #9a6dcfb4 - Run tests with ONLY_FULL_GROUP_BY (T281329) by Tim Starling
  • git #adb4c664 - Reorder tables in SpecialWatchlist (T282181) by Petr Pchelko
  • git #1b89673c - Stop resetting partial action block options when values change (T282177) by STran
  • git #b06e06ae - Add Malay (Arabic Jawi script, ms-arab) to Names.php (T282085) by Amir Aharoni
  • git #2a1087fa - RevisionDeleter: Use PageIdentity instead of Title by daniel
  • git #c5390fce - Remove harmful validation regex in PageReferenceValue (T282070) by Tim Starling
  • git #4ca16e8d - Eliminate use of Title object in REST infrastructure by Petr Pchelko
  • git #7430e278 - EditPage::getExpectedParentRevision(): guard against null edittime (T277204) by Tim Starling
  • git #f7f5e72b - Use `rc_new_name_timestamp` index name unconditionally (T276292) by Ammarpad
  • git #5ae26812 - rdbms: use is_file() in DatabaseSqlite::open() by Aaron Schulz
  • git #9ba3f4a2 - rdbms: add an IDatabase method to expose DB server IDs (T274174) by Aaron Schulz
  • git #db4f2bbb - Merge FormatJsonTest and FormatJsonUnitTest by DannyS712
  • git #c5e09147 - Remove PathRouterTest::$basicRouter, unused by DannyS712
  • git #4d9d7381 - Throw if action codes in getAllBlockActions aren't unique (T281915) by STran
  • git #99d5d2e8 - rdbms: cleanup getServer() and connection parameter fields in Database (T277056) by Aaron Schulz
  • git #bbc75d40 - UserIdentityValue: Introduce convenience static factory methods (T281972) by Petr Pchelko
  • git #31676abe - Add DummyServicesTrait::getDummyInterwikiLookup by DannyS712
  • git #b4a60fec - Allow action blocks to be logged via block log parameters (T279560) by tsepothoabala
  • git #e50ccd05 - Fix order of joins in SpecialRecentChanges (T281981) by Petr Pchelko
  • git #7cc48687 - rdbms: disallow upsert()/replace() calls with multiple unique keys by Aaron Schulz
  • git #d09db510 - WebInstaller: Don't show the announce-l subscribe checkbox temporarily (T281549) by James D. Forrester
  • git #7ba9cbca - DatabaseBlockStore: fetch correct ActorNormalization (T281972) by Petr Pchelko
  • git #0e05879d - Add MediaWikiIntegrationTestCase::runJobs() and use it by Tim Starling
  • git #ecf826a2 - Revert "Hard Deprecate User ::getCanonicalName, ::isUsableName, ::isCreatableName" by Ppchelko
  • git #26dec119 - Use DummyServicesTrait::getDummyNamespaceInfo in more places by DannyS712
  • git #481f1a49 - WikiPage: Document triggerOpportunisticLinksUpdate and related code (T280605) by Timo Tijhof
  • git #fbaa2237 - jquery.tipsy: Amend design to be closer to standard (T281941) by Volker E
  • git #879dbaea - mediawiki.widgets: Remove obsolete vendor prefixes from datetime styles (T277803) by Volker E
  • git #f4ad7eca - mediawiki.skinning: Remove obsolete vendor prefix from MessageBoxes style (T277803) by Volker E
  • git #5c7a0f84 - Create buildPersonalPage method for SkinTemplate class, add menu item to personal menu.. (T276561) by Clare Ming
  • git #23144f49 - Avoid SpecialPage::getConfig in constructor on Special:Watchlist/EditWatchlist by Umherirrender
  • git #62508d88 - Do not call SpecialPage::addHelpLink in constructor by Umherirrender
  • git #f60ea069 - Remove remaining non-test uses of Revision objects (T247143) by DannyS712
  • git #40eda16b - Remove deprecated talk page message handling in User class (T247143) (T277511) by DannyS712
  • git #0dead887 - WikiPage: remove use of Revision objects (T247143) by DannyS712
  • git #a4673c7e - Linker: remove support for Revision parameters (T247143) by DannyS712
  • git #41287e87 - Add MediaWikiTitleCodec and NamespaceInfo to DummyServicesTrait by DannyS712
  • git #08c87c13 - Hard deprecate FileBackendGroup::singleton() and ::destroySingletons() (T249025) by ZabeMath
  • git #b4912792 - Hard Deprecate User ::getCanonicalName, ::isUsableName, ::isCreatableName (T275030) by vladshapik
  • git #6cb10165 - Allow partial action blocks to be made via ApiBlock (T280522) by Thalia
  • git #c8736c94 - ApiBlockTest: Separate out page and namespace restrictions tests by Thalia
  • git #d320ff25 - MovePage: clear title cache before parsing new redirect. (T279832) by daniel
  • git #398cc533 - LinksUpdate: don't throw if page does not exist (T281802) by daniel
  • git #5c1a60a0 - Create an initialization method in the SessionProvider class (T275030) by vladshapik
  • git #c102169a - mediawiki.skinning: Move `textarea` rule to 'elements.less' (T255717) by Volker E
  • git #926cfa3b - Use a constant for 'Maintenance script' username by Gergő Tisza
  • git #8b43d8ff - Block Creating page action (T199918) by AnaïsGueyte
  • git #8bbc179a - MediaSearch: Remove obsolete vendor prefixes (T277803) by Volker E
  • git #3faf97c7 - Split a base class out of ActorMigration (T278917) by Tim Starling
  • git #1d0f3020 - Deprecate legacy actor migration keys (T278917) by Tim Starling
  • git #95e913c9 - PageArchive: prepare for converting to DI by DannyS712
  • git #d9400049 - Rename `page_timestamp` revision index (T270033) by Ammarpad
  • git #39e2abd8 - registration: Allow multi-line strings in "@" note keys by Timo Tijhof
  • git #3069e1c4 - Hard deprecate watchlist methods in User (T281187) by Cindy Cicalese
  • git #169b7fd3 - Hard deprecate watchlist methods in WatchAction (T280750) by Cindy Cicalese
  • git #58c850b3 - Update OOjs from v5.0.0 to v6.0.0 by James D. Forrester
  • git #8270e5ef - ForkController: Throw more meaningful error for missing PHP extensions (T280456) by Ammarpad

Vendor

[edit]

Extensions

[edit]

3D

[edit]
  • git #02eb6ae1 - build: Updating npm dependencies by libraryupgrader
  • git #511c43ee - build: Updating npm dependencies by libraryupgrader
  • git #68b98d18 - build: Updating composer dependencies by libraryupgrader

AbuseFilter

[edit]
  • git #d10647a5 - build: Updating npm dependencies by libraryupgrader
  • git #5e2c99ca - build: Updating npm dependencies by libraryupgrader
  • git #58ad3d15 - Replace deprecated User::getEffectiveGroups (T281824) by Daimona Eaytoy
  • git #2c939e28 - Move onUserMergeAccountFields to its own file by Tim Starling

ActiveAbstract

[edit]
  • git #0317fce2 - build: Updating grunt to 1.4.0 by libraryupgrader
  • git #27ce53fd - build: Updating lodash to 4.17.21 by libraryupgrader

AdvancedSearch

[edit]
  • git #6c1cdf5e - build: Updating npm dependencies by libraryupgrader
  • git #6d5ee82d - Do not set current preference value as default in GetPreferences hook by Umherirrender
  • git #6a73408e - build: Updating npm dependencies by libraryupgrader

AntiSpoof

[edit]
  • git #e523e92a - build: Updating grunt to 1.4.0 by libraryupgrader
  • git #15d3a070 - build: Updating lodash to 4.17.21 by libraryupgrader

ApiFeatureUsage

[edit]
  • git #96d8959b - build: Updating npm dependencies by libraryupgrader
  • git #ee4aeded - build: Updating npm dependencies by libraryupgrader

ArticleCreationWorkflow

[edit]
  • git #44a5e4e4 - build: Updating npm dependencies by libraryupgrader
  • git #8856fec0 - build: Updating npm dependencies by libraryupgrader

ArticlePlaceholder

[edit]
  • git #fc5f0f93 - build: Updating npm dependencies by libraryupgrader
  • git #699586d2 - build: Updating npm dependencies by libraryupgrader

Babel

[edit]
  • git #82578671 - build: Updating npm dependencies by libraryupgrader
  • git #92e05fa1 - build: Updating npm dependencies by libraryupgrader

BetaFeatures

[edit]
  • git #6208af8b - build: Updating npm dependencies by libraryupgrader
  • git #e9cf6def - build: Updating npm dependencies by libraryupgrader

BounceHandler

[edit]
  • git #318a04ba - build: Updating grunt to 1.4.0 by libraryupgrader
  • git #2210cee2 - build: Updating lodash to 4.17.21 by libraryupgrader
  • git #3130e438 - Replace uses of DB_MASTER with DB_PRIMARY by Umherirrender

Calendar

[edit]
  • git #5fffc778 - build: Updating npm dependencies by libraryupgrader
  • git #8cca40da - build: Updating npm dependencies by libraryupgrader

Campaigns

[edit]
  • git #adefa8b4 - build: Updating grunt to 1.4.0 by libraryupgrader
  • git #87962cc7 - build: Updating lodash to 4.17.21 by libraryupgrader

Capiunto

[edit]
  • git #e503dd05 - build: Updating npm dependencies by libraryupgrader
  • git #373169ac - build: Updating npm dependencies by libraryupgrader

CategoryTree

[edit]
  • git #fb414ced - build: Updating npm dependencies by libraryupgrader
  • git #3b062dcc - build: Updating npm dependencies by libraryupgrader
  • git #e2ee5bff - build: Updating composer dependencies by libraryupgrader

CentralAuth

[edit]

CentralNotice

[edit]

No changes for CentralNotice

CharInsert

[edit]
  • git #aeb491e2 - build: Updating npm dependencies by libraryupgrader
  • git #6c43e85d - build: Updating npm dependencies by libraryupgrader
  • git #d47ca07d - build: Updating composer dependencies by libraryupgrader

CheckUser

[edit]

ChessBrowser

[edit]

CirrusSearch

[edit]

Cite

[edit]
  • git #76c5a282 - build: Updating npm dependencies by libraryupgrader
  • git #2e4d2281 - build: Updating npm dependencies by libraryupgrader
  • git #3d79d351 - build: Updating composer dependencies by libraryupgrader

CiteThisPage

[edit]
  • git #a75b08f5 - build: Updating npm dependencies by libraryupgrader
  • git #4fa7a830 - build: Updating npm dependencies by libraryupgrader
  • git #c2d4564b - build: Updating composer dependencies by libraryupgrader

Citoid

[edit]
  • git #6c1cf495 - build: Updating npm dependencies by libraryupgrader
  • git #0f522ce0 - build: Updating npm dependencies by libraryupgrader
  • git #3078a740 - build: Updating composer dependencies by libraryupgrader

cldr

[edit]
  • git #4b52abed - Add German names for bkh, bqz, cak, cnh, gya, lns, ms-arab, nnz, pap-aw, ryu, & vut by Raymond
  • git #cabf81bf - Add monolingual code oma (T265296) by Remko de Keijzer

CodeEditor

[edit]
  • git #2cdb6ef6 - build: Updating npm dependencies by libraryupgrader
  • git #e340a473 - build: Updating npm dependencies by libraryupgrader
  • git #f36cfe93 - build: Updating composer dependencies by libraryupgrader

CodeMirror

[edit]
  • git #b076da07 - build: Updating npm dependencies by libraryupgrader
  • git #b36f7615 - build: Updating npm dependencies by libraryupgrader
  • git #5717268b - build: Updating composer dependencies by libraryupgrader

CodeReview

[edit]
  • git #001820e2 - build: Updating npm dependencies by libraryupgrader
  • git #b5b6ac4a - build: Updating npm dependencies by libraryupgrader
  • git #976b9f0c - build: Updating composer dependencies by libraryupgrader

Cognate

[edit]
  • git #25371674 - build: Updating grunt to 1.4.0 by libraryupgrader
  • git #04b8cb3a - build: Updating lodash to 4.17.21 by libraryupgrader
  • git #43340502 - build: Updating composer dependencies by libraryupgrader

Collection

[edit]
  • git #eb924139 - build: Updating npm dependencies by libraryupgrader
  • git #8bf0e6bb - build: Updating npm dependencies by libraryupgrader
  • git #bf405ad4 - build: Updating composer dependencies by libraryupgrader

CommonsMetadata

[edit]
  • git #284d9072 - build: Updating npm dependencies by libraryupgrader
  • git #dae56448 - build: Updating npm dependencies by libraryupgrader
  • git #f7f80382 - build: Updating composer dependencies by libraryupgrader

ConfirmEdit

[edit]
  • git #051a5ae5 - build: Updating npm dependencies by libraryupgrader
  • git #f79686fa - build: Updating npm dependencies by libraryupgrader
  • git #bef3c335 - build: Updating composer dependencies by libraryupgrader

CongressLookup

[edit]
  • git #5e369ae7 - build: Updating npm dependencies by libraryupgrader
  • git #40026a9d - build: Updating npm dependencies by libraryupgrader
  • git #02e8e6ee - build: Updating composer dependencies by libraryupgrader

ContactPage

[edit]
  • git #fce89891 - build: Updating grunt to 1.4.0 by libraryupgrader
  • git #ec9c1181 - build: Updating lodash to 4.17.21 by libraryupgrader
  • git #4ed3707d - build: Updating composer dependencies by libraryupgrader

ContentTranslation

[edit]
  • git #e4471b42 - SX Action modules: Use flat functions and named exports by Santhosh Thottingal
  • git #59f7f117 - SX: Linting and readability improvements by Santhosh Thottingal
  • git #d34a5a34 - Section translation: Simplify instructions messages (T275194) by A. Amritesh
  • git #56e3ef3f - SX: Add documentation for model classes by Santhosh Thottingal
  • git #d038c9fe - build: Updating npm dependencies by libraryupgrader
  • git #b8a3faed - build: Updating npm dependencies by libraryupgrader
  • git #8ebb6713 - Unify `list-style` CSS by Volker E
  • git #d51b7cac - build: Updating composer dependencies by libraryupgrader

CreditsSource

[edit]
  • git #af93c32a - build: Updating grunt to 1.4.0 by libraryupgrader
  • git #4dfec73b - build: Updating lodash to 4.17.21 by libraryupgrader
  • git #2847c383 - build: Updating composer dependencies by libraryupgrader

Dashiki

[edit]
  • git #dd2dbde6 - build: Updating grunt to 1.4.0 by libraryupgrader
  • git #1b97cf86 - build: Updating lodash to 4.17.21 by libraryupgrader
  • git #f9340745 - build: Updating composer dependencies by libraryupgrader

Disambiguator

[edit]
  • git #c7356441 - build: Updating grunt to 1.4.0 by libraryupgrader
  • git #ae98714b - build: Updating lodash to 4.17.21 by libraryupgrader
  • git #44ce3c09 - build: Updating composer dependencies by libraryupgrader

DiscussionTools

[edit]
  • git #6032ca6f - build: Updating npm dependencies by libraryupgrader
  • git #11d40d26 - SubscriptionStore: Allow empty array to be passed to fetchSubscriptions by Ed Sanders
  • git #12fb65b9 - build: Updating composer dependencies by libraryupgrader
  • git #b4f72b75 - NewTopicController: Fix tag list construction (T279157) by Ed Sanders
  • git #35e97c24 - Disable wikitext paste conversion in source mode (T280745) by Ed Sanders
  • git #c490dc81 - Change DB column types from "string" to "binary" (VARCHAR to VARBINARY in MySQL) (T263817) by Bartosz Dziewoński

DismissableSiteNotice

[edit]
  • git #b83754ed - build: Updating npm dependencies by libraryupgrader
  • git #5bda9aff - build: Updating composer dependencies by libraryupgrader

DonationInterface

[edit]

DoubleWiki

[edit]
  • git #7c6341c6 - build: Updating npm dependencies by libraryupgrader
  • git #4662077c - build: Updating composer dependencies by libraryupgrader

DynamicSidebar

[edit]
  • git #5ee7b748 - build: Updating npm dependencies by libraryupgrader
  • git #6bef0dcf - build: Updating composer dependencies by libraryupgrader

Echo

[edit]
  • git #0260a0bb - build: Updating npm dependencies by libraryupgrader
  • git #e8088454 - Use ::class for class name by Umherirrender
  • git #4dd2a651 - phpcs: Auto-fix MediaWiki.Usage.StaticClosure.StaticClosure by James D. Forrester
  • git #b3f948c5 - build: Updating composer dependencies by libraryupgrader

Elastica

[edit]
  • git #43aee35b - build: Updating npm dependencies by libraryupgrader
  • git #413352dd - build: Updating composer dependencies by libraryupgrader

ElectronPdfService

[edit]
  • git #a6cf145e - build: Updating npm dependencies by libraryupgrader
  • git #b8b32837 - build: Updating composer dependencies by libraryupgrader

EntitySchema

[edit]
  • git #30bb4e0e - build: Updating npm dependencies by libraryupgrader
  • git #2c3a73c1 - build: Updating composer dependencies by libraryupgrader

EventBus

[edit]
  • git #6890fa4c - build: Updating npm dependencies by libraryupgrader
  • git #97223051 - Use RevisionRecordInserted hook for revision-create event (T215001) by Clara Andrew-Wani
  • git #7cfbfe3f - build: Updating composer dependencies by libraryupgrader

EventLogging

[edit]
  • git #b8393bfe - build: Updating npm dependencies by libraryupgrader
  • git #20e288e8 - build: Updating composer dependencies by libraryupgrader

EventStreamConfig

[edit]
  • git #2551966c - build: Updating npm dependencies by libraryupgrader
  • git #47a53487 - build: Updating composer dependencies by libraryupgrader

ExtensionDistributor

[edit]
  • git #72ef0a25 - build: Updating npm dependencies by libraryupgrader
  • git #bdbfe520 - build: Updating composer dependencies by libraryupgrader

ExternalGuidance

[edit]
  • git #dd2b8b6a - build: Updating npm dependencies by libraryupgrader
  • git #58d59a28 - Replace deprecated Language functions on SpecialExternalGuidance by Umherirrender
  • git #e5ff0a0b - build: Updating composer dependencies by libraryupgrader

FeaturedFeeds

[edit]
  • git #badb64aa - build: Updating npm dependencies by libraryupgrader
  • git #0f755121 - build: Updating composer dependencies by libraryupgrader

FileExporter

[edit]
  • git #80c4d959 - build: Updating npm dependencies by libraryupgrader
  • git #425be68a - build: Updating composer dependencies by libraryupgrader

FileImporter

[edit]
  • git #5bf9a4a8 - build: Updating npm dependencies by libraryupgrader
  • git #f66c0451 - build: Updating composer dependencies by libraryupgrader

FlaggedRevs

[edit]
  • git #0be6909d - build: Updating npm dependencies by libraryupgrader
  • git #cb2f867a - build: Updating composer dependencies by libraryupgrader

Flow

[edit]

FundraiserLandingPage

[edit]
  • git #27e6f5cd - build: Updating npm dependencies by libraryupgrader
  • git #d75e60d8 - build: Updating composer dependencies by libraryupgrader

FundraisingTranslateWorkflow

[edit]
  • git #3f3d4563 - build: Updating npm dependencies by libraryupgrader
  • git #c9bc430d - build: Updating composer dependencies by libraryupgrader

Gadgets

[edit]
  • git #6f350915 - build: Updating npm dependencies by libraryupgrader
  • git #c3c98c11 - build: Updating composer dependencies by libraryupgrader
  • git #b0cc049a - Do not use SpecialPage::getConfig in constructor on Special:GadgetUsage by Umherirrender

GeoCrumbs

[edit]
  • git #7ec6dbe0 - build: Updating npm dependencies by libraryupgrader
  • git #4143df17 - build: Updating composer dependencies by libraryupgrader

GeoData

[edit]
  • git #301c38ca - build: Updating npm dependencies by libraryupgrader
  • git #21b94cd5 - Replace uses of DB_MASTER with DB_PRIMARY by Umherirrender
  • git #de0b8531 - build: Updating composer dependencies by libraryupgrader

GettingStarted

[edit]
  • git #31f0f6c1 - build: Updating npm dependencies by libraryupgrader
  • git #0a055cf7 - build: Updating composer dependencies by libraryupgrader

GlobalBlocking

[edit]
  • git #262f3329 - build: Updating npm dependencies by libraryupgrader
  • git #190b7c16 - build: Updating composer dependencies by libraryupgrader

GlobalCssJs

[edit]
  • git #1c7a50f5 - build: Updating npm dependencies by libraryupgrader
  • git #17c691df - build: Updating composer dependencies by libraryupgrader

GlobalPreferences

[edit]
  • git #13139301 - build: Updating npm dependencies by libraryupgrader
  • git #025882dc - build: Updating composer dependencies by libraryupgrader

GlobalUsage

[edit]
  • git #b9dc43e4 - build: Updating npm dependencies by libraryupgrader
  • git #8a09b43c - build: Updating composer dependencies by libraryupgrader

GlobalUserPage

[edit]
  • git #829990a3 - build: Updating npm dependencies by libraryupgrader
  • git #027631a9 - build: Updating composer dependencies by libraryupgrader

GlobalWatchlist

[edit]
  • git #4cfbf24e - Use ::class for class name by Umherirrender
  • git #7c6da422 - build: Updating hosted-git-info to 2.8.9 by libraryupgrader
  • git #8a9086e4 - build: Updating npm dependencies by libraryupgrader
  • git #8226c177 - Fix centering of as-of label by DannyS712

GoogleNewsSitemap

[edit]
  • git #0ab5dcd5 - build: Updating npm dependencies by libraryupgrader
  • git #21e00cea - build: Updating composer dependencies by libraryupgrader

Graph

[edit]
  • git #8cd549f1 - build: Updating npm dependencies by libraryupgrader
  • git #060bd098 - build: Updating composer dependencies by libraryupgrader

GrowthExperiments

[edit]

GuidedTour

[edit]
  • git #433d6975 - build: Updating npm dependencies by libraryupgrader
  • git #a6505f18 - build: Updating composer dependencies by libraryupgrader

GWToolset

[edit]
  • git #1c716a18 - build: Updating composer dependencies by libraryupgrader

ImageMap

[edit]
  • git #d0a5425a - build: Updating npm dependencies by libraryupgrader
  • git #e5b3fd63 - build: Updating composer dependencies by libraryupgrader

InputBox

[edit]
  • git #0045917e - build: Updating composer dependencies by libraryupgrader

Insider

[edit]
  • git #bffb8e69 - build: Updating composer dependencies by libraryupgrader

intersection

[edit]

No changes for intersection

Interwiki

[edit]
  • git #14ccebb6 - build: Updating composer dependencies by libraryupgrader

InterwikiSorting

[edit]
  • git #c7687d67 - build: Updating composer dependencies by libraryupgrader

IPInfo

[edit]
  • git #fd48cc06 - build: Updating npm dependencies by libraryupgrader
  • git #df58a2bd - Clean up some comments and whitespace relating to the infobox by Thalia
  • git #300d407d - Update IPInfo infobox to use CollapsibleFieldsetLayout (T278937) by wikitrent
  • git #beab6ae2 - build: Updating composer dependencies by libraryupgrader
  • git #adaceb4c - LogHandlerTest: Fix test failures caused by missing log_actor field by Thalia

Josa

[edit]
  • git #3a704314 - build: Updating composer dependencies by libraryupgrader
  • git #d780e4ba - Use static closures where safe to use by Umherirrender

JsonConfig

[edit]
  • git #c25d77af - build: Updating composer dependencies by libraryupgrader

Kartographer

[edit]

LabeledSectionTransclusion

[edit]
  • git #5777f953 - build: Updating composer dependencies by libraryupgrader

LandingCheck

[edit]
  • git #cdcd078a - build: Updating composer dependencies by libraryupgrader

LdapAuthentication

[edit]
  • git #9e6b4966 - build: Updating composer dependencies by libraryupgrader

Linter

[edit]
  • git #577a074b - build: Updating composer dependencies by libraryupgrader

LiquidThreads

[edit]
  • git #a8a68517 - build: Updating composer dependencies by libraryupgrader

Listings

[edit]
  • git #6589c417 - build: Updating composer dependencies by libraryupgrader

LocalisationUpdate

[edit]
  • git #3181c7a7 - build: Updating composer dependencies by libraryupgrader

LoginNotify

[edit]
  • git #ef9d11f6 - build: Updating composer dependencies by libraryupgrader
  • git #b34445b9 - Use static closures where safe to use by Umherirrender

MachineVision

[edit]
  • git #552230ec - build: Updating composer dependencies by libraryupgrader

MapSources

[edit]
  • git #668a8953 - build: Updating composer dependencies by libraryupgrader

MassMessage

[edit]
  • git #12ef1e46 - Remove use of hard-deprecated Title methods. by Petr Pchelko
  • git #2a8813f2 - Bypass add of delivery tag if the edit is failure or nochange edit (T206246) by Umherirrender
  • git #cece13f1 - build: Updating composer dependencies by libraryupgrader
  • git #59ebc1e5 - Handle invalid MassMessageListContent on "show changes" (T269403) by Umherirrender

Math

[edit]
  • git #c4160465 - build: Updating composer dependencies by libraryupgrader

MediaModeration

[edit]
  • git #c4c1fa9c - build: Updating composer dependencies by libraryupgrader

MediaSearch

[edit]

MobileApp

[edit]
  • git #3515e6fe - build: Updating composer dependencies by libraryupgrader

MobileFrontend

[edit]
  • git #30019cee - build: Updating mediawiki/mediawiki-codesniffer to 36.0.0 by libraryupgrader
  • git #c4a42455 - i18n: The [[Special:MobileMenu]] page has been removed from MF by Derick A
  • git #a5f78479 - Ensure user pages of suppressed users are only visible to those with permissions (T268961) by bwang
  • git #2f49d1ca - Drop the MobileFrontend MobileMenu aliases (T252005) by ZabeMath
  • git #4f104710 - Use more inclusive language in frontend code. (T277951) by Jdlrobson

MultimediaViewer

[edit]
  • git #7df977ac - build: Updating composer dependencies by libraryupgrader
[edit]
  • git #6a8bf16c - build: Updating composer dependencies by libraryupgrader

Newsletter

[edit]

No changes for Newsletter

NewUserMessage

[edit]

No changes for NewUserMessage

Nuke

[edit]

No changes for Nuke

OATHAuth

[edit]

No changes for OATHAuth

OAuth

[edit]

OAuthRateLimiter

[edit]
  • git #945a560b - Simplify upsert() call by removing unreferenced AUTOINCREMENT column by Aaron Schulz

OpenStackManager

[edit]

No changes for OpenStackManager

ORES

[edit]

No changes for ORES

PageAssessments

[edit]

No changes for PageAssessments

PagedTiffHandler

[edit]

No changes for PagedTiffHandler

PageImages

[edit]
  • git #273dfc5c - ApiQueryPageImagesTest: fix parameter order in assertions by DannyS712
  • git #d8eceed5 - Update PHPDocs and use PHP7 features where possible by Thiemo Kreuz
  • git #c386aa53 - Remove unnecessary boilerplate from PHPUnit test setups by Thiemo Kreuz

PageNotice

[edit]

No changes for PageNotice

PageTriage

[edit]

No changes for PageTriage

PageViewInfo

[edit]

No changes for PageViewInfo

ParserFunctions

[edit]
  • git #7df84110 - build: Updating composer dependencies by libraryupgrader

PdfHandler

[edit]

No changes for PdfHandler

Poem

[edit]

No changes for Poem

PoolCounter

[edit]

No changes for PoolCounter

Popups

[edit]
  • git #5d2c5aea - Remove a small piece of unused code from reference.js by Thiemo Kreuz
  • git #8a08a88f - Remove/update some ESLint exclusions by Thiemo Kreuz
  • git #6b728243 - Add missing test cases for the settings reducer (T281698) by Thiemo Kreuz
  • git #e4da147e - Update JSDoc types and comments to be more specific by Thiemo Kreuz
  • git #92864de4 - Tune confusing log error down to a warning (T271206) by Thiemo Kreuz
  • git #1fce62ca - Enable reference previews for anonymous users when not in beta by Andrew Kostka
  • git #5b6ed0e5 - Enable ReferencePreviews for old users by default (T271206) by Thiemo Kreuz
  • git #c5e9a68a - Set both Beta/non-Beta user option in Selenium tests (T281324) by Thiemo Kreuz
  • git #30863cfa - More unit test cases for isReferencePreviewsEnabled by Thiemo Kreuz

ProofreadPage

[edit]

No changes for ProofreadPage

PropertySuggester

[edit]

QuickSurveys

[edit]

No changes for QuickSurveys

Quiz

[edit]

No changes for Quiz

ReadingLists

[edit]

No changes for ReadingLists

[edit]

No changes for RelatedArticles

Renameuser

[edit]

No changes for Renameuser

RevisionSlider

[edit]
  • git #4105bd5c - Do not set current preference value as default in GetPreferences hook by Umherirrender

RSS

[edit]

No changes for RSS

[edit]

No changes for SandboxLink

Score

[edit]

No changes for Score

Scribunto

[edit]

No changes for Scribunto

SearchExtraNS

[edit]

No changes for SearchExtraNS

SecureLinkFixer

[edit]
  • git #0118b690 - Updating domains.php from Mozilla by SecureLinkFixer updater bot

SecurePoll

[edit]

ShortUrl

[edit]
  • git #8e6fdafb - build: Updating composer dependencies by libraryupgrader

SiteMatrix

[edit]
  • git #873c7ced - Replace deprecated Language functions by Umherirrender

SpamBlacklist

[edit]

No changes for SpamBlacklist

StopForumSpam

[edit]

No changes for StopForumSpam

SubPageList3

[edit]

No changes for SubPageList3

SubpageSortkey

[edit]

No changes for SubpageSortkey

SyntaxHighlight_GeSHi

[edit]

No changes for SyntaxHighlight_GeSHi

TemplateData

[edit]
  • git #8cc4b91a - build: Updating composer dependencies by libraryupgrader

TemplateSandbox

[edit]
  • git #2aa1c628 - build: Updating composer dependencies by libraryupgrader

TemplateStyles

[edit]
  • git #b2ee2313 - build: Updating composer dependencies by libraryupgrader

TemplateWizard

[edit]

No changes for TemplateWizard

TextExtracts

[edit]

No changes for TextExtracts

Thanks

[edit]

No changes for Thanks

TheWikipediaLibrary

[edit]

TimedMediaHandler

[edit]

timeline

[edit]

No changes for timeline

TitleBlacklist

[edit]

No changes for TitleBlacklist

TocTree

[edit]

TorBlock

[edit]

Translate

[edit]
  • git #7e184ab9 - InOtherLanguagesAid: Don't unconditionally remove 'en' from the list by nmlgc
  • git #cbc978c0 - Improve display of very long insertables by Niklas Laxström
  • git #75911226 - Fix bug where last unit of the scale could be ignored (T281244) by Niklas Laxström
  • git #594e0c9b - build: Updating dependencies by libraryupgrader
  • git #0ba1c922 - Remove TPParse::replaceTagCb by Niklas Laxström
  • git #9afee60d - BREAKING CHANGE: Remove Validator and LegacyValidatorAdapter by Niklas Laxström
  • git #c47d4462 - Simplify embeddable wikitext generation by Niklas Laxström
  • git #9e961ca7 - Modernize TranslationStatsSpecialPage by Niklas Laxström
  • git #a2d1cfa7 - Move SpecialTranslationStats to namespace and rename by Niklas Laxström
  • git #91d983de - Remove sync-group.php by Niklas Laxström
  • git #4571d03d - Add bidi isolation to links on Special:ActiveLanguages by Amir Aharoni
  • git #50ac4eee - Defer statistics rebuild in API modules to jobs (T209817) by Niklas Laxström
  • git #5bc7030a - Remove unused MessageGroupStats::update by Niklas Laxström
  • git #6ea33814 - Expand doc for MessageGroupStats::clearAll by Niklas Laxström
  • git #abb1cac1 - Add language code validation to MessageGroupStats::clear by Niklas Laxström
  • git #14a34131 - Convert ext.translate.special.translationstash to packageFiles by Niklas Laxström

TranslationNotifications

[edit]

TrustedXFF

[edit]

TwoColConflict

[edit]
  • git #72774f7a - build: Updating npm dependencies by libraryupgrader
  • git #a6b30a3e - build: Updating composer dependencies by libraryupgrader

UniversalLanguageSelector

[edit]
[edit]

UploadWizard

[edit]
  • git #ac3128b3 - build: Updating npm dependencies by libraryupgrader
  • git #c0dffe19 - build: Updating npm dependencies by libraryupgrader

UrlShortener

[edit]

UserMerge

[edit]

VipsScaler

[edit]

VisualEditor

[edit]
  • git #3b38ecf6 - Use sentence case for template search label (T277028) by WMDE-Fisch
  • git #2665734b - Renaming temporary config variable and splitting it from cirrus search lookup (T277028) by Svantje Lilienthal
  • git #f89301be - Optional verbose template search (T277028) by Adam Wight
  • git #c1d36072 - Add collapsible descriptions to the transclusion dialog (T273426) by Andrew Kostka
  • git #e6ad9edd - build: Updating npm dependencies by libraryupgrader
  • git #2a1923c0 - build: Updating npm dependencies by libraryupgrader
  • git #2cf163fa - Move vars inline in preinit code by Ed Sanders
  • git #db90e1e6 - ArticleTargetLoader/Saver: Move vars inline by Ed Sanders
  • git #298cb41e - Check if actionTools.notices is set before using (T281960) by Kosta Harlan
  • git #d5b5300f - Container as a local field by Adam Wight
  • git #cd60daf0 - Internally rename container for parameter docs by Adam Wight
  • git #abdbb7d7 - Internally rename container for adding an undocumented paramter by Adam Wight
  • git #ded8c409 - Optional feature makes the transclusion dialog bigger (T273971) by Adam Wight
  • git #f035ce51 - Introduce VisualEditorApiVisualEditorPostSaveHook by Kosta Harlan

WebAuthn

[edit]
  • git #6ea884fd - build: Updating npm dependencies by libraryupgrader
  • git #800e43f4 - build: Updating composer dependencies by libraryupgrader

Wikibase

[edit]

WikibaseCirrusSearch

[edit]
  • git #c25a5376 - build: Updating lodash to 4.17.21 by libraryupgrader
  • git #47fa72f3 - build: Updating composer dependencies by libraryupgrader

WikibaseLexeme

[edit]
  • git #4844518d - Add unit test to verify empty lists' metadata (T241422) by Lucas Werkmeister
  • git #731edf4f - build: Updating composer dependencies by libraryupgrader
  • git #bfe984e4 - build: Updating composer dependencies by libraryupgrader

WikibaseLexemeCirrusSearch

[edit]

No changes for WikibaseLexemeCirrusSearch

WikibaseMediaInfo

[edit]

WikibaseQualityConstraints

[edit]
  • git #bf13aa8e - Ignore deprecated statements when checking 'type' and 'value type' constraints (T170401) by Bereket teshome

Wikidata.org

[edit]
  • git #a70b6632 - build: Updating composer dependencies by libraryupgrader

WikidataPageBanner

[edit]

No changes for WikidataPageBanner

WikiEditor

[edit]

No changes for WikiEditor

wikihiero

[edit]

No changes for wikihiero

WikiLove

[edit]

WikimediaApiPortalOAuth

[edit]

No changes for WikimediaApiPortalOAuth

WikimediaBadges

[edit]

No changes for WikimediaBadges

WikimediaEditorTasks

[edit]

No changes for WikimediaEditorTasks

WikimediaEvents

[edit]
  • git #da9fbe53 - universalLanguageSelector: Log when mw.uls.compact_language_links.open hook fires (T281928) by Sam Smith
  • git #1b97c45a - Add more guard statements to VectorPrefDiffInstrumentation (T261842) by Nicholas Ray
  • git #e96b2244 - Finalize WikidataCompletionSearchClicks event platform migration (T282140) by Ottomata

WikimediaIncubator

[edit]
  • git #5ca66d87 - Move css into own modules folder by Umherirrender

WikimediaMaintenance

[edit]

WikimediaMessages

[edit]

No changes for WikimediaMessages

Wikisource

[edit]

XAnalytics

[edit]

No changes for XAnalytics

Skins

[edit]

CologneBlue

[edit]
  • git #c6e1a2d1 - build: Updating composer dependencies by libraryupgrader

MinervaNeue

[edit]
  • git #def50f52 - selenium: Fix 'Page should be creatable' test (T281733) by Željko Filipin
  • git #0071a282 - Ensure suppressed user pages look like unregistered users when viewed without proper permissions. (T268961) by bwang
  • git #e9a4bec5 - build: Updating composer dependencies by libraryupgrader

Modern

[edit]
  • git #0600a935 - build: Updating composer dependencies by libraryupgrader

MonoBook

[edit]
  • git #164c0a6f - build: Updating hosted-git-info to 2.8.9 by libraryupgrader
  • git #99a0b502 - build: Updating npm dependencies by libraryupgrader

Nostalgia

[edit]
  • git #17bc6425 - build: Updating composer dependencies by libraryupgrader

Timeless

[edit]

Vector

[edit]
  • git #c22dc8d9 - Refactor: Renaming mustache variable `page-isarticle` to `is-article` by Jan Drewniak
  • git #964e214e - search: Update styling for the search loading state (T273093) by bwang
  • git #9027d578 - Fix: update to 80d734b4, hide language dropdown when ULS loads (T276140) by Jan Drewniak
  • git #e7a4ecf9 - Refactor: Clarify functions that return booleans and template booleans by jdlrobson
  • git #dc0b679b - Consolidate user links into personal dropdown menu for logged users. (T276561) by Clare Ming
  • git #8eba1da2 - Silence eslint compat/compat for search performance instrumentation by Nicholas Ray
  • git #d2c7805f - LanguageButton story should load mediawiki ui button styles by Jdlrobson
  • git #80d734b4 - Place language button near bottom of Main page. (T276140) by Jan Drewniak
  • git #49f2b257 - Create A/B test harness for Language in header feature (T280825) by Nicholas Ray
  • git #932c8d54 - build: Updating composer dependencies by libraryupgrader

WikimediaApiPortal

[edit]
  • git #66342b45 - build: Updating composer dependencies by libraryupgrader

VisualEditor

[edit]
  • git #381ade44 - build: Updating grunt to 1.4.0 by libraryupgrader
  • git #cf97b493 - build: Merge eslint main and html tasks back together by Kunal Mehta
  • git #a26ff5fa - ve.ce.Surface: Move var declarations inline by Ed Sanders

Total Changes

[edit]

505 Changes in 152 repos by 79 authors