Jump to content

MediaWiki 1.37/wmf.2/Changelog

From mediawiki.org

Core changes

[edit]
  • git #77544504 - Branch commit for wmf/1.37.0-wmf.2 by trainbranchbot
  • git #99d4ad59 - resourceloader: Remove support for $wgLegacyJavaScriptGlobals (T72470) by Amir Sarabadani
  • git #aba3aa14 - rdbms: fix various phpstorm warnings in Database classes by Aaron Schulz
  • git #af206ea6 - rdbms: clarify hosts vs readible "server names" by Aaron Schulz
  • git #0f930f6f - objectcache: switch static vars to constants in SqlBagOStuff by Aaron Schulz
  • git #c925cb1a - Drop Autopromote class, deprecated since 1.35 by Petr Pchelko
  • git #6da17fd3 - ResourceLoaderSkinModule: When `toc` is enabled messages are empty (T270027) by jdlrobson
  • git #416ea2bb - Inject BlockRestrictionStore into ApiQueryBlocks by Thalia
  • git #bdd211fb - IDatabase::upsert: Note that passing $uniqueKeys as string[] is deprecated by Martin Urbanec
  • git #a6ab2ff9 - Rephrase specialmute-error-no-options (T277987) (T254646) by Amir Aharoni
  • git #6bf0a0d3 - Use WatchlistManager instead of User in WatchAction by Cindy Cicalese
  • git #47998b07 - Move watchlist-related methods from User to WatchlistManager by Cindy Cicalese
  • git #bfb29f32 - Hard deprecate SpecialMute::isTargetBlacklisted() by Reedy
  • git #309049e4 - Rename email-blacklist-label message (T277987) by Reedy
  • git #d750ddc8 - UserPasswordPolicyTest: Replace PasswordCannotMatchBlacklist with PasswordCannotMatchDefaults by Reedy
  • git #23a4a6d8 - Change "blacklisted" to "forbidden" in a spam filter message (T277987) by Amir Aharoni
  • git #fb771021 - Use some more neutral language (T277987) by Reedy
  • git #2b40657a - .phpcs.xml: Replace useage of whitelist in comments (T277987) by Reedy
  • git #5b9a5691 - Change "saving" to "publishing" by Amir Aharoni
  • git #23efcf9d - Add change tag for media uploaded using importImages.php by Taavi Väänänen
  • git #cf6e3c50 - Remove Title from method signatures in User (T278459) by daniel
  • git #535d7abf - phpunit: Mass-replace setMethods with onlyMethods and adjust (T278010) by Daimona Eaytoy
  • git #1d851ec5 - selenium: Fix `ReferenceError: test is not defined` (T280355) by Željko Filipin
  • git #c1eb7460 - Remove Title from public interface of OutputPage (T278459) by daniel
  • git #2320f00e - selenium: Explicitly make screenshots for passing and failing tests (T280355) by Željko Filipin
  • git #d0762b57 - selenium: Remove `Screenshot location...` messages (T280343) by Željko Filipin
  • git #90e14690 - HtmlCacheUpdater: replace Title in method signatures. (T279796) by daniel
  • git #4eebc349 - FileRepo: replace Title in method signatures (T278459) by daniel
  • git #e0000ce1 - RepoGroup: replace Title in method signatures (T278459) by daniel
  • git #8dc6887a - rdbms: Add DB_PRIMARY to replace DB_MASTER (T278026) by Taavi Väänänen
  • git #251405ed - Installer: The installer should use `.warningbox` for styling warnings, not `.mw-infobox` (T232903) by jdlrobson
  • git #021206c2 - User: use ActorNormalization to insert actor by Petr Pchelko
  • git #278e195a - Set $status->value in EditFilterMergedContentHookConstraint::checkConstraint() properly to display error message (T273354) by Func
  • git #e5f09fd1 - Installer: Do not use `mediawiki.skinning.interface` module (T270027) by jdlrobson
  • git #cf541752 - Add comment to fall-through cases in switch (T182546) by Umherirrender
  • git #d638b0c2 - Move remaining ParamValidator tests to unit tests by DannyS712
  • git #647e6be2 - Remove MovePageFactoryTest by Tim Starling
  • git #de63b08f - resourceloader: Correctly handle a null getMessageBlob() in SkinModule by jdlrobson
  • git #ec3d351c - Move most ParamValidator tests to unit tests by DannyS712
  • git #200e9abb - Convert WatchlistManager to use Authority and PageIdentity by Cindy Cicalese
  • git #bb1fdb91 - uuid: Simplify GlobalIdGenerator by removing QUICK_VOLATILE flag by Aaron Schulz
  • git #438b3924 - Reset fake timestamps for unit tests too by DannyS712
  • git #f2f26a04 - SpecialPageFactory: replace Title in method signatures (T279796) by daniel
  • git #89eaaac6 - Parser: Trim trailing whitespace as the last step in pre-save transform (T279964) by Bartosz Dziewoński
  • git #46db19ec - Factor out rollback logic from WikiPage by Petr Pchelko
  • git #50f5d65c - Fix up ActorStoreTest with new UserIdentityValue by Petr Pchelko
  • git #185d5354 - HTMLFileCache: replace Title in method signatures (T278459) by daniel
  • git #7c6fbecf - Convert MWLBFactoryTest to pure unit tests by DannyS712
  • git #1f11b88f - Convert PageEditStash to PageIdentity/UserIdentity by Petr Pchelko
  • git #6c2401a4 - objectcache: make BagOStuff log values that are not JSON serializable (T169328) by Aaron Schulz
  • git #3b16ca0e - MultiHttpClientTest: cleanup assertions by DannyS712
  • git #612107b4 - Tests: move some non-tests to /mocks by DannyS712
  • git #4a8b0504 - Convert ChangesListStringOptionsFilterGroupTest to pure unit tests by DannyS712
  • git #ede7dc8b - Convert DiffHistoryBlobTest to pure unit test by DannyS712
  • git #7aba39a7 - Update .phpcs.xml to remove deleted maintenance scripts by DannyS712
  • git #5faa0803 - Introduce PageReference (T279522) by daniel
  • git #d5998373 - Remove checkLess.php (T279026) by gengh
  • git #ae78073f - Remove unstable marker from Authority interface (T275768) by daniel
  • git #fed7f0b1 - Remove $actor field from UsererIdentityValue (T274179) by daniel
  • git #1ae400bb - Remove some deprecated methods from the Language class by daniel
  • git #8f9ff905 - WikiExporter: replace Title in method signatures (T278459) by daniel
  • git #221162b8 - Update updateSearchIndex.php to 2006+ standards (T252853) by Tim Starling
  • git #b2fdd6c9 - mediawiki.ui: Remove obsolete Firefox normalization by Volker E
  • git #8b99a1d7 - mediawiki.ui: Remove unnecessary VForm and other properties by Volker E
  • git #27eb3115 - Move libs/rdbms/database tests to unit tests by DannyS712
  • git #f9443def - maintenance: Support newlines in addOption() descriptions by Timo Tijhof
  • git #0af11e27 - rebuildLocalisationCache: Add --skip-message-purge and accompanying script (T268698) (T263872) by Timo Tijhof
  • git #659cd2f3 - Do not use a NullLogger when no handler is declared (T196906) by Sébastien Beyou
  • git #d56bf85b - ApiTag: inject services (T259960) by DannyS712
  • git #c90158d4 - Correct "nonwrite-api-promise-error" message and improve docs (T133701) by Bartosz Dziewoński
  • git #6fb338ae - MediaHandlerFactory: inject a logger by DannyS712
  • git #c8841004 - Use Accent50 for progress indicators (T266028) by Volker E
  • git #d5a9bffe - Pass user object to Language::formatExpiry by Umherirrender
  • git #6282151f - Users with detelerevision right should see private bits of history (T277358) by Huji
  • git #b93ce5cb - selenium: Update documentation in DEVELOPERS.md (T277427) (T277054) by Jared Blumer
  • git #3e07bae2 - ActionTest: no need to save the block to the database by DannyS712
  • git #894af957 - authevents: strval() variables passed to status when logging (T269676) by Cole White
  • git #29035f32 - Make some /includes/changes tests unit tests by DannyS712
  • git #2d32ab92 - SessionManager: Document expectations for storage backend (T270225) by Timo Tijhof

Vendor

[edit]

No changes for vendor

Extensions

[edit]

3D

[edit]
  • git #b7f5846b - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

AbuseFilter

[edit]

ActiveAbstract

[edit]
  • git #14fac847 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

AdvancedSearch

[edit]
  • git #fd0abbdd - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

AntiSpoof

[edit]
  • git #d0cac758 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

ApiFeatureUsage

[edit]
  • git #e25c631a - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

ArticleCreationWorkflow

[edit]
  • git #2e8e9c79 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

ArticlePlaceholder

[edit]
  • git #ccca0f38 - Update WikibaseClient::getOtherProjectsSidebarGeneratorFactory() call (T280338) by Lucas Werkmeister
  • git #ce04441f - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

Babel

[edit]
  • git #858cb851 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

BetaFeatures

[edit]
  • git #08aabde7 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

BounceHandler

[edit]
  • git #6021a626 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

Calendar

[edit]
  • git #394902f8 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

Campaigns

[edit]
  • git #b221bd78 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

Capiunto

[edit]
  • git #1c2451ae - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

CategoryTree

[edit]

CentralAuth

[edit]
  • git #76e2edca - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader
  • git #0715992e - Fix UserIdentityValue instantiation by Matěj Suchánek

CentralNotice

[edit]

No changes for CentralNotice

CharInsert

[edit]
  • git #016a928d - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

CheckUser

[edit]
  • git #172288d6 - Postgres schema: Drop foreign key references to mwuser (T164898) by Ammarpad
  • git #1c1b3b74 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

CirrusSearch

[edit]

Cite

[edit]
  • git #45fb9da7 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

CiteThisPage

[edit]

Citoid

[edit]
  • git #870df8ad - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

cldr

[edit]
  • git #d99aa469 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

CodeEditor

[edit]
  • git #c93bb532 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

CodeMirror

[edit]
  • git #6e6356cc - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

CodeReview

[edit]
  • git #02b7d205 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

Cognate

[edit]
  • git #f57ff0a9 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

Collection

[edit]
  • git #67ef8186 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

CommonsMetadata

[edit]

ConfirmEdit

[edit]
  • git #d0f945c5 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

CongressLookup

[edit]
  • git #2837e4d7 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

ContactPage

[edit]
  • git #b67d3856 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

ContentTranslation

[edit]
  • git #c7890e0a - SX suggestions: Filter out suggestions with only appendix sections (T279066) by NikG
  • git #eacb31a1 - CX3: Refactor suggestion store modules by NikG
  • git #c5981656 - CXTranslationSuggestion: Fix info to display missing sections count (T260164) by NikG
  • git #dfb25eff - SX section suggestions: Drop user published translations (T279066) by NikG
  • git #152144ae - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader
  • git #709a2dd7 - UI lib spacing helpers: add margin-auto classes by NikG
  • git #bf14cd36 - UI lib: Fix MWInput props defaults by NikG

CreditsSource

[edit]
  • git #8f8533c6 - Postgres schema: Drop foreign key references to mwuser (T164898) by Ammarpad
  • git #b9990c86 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

Dashiki

[edit]
  • git #5ea4f188 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

Disambiguator

[edit]
  • git #385e8c9d - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

DiscussionTools

[edit]
  • git #dcd898ed - CommentFormatter: Add 'ext-discussiontools-section' class instead of overwriting (T280433) by Bartosz Dziewoński
  • git #a3f665e8 - Remove <header> tags around headings for compat with MobileFrontend (T280433) by Bartosz Dziewoński
  • git #269514f5 - Hooks: Use WebRequest::getRawVal where possible by Timo Tijhof
  • git #2352fefb - Migrate cookie hack users to beta feature (T277783) by Bartosz Dziewoński
  • git #9420f22e - Don't allow query and cookie hacks to enable topic subscriptions (T280082) by Bartosz Dziewoński
  • git #6bf75b47 - Fire the 'wikipage.content' hook on previews (T279141) by Bartosz Dziewoński
  • git #bfe6a365 - Include comment names in 'transcludedfrom' API response (T275821) (T273413) by Bartosz Dziewoński
  • git #b28290fa - Simplify how warnings for IDs equal to legacy IDs are avoided by Bartosz Dziewoński

DismissableSiteNotice

[edit]
  • git #9f4d849e - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

DonationInterface

[edit]
  • git #06c243c4 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader
  • git #520cbb61 - Add return val to WmfFrameworkLogHandler by Elliott Eggleston

DoubleWiki

[edit]
  • git #57a5f757 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

DynamicSidebar

[edit]
  • git #aac88c47 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

Echo

[edit]
  • git #cefce8b8 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

Elastica

[edit]
  • git #c865ddbe - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

ElectronPdfService

[edit]
  • git #cbbf37a9 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

EntitySchema

[edit]

No changes for EntitySchema

EventBus

[edit]
  • git #a80940d6 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

EventLogging

[edit]

EventStreamConfig

[edit]
  • git #1c25da80 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

ExtensionDistributor

[edit]
  • git #b40fbbb0 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader
  • git #fab55aa1 - ExtensionDistributorHooks: stop using globals by DannyS712

ExternalGuidance

[edit]
  • git #de2364f8 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

FeaturedFeeds

[edit]
  • git #483a2130 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

FileExporter

[edit]
  • git #ba243938 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

FileImporter

[edit]
  • git #c1b869ea - Set wgProhibitedFileExtensions by Reedy
  • git #6e201e61 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader
  • git #5a224b17 - Inject services into Special:ImportFile by Umherirrender
  • git #2d41ade7 - selenium: package.json cleanup (T280331) by Željko Filipin
  • git #f176f0e2 - Set empty hook handlers on ExtensionRegistry for testing (T265628) by Umherirrender
  • git #24c0a285 - Remove actor arg from UserIdentityValue in FileRevisionFromRemoteUrl (T274179) by Umherirrender

FlaggedRevs

[edit]
  • git #4706adf4 - Postgres schema: Drop foreign key references to mwuser (T164898) by Ammarpad
  • git #d9fb6e78 - Drop {{#pagesusingpendingchanges}} (T277883) by Amir Sarabadani
  • git #2118944c - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader
  • git #59aee200 - Make FlaggedRevsTest more robust, part 2 by Thiemo Kreuz
  • git #ca19d3c5 - FlaggedRevsHooks: Remove call to AbstractBlock::appliesToRight by Thalia
  • git #90edbb9f - Run setup from MediaWikiServices hook. (T273317) (T275322) by daniel
  • git #7b28a979 - Fix broken {{#pagesusingpendingchanges:…}} parser function by Thiemo Kreuz
  • git #8bbe532e - Fix incomplete namespace(s) property types in pagers by Thiemo Kreuz
  • git #69a060cc - Avoid using User::getBoolOption() (T277600) by ZabeMath
  • git #ef1acd62 - Cut down some overly long code paths by Thiemo Kreuz
  • git #8a55545c - Fix incomplete documentation of ArticleViewHeader hook by Thiemo Kreuz

Flow

[edit]

FundraiserLandingPage

[edit]
  • git #18f4dc82 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

FundraisingTranslateWorkflow

[edit]
  • git #d22ea092 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

Gadgets

[edit]
  • git #8c3115fd - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

GeoCrumbs

[edit]
  • git #d7639b89 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

GeoData

[edit]
  • git #9041010a - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

GettingStarted

[edit]
  • git #05c2fbea - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

GlobalBlocking

[edit]
  • git #54750b6f - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

GlobalCssJs

[edit]
  • git #22699993 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

GlobalPreferences

[edit]
  • git #6a95d4c5 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

GlobalUsage

[edit]
  • git #914d611a - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

GlobalUserPage

[edit]
  • git #0985de88 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

GlobalWatchlist

[edit]

No changes for GlobalWatchlist

GoogleNewsSitemap

[edit]
  • git #4cfdbc82 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

Graph

[edit]
  • git #20b783f8 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

GrowthExperiments

[edit]
  • git #bc2c7d37 - Localize Special:EditGrowthConfig to Vietnamese and Bengali (T280114) by Martin Urbanec
  • git #fea6652d - Add a link: always suppress help panel CTA (T280564) by MewOphaswongse
  • git #8354a373 - DatabaseMentorStore: Fix deprecation warning in upsert query (T280525) by Martin Urbanec
  • git #0c782dcf - refreshLinkRecommendations.php: add developer options by Gergő Tisza
  • git #c9d0df0c - Add missing PostEdit dependency by Gergő Tisza
  • git #a75d53ee - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader
  • git #8b675250 - Add a link: update button colors in link inspector (T280276) by MewOphaswongse
  • git #f4b51f77 - Add Link: Implement rejection dialog (T269647) by Kosta Harlan
  • git #2af861b7 - MentorStore: avoid serializing User objects by Gergő Tisza
  • git #04e9d008 - Special:EditGrowthConfig: Allow users to return back to form on success (T274031) by Martin Urbanec
  • git #226a2b7b - Add paragraph break to link-recommendation tasktype description (T278159) by Kosta Harlan
  • git #0f9bc169 - Add a link: Show onboarding after VisualEditor loads (T280089) by MewOphaswongse
  • git #3557d5e2 - Add task type icon to difficulty and time estimate row (T278159) by Kosta Harlan
  • git #33db6e12 - AddLink: Enable plugin to load on page reload (T278485) by Kosta Harlan
  • git #3b3cb559 - Fix styling for additional message and checkbox on task type selection (T268706) by Kosta Harlan
  • git #9e93cca7 - StartEditing: Update message (T268706) by Kosta Harlan
  • git #cd07c735 - Expand MentorStore test to cover cache, job queue by Gergő Tisza
  • git #3cb33381 - [refactor] Rename mentorType to mentorRole by Martin Urbanec
  • git #522f6991 - Localize Special:EditGrowthConfig to Arabic (T280114) by Martin Urbanec
  • git #6d0b35c6 - [refactor] Move wasPosted to MentorStore by Martin Urbanec
  • git #29413861 - Localize 'EditGrowthConfig' to Czech (T280114) by Martin Urbanec
  • git #c7742b68 - Add a link: update annotation styles based on design review (T279684) by MewOphaswongse
  • git #75f4bf4f - Add Urdu special page aliases (T280067) by Martin Urbanec
  • git #ac4ecc5e - Make DatabaseMentorStore::setMentorForUser safe to call in GET context (T279957) by Martin Urbanec
  • git #37db1a36 - SpecialNewcomerTasksInfo: add missing text() (T278524) by Gergő Tisza
  • git #5c499602 - Remove "successfully" from a message by Amir Aharoni
  • git #91e1c690 - Change minimum links per task to 2 (T261408) by Kosta Harlan
  • git #f49f4f63 - Replace refererences to AI terminology with "machine" (T278298) by MewOphaswongse
  • git #a1f1f252 - Run MigrateMentorMenteeRelationship in update.php (T275773) by Martin Urbanec
  • git #d27d1e5c - Add a link: make sure the correct annotation is updated (T278450) by MewOphaswongse
  • git #ad1737a6 - Add a link: Show onboarding after link inspector is shown (T280089) by MewOphaswongse
  • git #cf70e2e6 - Do not pass actorId to UserIdentityValue by daniel
  • git #be249973 - Allow users to manage GEHomepageSuggestedEditsIntroLinks in Special:EditGrowthConfig (T274031) by Martin Urbanec
  • git #209644d4 - Set GEMentorshipMigrationStage to SCHEMA_COMPAT_WRITE_BOTH | SCHEMA_COMPAT_READ_OLD (T275773) by Martin Urbanec
  • git #c05e0de0 - Introduce Special:EditGrowthConfig (T274031) by Martin Urbanec
  • git #fe878295 - DatabaseMentorStore: Cache mentor in memcached (T279959) by Martin Urbanec
  • git #2d7c61fe - Add Link: exclude disambiguation pages from task candidates (T279128) by Gergő Tisza
  • git #d341d0d1 - Make importOresTopics.php work for wikis which do not have ORES models (T274198) by Gergő Tisza

GuidedTour

[edit]
  • git #67946160 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

GWToolset

[edit]

ImageMap

[edit]
  • git #9b4b85a2 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

InputBox

[edit]
  • git #9c77fbfc - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

Insider

[edit]
  • git #9b890e1b - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

intersection

[edit]
  • git #7c48be78 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

Interwiki

[edit]
  • git #05d6a0f8 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

InterwikiSorting

[edit]
  • git #d06c8438 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

IPInfo

[edit]
  • git #eb1f3f22 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

Jade

[edit]
  • git #4114be1d - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader
  • git #e2c2d748 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

Josa

[edit]
  • git #18fb25a1 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

JsonConfig

[edit]
  • git #b75ed291 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

Kartographer

[edit]
  • git #1bad9119 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

LabeledSectionTransclusion

[edit]
  • git #99dfa02c - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

LandingCheck

[edit]
  • git #1a3f645b - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

LdapAuthentication

[edit]
  • git #9455449b - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

Linter

[edit]
  • git #63e3150a - Fix bunch of PHPCS errors by zoranzoki21
  • git #8c9a0d7e - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

LiquidThreads

[edit]
  • git #e67201a6 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

Listings

[edit]
  • git #0def938c - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

LocalisationUpdate

[edit]
  • git #ceecb0ac - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

LoginNotify

[edit]
  • git #b3bf8c6a - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

MachineVision

[edit]
  • git #e18ab5bd - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader
  • git #a31df4e8 - Api modules: remove unneeded factory methods by DannyS712

MapSources

[edit]
  • git #2157e1e4 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

MassMessage

[edit]
  • git #1152787a - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

Math

[edit]

MediaModeration

[edit]
  • git #c3c39d91 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

MobileApp

[edit]
  • git #2a54514f - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

MobileFrontend

[edit]

MultimediaViewer

[edit]

No changes for MultimediaViewer

[edit]
  • git #5603145a - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

Newsletter

[edit]
  • git #26c23a1e - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

NewUserMessage

[edit]
  • git #503eb370 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

Nuke

[edit]
  • git #fb40d221 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

OATHAuth

[edit]
  • git #960f048a - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

OAuth

[edit]
  • git #031dcff9 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

OAuthRateLimiter

[edit]
  • git #bf4aa26c - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

OpenStackManager

[edit]
  • git #692deccc - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

ORES

[edit]
  • git #ff6e4fbe - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

PageAssessments

[edit]
  • git #cd2974b3 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

PagedTiffHandler

[edit]
  • git #9fde8a14 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

PageImages

[edit]
  • git #3bb61ff0 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

PageNotice

[edit]
  • git #0edf27b1 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

PageTriage

[edit]
  • git #fa6f6e4f - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

PageViewInfo

[edit]
  • git #dc9379d5 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

ParserFunctions

[edit]
  • git #61b22730 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

PdfHandler

[edit]
  • git #a748147b - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

Poem

[edit]
  • git #9d4e2b7e - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

PoolCounter

[edit]
  • git #0eb2db9a - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

Popups

[edit]
  • git #398565b1 - Track anonymous enables/disables of reference previews (T277641) by Andrew Kostka
  • git #622fb6c5 - Allow to disable/enable popup types individually (T277639) by Thiemo Kreuz
  • git #4b1f020b - Avoid hard to read jQuery.extend() in tests by Thiemo Kreuz
  • git #b28f48d6 - Rename variables in change listeners for clarity by Thiemo Kreuz
  • git #a35e35e3 - Expand userSettings module for reference previews (T277639) by Thiemo Kreuz

ProofreadPage

[edit]
  • git #9854705d - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

PropertySuggester

[edit]
  • git #bf22486d - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

QuickSurveys

[edit]

Quiz

[edit]
  • git #1d93762d - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

ReadingLists

[edit]
  • git #31ca4ac6 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader
[edit]
  • git #5bf0e290 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

Renameuser

[edit]
  • git #8d7f7bab - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

RevisionSlider

[edit]
  • git #0da4b7be - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

RSS

[edit]
[edit]
  • git #edc5e35b - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

Score

[edit]
  • git #6cd9b77c - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

Scribunto

[edit]
  • git #0a982a56 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

SearchExtraNS

[edit]
  • git #c214be99 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

SecureLinkFixer

[edit]
  • git #2de5aa1b - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

SecurePoll

[edit]
  • git #0864e825 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

ShortUrl

[edit]
  • git #f199f3fe - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

SiteMatrix

[edit]
  • git #c61da018 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

SpamBlacklist

[edit]

StopForumSpam

[edit]
  • git #330c6b41 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

SubPageList3

[edit]
  • git #ba9e9c65 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

SubpageSortkey

[edit]
  • git #4a97d013 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

SyntaxHighlight_GeSHi

[edit]
  • git #dc2c27f9 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

TemplateData

[edit]
  • git #351c720c - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

TemplateSandbox

[edit]
  • git #8a12468b - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

TemplateStyles

[edit]

TemplateWizard

[edit]
  • git #9743ca97 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

TextExtracts

[edit]
  • git #ee5427f9 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

Thanks

[edit]
  • git #7662f6c6 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

TheWikipediaLibrary

[edit]
  • git #d63c8928 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

TimedMediaHandler

[edit]
  • git #30ba8a05 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

timeline

[edit]
  • git #55c424fa - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

TitleBlacklist

[edit]

TocTree

[edit]
  • git #49883231 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

TorBlock

[edit]
  • git #9723cec5 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

Translate

[edit]
  • git #09cbe806 - Fix typos in comments in src/ by Niklas Laxström
  • git #5660bfcb - Some smaller readability/performance tweaks by Thiemo Kreuz
  • git #cafbad96 - Add/update some minor soft type hints by Thiemo Kreuz
  • git #c01370f2 - Address voice issues in HISTORY (T277965) by Abijeet
  • git #e1f7eb60 - TranslationsUpdateJob: Use MessageGroupStats::FLAG_IMMEDIATE_WRITES (T209817) by Niklas Laxström
  • git #2d544148 - Mark methods as private that are never used anywhere by Thiemo Kreuz

TranslationNotifications

[edit]
  • git #5455be7d - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

TrustedXFF

[edit]
  • git #8140e1e5 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

TwoColConflict

[edit]
  • git #0779f5e5 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

UniversalLanguageSelector

[edit]
  • git #a6e0c10c - ext.uls.interface: remove unused "ulsPopup remove" code by Timo Tijhof
  • git #0e9dbf34 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader
  • git #50b345c8 - Avoid JavaScript errors for tipsy if no entry point on the page (T278313) by Niklas Laxström
  • git #51ec3bc0 - Update jquery.ime and jquery.uls from upstream by Amir Aharoni
[edit]
  • git #acc9b2b2 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

UploadWizard

[edit]

No changes for UploadWizard

UrlShortener

[edit]
  • git #5ee370c1 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

UserMerge

[edit]
  • git #9bb3a7c4 - Replace deprecated User::getGroups by Umherirrender
  • git #3722f3f6 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

VipsScaler

[edit]
  • git #e82edd4b - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

VisualEditor

[edit]
  • git #3c2db5fb - Relocate parameter descriptions in the transclusion dialog (T273425) by Andrew Kostka
  • git #c832df5d - api: Better error when a page with the given title can't exist (T279711) by Bartosz Dziewoński
  • git #aec35a67 - api: Better error when 'wikitext' parameter is required (T280072) by Bartosz Dziewoński
  • git #43c1ec5f - Add filtering for the suggested values combo box (T271898) by Andrew Kostka
  • git #dbb71845 - Update VE core submodule to master (ef0a3a720) (T279600) by Bartosz Dziewoński
  • git #1abb5a57 - Add command to insert non-breaking space (T53045) by Bartosz Dziewoński

WebAuthn

[edit]
  • git #7f0049f2 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

Wikibase

[edit]

WikibaseCirrusSearch

[edit]

WikibaseLexeme

[edit]
  • git #d00e8fd1 - Call the parent on onChangeTags as well (T278522) by Amir Sarabadani
  • git #6905328d - Inject WikibaseRepo.EditEntityFactory service to API modules (T280140) by Itamar Givon
  • git #0fa5f9e8 - Update WikibaseRepo::getViewFactory() calls (T280123) by Lucas Werkmeister
  • git #93b8e8bd - Update WikibaseRepo::getEntityParserOutputGenerator() call (T280145) by Lucas Werkmeister
  • git #7a5b30a4 - Ensure Sense ChangeOps are applied after it's added to the Lexeme (T199896) by Jakob Warkotsch
  • git #e85368db - Show a message instead of fatal when the lexeme doesn't exist (T277089) (T173287) by Amir Sarabadani
  • git #e26178ba - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader
  • git #8f343bd5 - Update WikibaseRepo::getChangeOpFactoryProvider() calls (T279936) by Lucas Werkmeister
  • git #7ed8033d - Update WikibaseRepo::getSummaryFormatter() calls (T279940) by Lucas Werkmeister
  • git #117fc418 - Update call to WikibaseClient::getRestrictedEntityLookup() (T279921) by Lucas Werkmeister
  • git #55cc92b4 - Update WikibaseRepo::getFieldDefinitionsByType() calls (T280002) by Lucas Werkmeister
  • git #3c0aa984 - Update WikibaseRepo::getEntityIdHtmlLinkFormatterFactory to static (T279673) by Itamar Givon
  • git #b2a500d6 - wbeditentity: support adding senses with statements (T199896) by Jakob Warkotsch

WikibaseLexemeCirrusSearch

[edit]
  • git #ab3491b7 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader
  • git #1ce85377 - Update WikibaseRepo::getFieldDefinitionsByType() call (T280002) by Lucas Werkmeister

WikibaseMediaInfo

[edit]

WikibaseQualityConstraints

[edit]
  • git #f7e0f761 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader
  • git #b7f7c6cb - Update WikibaseRepo::getEntityIdHtmlLinkFormatterFactory to static (T279673) by Itamar Givon

Wikidata.org

[edit]
  • git #a6719d22 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

WikidataPageBanner

[edit]
  • git #ec677fc1 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

WikiEditor

[edit]
  • git #1505faa1 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

wikihiero

[edit]
  • git #4e521758 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

WikiLove

[edit]
  • git #7b400ca7 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

WikimediaApiPortalOAuth

[edit]
  • git #8c60c0c2 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

WikimediaBadges

[edit]
  • git #5428cb28 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

WikimediaEditorTasks

[edit]
  • git #4191b793 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

WikimediaEvents

[edit]
  • git #7b83d9cc - Omit userEditCountBucket field for anons and when unavailable (T210106) (T280294) by Adam Wight
  • git #b66b87b9 - searchSatisfaction: Default userEditBucket back to 0 edits (T280294) by Erik Bernhardson
  • git #227476ce - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

WikimediaIncubator

[edit]
  • git #38a6dfa4 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

WikimediaMaintenance

[edit]
  • git #2487c53a - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

WikimediaMessages

[edit]
  • git #d9f1cd4c - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

Wikisource

[edit]
  • git #71c08d85 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

XAnalytics

[edit]
  • git #1933addf - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

Skins

[edit]

CologneBlue

[edit]
  • git #ba886777 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

MinervaNeue

[edit]
  • git #f1f904e2 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader
  • git #f9c66667 - build: Replace Grunt with npm scripts for eslint, stylelint, and banana-checker (T206462) by bwang

Modern

[edit]
  • git #915a3b49 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

MonoBook

[edit]
  • git #aa848854 - resources: Remove redundant CSS rule from .mw-indicators class selector (T278364) by Derick A

Nostalgia

[edit]
  • git #c0271afe - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

Timeless

[edit]
  • git #26cd919c - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

Vector

[edit]

WikimediaApiPortal

[edit]
  • git #326844dd - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader

VisualEditor

[edit]
  • git #a90e5fc9 - build: Update devDependencies by Ed Sanders
  • git #f34c09d0 - Add extra test coverage for ve.dm.TextStyleAnnotation by Ed Sanders
  • git #1392c51e - build: Update eslint-config-wikimedia to 0.20.0 by Ed Sanders
  • git #7eade8d4 - Avoid unnecessary wikitext conversion when inserting NBSP in source mode (T279600) by Bartosz Dziewoński

Total Changes

[edit]

469 Changes in 191 repos by 60 authors