MediaWiki 1.37/wmf.19/Changelog
< MediaWiki 1.37 | wmf.19
Core changes
edit- git #8a2aba33 - Branch commit for wmf/1.37.0-wmf.19 by trainbranchbot
- git #6157bdae - CSSJanus: Update from version 1.3.0 to version 2.0.0 (task T288943) by Fomafix
- git #f1978dbd - Build the page deletion form in DeleteAction, not Article (task T288282) by Daimona Eaytoy
- git #67cdc3e6 - ResourceLoader: remove outdated event documentation by DannyS712
- git #3bab2cc8 - EditPage: load mediawiki.interface.helpers.styles (task T288907) by mainframe98
- git #e46a978f - Chinese Conversion Table Update 2021-1 by Chiefwei
- git #96f346e0 - WikiRevision: ensure that $comment is a string by Daimona Eaytoy
- git #26e32a70 - Include mediawiki.actions.styles with patrol link (task T288799) by Taavi Väänänen
- git #2dc88ad9 - FeedUtils: remove usage of $wgLang (task T160814) by Alexander Vorwerk
- git #820a4a93 - UserFactory: micro optimisation in newFromUserIdentity by Umherirrender
- git #ea607c6e - import: Remove unused debug callback by Umherirrender
- git #dc321179 - Utility in MWIntegrationTest to skip is extension not loaded by Petr Pchelko
- git #fbe979ec - CreditsAction: inject UserFactory (task T253078) by Alexander Vorwerk
- git #60c3deab - RepoGroup: inject MimeAnalyzer by Alexander Vorwerk
- git #759642ec - Revert "Build the page deletion form in DeleteAction, not Article" by Ppchelko
- git #c9930ad9 - Code refactor for quick preview (task T266738) by eranroz
- git #479f44a3 - Category: store ReadOnlyMode in constructor by Alexander Vorwerk
- git #2644eba4 - Build the page deletion form in DeleteAction, not Article (task T288282) by Daimona Eaytoy
- git #c563798b - Remove hard-deprecated Article::getContentObject by Petr Pchelko
- git #295557d1 - MockHttpTrait: support multiple MultiHttpClients by Petr Pchelko
- git #8b46fcdb - mailmap: add an entry for Zabe by Alexander Vorwerk
- git #f27367af - objectcache: BagOStuff::genericKeyFromComponents() empty component fix by Aaron Schulz
- git #22e919e3 - Hard deprecate UserLoadOptions hook (task T287439) by TChin
- git #c74b84f1 - Deprecate userCan hook (task T285805) by TChin
- git #715f6035 - Use MovePageFactory and hard deprecate constructing MovePage objects directly (task T252934) by TChin
- git #cbf5d233 - Followup on b782a7e6: Fix incorrect function arg name by Subramanya Sastry
- git #3aa4f7ba - WikiPage: Fix typo in comment by Amir Sarabadani
- git #879fa6e1 - Hard deprecate UserSaveOptions hook (task T287409) by TChin
- git #0d48f7d2 - Hard deprecate User::getIntOption() (task T274211) by Alexander Vorwerk
- git #bf04b984 - DerivedPageDataUpdater: inject remaining services by Alexander Vorwerk
- git #ad6c0127 - Fix SelectQueryBuilder use in SpecialWhatLinksHere (task T288565) by Lucas Werkmeister
- git #58bda403 - AutoLoader: Use ?? instead of multiple if-isset-else branches by Timo Tijhof
- git #088a313f - ContribsPager row filtering with RevisionStore::isRevisionRow (task T288563) by Tim Starling
- git #e07a279a - language: Add MediaWiki\Languages\Data namespace to PSR-4 autoloader (task T225756) by Timo Tijhof
- git #f3ef7f7f - language: Autoload normalize data and remove transformUsingPairFile compat (task T225756) by Timo Tijhof
- git #2c520e6f - build: Drop Travis testing, no longer worth the effort (task T286224) by James D. Forrester
- git #79475042 - ParserOptions: support setting a default for lazy options by Petr Pchelko
- git #39c6c5e3 - Tests: reset ParserOptions static cache with MW services by Petr Pchelko
- git #4280d5dc - diff: Add user-select:none to moved paragraph markers (task T192526) (task T285793) by Daimona Eaytoy
- git #1ed281af - Fix mw.util.getUrl when given empty title with fragment (task T288415) by Bartosz Dziewoński
- git #4be71fee - diff: Avoid clearing all selections on click (task T288421) by Daimona Eaytoy
- git #ef583e77 - mediawiki.jqueryMsg.js: more readability cleanup by DannyS712
- git #69242b08 - Various updates and fixes to PHPDoc documentation by Thiemo Kreuz
- git #7325f174 - Add JobQueue::assertMatchingJobType() for deduplication by DannyS712
- git #7fa6ff7b - jquery.ui: Patch more jquery 3 fixes (task T280944) by Amir Sarabadani
- git #8a039589 - Inject HookContainer into RawAction (task T253078) by DannyS712
- git #6c16d596 - Action::addHelpLink() - don't call getActionName() (task T253078) by DannyS712
- git #a08baebd - Ensure CommentStoreComment->id is always int as documented by Umherirrender
- git #791e890f - AuthManager: inject more services (task T265769) (task T141495) by DannyS712
- git #6c4f7ad9 - localisation: Remove conditional for `plurals-mediawiki.xml` file (task T225756) by Timo Tijhof
- git #3252e30c - sparql: Replace deprecated Http::userAgent() in SparqlClient by Umherirrender
- git #af5304ca - installer: Replace deprecated MWHttpRequest::factory by Umherirrender
- git #c17615bf - Replace deprecated Http::get in importImages.php script by Umherirrender
- git #1b0d9922 - upload: Replace deprecated Http function in UploadFromUrl by Umherirrender
- git #9a7c2136 - Remove trailing dot/space from some exception messages and output strings by Timo Tijhof
- git #1902efbc - BlockUser: Restore blocking autoblocked IP addresses (task T287798) by Matěj Suchánek
- git #fa5d3dba - Support fluent interface for StatusValue (task T287485) by TChin
- git #b9fe3219 - BlockUser: Synchronize identical block retrieval by Matěj Suchánek
- git #bbbc66f1 - UserNameUtilsTest: avoid duplication in testGetCanonical_interwiki by DannyS712
- git #d62a398a - Use DummyServicesTrait for BadFileLookupTest TitleParser by DannyS712
Vendor
edit- git #452aa3ef - Update cssjanus from 1.3.0 to 2.0.0 (task T288943) by James D. Forrester
- git #d033c061 - Re-enable "classmap-authoritative" optimization by C. Scott Ananian
Extensions
edit3D
editNo changes for 3D
AbuseFilter
edit- git #efdbc2db - build: Updating path-parse to 1.0.7 by libraryupgrader
- git #bfa72b9c - Use MovePageFactory (task T252934) by TChin
ActiveAbstract
edit- git #2a6f4a3a - build: Updating path-parse to 1.0.7 by libraryupgrader
AdvancedSearch
edit- git #7e45089d - Avoid using User::setOption() (task T277818) by Alexander Vorwerk
- git #a9c8a095 - build: Updating path-parse to 1.0.7 by libraryupgrader
AntiSpoof
edit- git #885744b6 - build: Updating path-parse to 1.0.7 by libraryupgrader
ApiFeatureUsage
edit- git #8b653d89 - build: Updating path-parse to 1.0.7 by libraryupgrader
ArticleCreationWorkflow
edit- git #d10312be - build: Updating path-parse to 1.0.7 by libraryupgrader
ArticlePlaceholder
edit- git #91708f07 - build: Updating path-parse to 1.0.7 by libraryupgrader
Babel
edit- git #f561ae7c - build: Updating path-parse to 1.0.7 by libraryupgrader
BetaFeatures
edit- git #1c475f60 - build: Updating path-parse to 1.0.7 by libraryupgrader
- git #0f5faf6c - Replace deprecated UserSaveOptions hook (task T288159) by TChin
BounceHandler
edit- git #171f63a2 - build: Updating path-parse to 1.0.7 by libraryupgrader
Calendar
edit- git #c70f5b2a - build: Updating path-parse to 1.0.7 by libraryupgrader
Campaigns
edit- git #038d550d - build: Updating path-parse to 1.0.7 by libraryupgrader
Capiunto
edit- git #30049a71 - build: Updating path-parse to 1.0.7 by libraryupgrader
CategoryTree
edit- git #d334b65e - build: Updating path-parse to 1.0.7 by libraryupgrader
CentralAuth
edit- git #8d981624 - maintenance: fix require_once in migrateStewards.php (task T288903) by Alexander Vorwerk
- git #bf53cf4a - SpecialGlobalUsers: inject ContentLanguage by Alexander Vorwerk
- git #83461708 - SpecialCentralLogin: inject StatsdDataFactory by Alexander Vorwerk
- git #0d160727 - SpecialCentralAuth: inject NamespaceInfo by Alexander Vorwerk
- git #7d3d390d - build: Updating path-parse to 1.0.7 by libraryupgrader
CentralNotice
editNo changes for CentralNotice
CharInsert
edit- git #6317deae - build: Updating path-parse to 1.0.7 by libraryupgrader
CheckUser
edit- git #196254b7 - Replace deprecated CentralIdLookup::factory (task T288855) by TChin
- git #0d0594c8 - build: Updating path-parse to 1.0.7 by libraryupgrader
ChessBrowser
edit- git #76b7b527 - build: Updating path-parse to 1.0.7 by libraryupgrader
CirrusSearch
edit- git #c394b456 - Avoid using MWNamespace by Alexander Vorwerk
- git #5c53a770 - Add random_seed search feature (task T288845) by Gergő Tisza
- git #4b809e56 - Enable retry_on_conflict quirk for test config by Erik Bernhardson
- git #87c4ebc9 - Avoid using User::setOption() (task T277818) by Alexander Vorwerk
Cite
editNo changes for Cite
CiteThisPage
edit- git #24b86457 - build: Updating path-parse to 1.0.7 by libraryupgrader
Citoid
edit- git #457cafd9 - build: Updating path-parse to 1.0.7 by libraryupgrader
cldr
edit- git #44167433 - build: Updating path-parse to 1.0.7 by libraryupgrader
CodeEditor
edit- git #d942f1f6 - build: Updating path-parse to 1.0.7 by libraryupgrader
CodeMirror
edit- git #ad8dfbd7 - build: Updating path-parse to 1.0.7 by libraryupgrader
CodeReview
edit- git #3dbe3c62 - build: Updating path-parse to 1.0.7 by libraryupgrader
Cognate
edit- git #9a1f6f14 - build: Updating path-parse to 1.0.7 by libraryupgrader
Collection
edit- git #31089472 - build: Updating path-parse to 1.0.7 by libraryupgrader
- git #fa53d881 - Update Collection for wikimedia/remex 2.3.2 (included in 1.37.0-wmf18) by C. Scott Ananian
CommonsMetadata
edit- git #b9193f1b - build: Updating path-parse to 1.0.7 by libraryupgrader
ConfirmEdit
edit- git #4321e6b8 - build: Updating path-parse to 1.0.7 by libraryupgrader
CongressLookup
edit- git #09c8135c - build: Updating path-parse to 1.0.7 by libraryupgrader
ContactPage
edit- git #01d9e6a3 - build: Updating path-parse to 1.0.7 by libraryupgrader
ContentTranslation
edit- git #e087301c - Set integrationType on CXTarget (task T270636) by David Lynch
- git #64fa0be7 - Replace deprecated CentralIdLookup::factory (task T288821) by TChin
- git #43a91319 - Contributions menu: Guard against duplicated menu items (task T288778) by Santhosh Thottingal
- git #2912d913 - Add entrypoint to CX from mobile frontend language searcher (task T286645) by Santhosh Thottingal
CreditsSource
edit- git #c181fcbb - Use DB_PRIMARY instead of deprecated DB_MASTER (task T254646) by James D. Forrester
- git #da4d072a - build: Updating path-parse to 1.0.7 by libraryupgrader
Dashiki
edit- git #46567f8e - build: Updating path-parse to 1.0.7 by libraryupgrader
Disambiguator
edit- git #d83b040e - Hide disambiguator-link-added tag temporarily (task T287549) by MusikAnimal
- git #e845b586 - build: Updating path-parse to 1.0.7 by libraryupgrader
- git #42da25f1 - Add change tag to edits that introduce disambig links (task T287549) by MusikAnimal
DiscussionTools
edit- git #db28a3d3 - Handle highlighting and scrolling to comments for bundled notifications (task T286620) by Bartosz Dziewoński
- git #76b2f5bc - Clarify the references to talk pages in notification preferences (task T286954) by Bartosz Dziewoński
- git #47510a22 - EventDispatcher: Fix ignoring level 3+ headings (task T288775) by Bartosz Dziewoński
- git #d25825a7 - EventDispatcher: Remove failing invariant check (task T288775) by Bartosz Dziewoński
- git #642fede8 - Apply design tweaks to empty states (task T274831) (task T274832) (task T277329) by David Lynch
- git #912e9d87 - build: Updating path-parse to 1.0.7 by libraryupgrader
- git #613b0a9b - Avoid using deprecated ParserOptions::getUser (task T287858) by vladshapik
DismissableSiteNotice
edit- git #5ab14eac - build: Updating path-parse to 1.0.7 by libraryupgrader
DonationInterface
edit- git #8ef89292 - Add tax disambiguation clause to Payments Wiki in France (task T286880) by Damilare
- git #d33897f8 - build: Updating path-parse to 1.0.7 by libraryupgrader
- git #85db6425 - Delete repeated code by Elliott Eggleston
- git #f626b8e3 - Test Fix: Add call to set up smashpig context during API tests. by jgleeson
- git #6102b612 - All non english soft descriptors should be the DR email address (task T285499) by Damilare
DoubleWiki
edit- git #571882b7 - build: Updating path-parse to 1.0.7 by libraryupgrader
DynamicSidebar
edit- git #b44c1aab - build: Updating path-parse to 1.0.7 by libraryupgrader
Echo
edit- git #d4564f1e - Clarify the references to talk pages in notification preferences (task T286954) by Bartosz Dziewoński
- git #a6db7325 - Only ignore user muting for notifications on your talk page (not subpages) (task T288112) by Bartosz Dziewoński
Elastica
edit- git #c089d1bc - build: Updating path-parse to 1.0.7 by libraryupgrader
ElectronPdfService
edit- git #f1e889c6 - build: Updating path-parse to 1.0.7 by libraryupgrader
EntitySchema
edit- git #c8695720 - Avoid using User::setOption() (task T277818) by Alexander Vorwerk
- git #14e69343 - build: Updating path-parse to 1.0.7 by libraryupgrader
- git #a1955d68 - Update EntitySchemaSlotDiffRendererTest::testGetDiff for core changes (task T288722) by DannyS712
EventBus
edit- git #7df61fcc - build: Updating path-parse to 1.0.7 by libraryupgrader
EventLogging
editNo changes for EventLogging
EventStreamConfig
edit- git #a30adcec - build: Updating path-parse to 1.0.7 by libraryupgrader
ExtensionDistributor
edit- git #080db17c - build: Updating path-parse to 1.0.7 by libraryupgrader
ExternalGuidance
edit- git #b59906b7 - build: Updating path-parse to 1.0.7 by libraryupgrader
FeaturedFeeds
edit- git #a1513966 - build: Updating path-parse to 1.0.7 by libraryupgrader
FileExporter
edit- git #4eaa0834 - build: Updating path-parse to 1.0.7 by libraryupgrader
FileImporter
edit- git #bf4d1d9b - Avoid passing null summary to EditFilterMergedContent by Daimona Eaytoy
- git #299f5c8b - Replace deprecated CentralIdLookup::factory (task T288859) by TChin
- git #565bbb72 - build: Updating path-parse to 1.0.7 by libraryupgrader
FlaggedRevs
edit- git #081314c6 - build: Updating path-parse to 1.0.7 by libraryupgrader
Flow
edit- git #14d8e8b2 - build: Updating path-parse to 1.0.7 by libraryupgrader
- git #7f508ced - Replace Content::preSaveTransform call to ContentTransformer::preSaveTransform (task T287156) by Roman Stolar
- git #d6c36fa9 - Fix guider for Vector consolidated user links (task T287646) by Gergő Tisza
FundraiserLandingPage
edit- git #77fa247f - build: Updating path-parse to 1.0.7 by libraryupgrader
FundraisingTranslateWorkflow
edit- git #49b01322 - build: Updating path-parse to 1.0.7 by libraryupgrader
Gadgets
edit- git #19a24716 - build: Updating path-parse to 1.0.7 by libraryupgrader
GeoCrumbs
edit- git #65993415 - build: Updating path-parse to 1.0.7 by libraryupgrader
GeoData
edit- git #5cd33ffc - build: Updating path-parse to 1.0.7 by libraryupgrader
GettingStarted
edit- git #175e9426 - build: Updating path-parse to 1.0.7 by libraryupgrader
GlobalBlocking
edit- git #0d9a2f7d - build: Updating path-parse to 1.0.7 by libraryupgrader
GlobalCssJs
edit- git #9028bc9e - build: Updating path-parse to 1.0.7 by libraryupgrader
GlobalPreferences
edit- git #612d8162 - build: Updating path-parse to 1.0.7 by libraryupgrader
- git #a06e43f9 - Avoid using User::setOption() (task T277818) by ZabeMath
GlobalUsage
edit- git #619b9f53 - build: Updating path-parse to 1.0.7 by libraryupgrader
GlobalUserPage
edit- git #d302faaf - build: Updating path-parse to 1.0.7 by libraryupgrader
GlobalWatchlist
edit- git #55ced892 - WatchlistUtils: merge rawToSummary end cleanup (task T288385) by DannyS712
- git #58cc220e - Add autocomment and history-deleted styles (task T288733) by DannyS712
- git #f4814f28 - Deduplicate comment normalization handling (task T286268) by DannyS712
- git #75163126 - build: Updating path-parse to 1.0.7 by libraryupgrader
- git #2de703d3 - EntryRow: reduce unnecessary computed properties by DannyS712
- git #70855ad7 - Deduplicate timestamp title handling (task T286268) by DannyS712
GoogleNewsSitemap
edit- git #1ed5c7b0 - build: Updating path-parse to 1.0.7 by libraryupgrader
Graph
edit- git #47da164b - build: Updating path-parse to 1.0.7 by libraryupgrader
GrowthExperiments
edit- git #cfd1528e - Mobile UI fixes (task T288842) by MewOphaswongse
- git #7d7c85ab - Mentee overview: Add missing mw.language.convertNumber (task T278971) by Martin Urbanec
- git #48f98a72 - Mentee overview: Add missing mw.language.convertNumber (task T278971) by Martin Urbanec
- git #50425a02 - Align HelpModule's icon to start (task T288690) by MewOphaswongse
- git #3d4bc3b3 - Add --reverse option to fixLinkRecommendationData.php (task T284531) by Gergő Tisza
- git #a47ab214 - Add maintenance script to revalidate link recommendations (task T284551) by Gergő Tisza
- git #f8840b55 - Add Link: fix invalidation on non-addlink edit (task T283606) by Gergő Tisza
- git #034b31ca - updateMenteeData.php: Clear cache after updating DB (task T278971) by Martin Urbanec
- git #58bb7733 - Remove min-height on .se-card-title & .se-card-text (task T287944) by MewOphaswongse
- git #22a51408 - DashboardModule: Add getUser() for simplicity by Martin Urbanec
- git #b421fdf5 - Make it easier to construct Mentor object from outside of MentorManager (task T280307) by Martin Urbanec
- git #841d6644 - [docs] Update docs for UncachedMenteeOverviewDataProvider::getFilteredMenteesForMentor (task T278971) by Martin Urbanec
- git #bb0e1b0f - Mentee overview: Remove unused LESS code (task T278971) by Martin Urbanec
- git #13eadc10 - Mentee overview: Use display: flow-root to create a new BFC (task T278971) by Martin Urbanec
- git #bf33e3b7 - Split out the link recommendation fetch/validate/store logic (task T284551) by Gergő Tisza
- git #9f696c9d - Difficulty Overlay: align icon & label at baseline (task T258017) by MewOphaswongse
- git #415113ca - Update JSDocs by MewOphaswongse
- git #fc9bf6bf - Add a link: only record impression event for onboarding dialog panel when it's shown (task T288561) by MewOphaswongse
- git #e5b32c14 - Mentee overview: Take registration into account for last_active (task T278971) by Martin Urbanec
- git #65a3aefa - UncachedMenteeOverviewDataProvider: Do not use "last active" in method names (task T278971) by Martin Urbanec
- git #babbb096 - UncachedMenteeOverviewDataProvider: Fix business rules implementation (task T278971) by Martin Urbanec
- git #9e27f85c - Special:NewcomerTasksInfo: Add a link to EditGrowthConfig (task T282986) by Martin Urbanec
- git #c85e3612 - Update homepagevisit schema to 1.2.1 (task T287926) by Gergő Tisza
- git #dfbf3de7 - fixLinkRecommendationData.php: add statsd option (task T283868) by Gergő Tisza
GuidedTour
edit- git #f766289f - build: Updating path-parse to 1.0.7 by libraryupgrader
GWToolset
edit- git #93641702 - build: Updating path-parse to 1.0.7 by libraryupgrader
ImageMap
edit- git #0ffd3ef7 - Sync up with Parsoid imageMapParserTests.txt by Arlo Breault
- git #4a3745ba - build: Updating path-parse to 1.0.7 by libraryupgrader
InputBox
edit- git #6347d5e4 - build: Updating path-parse to 1.0.7 by libraryupgrader
Insider
edit- git #484eb1f3 - build: Updating path-parse to 1.0.7 by libraryupgrader
intersection
edit- git #f11a82fb - Avoid using deprecated Parser::getUser (task T287166) by vladshapik
Interwiki
edit- git #4e2ad79c - build: Updating path-parse to 1.0.7 by libraryupgrader
InterwikiSorting
edit- git #4f569db7 - build: Updating path-parse to 1.0.7 by libraryupgrader
IPInfo
edit- git #ab0a5095 - retriever: Several closely related changes (task T286661) by Sam Smith
- git #0827fdf1 - rest: MediaWiki\IPInfo\RestHandler -> ..\Rest\Handler (task T286661) by Sam Smith
- git #e7ef6727 - build: Updating path-parse to 1.0.7 by libraryupgrader
Josa
edit- git #dbfda60a - build: Updating path-parse to 1.0.7 by libraryupgrader
JsonConfig
edit- git #934b7f8d - build: Updating path-parse to 1.0.7 by libraryupgrader
- git #1f39f83e - Replace UserCan hook with GetUserPermissionsErrors hook (task T285805) by TChin
Kartographer
editNo changes for Kartographer
LabeledSectionTransclusion
edit- git #20ba4b1b - build: Updating path-parse to 1.0.7 by libraryupgrader
LandingCheck
edit- git #e2d3ca50 - build: Updating path-parse to 1.0.7 by libraryupgrader
LdapAuthentication
edit- git #c9e8247b - build: Updating path-parse to 1.0.7 by libraryupgrader
Linter
edit- git #cc2e0854 - Fix broken RecordLintJobTest (task T225337) by sbailey
LiquidThreads
edit- git #fe3851cc - build: Updating path-parse to 1.0.7 by libraryupgrader
- git #7aef91ab - Replace UserCan hook with GetUserPermissionsErrors hook (task T285805) by TChin
Listings
edit- git #31e89860 - build: Updating path-parse to 1.0.7 by libraryupgrader
LocalisationUpdate
edit- git #76459092 - build: Updating path-parse to 1.0.7 by libraryupgrader
LoginNotify
edit- git #2bed43b5 - build: Updating path-parse to 1.0.7 by libraryupgrader
MachineVision
edit- git #c58a5103 - Use DB_PRIMARY instead of deprecated DB_MASTER (task T254646) by James D. Forrester
MapSources
edit- git #ef2e2ac2 - build: Updating path-parse to 1.0.7 by libraryupgrader
MassMessage
edit- git #b131ed0b - build: Updating path-parse to 1.0.7 by libraryupgrader
Math
edit- git #2c4d8bbc - Support null content in parser tag hook (task T288846) by Petr Pchelko
- git #551340ee - Skip wikibase tests if wikibase is not loaded by Petr Pchelko
- git #da8e918f - Enable most tests which were previously disabled (task T265628) by Petr Pchelko
- git #0cd6acd3 - First pass at cleaning up error handling by Petr Pchelko
- git #40431597 - MathLateXML: override getPostData by Petr Pchelko
MediaModeration
edit- git #a8a3c837 - build: Updating path-parse to 1.0.7 by libraryupgrader
MediaSearch
edit- git #afeebfe4 - build: Updating path-parse to 1.0.7 by libraryupgrader
MobileApp
edit- git #64569da2 - build: Updating path-parse to 1.0.7 by libraryupgrader
MobileFrontend
edit- git #1da5e450 - Drop ContentProvider from MobileFrontend (task T288553) by jdlrobson
MultimediaViewer
edit- git #3473d530 - build: Updating path-parse to 1.0.7 by libraryupgrader
NavigationTiming
edit- git #fb1a2d54 - build: Updating path-parse to 1.0.7 by libraryupgrader
Newsletter
editNo changes for Newsletter
NewUserMessage
edit- git #8544f8b8 - build: Updating path-parse to 1.0.7 by libraryupgrader
Nuke
edit- git #5169b386 - Replace usage of deprecated global function wfLocalFile() (task T288641) by Alexander Vorwerk
OATHAuth
edit- git #e95a7403 - Replace deprecated CentralIdLookup::factory (task T288836) by TChin
- git #27575de2 - build: Updating path-parse to 1.0.7 by libraryupgrader
OAuth
edit- git #ce9ee905 - Replace deprecated CentralIdLookup::factory (task T288837) by TChin
- git #29f45de2 - build: Updating path-parse to 1.0.7 by libraryupgrader
OAuthRateLimiter
edit- git #86670950 - build: Updating path-parse to 1.0.7 by libraryupgrader
OpenStackManager
edit- git #a4df811c - build: Updating path-parse to 1.0.7 by libraryupgrader
ORES
edit- git #e6ad6f19 - build: Updating path-parse to 1.0.7 by libraryupgrader
PageAssessments
edit- git #6524dd64 - build: Updating path-parse to 1.0.7 by libraryupgrader
PagedTiffHandler
edit- git #83d44f8a - build: Updating path-parse to 1.0.7 by libraryupgrader
PageImages
edit- git #a31e92af - build: Updating path-parse to 1.0.7 by libraryupgrader
PageNotice
edit- git #0f3575ab - build: Updating path-parse to 1.0.7 by libraryupgrader
PageTriage
edit- git #dcf26d3c - build: Updating path-parse to 1.0.7 by libraryupgrader
PageViewInfo
edit- git #9d8c58c9 - build: Updating path-parse to 1.0.7 by libraryupgrader
ParserFunctions
edit- git #c98e3a9e - build: Updating path-parse to 1.0.7 by libraryupgrader
PdfHandler
edit- git #2e5afea2 - build: Updating path-parse to 1.0.7 by libraryupgrader
Poem
edit- git #9ce30b4b - build: Updating path-parse to 1.0.7 by libraryupgrader
PoolCounter
edit- git #3cac2e92 - build: Updating path-parse to 1.0.7 by libraryupgrader
Popups
edit- git #06ab2d76 - build: Fix gaps in lint coverage and update old patterns by Timo Tijhof
- git #48df0cba - Fix popup preview regressions, add story (task T281170) by Clare Ming
- git #7be86964 - Storybook: Capture "panorama" style portrait and landscape examples (task T255549) by jdlrobson
- git #88edf5d9 - virtualPageView: Log VirtualPageView events to Event Platform by Sam Smith
- git #a99bd131 - Rewrite linkTitle change listener for clarity/easier expansion (task T287119) by Thiemo Kreuz
- git #75a9d817 - Fix pointer class behaviour (task T287520) by jdlrobson
ProofreadPage
editNo changes for ProofreadPage
PropertySuggester
edit- git #2fe2881b - Use DB_PRIMARY instead of deprecated DB_MASTER (task T254646) by James D. Forrester
- git #7a6d5bec - build: Updating path-parse to 1.0.7 by libraryupgrader
QuickSurveys
editNo changes for QuickSurveys
Quiz
edit- git #d987acb9 - build: Updating path-parse to 1.0.7 by libraryupgrader
ReadingLists
edit- git #aa67c818 - Use DB_PRIMARY instead of deprecated DB_MASTER (task T254646) by James D. Forrester
- git #473be5a9 - build: Updating path-parse to 1.0.7 by libraryupgrader
RelatedArticles
editNo changes for RelatedArticles
Renameuser
edit- git #9b27d943 - build: Updating path-parse to 1.0.7 by libraryupgrader
RevisionSlider
edit- git #81ac6b3b - build: Updating path-parse to 1.0.7 by libraryupgrader
RSS
edit- git #37448ac1 - build: Updating path-parse to 1.0.7 by libraryupgrader
SandboxLink
edit- git #1b3d6ded - build: Updating path-parse to 1.0.7 by libraryupgrader
Score
edit- git #e963d7d8 - Record shell outs in statsd by Kunal Mehta
Scribunto
editNo changes for Scribunto
SearchExtraNS
edit- git #2e76119f - build: Updating path-parse to 1.0.7 by libraryupgrader
SecureLinkFixer
edit- git #d9612a32 - build: Updating path-parse to 1.0.7 by libraryupgrader
SecurePoll
edit- git #0cb0f5e0 - Changed delete buttons to oo-ui-flaggedElement-destructive (non-primary) (task T279487) by samtar
- git #7637495e - New CLI scripts makeMailingList.php and deduplicateMailingList.php by Tim Starling
- git #57c9fc4d - Add mail sending script by Tim Starling
- git #497ad380 - Filter encryption keys out of public dumps (task T288924) by Tim Starling
- git #f9385b8b - Allow vote pages to be linked by title by Tim Starling
- git #770a7427 - DBStore: Send reads to DB_REPLICA by default (task T283280) by Reedy
- git #75fd89cd - tallyElectionJob: Catch and log exceptions (task T288361) by Sam Smith
- git #f6126d92 - Make DBStore be able to load election properties from foreign wikis by Tim Starling
- git #d16ddf43 - Add help text to STV tally output (task T288001) by STran
- git #543f6f0c - Make ad-hoc logging handle election not being set (task T288711) by Sam Smith
- git #c899856b - Make GpgCrypt extend Crypt (task T288712) by Reedy
- git #157028d8 - Add ad-hoc logging to tally process (task T288366) by STran
- git #d1f10776 - Add test cases for STV (task T284674) by tsepothoabala
ShortUrl
edit- git #3aa30d8e - Use DB_PRIMARY instead of deprecated DB_MASTER (task T254646) by James D. Forrester
- git #60ee7a38 - build: Updating path-parse to 1.0.7 by libraryupgrader
SiteMatrix
edit- git #97e46213 - build: Updating path-parse to 1.0.7 by libraryupgrader
SpamBlacklist
edit- git #530c1312 - Try to use EditStash before re-rendering (task T288639) by Amir Sarabadani
- git #e7a37be1 - Don't generate HTML when asking for ParserOutput (task T288639) by Amir Sarabadani
- git #5d90e386 - Avoid using deprecated WikiPage::prepareContentForEdit (task T288639) by Amir Sarabadani
StopForumSpam
edit- git #977b4119 - build: Updating path-parse to 1.0.7 by libraryupgrader
SubPageList3
edit- git #519dcd02 - build: Updating path-parse to 1.0.7 by libraryupgrader
- git #e44f2b81 - Avoid using deprecated Parser::getUser (task T287169) by vladshapik
SubpageSortkey
edit- git #fbbac856 - build: Updating path-parse to 1.0.7 by libraryupgrader
SyntaxHighlight_GeSHi
edit- git #2e6487bb - build: Updating path-parse to 1.0.7 by libraryupgrader
TemplateData
editNo changes for TemplateData
TemplateSandbox
edit- git #fe11c915 - Replace Content::preSaveTransform call to ContentTransformer::preSaveTransform (task T287156) by Roman Stolar
- git #262b2ea3 - build: Updating path-parse to 1.0.7 by libraryupgrader
TemplateStyles
edit- git #042c5e6a - build: Updating path-parse to 1.0.7 by libraryupgrader
TemplateWizard
edit- git #b466fc5e - build: Updating path-parse to 1.0.7 by libraryupgrader
TextExtracts
edit- git #ab0c1602 - build: Updating path-parse to 1.0.7 by libraryupgrader
Thanks
editNo changes for Thanks
TheWikipediaLibrary
editNo changes for TheWikipediaLibrary
TimedMediaHandler
edit- git #0a6a03fb - Change icon style of embed video and use OOUI play icon (task T258584) by Iniquity
- git #0ea55481 - Avoid using MWNamespace by Alexander Vorwerk
- git #700dc05e - build: Updating npm dependencies by libraryupgrader
timeline
edit- git #7740866a - build: Updating path-parse to 1.0.7 by libraryupgrader
TitleBlacklist
edit- git #3fc9a87e - build: Updating path-parse to 1.0.7 by libraryupgrader
TocTree
edit- git #13a39bd5 - build: Updating path-parse to 1.0.7 by libraryupgrader
TorBlock
edit- git #a45d5fd4 - build: Updating path-parse to 1.0.7 by libraryupgrader
Translate
edit- git #e2f1d2e6 - TranslationPage: Use Title::getPrefixedDBkey when extracting messages (task T288683) (task T288700) by Abijeet
- git #ca0b8328 - TranslatablePageMover: Fix incorrect target page validation by Abijeet
TranslationNotifications
edit- git #96a24624 - build: Updating path-parse to 1.0.7 by libraryupgrader
TrustedXFF
edit- git #60dc203b - build: Updating path-parse to 1.0.7 by libraryupgrader
TwoColConflict
edit- git #72d6483b - Avoid using the User class in tests where possible by Thiemo Kreuz
- git #fd8f6a94 - Fix newline handling when adding nothing but newlines (task T284994) by Thiemo Kreuz
- git #3077df9a - Update SplitConflictMerger tests to reflect reality better by Thiemo Kreuz
- git #e3167e8f - selenium: Update wdio-mediawiki and adjust broken test (task T283597) by sahil
UniversalLanguageSelector
edit- git #0d9e1b13 - Avoid using User::setOption() (task T277818) by Alexander Vorwerk
- git #77b61af6 - Use constant MW_VERSION instead of deprecated global $wgVersion by Alexander Vorwerk
- git #36d79be6 - Remove ULSEnableAnon by Niklas Laxström
UploadsLink
edit- git #45417f45 - build: Updating path-parse to 1.0.7 by libraryupgrader
UploadWizard
edit- git #863b4932 - build: Updating path-parse to 1.0.7 by libraryupgrader
UrlShortener
edit- git #aa058cb3 - build: Updating path-parse to 1.0.7 by libraryupgrader
UserMerge
edit- git #27c441e6 - Use DB_PRIMARY instead of deprecated DB_MASTER (task T254646) by James D. Forrester
- git #7a151c9b - build: Updating path-parse to 1.0.7 by libraryupgrader
VipsScaler
edit- git #aa52e181 - build: Updating path-parse to 1.0.7 by libraryupgrader
VisualEditor
edit- git #88ebae9b - Remove unused properties from template part widget classes (task T288827) by Thiemo Kreuz
- git #6d7a062d - Fix history.replaceState call on diff pages (task T288636) by jwbth
- git #b264a9c3 - Add isDocumented() feature to ve.dm.MWTemplateSpecModel (task T272487) by Thiemo Kreuz
- git #0519e987 - Replace Content::preSaveTransform call to ContentTransformer::preSaveTransform (task T287156) by Roman Stolar
- git #a2135d52 - Show sidebar controls only when multi-part content is present (task T272482) by Andrew Kostka
- git #97486b2b - Rename and document definition of "empty" in ve.ui.MWParameterPage (task T274551) by Thiemo Kreuz
- git #d1f87646 - Make checkbox element in the sidebar an actual widget (task T285323) by Thiemo Kreuz
- git #993c64f9 - Minimize template dialog CSS a bit (task T272481) by Thiemo Kreuz
- git #0bbcb436 - Change filterParameter(s) event to work with a list (task T288202) by Thiemo Kreuz
- git #2fbd7f5c - ApiVisualEditorEdit: inject services by Alexander Vorwerk
- git #8f39c56d - Fixing minor jsdoc typo by WMDE-Fisch
- git #055c8724 - Update VE core submodule to master (c61e33a59) (task T284402) by Bartosz Dziewoński
- git #f32a062e - Basic keyboard navigation in the new template dialog sidebar by Thiemo Kreuz
- git #984a3a1e - Remove duplicate class property from checkbox layout (task T274543) by Thiemo Kreuz
- git #f37814ba - Rename ambiguous "add button" click handlers by Thiemo Kreuz
WebAuthn
edit- git #357cd577 - build: Updating path-parse to 1.0.7 by libraryupgrader
Wikibase
edit- git #a1cb9195 - Premtively disable linting for data-model package (task T288234) by Thomas Arrow
- git #9e929c2d - tests: Avoid passing null slot to EditFilterMergedContent hook by Daimona Eaytoy
- git #79b78ae5 - Revert "Inject NamespaceInfo into EntitySourceDefinitionsConfigParser" (task T288724) by Lucas Werkmeister
- git #a4bf7d0a - Drop unused property from WikibaseValueFormatterBuilders by Lucas Werkmeister
- git #89aab400 - Remove wfWikiID() fallback from PidLock by Lucas Werkmeister
- git #5fce073d - docs: Final update for legacy/non-legacy entity sources (task T257262) by Lucas Werkmeister
- git #a6d6d3f4 - Drop unused property from EntityParserOutputGeneratorFactory by Amir Sarabadani
- git #42883823 - FP: test fed prop id failure when used with wbeditentity (task T288433) by Jakob Warkotsch
- git #c0723445 - Introduce ReferenceNormalizer (task T251480) by Lucas Werkmeister
- git #3fa07080 - Introduce StatementNormalizer (task T251480) by Lucas Werkmeister
- git #b58e7aaf - Add normalization to StatementChangeOpFactory (task T251480) by Lucas Werkmeister
- git #59c07d72 - Define normalizer for commonsMedia property type (task T251480) by Lucas Werkmeister
- git #bd6a2512 - Define normalizer for string value type by Lucas Werkmeister
- git #f9fa112d - Add API integration tests for data value normalization (task T251480) by Lucas Werkmeister
- git #bf9386f8 - docs: Remove outdated caveat by Lucas Werkmeister
- git #af515cb5 - docs: Fix markup in a few places by Lucas Werkmeister
- git #f6e6acdd - Introduce SnakNormalizer (task T251480) by Lucas Werkmeister
- git #faee7868 - Add normalizer-factory-callback to data type definitions (task T251480) by Lucas Werkmeister
- git #f99d26e8 - Introduce DataValueNormalizer interface (task T251480) by Lucas Werkmeister
- git #67f231c2 - Update extension for wikimedia/remex 2.3.2 (included in 1.37.0-wmf18) by C. Scott Ananian
- git #2becc26d - FP: test creating local props via wbeditentity (task T288433) by Jakob Warkotsch
WikibaseCirrusSearch
edit- git #4529b165 - build: Updating path-parse to 1.0.7 by libraryupgrader
WikibaseLexeme
edit- git #6a1f866b - Rename LexemeMWNamespaceTest to LexemeNamespaceTest by Alexander Vorwerk
- git #022f2019 - selenium: Update README.md file (task T282237) by sahil
- git #42b2472d - Temporarily skip LexemePageTest (task T288282) by Lucas Werkmeister
- git #b9884bfb - build: Updating path-parse to 1.0.7 by libraryupgrader
- git #cbd53b75 - Update StatementChangeOpFactory constructor call (task T251480) by Lucas Werkmeister
- git #537327d2 - Temporarily skip LexemeFormsMergerTest (task T251480) by Lucas Werkmeister
WikibaseLexemeCirrusSearch
edit- git #c75bf6ea - build: Updating path-parse to 1.0.7 by libraryupgrader
WikibaseMediaInfo
edit- git #a677278a - node-qunit: Generate JS coverage with npm coverage by Kosta Harlan
WikibaseQualityConstraints
edit- git #11060172 - Remove pointless .then( result => result ) by Lucas Werkmeister
Wikidata.org
edit- git #a7a2c3bc - build: Updating path-parse to 1.0.7 by libraryupgrader
WikidataPageBanner
editNo changes for WikidataPageBanner
WikiEditor
edit- git #141103e8 - build: Updating path-parse to 1.0.7 by libraryupgrader
wikihiero
edit- git #6bf79e10 - build: Updating path-parse to 1.0.7 by libraryupgrader
WikiLove
editNo changes for WikiLove
WikimediaApiPortalOAuth
edit- git #078fbf8d - build: Updating path-parse to 1.0.7 by libraryupgrader
WikimediaBadges
edit- git #e4219fe0 - build: Updating path-parse to 1.0.7 by libraryupgrader
WikimediaEditorTasks
edit- git #a0fb9299 - build: Updating path-parse to 1.0.7 by libraryupgrader
- git #9f09ea7e - Use DB_PRIMARY instead of deprecated DB_MASTER (task T254646) by James D. Forrester
WikimediaEvents
edit- git #0a78737f - build: Updating path-parse to 1.0.7 by libraryupgrader
WikimediaIncubator
edit- git #9394c405 - Don't apply title prefix filter in Special:Search for unset project (task T266624) by Erik Bernhardson
- git #fb566c4f - Avoid using deprecated Parser::getUser (task T287162) by vladshapik
WikimediaMaintenance
edit- git #bb24ee64 - build: Updating path-parse to 1.0.7 by libraryupgrader
WikimediaMessages
editNo changes for WikimediaMessages
Wikisource
edit- git #fb5e5f50 - Fix image URL in the Advanced Options link (task T288713) by Sam Wilson
XAnalytics
edit- git #fbd1d542 - build: Updating path-parse to 1.0.7 by libraryupgrader
Skins
editCologneBlue
edit- git #b0c07685 - build: Updating path-parse to 1.0.7 by libraryupgrader
MinervaNeue
edit- git #67e47ac0 - selenium: Update README.md file (task T282237) by sahil
- git #46ac6048 - Use text-overflow: ellipsis on .mw-ui-icon-before span elements (task T287522) by Nicholas Ray
Modern
edit- git #348721da - build: Updating path-parse to 1.0.7 by libraryupgrader
MonoBook
edit- git #ba2c0ec0 - Restore capitalization styling in MonoBook portlets (task T97892) by jdlrobson
- git #65cbf787 - Drop double skin-responsive class (task T288681) by jdlrobson
Nostalgia
edit- git #95c81bf3 - build: Updating path-parse to 1.0.7 by libraryupgrader
Timeless
edit- git #4e4e6ba8 - Use constant MW_VERSION instead of deprecated global $wgVersion by Alexander Vorwerk
- git #e2e8372d - build: Updating path-parse to 1.0.7 by libraryupgrader
Vector
edit- git #b7464135 - Revert "Add wikibase skin style" (task T287206) by Jdlrobson
- git #c595cc51 - Add wikibase skin style (task T287206) by jdlrobson
- git #21c273af - Override user menu line height (task T288540) by bwang
- git #5a0214af - Copy class across to new language link item (task T287206) by jdlrobson
- git #e6e21200 - Fix language treatment A/B test bucket counting (task T286932) by Sam Smith
- git #aebb3fb5 - Use the search title if configured (task T287540) by jdlrobson
- git #a46e7901 - Use centralized MediaWiki typescript definition (task T263914) by jdlrobson
WikimediaApiPortal
edit- git #bc840bf1 - build: Updating path-parse to 1.0.7 by libraryupgrader
VisualEditor
edit- git #eaf2a3f5 - build: Updating path-parse to 1.0.7 by libraryupgrader
Total Changes
edit400 Changes in 182 repos by 62 authors