Jump to content

MediaWiki 1.37/wmf.17

From mediawiki.org
MediaWiki 1.37.0-wmf.16 Deployment of MediaWiki 1.37.0-wmf.17 to Wikimedia sites MediaWiki 1.37.0-wmf.18

The latest version (labeled "1.37.0-wmf.17") of MediaWiki, the software that powers Wikipedia and its sister sites, is being deployed to all Wikimedia sites in stages, starting on Tuesday, 3 August 2021 (see the roadmap).

Core changes

[edit]
  • git #44216d98 - Branch commit for wmf/1.37.0-wmf.17 by trainbranchbot
  • git #1d71fd91 - ILoadBalancer and IDatabase: Rename getMasterPos to getPrimaryPos (T282894) by James D. Forrester
  • git #5deb6a2a - Html::openElement() micro-optimisations by Tim Starling
  • git #d11c5953 - Rename DB primary position interfaces to DBPrimaryPos and MySQLPrimaryPos (T282894) by James D. Forrester
  • git #1be1fae9 - DeprecationHelper: Support null coalescing on dynamic props by vladshapik
  • git #af97e72e - Don't needlessly reset article ID by Aryeh Gregor
  • git #6153a981 - maintenance: Remove LanguageFactory dependency from Benchmarker.php by Timo Tijhof
  • git #0a12977e - RELEASE-NOTES: document changes to $wgActions (T253078) by DannyS712
  • git #7a1dac11 - Mark Action::getHookContainer() as @internal (T253078) by DannyS712
  • git #a8d6499c - Make IResultWrapper::seek() throw an exception by Tim Starling
  • git #b98cca88 - language: Remove $wgLangObjCacheSize from LanguageFactory by Timo Tijhof
  • git #ab6e1b7b - RELEASE-NOTES-1.37: Minor tweaks by Reedy
  • git #4a82f51d - Inject JobQueueGroup into UserGroupManager (T287808) by DannyS712
  • git #5b5763e2 - SpecialPageAction: inject action name and SpecialPageFactory (T253078) by DannyS712
  • git #2e10b1b4 - Remove SkinTemplateOutputPageBeforeExec Hook (T287773) by Ammarpad
  • git #b5f272d3 - Update user page link element ID (T287646) by jdlrobson
  • git #b326dd43 - Remove capitalize-all-nouns CSS class support (T97892) by Jack Phoenix
  • git #84b8655f - AuthManager: inject remaining services (T141495) by Alexander Vorwerk
  • git #ed1a1bbb - MWDebug:detectDeprecatedOverride - soft deprecate if no version by Petr Pchelko
  • git #a2bb5656 - UserNameUtils: cache message formatting for reserved usernames by DannyS712
  • git #48496b85 - Support fluent interface for PageUpdater (T287484) by TChin
  • git #b782a7e6 - Move Content::preSaveTransform to ContentHandler (T287156) by Petr Pchelko
  • git #0c395c35 - DeprecationHelper: allow or deprecate dynamic property access. by Petr Pchelko
  • git #b19db60c - Hard-deprecate Title::isNamespaceProtected by Aryeh Gregor
  • git #09b892f7 - Inject services into a bunch more actions (T253078) by DannyS712
  • git #54faf584 - Inject services into WatchAction and UnwatchAction (T253078) by DannyS712
  • git #20293e4c - Add an ActionFactory and start converting to DI (T253078) by DannyS712
  • git #bf68afd7 - Mark Hooks::runner() as @internal by DannyS712
  • git #91cc5389 - Remove BaseTemplateToolbox hook (T256509) by Clare Ming
  • git #6f98f433 - SkinTemplate: Factor out SkinTemplateNavigation hooks (T287533) by jdlrobson
  • git #339fd93f - Make MovePageTest actually test valid moves by Petr Pchelko
  • git #bb8fde08 - Update wikimedia/minify to 2.2.4 (T287526) by Timo Tijhof
  • git #74aa92ea - composer.json: Promote and pin monolog/monolog to require from require-dev by Reedy
  • git #d71ff536 - Add missing spaces to imploded debug strings by Matěj Suchánek
  • git #d0d73ff1 - PNGMetadataExtractor: skip oversize chunks instead of aborting (T286273) by Tim Starling
  • git #66d676f1 - BlockErrorFormatter: clean up handling of link to blocker's user page by DannyS712
  • git #22762fd0 - TitleWidget: add option to show disambiguation pages last in results (T285510) by MusikAnimal
  • git #1aa68d18 - Remove depecated ParserCache::getKey and ::getEtag by Petr Pchelko
  • git #9ef58c1d - Lock selection to a single side in diffs (T285956) by Daimona Eaytoy
  • git #0fc9cf42 - Remove doSetupSkinUserCss and setupSkinUserCss (T280610) by jdlrobson
  • git #9f1e9461 - api: Handle invalid/non-existent titles in ApiBlock (T279689) by Sam Smith
  • git #cd58ec2a - Tests: remove unneeded tearDown functions by DannyS712
  • git #91ac8a71 - Add UserNameUtils to DummyServicesTrait, and use it by DannyS712
  • git #edd9ae23 - Allow using MediaWikiTitleCodec with errors in unit tests by DannyS712
  • git #62bdc0fb - Suppress LinkCache warning about "non-proper" pages by Tim Starling
  • git #1d85adbf - Make following redirects in MediaWikiPageNameNormalizer optional (T278962) by Amir Sarabadani
  • git #12997e1f - Narrow PageUpdater dependency from Title by Petr Pchelko
  • git #1c9230d9 - Setup: Move more trivial statements to the corresponding earlier section by Timo Tijhof
  • git #b7ccffd2 - Setup: Restrict WebRequest::interpolateTitle() to index.php requests by Timo Tijhof
  • git #f523635a - Add Baoule (bci) to Names.php (T287345) by Amir Aharoni
  • git #3bad5caa - DeletedContribsPager: Only show nav bars when useful (T283039`) by Ammarpad
  • git #48a9e85b - Prevent passing empty array to max() by Ammarpad
  • git #3158ba5d - Move EditResultBuilder::findIdenticalRevision to RevStore by Petr Pchelko
  • git #8fba321e - Add counter-style for the Meetei (mni) and Santali (sat) languages (T263998) by Amir Aharoni
  • git #c7e6c67d - Hard deprecate User group methods (T275148) by vladshapik
  • git #c8ebb711 - Make MailAddressTest a unit test by DannyS712
  • git #96896bb0 - Convert AbstractBlock::$target to UserIdentity by Alexander Vorwerk
  • git #7e0246a8 - Support ActorStore::newSelectQueryBuilder with query flags by Petr Pchelko
  • git #7c8a39c9 - Ensure newlines when wrapping ResourceLoader scripts (T286996) by Lucas Werkmeister

Vendor

[edit]

Extensions

[edit]

3D

[edit]

No changes for 3D

AbuseFilter

[edit]
  • git #ace6f652 - AbuseFilterConsequencesTest: Don't call non-static method statically by Matěj Suchánek
  • git #83794d7c - Clean up Throttle::throttleIdentifier by Matěj Suchánek

ActiveAbstract

[edit]

No changes for ActiveAbstract

AdvancedSearch

[edit]

AntiSpoof

[edit]

No changes for AntiSpoof

ApiFeatureUsage

[edit]

No changes for ApiFeatureUsage

ArticleCreationWorkflow

[edit]

No changes for ArticleCreationWorkflow

ArticlePlaceholder

[edit]

No changes for ArticlePlaceholder

Babel

[edit]

No changes for Babel

BetaFeatures

[edit]

No changes for BetaFeatures

BounceHandler

[edit]

No changes for BounceHandler

Calendar

[edit]

No changes for Calendar

Campaigns

[edit]

No changes for Campaigns

Capiunto

[edit]

No changes for Capiunto

CategoryTree

[edit]

No changes for CategoryTree

CentralAuth

[edit]

No changes for CentralAuth

CentralNotice

[edit]

No changes for CentralNotice

CharInsert

[edit]

No changes for CharInsert

CheckUser

[edit]

ChessBrowser

[edit]

CirrusSearch

[edit]
  • git #e332b9d3 - Fix cindy browser smoke tests by Zbyszko Papierski
  • git #9c1d5f21 - Add line break to non-private cluster warning by tjones
  • git #3c0ce8c8 - ESLint: remove redundant disable of vars-on-top rule (T287796) by DannyS712

Cite

[edit]
  • git #53e8dc7b - Sync up with Parsoid citeParserTests.txt by C. Scott Ananian
  • git #6389459b - Refactor newline logic for auto-generated <references> sections (T148701) by Thiemo Kreuz

CiteThisPage

[edit]

No changes for CiteThisPage

Citoid

[edit]

No changes for Citoid

cldr

[edit]

No changes for cldr

CodeEditor

[edit]

No changes for CodeEditor

CodeMirror

[edit]

No changes for CodeMirror

CodeReview

[edit]

Cognate

[edit]

No changes for Cognate

Collection

[edit]

CommonsMetadata

[edit]

No changes for CommonsMetadata

ConfirmEdit

[edit]

No changes for ConfirmEdit

CongressLookup

[edit]

No changes for CongressLookup

ContactPage

[edit]

No changes for ContactPage

ContentTranslation

[edit]
  • git #23f118c9 - CX3 Build 0.1.0+20210802 by Santhosh Thottingal
  • git #b1b7fc13 - Font-size of contributions and uploaded media mismatches in modern Vector by jdlrobson
  • git #f738b900 - CXSuggestionList: Restore page suggestions (T287066) by NikG
  • git #e63641b8 - CX2: Change the save MT preference to a VE tool (T279525) by Santhosh Thottingal
  • git #3ae3ab94 - SX fetchSuggestions api method: Slice results according to count arg by NikG

CreditsSource

[edit]

No changes for CreditsSource

Dashiki

[edit]

No changes for Dashiki

Disambiguator

[edit]

No changes for Disambiguator

DiscussionTools

[edit]
  • git #25272e7a - Don't refer directly to PHP `dom` extension classes; avoid nonstandard behavior (T287611) (T217867) by C. Scott Ananian
  • git #5203d30e - Use DOMCompat::newDocument() to create a new Document (T287611) by C. Scott Ananian
  • git #d0e4aeae - Fix notifications when new comment is under subheading (T286736) by Bartosz Dziewoński
  • git #801b57b0 - Add PHPUnit integration tests for EventDispatcher (T286608) by Bartosz Dziewoński
  • git #4ebf05d8 - Recognize links to add a new topic that use Special:NewSection (T277371) by Bartosz Dziewoński
  • git #4e8e1bda - Change updating page content after saving to avoid losing footers (T275698) by Bartosz Dziewoński

DismissableSiteNotice

[edit]

No changes for DismissableSiteNotice

DonationInterface

[edit]

DoubleWiki

[edit]

No changes for DoubleWiki

DynamicSidebar

[edit]

No changes for DynamicSidebar

Echo

[edit]
  • git #5d3c4166 - Remove ParserTestTables hook handler. by DannyS712
  • git #6c5a8810 - Turn push notification token list into a circular buffer. by Dmitry Brant
  • git #7336a1a6 - Finalize migration of EchoMail and EchoInteraction to Event Platform (T287210) by Ottomata
  • git #e30b466d - Fix variable choice in NotificationController::notify by Matěj Suchánek
  • git #0341634e - SpecialDisplayNotificationsConfiguration: Fix default values of core prefs by Bartosz Dziewoński
  • git #b826dd26 - SpecialDisplayNotificationsConfiguration: Use OOUI checkboxes by Bartosz Dziewoński

Elastica

[edit]

No changes for Elastica

ElectronPdfService

[edit]

EntitySchema

[edit]

No changes for EntitySchema

EventBus

[edit]

No changes for EventBus

EventLogging

[edit]
  • git #2e0646ff - Replace Content::getNativeData() calls with TextContent::getText() (T283671) by Ottomata

EventStreamConfig

[edit]

No changes for EventStreamConfig

ExtensionDistributor

[edit]

No changes for ExtensionDistributor

ExternalGuidance

[edit]

No changes for ExternalGuidance

FeaturedFeeds

[edit]

No changes for FeaturedFeeds

FileExporter

[edit]

No changes for FileExporter

FileImporter

[edit]

No changes for FileImporter

FlaggedRevs

[edit]
  • git #59a96432 - Avoid using fr_quality (T277883) by Amir Sarabadani
  • git #d7b19929 - Remove ParserTestTables hook handler. by DannyS712
  • git #184d0791 - Avoid deep nesting in two more complex situations by Thiemo Kreuz
  • git #6e635ecf - Avoid duplication/deep nesting in some more trivial situations by Thiemo Kreuz

Flow

[edit]

FundraiserLandingPage

[edit]

No changes for FundraiserLandingPage

FundraisingTranslateWorkflow

[edit]

No changes for FundraisingTranslateWorkflow

Gadgets

[edit]

No changes for Gadgets

GeoCrumbs

[edit]

No changes for GeoCrumbs

GeoData

[edit]
  • git #49869098 - Remove ParserTestTables hook handler. by DannyS712

GettingStarted

[edit]

No changes for GettingStarted

GlobalBlocking

[edit]

No changes for GlobalBlocking

GlobalCssJs

[edit]

No changes for GlobalCssJs

GlobalPreferences

[edit]

GlobalUsage

[edit]
  • git #e47939ae - Remove ParserTestTables hook handler. by DannyS712

GlobalUserPage

[edit]

No changes for GlobalUserPage

GlobalWatchlist

[edit]

GoogleNewsSitemap

[edit]

No changes for GoogleNewsSitemap

Graph

[edit]

No changes for Graph

GrowthExperiments

[edit]
  • git #3b910a41 - Avoid using User::setOption() (T277818) by Alexander Vorwerk
  • git #32753bcc - Fix guider positioning (T287646) by Gergő Tisza
  • git #d2d2b3e6 - Add a link: Hide ve-ui-mwInternalLinkContextItem-description (T287636) by MewOphaswongse
  • git #64bddd6d - Add a link: Show article extract instead of description in the link inspector (T287636) by MewOphaswongse
  • git #04141e33 - Add feedback option to Special:EditGrowthConfig (T285988) by Martin Urbanec
  • git #92058def - Add a link: No-op onAnnotationClicked when the handler is called when it's added (T287610) by MewOphaswongse
  • git #0cb27375 - Allow button text to wrap in post-edit dialog (T274639) by MewOphaswongse
  • git #5281795f - Help Panel: truncate overflown title and get rid of space underneath button on mobile (T283215) by MewOphaswongse
  • git #4b60db68 - Add a link: Take into account the reopen rejection dialog button in updateActionButtonsMode (T287059) by MewOphaswongse
  • git #ea25ecc9 - Add a link: Set is_mobile to true for LinkSuggestionInteractionLogger in RecommendedLinkToolbarDialogMobile by MewOphaswongse
  • git #cfb17a8e - Add a link: localize edit summary in the viewer's language (T283421) by MewOphaswongse
  • git #f9e68da4 - Suggested Edits: Add refresh button on post-edit dialog (T272664) by MewOphaswongse

GuidedTour

[edit]

No changes for GuidedTour

GWToolset

[edit]

ImageMap

[edit]

No changes for ImageMap

InputBox

[edit]

No changes for InputBox

Insider

[edit]

No changes for Insider

intersection

[edit]

Interwiki

[edit]

No changes for Interwiki

InterwikiSorting

[edit]

No changes for InterwikiSorting

IPInfo

[edit]

Josa

[edit]

No changes for Josa

JsonConfig

[edit]

No changes for JsonConfig

Kartographer

[edit]

No changes for Kartographer

LabeledSectionTransclusion

[edit]

No changes for LabeledSectionTransclusion

LandingCheck

[edit]

No changes for LandingCheck

LdapAuthentication

[edit]

No changes for LdapAuthentication

Linter

[edit]

No changes for Linter

LiquidThreads

[edit]

No changes for LiquidThreads

Listings

[edit]

No changes for Listings

LocalisationUpdate

[edit]

No changes for LocalisationUpdate

LoginNotify

[edit]

No changes for LoginNotify

MachineVision

[edit]

No changes for MachineVision

MapSources

[edit]

No changes for MapSources

MassMessage

[edit]
  • git #3a7cde27 - Replace Content::preSaveTransform call to ContentTransformer::preSaveTransform (T287156) by Roman Stolar

Math

[edit]

MediaModeration

[edit]

No changes for MediaModeration

MediaSearch

[edit]

MobileApp

[edit]

No changes for MobileApp

MobileFrontend

[edit]

MultimediaViewer

[edit]

No changes for MultimediaViewer

[edit]

No changes for NavigationTiming

Newsletter

[edit]

No changes for Newsletter

NewUserMessage

[edit]

No changes for NewUserMessage

Nuke

[edit]
  • git #94a3043d - Minor cleanup to SpecialNuke::doDelete by DannyS712

OATHAuth

[edit]

No changes for OATHAuth

OAuth

[edit]

No changes for OAuth

OAuthRateLimiter

[edit]

No changes for OAuthRateLimiter

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]

PageNotice

[edit]

No changes for PageNotice

PageTriage

[edit]

No changes for PageTriage

PageViewInfo

[edit]

No changes for PageViewInfo

ParserFunctions

[edit]

No changes for ParserFunctions

PdfHandler

[edit]

No changes for PdfHandler

Poem

[edit]

No changes for Poem

PoolCounter

[edit]

No changes for PoolCounter

Popups

[edit]

ProofreadPage

[edit]
  • git #3ae6d26a - PageNumber::__construct() doesn't throw InvalidArgumentException by DannyS712
  • git #775a8a63 - UpdateIndexQualityStats: Call db->replace() with a string for uniqueKeys (T287740) by Reedy
  • git #710e1c2a - Add prefetch links for prev and next page images (T230689) by Sam Wilson
  • git #97c4095b - Trim Page: pages wikitext content before rendering by Tpt

PropertySuggester

[edit]

QuickSurveys

[edit]

Quiz

[edit]

No changes for Quiz

ReadingLists

[edit]

No changes for ReadingLists

[edit]
  • git #d9dccf23 - RelatedArticles uses Grunt. This package is unecessary and inconsistent with other repositories. (T286832) by acald

Renameuser

[edit]

No changes for Renameuser

RevisionSlider

[edit]

No changes for RevisionSlider

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 #6ae6484a - Updating domains.php from Mozilla by SecureLinkFixer updater bot

SecurePoll

[edit]

ShortUrl

[edit]

No changes for ShortUrl

SiteMatrix

[edit]

No changes for SiteMatrix

SpamBlacklist

[edit]

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 #c2508a78 - Make parameter order when sorting by status independent of language by Thiemo Kreuz
  • git #4b110c6c - Render docs with HTML5 <section>/<header> markup by Thiemo Kreuz
  • git #e70251a9 - Remove unused pieces of code from API module by Thiemo Kreuz
  • git #563a44ca - Change param duplicate numbering to start with 2 by Thiemo Kreuz
  • git #954211d8 - Fix handling of duplicate parameter names by Thiemo Kreuz

TemplateSandbox

[edit]

No changes for TemplateSandbox

TemplateStyles

[edit]

No changes for TemplateStyles

TemplateWizard

[edit]

No changes for TemplateWizard

TextExtracts

[edit]

No changes for TextExtracts

Thanks

[edit]

No changes for Thanks

TheWikipediaLibrary

[edit]

No changes for TheWikipediaLibrary

TimedMediaHandler

[edit]
  • git #779e386b - Remove ParserTestTables hook handler. by DannyS712

timeline

[edit]

No changes for timeline

TitleBlacklist

[edit]

No changes for TitleBlacklist

TocTree

[edit]

No changes for TocTree

TorBlock

[edit]

No changes for TorBlock

Translate

[edit]
  • git #3d1fbf5a - Namespace parts of TranslateEditAddons and TranslationHelpers by Niklas Laxström
  • git #bef2d59b - BREAKING CHANGE: Greatly simplify legacy translation interface code by Niklas Laxström
  • git #971ae17e - ExportTranslationsMaintenanceScript: Avoid creating empty files (T287476) by Niklas Laxström
  • git #85ae578d - TranslatablePageMover: Also move discouraged status (T287373) by Niklas Laxström
  • git #099b9f12 - MessageGroups: Fix problems flagged by PHPStorm by Niklas Laxström
  • git #5fdba037 - TranslateDeleteJob: Remove pointless indirection by Niklas Laxström
  • git #76314a11 - BREAKING CHANGE: ExportTranslationsMaintenanceScript: remove --hours by Niklas Laxström
  • git #e367b495 - PageTranslation: Improve return types by Niklas Laxström
  • git #02dd05ee - SpecialPageTranslation: move into namespace and rename by Niklas Laxström
  • git #33d32649 - ExportTranslationsMaintenanceScript: Add --skip-source-language (T287476) by Niklas Laxström
  • git #85e7688c - ExportTranslationsMaintenanceScript: Add --always-export-languages (T287476) by Niklas Laxström
  • git #8a3b10f8 - SpecialPageTranslation: Remove extra padding from page template diff by Niklas Laxström
  • git #cd509884 - SpecialPageTranslation: inject services by Niklas Laxström
  • git #95fc43d6 - PageTranslation: Remove TPParse by Niklas Laxström
  • git #4bb1ace1 - SpecialPageTranslation: Show correct number of units marked for translation by Niklas Laxström
  • git #565fe3a7 - TranslatablePage: Remove getParse by Niklas Laxström

TranslationNotifications

[edit]

No changes for TranslationNotifications

TrustedXFF

[edit]

No changes for TrustedXFF

TwoColConflict

[edit]

UniversalLanguageSelector

[edit]

No changes for UniversalLanguageSelector

[edit]

No changes for UploadsLink

UploadWizard

[edit]

No changes for UploadWizard

UrlShortener

[edit]

No changes for UrlShortener

UserMerge

[edit]

No changes for UserMerge

VipsScaler

[edit]

No changes for VipsScaler

VisualEditor

[edit]
  • git #2fd09aab - Remove skinning modules when showing preview (T185284) by Arlo Breault
  • git #4fbab29e - MWInternalLinkAnnotationWidget: show disambiguation pages last (T285510) by MusikAnimal
  • git #6dc9b55b - Move abort event tracking from the start to the end of the teardown process (T237063) by Bartosz Dziewoński
  • git #995644de - Fix rare exception when editor loading is aborted (T287487) by Bartosz Dziewoński
  • git #09227600 - Minor JSDoc documentation fixes in template dialog code by Thiemo Kreuz

WebAuthn

[edit]

No changes for WebAuthn

Wikibase

[edit]

WikibaseCirrusSearch

[edit]

WikibaseLexeme

[edit]

WikibaseLexemeCirrusSearch

[edit]

No changes for WikibaseLexemeCirrusSearch

WikibaseMediaInfo

[edit]
  • git #c0f7d20a - Determine an IRI to join commons mediainfo entities and wikidata properties (T277665) by Joseph Seddon
  • git #223cc61f - Stop using legacy conceptBaseUri setting (T287486) by Lucas Werkmeister

WikibaseQualityConstraints

[edit]

Wikidata.org

[edit]

No changes for Wikidata.org

WikidataPageBanner

[edit]

No changes for WikidataPageBanner

WikiEditor

[edit]

No changes for WikiEditor

wikihiero

[edit]

No changes for wikihiero

WikiLove

[edit]

No changes for WikiLove

WikimediaApiPortalOAuth

[edit]

No changes for WikimediaApiPortalOAuth

WikimediaBadges

[edit]

No changes for WikimediaBadges

WikimediaEditorTasks

[edit]

No changes for WikimediaEditorTasks

WikimediaEvents

[edit]

WikimediaIncubator

[edit]

No changes for WikimediaIncubator

WikimediaMaintenance

[edit]

No changes for WikimediaMaintenance

WikimediaMessages

[edit]
  • git #78fcab94 - Update recentchanges/watchlist guided tour for Vector changes (T287646) by Gergő Tisza

Wikisource

[edit]

XAnalytics

[edit]

No changes for XAnalytics

Skins

[edit]

CologneBlue

[edit]

MinervaNeue

[edit]

Modern

[edit]

MonoBook

[edit]

Nostalgia

[edit]

No changes for Nostalgia

Timeless

[edit]

No changes for Timeless

Vector

[edit]

WikimediaApiPortal

[edit]

VisualEditor

[edit]
  • git #3ce31ddd - build: Upgrade qunit from 2.15 to 2.16 by James D. Forrester

Total Changes

[edit]

287 Changes in 60 repos by 69 authors