MediaWiki 1.37/wmf.2/Changelog
Core changes
edit- git #77544504 - Branch commit for wmf/1.37.0-wmf.2 by trainbranchbot
- git #99d4ad59 - resourceloader: Remove support for $wgLegacyJavaScriptGlobals (task 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 (task 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 (task T277987) (task 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 (task T277987) by Reedy
- git #d750ddc8 - UserPasswordPolicyTest: Replace PasswordCannotMatchBlacklist with PasswordCannotMatchDefaults by Reedy
- git #23a4a6d8 - Change "blacklisted" to "forbidden" in a spam filter message (task T277987) by Amir Aharoni
- git #fb771021 - Use some more neutral language (task T277987) by Reedy
- git #2b40657a - .phpcs.xml: Replace useage of whitelist in comments (task 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 (task T278459) by daniel
- git #535d7abf - phpunit: Mass-replace setMethods with onlyMethods and adjust (task T278010) by Daimona Eaytoy
- git #1d851ec5 - selenium: Fix `ReferenceError: test is not defined` (task T280355) by Željko Filipin
- git #c1eb7460 - Remove Title from public interface of OutputPage (task T278459) by daniel
- git #2320f00e - selenium: Explicitly make screenshots for passing and failing tests (task T280355) by Željko Filipin
- git #d0762b57 - selenium: Remove `Screenshot location...` messages (task T280343) by Željko Filipin
- git #90e14690 - HtmlCacheUpdater: replace Title in method signatures. (task T279796) by daniel
- git #4eebc349 - FileRepo: replace Title in method signatures (task T278459) by daniel
- git #e0000ce1 - RepoGroup: replace Title in method signatures (task T278459) by daniel
- git #8dc6887a - rdbms: Add DB_PRIMARY to replace DB_MASTER (task T278026) by Taavi Väänänen
- git #251405ed - Installer: The installer should use `.warningbox` for styling warnings, not `.mw-infobox` (task 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 (task T273354) by Func
- git #e5f09fd1 - Installer: Do not use `mediawiki.skinning.interface` module (task T270027) by jdlrobson
- git #cf541752 - Add comment to fall-through cases in switch (task 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 (task T279796) by daniel
- git #89eaaac6 - Parser: Trim trailing whitespace as the last step in pre-save transform (task 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 (task 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 (task 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 (task T279522) by daniel
- git #d5998373 - Remove checkLess.php (task T279026) by gengh
- git #ae78073f - Remove unstable marker from Authority interface (task T275768) by daniel
- git #fed7f0b1 - Remove $actor field from UsererIdentityValue (task T274179) by daniel
- git #1ae400bb - Remove some deprecated methods from the Language class by daniel
- git #8f9ff905 - WikiExporter: replace Title in method signatures (task T278459) by daniel
- git #221162b8 - Update updateSearchIndex.php to 2006+ standards (task 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 (task T268698) (task T263872) by Timo Tijhof
- git #659cd2f3 - Do not use a NullLogger when no handler is declared (task T196906) by Sébastien Beyou
- git #d56bf85b - ApiTag: inject services (task T259960) by DannyS712
- git #c90158d4 - Correct "nonwrite-api-promise-error" message and improve docs (task T133701) by Bartosz Dziewoński
- git #6fb338ae - MediaHandlerFactory: inject a logger by DannyS712
- git #c8841004 - Use Accent50 for progress indicators (task 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 (task T277358) by Huji
- git #b93ce5cb - selenium: Update documentation in DEVELOPERS.md (task T277427) (task 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 (task T269676) by Cole White
- git #29035f32 - Make some /includes/changes tests unit tests by DannyS712
- git #2d32ab92 - SessionManager: Document expectations for storage backend (task T270225) by Timo Tijhof
Vendor
editNo changes for vendor
Extensions
edit3D
edit- git #b7f5846b - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader
AbuseFilter
edit- git #04f298c8 - Stop using legacy ActorMigration fields (task T278917) by Tim Starling
- git #0fa804ff - QueryAbuseLog: remove duplicate setting $conds = [] by DannyS712
- git #644b7aa2 - Clean up AbuseFilterViewHistory and AbuseFilterHistoryPager by Matěj Suchánek
- git #a2ee8c41 - Improve test coverage of API modules by Matěj Suchánek
- git #7ed7b973 - Clean up (Global)AbuseFilterPager by Matěj Suchánek
- git #ddb06aa7 - SECURITY: Use an anonymous user as creator for autocreations (task T272244) by Daimona Eaytoy
- git #25547c47 - SECURITY: Don't leak IPs when blocking anon account creations (task T152394) by Daimona Eaytoy
- git #560d6fe7 - Drop database patches for MW < 1.27 (task T280012) by Daimona Eaytoy
- git #f67c2d54 - Remove deprecated $wgAbuseFilterCustomActionsHandlers by Daimona Eaytoy
- git #f8438a46 - Remove the old parser (task T239990) by Daimona Eaytoy
- git #6da2eaef - Api: inject more abuse filter services (task T259960) by DannyS712
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 (task 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- git #d925741f - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader
- git #03685efd - Namespace extension by Reedy
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
editNo 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 (task T164898) by Ammarpad
- git #1c1b3b74 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader
CirrusSearch
edit- git #7d7b6642 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader
- git #137140ac - Reindex the page on UploadComplete (task T278209) by David Causse
Cite
edit- git #45fb9da7 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader
CiteThisPage
edit- git #33182767 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader
- git #1d712736 - Use HookHandlers for core hooks (task T271012) by Umherirrender
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- git #1b67f9ea - Address voice and tone issues (task T277935) by Reedy
- git #de158a55 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader
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 (task T279066) by NikG
- git #eacb31a1 - CX3: Refactor suggestion store modules by NikG
- git #c5981656 - CXTranslationSuggestion: Fix info to display missing sections count (task T260164) by NikG
- git #dfb25eff - SX section suggestions: Drop user published translations (task 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 (task 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 (task T280433) by Bartosz Dziewoński
- git #a3f665e8 - Remove <header> tags around headings for compat with MobileFrontend (task 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 (task T277783) by Bartosz Dziewoński
- git #9420f22e - Don't allow query and cookie hacks to enable topic subscriptions (task T280082) by Bartosz Dziewoński
- git #6bf75b47 - Fire the 'wikipage.content' hook on previews (task T279141) by Bartosz Dziewoński
- git #bfe6a365 - Include comment names in 'transcludedfrom' API response (task T275821) (task 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
editNo changes for EntitySchema
EventBus
edit- git #a80940d6 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader
EventLogging
edit- git #84821d8e - Avoid using User::getIntOption() (task T277600) by ZabeMath
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 (task T280331) by Željko Filipin
- git #f176f0e2 - Set empty hook handlers on ExtensionRegistry for testing (task T265628) by Umherirrender
- git #24c0a285 - Remove actor arg from UserIdentityValue in FileRevisionFromRemoteUrl (task T274179) by Umherirrender
FlaggedRevs
edit- git #4706adf4 - Postgres schema: Drop foreign key references to mwuser (task T164898) by Ammarpad
- git #d9fb6e78 - Drop {{#pagesusingpendingchanges}} (task 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. (task T273317) (task 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() (task 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- git #0a813372 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader
- git #db248b4b - container.php: merge some single use index entries (task T170330) by DannyS712
- git #0e6f99e0 - Replace user getGroups Method (task T275148) by Jeena Huneidi
- git #606504bd - Import: Avoid unredacted trace in OptInController log warning (task T233342) (task T234241) by Timo Tijhof
- git #2a6132ff - container.php: merge single use listeners entries (task T170330) by DannyS712
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
editNo 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 (task T280114) by Martin Urbanec
- git #fea6652d - Add a link: always suppress help panel CTA (task T280564) by MewOphaswongse
- git #8354a373 - DatabaseMentorStore: Fix deprecation warning in upsert query (task 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 (task T280276) by MewOphaswongse
- git #f4b51f77 - Add Link: Implement rejection dialog (task 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 (task T274031) by Martin Urbanec
- git #226a2b7b - Add paragraph break to link-recommendation tasktype description (task T278159) by Kosta Harlan
- git #0f9bc169 - Add a link: Show onboarding after VisualEditor loads (task T280089) by MewOphaswongse
- git #3557d5e2 - Add task type icon to difficulty and time estimate row (task T278159) by Kosta Harlan
- git #33db6e12 - AddLink: Enable plugin to load on page reload (task T278485) by Kosta Harlan
- git #3b3cb559 - Fix styling for additional message and checkbox on task type selection (task T268706) by Kosta Harlan
- git #9e93cca7 - StartEditing: Update message (task 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 (task T280114) by Martin Urbanec
- git #6d0b35c6 - [refactor] Move wasPosted to MentorStore by Martin Urbanec
- git #29413861 - Localize 'EditGrowthConfig' to Czech (task T280114) by Martin Urbanec
- git #c7742b68 - Add a link: update annotation styles based on design review (task T279684) by MewOphaswongse
- git #75f4bf4f - Add Urdu special page aliases (task T280067) by Martin Urbanec
- git #ac4ecc5e - Make DatabaseMentorStore::setMentorForUser safe to call in GET context (task T279957) by Martin Urbanec
- git #37db1a36 - SpecialNewcomerTasksInfo: add missing text() (task T278524) by Gergő Tisza
- git #5c499602 - Remove "successfully" from a message by Amir Aharoni
- git #91e1c690 - Change minimum links per task to 2 (task T261408) by Kosta Harlan
- git #f49f4f63 - Replace refererences to AI terminology with "machine" (task T278298) by MewOphaswongse
- git #a1f1f252 - Run MigrateMentorMenteeRelationship in update.php (task T275773) by Martin Urbanec
- git #d27d1e5c - Add a link: make sure the correct annotation is updated (task T278450) by MewOphaswongse
- git #ad1737a6 - Add a link: Show onboarding after link inspector is shown (task T280089) by MewOphaswongse
- git #cf70e2e6 - Do not pass actorId to UserIdentityValue by daniel
- git #be249973 - Allow users to manage GEHomepageSuggestedEditsIntroLinks in Special:EditGrowthConfig (task T274031) by Martin Urbanec
- git #209644d4 - Set GEMentorshipMigrationStage to SCHEMA_COMPAT_WRITE_BOTH | SCHEMA_COMPAT_READ_OLD (task T275773) by Martin Urbanec
- git #c05e0de0 - Introduce Special:EditGrowthConfig (task T274031) by Martin Urbanec
- git #fe878295 - DatabaseMentorStore: Cache mentor in memcached (task T279959) by Martin Urbanec
- git #2d7c61fe - Add Link: exclude disambiguation pages from task candidates (task T279128) by Gergő Tisza
- git #d341d0d1 - Make importOresTopics.php work for wikis which do not have ORES models (task T274198) by Gergő Tisza
GuidedTour
edit- git #67946160 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader
GWToolset
edit- git #83e4a653 - Rephrase whitelist messages (task T277944) by Amir Aharoni
- git #e89c68b5 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader
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- git #d0c06ea1 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader
- git #3ed01a42 - Add CONTRIBUTING.MD (task T234662) by Moritz Schubotz (physikerwelt)
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- git #29f32bc6 - Allow use of a search page that isn't Special:Search (task T279057) by Cormac Parle
- git #c64486cd - MobileFormatter: Don't strip HTML comments (task T276455) by Ed Sanders
MultimediaViewer
editNo changes for MultimediaViewer
NavigationTiming
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 (task T277641) by Andrew Kostka
- git #622fb6c5 - Allow to disable/enable popup types individually (task 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 (task 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- git #36d39dca - Also omit the edit count bucket when it's unavailable (task T210106) by Adam Wight
- git #2227a259 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader
- git #542a6bec - Use edit count bucketing from EventLogging (task T210106) by Adam Wight
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
RelatedArticles
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- git #d2635536 - Rename messages that use 'whitelist' (task T277959) by Reedy
- git #f03f3907 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader
SandboxLink
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- git #32ea1e75 - Use HookHandlers for core hooks (task T271028) by Umherirrender
- git #e080b30b - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader
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- git #e429d5d1 - Remove deprecated config variables (task T277962) by Reedy
- git #5e42985f - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader
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- git #fedb84b9 - Use HookHandlers for core hooks (task T271033) by Umherirrender
- git #aa724845 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader
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 (task T277965) by Abijeet
- git #e1f7eb60 - TranslationsUpdateJob: Use MessageGroupStats::FLAG_IMMEDIATE_WRITES (task 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 (task T278313) by Niklas Laxström
- git #51ec3bc0 - Update jquery.ime and jquery.uls from upstream by Amir Aharoni
UploadsLink
edit- git #acc9b2b2 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader
UploadWizard
editNo 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 (task T273425) by Andrew Kostka
- git #c832df5d - api: Better error when a page with the given title can't exist (task T279711) by Bartosz Dziewoński
- git #aec35a67 - api: Better error when 'wikitext' parameter is required (task T280072) by Bartosz Dziewoński
- git #43c1ec5f - Add filtering for the suggested values combo box (task T271898) by Andrew Kostka
- git #dbb71845 - Update VE core submodule to master (ef0a3a720) (task T279600) by Bartosz Dziewoński
- git #1abb5a57 - Add command to insert non-breaking space (task T53045) by Bartosz Dziewoński
WebAuthn
edit- git #7f0049f2 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader
Wikibase
edit- git #02564fa5 - client: move OtherProjectsSidebarGeneratorFactory to service container (task T280338) by Lucas Werkmeister
- git #a056e357 - Move WikibaseClient DefaultSnakFormatterBuilders to service container (task T280345) by Itamar Givon
- git #76b235d6 - Remove WikibaseClient::getLuaEntityModules() (task T280337) by Lucas Werkmeister
- git #02a9f2ac - SpecialAvailableBadges: remove redundant phpdoc by Lucas Werkmeister
- git #0cb32f85 - Move WikibaseRepo DefaultValueFormatterBuilders to service container (task T280348) by Itamar Givon
- git #5257a529 - client: move LanguageLinkBadgeDisplay to service container (task T280335) by Lucas Werkmeister
- git #49d44cc6 - Move EditFilterHookRunner to service container (task T280346) by Itamar Givon
- git #224bcefd - client: move DefaultValueFormatterBuilders to service container (task T280333) by Lucas Werkmeister
- git #eb360c16 - client: move KartographerEmbeddingHandler to service container (task T280362) by Lucas Werkmeister
- git #0bc4cfdd - Renable variables for readability by Lucas Werkmeister
- git #3c1b932e - repo: move EnabledEntityTypes to service container (task T280142) by Lucas Werkmeister
- git #ba4b6bb9 - bridge: Split mobile and desktop error handling browser test, disable mobile (task T279068) by Amir Sarabadani
- git #dc71d137 - Remove WikibaseRepo::newEditEntityFactory() (task T280140) by Itamar Givon
- git #f4bde164 - Move WikibaseRepo EditEntityFactory to service container (task T280140) by Itamar Givon
- git #65fc7236 - client: Move DataAccessSnakFormatterFactory to service container (task T279995) by rosalie
- git #ba9db2ea - repo: move EntityParserOutputGeneratorFactory to service container (task T280145) by Lucas Werkmeister
- git #27e8db29 - Remove WikibaseRepo::getEntityParserOutputGenerator() (task T280145) by Lucas Werkmeister
- git #b0322c97 - Remove dead code from WikiPagePropertyOrderProvider (task T280323) by Lucas Werkmeister
- git #815e2536 - repo: move ChangeOpDeserializerFactory to service container (task T280120) by Lucas Werkmeister
- git #611da989 - tainted-refs: npm update (task T276573) by tzhelyazkova
- git #068f2cf7 - repo: move ViewFactory to service container (task T280123) by Lucas Werkmeister
- git #7b009dcc - tainted-refs: don't install vue-cli globally by Jakob Warkotsch
- git #aeff96c8 - Skip trying to format ids that don't exist (task T279408) by Bereket teshome
- git #3a0723fb - Remove WikibaseRepo::getLocalEntityNamespaces() (task T280144) by Lucas Werkmeister
- git #2293fc77 - Remove WikibaseRepo::newPropertyHandler() (task T280143) by Lucas Werkmeister
- git #cb20778d - repo: move PropertyHandler to service container (task T280143) by Lucas Werkmeister
- git #71f74bae - repo: Remove inFederatedPropertiesMode and call it via service WikibaseRepo::Settings (task T280010) by rosalie
- git #ab9f4b97 - FedProps: ensure FedProps EntityTypeDefinitions are loaded last (task T279532) by Thomas Arrow
- git #a0a760ad - Don't set RecentChange::mTitle in tests (task T278459) by daniel
- git #ee1502eb - composer: Add minus-x fix to fix job by James D. Forrester
- git #4b2236b3 - composer: Add phan job manually as LibUp always errors here (task T280161) by James D. Forrester
- git #da8828c8 - repo: inject ChangeOpFactoryProvider into SpecialModifyTerm (task T279936) by Lucas Werkmeister
- git #49e3078a - Move WikibaseRepo SnakFormatterFactory to service container (task T279938) by Itamar Givon
- git #48a8ec69 - repo: move DefaultValidatorBuilders to service container (task T279529) by Lucas Werkmeister
- git #9c7377fb - Split EntityTitleStoreLookup from EntityContentFactory (task T277157) by sihe
- git #75a2d553 - tainted-refs: Add a smoke test for Storybook (task T276573) by tzhelyazkova
- git #4b472bcf - Move WikibaseRepo EntityIdHtmlLinkFormatterFactory to service container (task T279673) by Itamar Givon
- git #936b15b8 - repo: move ChangeOpFactoryProvider to service container (task T279936) by Lucas Werkmeister
- git #634f1f13 - Remove WikibaseRepo::getContentLanguage() (task T276581) by Lucas Werkmeister
- git #6cde23ca - repo: move ItemHandler to service container (task T279939) by Lucas Werkmeister
- git #3c859e92 - Remove WikibaseRepo::newItemHandler() (task T279939) by Lucas Werkmeister
- git #433e888b - Remove WikibaseRepo::getFieldDefinitionsByType() (task T280002) by Lucas Werkmeister
- git #ec35d140 - repo: introduce FieldDefinitionsFactory service (task T280002) by Lucas Werkmeister
- git #374acf32 - tainted-refs: Update sass-loader from v7 to v8 (task T276573) by tzhelyazkova
- git #aae553ed - tainted-refs: Update to vue-cli 4 (task T276573) by tzhelyazkova
- git #45f39b1f - repo: Move SnakFactory to service container (task T279937) by rosalie
- git #7e346d92 - repo: move SummaryFormatter to service container (task T279940) by Lucas Werkmeister
- git #2b3fca50 - Update calls to WikibaseClient::getRestrictedEntityLookup() (task T279921) by Lucas Werkmeister
- git #f7e2f9ee - Split EntityIdLookup from EntityContentFactory (task T277158) by Amir Sarabadani
- git #77647415 - repo: move EntityDataUriManager to service container (task T279913) by Lucas Werkmeister
- git #48dc2707 - client: Move RestrictedEntityLookup to service container (task T279921) by rosalie
- git #a73be396 - SpecialAvailableBadges: remove unneeded factory method by DannyS712
WikibaseCirrusSearch
edit- git #53b21cc8 - Update WikibaseRepo::newPropertyHandler() call (task T280143) by Lucas Werkmeister
- git #c43f5074 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader
- git #e8793aaf - Update WikibaseRepo::newItemHandler() call (task T279939) by Lucas Werkmeister
- git #2fc84aad - Update WikibaseRepo::getFulltextSearchTypes to static (task T279919) by Itamar Givon
WikibaseLexeme
edit- git #d00e8fd1 - Call the parent on onChangeTags as well (task T278522) by Amir Sarabadani
- git #6905328d - Inject WikibaseRepo.EditEntityFactory service to API modules (task T280140) by Itamar Givon
- git #0fa5f9e8 - Update WikibaseRepo::getViewFactory() calls (task T280123) by Lucas Werkmeister
- git #93b8e8bd - Update WikibaseRepo::getEntityParserOutputGenerator() call (task T280145) by Lucas Werkmeister
- git #7a5b30a4 - Ensure Sense ChangeOps are applied after it's added to the Lexeme (task T199896) by Jakob Warkotsch
- git #e85368db - Show a message instead of fatal when the lexeme doesn't exist (task T277089) (task T173287) by Amir Sarabadani
- git #e26178ba - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader
- git #8f343bd5 - Update WikibaseRepo::getChangeOpFactoryProvider() calls (task T279936) by Lucas Werkmeister
- git #7ed8033d - Update WikibaseRepo::getSummaryFormatter() calls (task T279940) by Lucas Werkmeister
- git #117fc418 - Update call to WikibaseClient::getRestrictedEntityLookup() (task T279921) by Lucas Werkmeister
- git #55cc92b4 - Update WikibaseRepo::getFieldDefinitionsByType() calls (task T280002) by Lucas Werkmeister
- git #3c0aa984 - Update WikibaseRepo::getEntityIdHtmlLinkFormatterFactory to static (task T279673) by Itamar Givon
- git #b2a500d6 - wbeditentity: support adding senses with statements (task 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 (task T280002) by Lucas Werkmeister
WikibaseMediaInfo
edit- git #9128a771 - Update WikibaseRepo::getChangeOpDeserializerFactory() call (task T280120) by Lucas Werkmeister
- git #64e97e2d - Update WikibaseRepo::getEntityParserOutputGeneratorFactory() call (task T280145) by Lucas Werkmeister
- git #98c3a2ef - Inject SnakFormatterFactory to Api Modules (task T279938) by Itamar Givon
- git #b315ebd0 - Update WikibaseRepo::getFieldDefinitionsByType() call (task T280002) by Lucas Werkmeister
- git #77cb3f6a - Fix flex layout of results in IE11 (task T275933) by annet
WikibaseQualityConstraints
edit- git #f7e0f761 - build: Updating eslint-config-wikimedia to 0.20.0 by libraryupgrader
- git #b7f7c6cb - Update WikibaseRepo::getEntityIdHtmlLinkFormatterFactory to static (task 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 (task T210106) (task T280294) by Adam Wight
- git #b66b87b9 - searchSatisfaction: Default userEditBucket back to 0 edits (task 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
editCologneBlue
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 (task 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 (task 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- git #2b5c18d7 - build: Update 'svgo' to latest (task T278656) by Volker E
- git #8cab5087 - Add config for language in header for logged in/out users (task T277588) by Clare Ming
- git #afaa02ae - Adjust floating override (task T280260) by jdlrobson
- git #e352b940 - build: Updating npm dependencies by libraryupgrader
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 (task T279600) by Bartosz Dziewoński
Total Changes
edit469 Changes in 191 repos by 60 authors