Jump to content

MediaWiki 1.35/wmf.32/Changelog

From mediawiki.org

Core changes

[edit]
  • git #145c4446 - Branch commit for wmf/1.35.0-wmf.32 by trainbranchbot
  • git #8c6f8cbb - Release notes for revision table changes (T251343) by daniel
  • git #3893ceef - HookRunner: mark as @internal by daniel
  • git #880050d1 - ApiClearHasMsg: Use new TalkPageNotificationManager (T239640) by DannyS712
  • git #2436bb63 - Rename DefaultOptionsManager to DefaultOptionsLookup by Petr Pchelko
  • git #4363a740 - resourceloader: Document replacement for the ResourceLoaderTestModules hook (T232875) by James D. Forrester
  • git #ecbad062 - DeprecatedHooks: Add UserSetCookies hook, deprecated in 1.27 (T232880) by DannyS712
  • git #f009d305 - qunit: Load JS with lang=qqx/skin=fallback as context (T250045) by Timo Tijhof
  • git #e1992a74 - Actually deprecate the UserSetCookies (T232880) by James D. Forrester
  • git #9f0fad8c - Remove reference to wfMsgHtml() by Kosta Harlan
  • git #96b8be57 - Add a new `SpamChecker` service (T251015) by DannyS712
  • git #6b7ab1e0 - Typehint WikiFilePage::setFile (T250767) by Gergő Tisza
  • git #8d378e97 - Update setTemporaryHook() to use scopedRegister() (T250300) by Nikki Nikkhoui
  • git #34729ded - Fix numerous PSR12.Properties.ConstantVisibility.NotFound by Reedy
  • git #2ed94838 - installer: Tweak MysqlUpdater::doWatchlistUpdate query (T160993) by Aaron Schulz
  • git #12a3883a - Fix SingleSpaceBeforeSingleLineComment by Reedy
  • git #4cd8d9cf - Fix numerous PSR12.Properties.ConstantVisibility.NotFound by Reedy
  • git #b422bc38 - phpcs: Narrow Squiz.Scope.MethodScope.Missing by Reedy
  • git #f96a1569 - Function visibility in ParserFactoryTest.php by Reedy
  • git #d991df93 - Only take titles on GenderCache::doTitlesArray by Umherirrender
  • git #a8161ec1 - Add missing visibility on methods of deferred related classes by Umherirrender
  • git #ae6eefb4 - Add missing visibility on methods of upload related classes by Umherirrender
  • git #a617735f - Add missing visibility on methods of class PoolCounterRedis by Umherirrender
  • git #ae7649bf - Add missing visibility on methods/consts of gallery related classes by Umherirrender
  • git #bdcf27be - Add missing visibility on methods of class ZipDirectoryReader by Umherirrender
  • git #b0a950c7 - Add ARIA label to `wpTextbox1` (T245863) by Akinwale Alagbe
  • git #1e4b787e - resourceloader: simplify mw.log declaration in startup.js by Timo Tijhof
  • git #65d421d8 - mediawiki.base: Let exists() work even in lang=qqx (T250045) by Timo Tijhof
  • git #bce3f328 - resourceloader: Re-use 'console' variable in mediawiki.js scope by Timo Tijhof
  • git #797d143e - Remove conditional checking for postgres >= 8.3 by Reedy
  • git #8d011de4 - More work on formatting generated sql (T230428) by Amir Sarabadani
  • git #3f6b213d - Explicit visibility modifiers to AjaxResponse.php by Reedy
  • git #f8756863 - Narrow PSR12.Properties.ConstantVisibility.NotFound by Reedy
  • git #ead6b1e5 - Fix some PSR12.Properties.ConstantVisibility.NotFound in tests/phpunit/ by Reedy
  • git #f648dd23 - Fix PSR12.Properties.ConstantVisibility.NotFound in maintenance/ by Reedy
  • git #d92684ae - Cleanup AutoloadGenerator by Reedy
  • git #f43c2b76 - Explicit visibility modifiers in ProtectionForm.php by Reedy
  • git #f91b404f - Explicit visibility modifiers in TitleArrayFromResult.php by Reedy
  • git #43c4860c - Explicit visibility modifiers to AutoLoader.php by Reedy
  • git #c7206dae - export: Remove excessive indenting and unnecessary else by Reedy
  • git #b4c89c91 - Cleanup ConverterRule by Reedy
  • git #049ff1a6 - Bump doctrine/dbal 2.9.3 => 2.10.2 by Reedy
  • git #11f24158 - Wire empty abstract schema into installer (T191231) (T230428) by Amir Sarabadani
  • git #a69d8175 - Add doctrine/sql-formatter to pretty print generated SQL files (T191231) by Reedy
  • git #6319ffa1 - Do not assume case in checking NULL in DatabaseSqliteTest by Amir Sarabadani
  • git #dbbb3af6 - Small improvements to DoctrineSchemaBuilder and generateSchemaSql (T230428) by Amir Sarabadani
  • git #018f9a3b - Add missing visibility on methods related to import/export by Umherirrender
  • git #709fbb86 - Add missing public visibility on rest related interface methods by Umherirrender
  • git #46891beb - Add missing visibility on methods of class ConverterRule by Umherirrender
  • git #5b55e2ed - Add missing public visibility on methods of cache related classes by Umherirrender
  • git #20a6e532 - skins: Move some BaseTemplate functions to Skin (T251212) by jdlrobson
  • git #355a6cd4 - phpunit: Add error_reporting/AtEase check to MediaWikiUnitTestCase by Timo Tijhof
  • git #21d48c20 - SpecialBlock: Inject PermissionManager rather than creating it through MediaWikiServices (T252253) by Martin Urbanec
  • git #b75e99a3 - Explicit return in ChannelFeed::formatTime() implementations by Reedy
  • git #23524cd1 - Use db abstraction layer in nukePage and nukeNS maintenance script (T216348) by Umherirrender
  • git #a9c55726 - Add missing public visibility on some methods by Umherirrender
  • git #fc8c95e5 - Avoid reuse of local variable in RevisionStore (T216348) by Umherirrender
  • git #01945070 - MediaWikiIntegrationTestCase remove temporary handler (T250300) by Nikki Nikkhoui
  • git #35e67968 - mw.widgets.TableWidget: Add method for getting header row item by Thalia
  • git #8e7673b8 - Fix TableWidget and RowWidget errors on disabling the widgets by Thalia
  • git #c95c6f74 - objectcache: add "non-global" mode to WANObjectCache "coalesceKeys" by Aaron Schulz
  • git #c04732b9 - Alter `revision` for actor, comment, and MCR (T251343) (T184615) (T215466) by Brad Jorsch
  • git #c339be9e - UserTest::testGetNewMessageLinks pass artificial clock by reference by Petr Pchelko
  • git #767aee7b - RevisionStore: fall back to master db if main slot is missing. (T212428) (T252156) by daniel
  • git #5c6df391 - UserTest: Ensure revisions have distinct timestamps by daniel
  • git #fcd799ad - resourceloader: Let wgResourceLoaderMaxQueryLength=-1 fallback to default (T251789) by Timo Tijhof
  • git #ad7e5d50 - profiler: Set Xhprof::$enabled after enable attempt, not before by Timo Tijhof
  • git #4355ecf1 - Updating guzzlehttp/guzzle (6.5.2 => 6.5.3) by Reedy
  • git #8660ca65 - Avoid small code duplication in BacklinkCache by Umherirrender
  • git #6cf64add - Improve docs in FileDeleteForm by Umherirrender
  • git #8cf44388 - profiler: Fix formatting of $wgProfiler documentation by Timo Tijhof
  • git #9757ee34 - Sync up with Parsoid parserTests.txt by Subramanya Sastry
  • git #ba6490aa - deferredupdates: support limited DeferredUpdates::doUpdates() (T249069) by Aaron Schulz
  • git #c2a1e0f7 - Create TalkPageNotificationManager service (T239640) by Petr Pchelko
  • git #9753db19 - RevisionItem: Fix providing timestamp in getRevisionLink (T252072) by DannyS712
  • git #b1081cf7 - RCFilters: Use ButtonMenuSelectWidget for SavedLinksListWidget (T178387) by Ed Sanders
  • git #4194aa92 - Hard deprecate PageArchive::getPreviousRevision (T251718) by DannyS712
  • git #820ca474 - Complete required fields for RevisionFactory::newRevisionFromArchiveRow (T252052) by Ammar Abdulhamid
  • git #ba7b6944 - RCFilers: Remove GroupWidget.js by Ed Sanders
  • git #49a16709 - DeletedContribsPager: Revision rows are from the archive table (T252043) by DannyS712
  • git #25f5eb7a - Further review of user and specials hook doc comments by Tim Starling
  • git #36defc20 - Add PreferencesFactory::setUser() (T238466) by Sam Wilson
  • git #f4aaad25 - ChangeTags::updateTagsWithChecks - remove use of Revision objects (T249021) by DannyS712
  • git #ec7584d4 - Remove use of Revision objects in RevisionItem classes (T249393) (T249021) by DannyS712
  • git #25016253 - Deprecate no LanguageNameUtils constructing DefaultPrederencesFactory by Petr Pchelko
  • git #7dd41648 - Allow extensions (et al) to have multiple LICENSE/COPYING files (T251642) by Reedy
  • git #bd43b01f - Create ExtensionInfo (T251818) by Reedy
  • git #b2384846 - Replace deprecated `onLookupMenuItemChoose` with `onLookupMenuChoose` by Volker E
  • git #4ca8c998 - SpecialNewpages::revisionFromRcResult - cast visibility as integer (T251950) by DannyS712
  • git #ae74a29a - CoreParserFunctions::revisionuser - only call getUser on RevisionRecord (T251952) by DannyS712
  • git #2a68d8ff - Introduce table widget, upstreamed from the Graph extension (T251611) by Thalia
  • git #47f6b732 - FileBackend: Avoid undefined offset notices (T248925) by Max Semenik
  • git #7df7b923 - rest: Add 'thumbnail' and 'description' fields to the search response (T250144) by Peter Ovchyn
  • git #1367b506 - SpecialBlock: Don't fill in form defaults for a partial autoblock (T250490) by Thalia
  • git #1e2e9851 - MovePage::moveToInternal - remove use of Revision::insertOn (T251856) by DannyS712
  • git #883469ad - Fix parameter documentation for dump methods for handling revisions (T246284) by DannyS712
  • git #2a21e996 - GlobalFunctions: Fix wfPercent() with negative accuracy (T248925) by Max Semenik
  • git #3675b5fc - findBadBlobs: Force rev_timestamp index (T205936) by daniel
  • git #d351bb7e - RevisionStore: improve error handling in newRevisionsFromBatch (T205936) by daniel
  • git #aeb2f33c - Deprecate a few more tidy-related methods (T198214) by C. Scott Ananian
  • git #ea3e2e8f - Bring HookContainerTest to unit test standards by Nikki Nikkhoui
  • git #64ea02b0 - database: Disallow db->update() without condition (T243619) by Peter Ovchyn
  • git #239672b9 - [WIP] Workaround PHP 7.4>= memory leak in tests (T247990) by Máté Szabó
  • git #8e2ce212 - deferred: add turnstile debug logging to DeferredUpdates::attemptUpdate() (T249069) by Aaron Schulz

Vendor

[edit]

Extensions

[edit]

3D

[edit]

No changes for 3D

AbuseFilter

[edit]
  • git #4844bfe2 - Use ParserOptions::newFromUser() instead of relying on global $wgUser (T246861) by DannyS712
  • git #120d1500 - updateVarDumps: wait for replication after each batch by Daimona Eaytoy
  • git #7a2373f7 - Remove some SQLite specific files (T251613) by Reedy

ActiveAbstract

[edit]

AdvancedSearch

[edit]
  • git #9e5966f4 - Replace deprecated `onLookupMenuItemChoose` with `onLookupMenuChoose` by Volker E

AntiSpoof

[edit]

No changes for AntiSpoof

ApiFeatureUsage

[edit]

ArticleCreationWorkflow

[edit]

No changes for ArticleCreationWorkflow

ArticlePlaceholder

[edit]
  • git #dad0b4de - Use MediaWiki's TitleFactory, instead of Wikibase client's by Marius Hoch

Babel

[edit]

BetaFeatures

[edit]

BounceHandler

[edit]

No changes for BounceHandler

Calendar

[edit]

Campaigns

[edit]

Capiunto

[edit]

CategoryTree

[edit]

CentralAuth

[edit]
  • git #315a94c4 - Rename CentralAuthAntiSpoofHooks::asAddNewAccountHook -> CentralAuthAntiSpoofHooks::asAddRenameUserHook by Reedy
  • git #87fbd1b0 - Replace deprecated `onLookupMenuItemChoose` with `onLookupMenuChoose` by Volker E

CentralNotice

[edit]

No changes for CentralNotice

CharInsert

[edit]

CheckUser

[edit]

CirrusSearch

[edit]
  • git #e937e213 - Explicitly remove temporary hooks in FunctionScoreChainTest (T250300) by Nikki Nikkhoui
  • git #f27d987b - build: Updating dependencies by libraryupgrader

Cite

[edit]
  • git #7fbd5de7 - Merge two code paths related to follow by Thiemo Kreuz
  • git #c35d47fe - Use QUnitTestModule instead of deprecated ResourceLoaderTestModules (T232875) by James D. Forrester
  • git #eb8e07c6 - Sync up with Parsoid citeParserTests.txt by Subramanya Sastry
  • git #3678215a - Add a newline in wikitext before autogenerated reflist (T148701) by Bartosz Dziewoński
  • git #a00b8d99 - Add test cases for impossible follow vs. rollback edge case by Thiemo Kreuz

CiteThisPage

[edit]

No changes for CiteThisPage

Citoid

[edit]
  • git #0b802a90 - Use QUnitTestModule instead of deprecated ResourceLoaderTestModules (T232875) by James D. Forrester

cldr

[edit]

CodeEditor

[edit]

CodeMirror

[edit]
  • git #63e30576 - extension.json: Simplify hook calls as we only ever use one by James D. Forrester
  • git #85e56bb2 - Use QUnitTestModule instead of deprecated ResourceLoaderTestModules (T232875) by James D. Forrester

CodeReview

[edit]

Cognate

[edit]

No changes for Cognate

CollaborationKit

[edit]

Collection

[edit]

CommonsMetadata

[edit]

ConfirmEdit

[edit]

No changes for ConfirmEdit

CongressLookup

[edit]

No changes for CongressLookup

ContactPage

[edit]

ContentTranslation

[edit]
  • git #4b083bde - Add Special:MyLanguage for better user experience(2) by Yuki Shira
  • git #404a3e4a - Replace deprecated `onLookupMenuItemChoose` with `onLookupMenuChoose` by Volker E

ContributionTracking

[edit]

CreditsSource

[edit]

Dashiki

[edit]

Disambiguator

[edit]

DiscussionTools

[edit]
  • git #07439609 - Modifier: Fix missing docs and variable names by Ed Sanders
  • git #4397bda8 - Modifier: Separate out test data by Ed Sanders
  • git #78aba459 - Hooks: Remove unused variable by Ed Sanders
  • git #ea0b95be - Manually clear out session storage on teardown (T252176) by Ed Sanders
  • git #77f1be3b - parser.js: Fix some typos and variable names by Ed Sanders
  • git #4f22e323 - Fix typo in parser.js 'dl' => 'dd' by Ed Sanders
  • git #41d5aa1d - Separate out more data from parser.tests.js by Ed Sanders
  • git #2f92e5d1 - Disable VisualEditor page takeovers while a reply widget is open (T244942) by David Lynch
  • git #63492f12 - Disable IP mentioning until outstanding issues resolved (T251478) by Ed Sanders
  • git #cb90e6ed - Move IP users to bottom of suggestions (T251478) by Ed Sanders
  • git #56d8721f - Switching between VE & wikitext (plain) (T234403) by Ed Sanders
  • git #9fab4add - Config: Separate useVisualEditor into enableVisual and use2017Wikitext by Ed Sanders
  • git #d18496f0 - Allow visual mode to tested with ?dtvisual=1 (T251963) by Ed Sanders
  • git #fdae56ea - Add messages for source/visual tabs by Ed Sanders
  • git #44fd8ec0 - Parser: Return mw.Title from getTitleFromUrl by Ed Sanders
  • git #0269626a - Handle   and other entities in the timestamp/timezone (T251838) by Bartosz Dziewoński

DismissableSiteNotice

[edit]

DonationInterface

[edit]

DoubleWiki

[edit]

DynamicSidebar

[edit]

Echo

[edit]

Elastica

[edit]

ElectronPdfService

[edit]

EntitySchema

[edit]

No changes for EntitySchema

EventBus

[edit]

EventLogging

[edit]

No changes for EventLogging

EventStreamConfig

[edit]

No changes for EventStreamConfig

ExtensionDistributor

[edit]

ExternalGuidance

[edit]

No changes for ExternalGuidance

FeaturedFeeds

[edit]

FileExporter

[edit]

No changes for FileExporter

FileImporter

[edit]
  • git #af82d9c5 - Add ARIA label to `wpTextbox1` (T245863) by Thiemo Kreuz
  • git #77221523 - SpecialImportFileIntegrationTest: Fix optional parameter before required (T252023) by Max Semenik
  • git #03012889 - Use LanguageConverter::findVariantLink() instead of Language::findVariantLink() (T226832) by ArtBaltai

FlaggedRevs

[edit]
  • git #9ac5943a - Replace use of `ArticleRollbackComplete` hook with `RollbackComplete` (T250543) by DannyS712

Flow

[edit]
  • git #2fd63ed2 - Avoid use of wfForeignMemcKey() (T250407) by Aaron Schulz
  • git #a85d0e29 - Improve check for RC_FLOW type in SpecialCheckUser hook by Thalia
  • git #98a6bbb8 - OccupationController::ensureFlowRevision Use WikiPage instead of Article (T248033) by ArtBaltai
  • git #39495093 - Fix check for RC_FLOW type in SpecialCheckUser hook by Thalia
  • git #6920d99b - Use correct contract of ArticleConfirmDelete hook (T251843) by ArtBaltai

FundraiserLandingPage

[edit]

No changes for FundraiserLandingPage

FundraisingTranslateWorkflow

[edit]

No changes for FundraisingTranslateWorkflow

Gadgets

[edit]
  • git #2977f44d - Add Special:MyLanguage for better user experience by Yuki Shira

GeoCrumbs

[edit]

GeoData

[edit]

No changes for GeoData

GettingStarted

[edit]

No changes for GettingStarted

GlobalBlocking

[edit]

No changes for GlobalBlocking

GlobalCssJs

[edit]
  • git #d54dac99 - Add Special:MyLanguage for better user experience by Yuki Shira

GlobalPreferences

[edit]

GlobalUsage

[edit]

No changes for GlobalUsage

GlobalUserPage

[edit]

GoogleNewsSitemap

[edit]

Graph

[edit]
  • git #3a49e264 - Use QUnitTestModule instead of deprecated ResourceLoaderTestModules (T232875) by James D. Forrester
  • git #439a8375 - Upstream TableWidget and related classes to MediaWiki core (T251611) by Thalia

GrowthExperiments

[edit]
  • git #6fcbcf7b - Use '.text-overflow()' mixin from 'mediawiki.mixins' by Volker E

GuidedTour

[edit]
  • git #0056350c - extension.json: Fix name of QUnitTestModule by James D. Forrester
  • git #528dd000 - Use QUnitTestModule instead of deprecated ResourceLoaderTestModules (T232875) by James D. Forrester

GWToolset

[edit]

No changes for GWToolset

ImageMap

[edit]

InputBox

[edit]

Insider

[edit]

intersection

[edit]

Interwiki

[edit]

No changes for Interwiki

InterwikiSorting

[edit]

No changes for InterwikiSorting

Jade

[edit]

Josa

[edit]

JsonConfig

[edit]

Kartographer

[edit]

No changes for Kartographer

LabeledSectionTransclusion

[edit]

LandingCheck

[edit]

LdapAuthentication

[edit]

No changes for LdapAuthentication

Linter

[edit]

LiquidThreads

[edit]

Listings

[edit]

LocalisationUpdate

[edit]

LoginNotify

[edit]

No changes for LoginNotify

MachineVision

[edit]
  • git #887ec2d7 - Use '.text-overflow()' mixin from 'mediawiki.mixins' by Volker E

MapSources

[edit]

MassMessage

[edit]

Math

[edit]
  • git #17b2ce0d - Properly restrict SpecialMathStatus to those with `purge` rights (T252362) by DannyS712

MobileApp

[edit]

MobileFrontend

[edit]
  • git #9db261b5 - Revert "Use QUnitTestModule instead of deprecated ResourceLoaderTestModules" by Jforrester
  • git #f1004312 - Use QUnitTestModule instead of deprecated ResourceLoaderTestModules (T232875) by James D. Forrester
  • git #5ffe560e - Use LanguageConverter::findVariantLink() instead of Language::findVariantLink() (T226832) by ArtBaltai
  • git #e888ed62 - Replace deprecated `onLookupMenuItemChoose` with `onLookupMenuChoose` by Volker E

MultimediaViewer

[edit]

No changes for MultimediaViewer

[edit]

No changes for NavigationTiming

Newsletter

[edit]

NewUserMessage

[edit]

No changes for NewUserMessage

Nuke

[edit]

OATHAuth

[edit]

No changes for OATHAuth

OAuth

[edit]

No changes for OAuth

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]

PageTriage

[edit]

No changes for PageTriage

PageViewInfo

[edit]

No changes for PageViewInfo

ParserFunctions

[edit]
  • git #a3706c0d - Use LanguageConverter::findVariantLink() instead of Language::findVariantLink() (T226832) by ArtBaltai

ParsoidBatchAPI

[edit]

No changes for ParsoidBatchAPI

PdfHandler

[edit]

No changes for PdfHandler

PerformanceInspector

[edit]

Petition

[edit]

No changes for Petition

Poem

[edit]

PoolCounter

[edit]

Popups

[edit]

No changes for Popups

ProofreadPage

[edit]

PropertySuggester

[edit]

QuickSurveys

[edit]
  • git #0dee8c04 - build: Updating mediawiki/mediawiki-codesniffer to 30.0.0 by libraryupgrader
  • git #93e48194 - build: Update eslint by Ed Sanders
  • git #c9c7837a - Updating extension.json to use manifest version 2 (T241898) by Sohom Datta

Quiz

[edit]

ReadingLists

[edit]

No changes for ReadingLists

[edit]
  • git #bf6ca728 - extension.json: Simplify hook calls as we only ever use one by James D. Forrester
  • git #ac94e7ef - Use QUnitTestModule instead of deprecated ResourceLoaderTestModules (T232875) by James D. Forrester

Renameuser

[edit]

RevisionSlider

[edit]

RSS

[edit]

No changes for RSS

[edit]

No changes for SandboxLink

Score

[edit]

No changes for Score

Scribunto

[edit]

SearchExtraNS

[edit]

No changes for SearchExtraNS

SecureLinkFixer

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

SecurePoll

[edit]

ShortUrl

[edit]

SiteMatrix

[edit]

No changes for SiteMatrix

SpamBlacklist

[edit]

No changes for SpamBlacklist

SubPageList3

[edit]

No changes for SubPageList3

SubpageSortkey

[edit]

No changes for SubpageSortkey

SyntaxHighlight_GeSHi

[edit]

No changes for SyntaxHighlight_GeSHi

TemplateData

[edit]
  • git #a644018c - extension.json: Fix name of QUnitTestModule by James D. Forrester
  • git #edf85c08 - Use QUnitTestModule instead of deprecated ResourceLoaderTestModules (T232875) by James D. Forrester

TemplateSandbox

[edit]

No changes for TemplateSandbox

TemplateStyles

[edit]

TemplateWizard

[edit]
  • git #6b52ea01 - Use QUnitTestModule instead of deprecated ResourceLoaderTestModules (T232875) by James D. Forrester
  • git #ce54b286 - SearchField: Use onLookupMenuChoose, not deprecated onLookupMenuItemChoose by James D. Forrester

TextExtracts

[edit]

No changes for TextExtracts

Thanks

[edit]
  • git #e8db596d - extension.json: Fix name of QUnitTestModule by James D. Forrester
  • git #84448301 - Use QUnitTestModule instead of deprecated ResourceLoaderTestModules (T232875) by James D. Forrester
  • git #b1597235 - extension.json: Alphasort hooks by James D. Forrester
  • git #fdc08087 - extension.json: Simplify hook links as we only have one method per hook by James D. Forrester

TheWikipediaLibrary

[edit]

TimedMediaHandler

[edit]

No changes for TimedMediaHandler

timeline

[edit]
  • git #9efd78dc - Invert conditional to return early in renderTimeline() error condition by Reedy
  • git #c03548de - Add localisation for some hardcoded English messages by Reedy

TitleBlacklist

[edit]

No changes for TitleBlacklist

TocTree

[edit]

TorBlock

[edit]

No changes for TorBlock

Translate

[edit]

TranslationNotifications

[edit]

No changes for TranslationNotifications

TrustedXFF

[edit]

TwoColConflict

[edit]

UniversalLanguageSelector

[edit]
[edit]

No changes for UploadsLink

UploadWizard

[edit]

UrlShortener

[edit]

No changes for UrlShortener

UserMerge

[edit]

No changes for UserMerge

VipsScaler

[edit]

No changes for VipsScaler

VisualEditor

[edit]
  • git #3b64e6a6 - Convert to manifest_version 2 (T252470) by Reedy
  • git #21b25bd7 - Fix deleting signature nodes (T248585) by Bartosz Dziewoński
  • git #3866ad7f - Update toolbar styles for Vector changes (T251648) by Bartosz Dziewoński
  • git #91f3a971 - DesktopArticleTarget.init: Identify our events on multi section edit links by Bartosz Dziewoński
  • git #f98ab8c0 - Update VE core submodule to master (1cce47f5c) by Bartosz Dziewoński

WebAuthn

[edit]

No changes for WebAuthn

Wikibase

[edit]
  • git #c8bf36c7 - bridge: Remove erroneous margin from anon warning message (T246676) by Michael Große
  • git #aca9713c - FP: ApiEntityLookup only accept EntityId objects for public methods by addshore
  • git #6da352b2 - bridge: selenium: add missing waitForDisplayed (T252449) by Lucas Werkmeister
  • git #63cdec00 - Add LuaWikibaseIntegrationTest (T252079) by Marius Hoch
  • git #5e3196b8 - Move PREFETCHING_TERM_LOOKUP definition to Lib (T252079) by addshore
  • git #1c9c6120 - Remove mention of wb_entities_per_page table (T95685) by Lucas Werkmeister
  • git #dcc8d4ab - bridge: implement anonymous saving in store (T251393) by Michael Große
  • git #39002c99 - wikibase-setsitelink-intro-badges: remove "the the" in qqq documentation by DannyS712
  • git #2f33b1a5 - PHP docs: ignore the Federated Properties test system docs (T252107) by Leszek Manicki
  • git #2fe7ae73 - bridge: Add link type to EventEmittingButton (T251389) by tzhelyazkova
  • git #5fb5d0e1 - bridge: wire up WarningAnonymousEdit in App (T249832) by Lucas Werkmeister
  • git #5a19f4bc - StatementsParserFunctionIntegrationTest: replace deprecated assertion functions (T251652) by Tobias Andersson
  • git #8aaf9a5c - bridge: Teach store about more saving error types by Michael Große
  • git #bfd01ac2 - bridge: teach store about assert user errors (T251390) by Michael Große
  • git #e29ebaaa - FP: Avoid repeatedly fetching the same entities in ApiEntityLookup by Jakob Warkotsch
  • git #d568a74a - FP: extract wbgetentities api calls into ApiEntityLookup service (T251237) by rosalie
  • git #84da9420 - bridge: Edit entity with or without asserting of the user (T251385) by tzhelyazkova
  • git #d07e44b3 - bridge: add WarningAnonymousEdit component (T249831) by Lucas Werkmeister
  • git #47d66f04 - FP: Account for results that may miss a label or description in search (T252024) by addshore
  • git #ccdd025e - bridge: selenium: permissionChecks: wait for entity to be protected (T250728) by Pablo Grass
  • git #873b9d17 - bridge: selenium: assert loading is shown at first (T249124) by Pablo Grass
  • git #8af1a8ff - FP: Allow the requests of GenericActionApiClient to be logged by addshore
  • git #985f9fb4 - FP: show warnings errors and exception details on test system by addshore
  • git #c4d6240f - rest: Implement SearchResultProvideDescription hook (T250217) by Peter Ovchyn
  • git #0dde9352 - bridge: storybook: run smoke tests as part of CI by Pablo Grass
  • git #5ec37895 - ChangeLineFormatter: Handle RevisionData visibility by Marius Hoch
  • git #253796b2 - Add visibility to RevisionData by Marius Hoch
  • git #693e719a - ChangeLineFormatter: Add missing space for enhanced recentchanges (T251961) by Marius Hoch
  • git #c9263180 - Remove TitleFactory and use the one from MediaWiki instead by Marius Hoch
  • git #5f3e5f58 - Remove unused AffectedPagesFinder::contentLanguageCode by Marius Hoch
  • git #3f08649a - bridge: fix width and line-breaking of ReportIssue again (T248087) by Lucas Werkmeister
  • git #977d8c8e - Add TypeDispatchingExistenceChecker (T251239) by Jakob Warkotsch
  • git #aed24f8a - Remove use of Revision objects in RepoHooks::onPageHistoryLineEnding (T251593) by DannyS712
  • git #11b1003a - Add ADR for rollout of declare( strict_types = 1 ); (T251382) by addshore

WikibaseCirrusSearch

[edit]

No changes for WikibaseCirrusSearch

WikibaseLexeme

[edit]
  • git #d93e49a2 - Remove unused reference to wikibase global in test (T252489) by Lucas Werkmeister
  • git #fa3bb39e - ItemSelectorWidget: Use onLookupMenuChoose, not deprecated onLookupMenuItemChoose by James D. Forrester

WikibaseLexemeCirrusSearch

[edit]

No changes for WikibaseLexemeCirrusSearch

WikibaseMediaInfo

[edit]
  • git #5cb6c9bb - Add message when no results could be found by Matthias Mullie
  • git #b1513fd8 - Add dummy concept chips without thumbnail (T249614) by Matthias Mullie
  • git #1827c7a4 - Use MediaWiki's TitleFactory, instead of Wikibase client's by Marius Hoch
  • git #5128c178 - docs: Fix doc reference in AutocompleteSearchInputWidget by James D. Forrester
  • git #35640241 - Increase amount of requested autocomplete suggestions by Matthias Mullie

WikibaseQualityConstraints

[edit]

No changes for WikibaseQualityConstraints

Wikidata.org

[edit]

No changes for Wikidata.org

WikidataPageBanner

[edit]

No changes for WikidataPageBanner

WikiEditor

[edit]

wikihiero

[edit]

WikiLove

[edit]

No changes for WikiLove

WikimediaBadges

[edit]

No changes for WikimediaBadges

WikimediaEditorTasks

[edit]

No changes for WikimediaEditorTasks

WikimediaEvents

[edit]

WikimediaIncubator

[edit]

No changes for WikimediaIncubator

WikimediaMaintenance

[edit]

WikimediaMessages

[edit]

No changes for WikimediaMessages

Wikisource

[edit]

No changes for Wikisource

XAnalytics

[edit]

Skins

[edit]

CologneBlue

[edit]

MinervaNeue

[edit]

Modern

[edit]

MonoBook

[edit]

No changes for MonoBook

Nostalgia

[edit]

Timeless

[edit]

No changes for Timeless

Vector

[edit]

VisualEditor

[edit]
  • git #163b0b67 - TargetWidget: Don't assume surface exists in setReadOnly by Ed Sanders
  • git #42b09804 - TargetWidget: Re throw 'submit' event from the surface by Ed Sanders

Total Changes

[edit]

392 Changes in 119 repos by 68 authors