MediaWiki 1.36/wmf.20/Changelog
Core changes
edit- git #7996a88e - Branch commit for wmf/1.36.0-wmf.20 (T263186) by trainbranchbot
- git #8f1fda25 - SpecialEditWatchlist: remove unneeded BC hack by Daimona Eaytoy
- git #2c7ba6f6 - PoolWorkArticleViewOld: use WANObjectCache (T268278) by daniel
- git #f54433c7 - Add message for another EXIF statement: stitchingsoftware by Raymond
- git #96bcbcd7 - WikiImporter: Replace deprecated WikiRevision::setText by Ammar Abdulhamid
- git #e8b7c361 - ContentHandlerFactory: whitespace cleanup by DannyS712
- git #18ca431f - Suppress taint-check in DefaultPreferencesFactory (T216348) by Umherirrender
- git #cd70fe89 - Suppress taint-check issue in BacklinkJobUtils (T268905) by Umherirrender
- git #1bc05f52 - Use UserNameUtils in Setup by Umherirrender
- git #deb55049 - CollationTest: Stop checking for intl being loaded (T267669) by Reedy
- git #24205336 - RELEASE-NOTES: Add specific upgrade note that ext-intl is needed by Reedy
- git #9ee7179d - Remove some checks for extension_loaded( 'intl' ) (T267669) by Reedy
- git #a71552ad - Improve docs for Xml class by Umherirrender
- git #a6337ab6 - Suppress taint-check issues in LogFormatter/LogPage (T216348) by Umherirrender
- git #cc2ddd59 - Diff-view: indicators should not be copied on copy-and-paste (T192526) by Peter Grassberger
- git #e00ebab2 - Used passed user objects for closure in ApiTokens by Umherirrender
- git #823daa0b - Add @method for type in BufferingStatsdDataFactory::produceStatsdData by Umherirrender
- git #1c75b432 - Updating wikimedia/testing-access-wrapper (1.0.0 => 2.0.0) (T268846) by Reedy
- git #0aee2cd7 - Add some int casts for queries in maintenance scripts (T216348) by Umherirrender
- git #f199ab84 - Fix docs for LanguageConverter::translate by Umherirrender
- git #0ce953da - Use WebRequest::getRawVal in SpecialEditWatchlist and fix docs by Umherirrender
- git #8eb9e8b6 - Improve docs in FileJournal class by Umherirrender
- git #5639786d - Implement FauxRequest::getPostValues() by Lucas Werkmeister
- git #71571191 - Chain MutableRevisionRecord method calls 2 by Ammar Abdulhamid
- git #ea586cfa - GlobalFunctions: Unbreak handling of '?0' query in wfAssembleUrl() (T268852) by Timo Tijhof
- git #44516c67 - wfAssembleUrl: Handle empty query field in URL bits (T268852) by Máté Szabó
- git #161b5ffe - mw.widgets.MediaSearchWidget: Display results labels on separate lines (T267984) by Bartosz Dziewoński
- git #aa847d53 - tests: Fix queryFlags parameter type in RevisionStoreDbTestBase (T248925) by Máté Szabó
- git #40d50dd2 - tests: Fix method signature mismatches (T248925) by Máté Szabó
- git #ecf05b59 - Add tests for multiple requests to MockHttpTraitTest.php by Moritz Schubotz (physikerwelt)
- git #64ed5859 - rdbms: cleanup erroneous and duplicated logging in LoadBalancer::waitForMasterPos() (T221159) by Aaron Schulz
- git #e6cd8f88 - filebackend: convert DBFileJournal to using CONN_TRX_AUTOCOMMIT by Aaron Schulz
- git #c1e37754 - Add return type for getters in MediaWikiServices missing one by Umherirrender
- git #fb734a21 - Inject SearchEngineFactory into special pages (T259960) by Umherirrender
- git #c64e7161 - Replace $wgDisable{Lang,Title}Conversion with LanguageConverterFactory methods by C. Scott Ananian
- git #5fbfda65 - MagicWordArray: mark ::get*Regex*() as @internal, add some options by C. Scott Ananian
- git #d5c86838 - Inject LanguageConverterFactory into special pages (T259960) by Umherirrender
- git #fc794afe - Inject services into SpecialRecentChanges/SpecialRecentChangesLinked (T259960) by Umherirrender
- git #a46281c9 - Document the use of "break-word" value in parsoid skinning (T171761) by Arlo Breault
- git #4d381b49 - Use jQuery objects in watchlistExpiry.js by Ammar Abdulhamid
- git #c9922c5f - Use private constant for ResourceLoaderImage::$fileTypes by DannyS712
- git #af52ed44 - resourceloader: Fix malformed "https:/w/resources" mapping in CSSMin (T268308) by Timo Tijhof
- git #49824e62 - Make it clear that doSetupSkinUserCss is @internal by jdlrobson
- git #815def7a - Add flag to rebuildLocalisationCache.php to skip MessageBlobStore clear (T268698) by Ahmon Dancy
- git #b13204ce - Add release notes about service injection in special pages (T259960) by Umherirrender
- git #d5267852 - Change object specs for remaining un-serviced special pages (T259960) by Umherirrender
- git #4a802e39 - Split MaintenanceTest::testParseArgs and fix docs by Umherirrender
- git #aef73ab5 - mediawiki.util: return null in getParamValue() if input fails to decode (T268058) by jdlrobson
- git #82e55ee1 - Mention new required php extension intl (T267669) by Florian
- git #7f03231a - Inject services into SpecialContributions/SpecialDeletedContributions (T259960) by Umherirrender
- git #92f349ae - Reapply "Inject services into SpecialUserrights" (T259960) (T263207) by Umherirrender
- git #b922a292 - Fix strange formatting issues in Postgres schema sql by Ammar Abdulhamid
- git #f3aade2b - Docs: remove mention of old ResourceLoader "top" queue by DannyS712
- git #77778b01 - Fix some JSdoc issues and unused eslint-disable directives by Ammar Abdulhamid
- git #494543f8 - tables.json: Convert space indents to tabs for page_props by Reedy
- git #bc10165e - docs: Add a missing semicolon to javascript example by DannyS712
- git #02a1fc59 - rdbms: Make adding a PK optional in DoctrineAbstractSchemaTrait.php (T268591) by Reedy
- git #a93f7efc - generateSchemaSql.php: Handle invalid json files by Reedy
- git #d1d95247 - Remove deprecated wfMemcKey() function (T266502) by Aaron Schulz
- git #d11cb401 - Deprecate the use of Skin::setupSkinUserCss to alter the internal array of styles by jdlrobson
- git #e9608cc1 - Revert "Deprecate Skin::setupSkinUserCss" (T257990) by Tim Starling
- git #3f350924 - Inject services into SpecialWatchlist/SpecialEditWatchlist (T259960) by Umherirrender
- git #eaa5679a - Check for Title::canHaveTalkPage in User::addWatch by Umherirrender
- git #78e556f6 - Show read-only wikitext if editing old revision with non-main-slot diffs from latest (T225897) by Cormac Parle
- git #3f1c5d0e - Document list of change tags as string[] by Umherirrender
- git #d2565533 - Re-Re-apply "Use parsoid directly in /page/html handler by Ppchelko
- git #5b94867a - Fallback to $wgRightsPage if it exists and there's no $wgRightsText (T266981) by Ammar Abdulhamid
- git #500e7ff1 - Increase line height for languages of India by Amir Aharoni
- git #c34a156d - Add user name to message deletedcontributions-title (T258789) by Umherirrender
- git #ecff9f80 - Add ChangeTags::getTagsWithData by Gergő Tisza
- git #43651eb1 - Make the documentation of change tags easier to access by Gergő Tisza
- git #a7e8d5a4 - UploadBooklet: Don't show form until initialization completes (T264441) by Ed Sanders
Vendor
edit- git #fab89a61 - Updating wikimedia/testing-access-wrapper (1.0.0 => 2.0.0) (T268846) by Reedy
Extensions
edit3D
editNo changes for 3D
AbuseFilter
edit- git #ace8a613 - Consequences cleanup, should be a no-op by DannyS712
- git #95d8278b - Clean up SchemaChangeHandler by Reedy
- git #db87a682 - Remove unused variable and comment by Matěj Suchánek
- git #f11bbe1c - Use ::class rather than stringified class name by Reedy
- git #66a43948 - EditBoxBuilder: Minor cleanup for readability by DannyS712
- git #d76affb1 - Move ChangeTags stuff to separate namespace by Matěj Suchánek
- git #872b6118 - Introduce ChangeTagValidator service by Matěj Suchánek
- git #1ad77dc9 - Introduce EditBoxBuilderFactory service and EditBoxBuilder by Matěj Suchánek
- git #904d9cdd - Represent Consequences with command objects by Daimona Eaytoy
- git #9595bd9d - Introduce a service for saving filters by Daimona Eaytoy
ActiveAbstract
editNo changes for ActiveAbstract
AdvancedSearch
editNo changes for AdvancedSearch
AntiSpoof
editNo changes for AntiSpoof
ApiFeatureUsage
editNo changes for ApiFeatureUsage
ArticleCreationWorkflow
editNo changes for ArticleCreationWorkflow
ArticlePlaceholder
edit- git #9a51d7fa - Avoid using deprecated OO.ui.infuse(id) (T264915) by Amir Sarabadani
Babel
editNo changes for Babel
BetaFeatures
editNo changes for BetaFeatures
BounceHandler
editNo changes for BounceHandler
Calendar
editNo changes for Calendar
Campaigns
editNo changes for Campaigns
Capiunto
editNo changes for Capiunto
CategoryTree
editNo changes for CategoryTree
CentralAuth
edit- git #1a041f13 - Remove useless query group from CentralAuthUtils::getCentralReplicaDB() (T267077) by Aaron Schulz
- git #8748d07f - Prepare special page constructor for service injection in core (T259960) (T263207) by Umherirrender
CentralNotice
editNo changes for CentralNotice
CharInsert
editNo changes for CharInsert
CheckUser
edit- git #2b506017 - Remove unnecessary bracket in checkuser-investigate-compare-toollinks (T265437) by STran
- git #560570fd - CheckUserLogPager: add entry id to attributes by DannyS712
CirrusSearch
edit- git #b6c58353 - Disable homoglyph plugin for English and Italian language wikis (T268730) by tjones
Cite
editNo changes for Cite
CiteThisPage
editNo changes for CiteThisPage
Citoid
editNo changes for Citoid
cldr
edit- git #8697525e - Add monolingual code dru (Rukai) (T267915) by Remko de Keijzer
CodeEditor
editNo changes for CodeEditor
CodeMirror
edit- git #7d01567c - Record usage statistics for syntax highlighting (T260138) by Andrew Kostka
CodeReview
editNo changes for CodeReview
Cognate
editNo changes for Cognate
Collection
edit- git #7a131249 - Add missing mediawiki.util dependency by jdlrobson
CommonsMetadata
editNo changes for CommonsMetadata
ConfirmEdit
editNo changes for ConfirmEdit
CongressLookup
editNo changes for CongressLookup
ContactPage
edit- git #d26f3ccc - Check ConfirmEdit extension is loaded before getting its config value (T268966) by Ammar Abdulhamid
ContentTranslation
edit- git #36d3b6e9 - CX3 Build 0.1.0+20201127 by Santhosh Thottingal
- git #1c2cec18 - SX Content Comparator: Disable translation button until content fetched by NikG
- git #dd46cc03 - SX Sentence Selector: Add loading indicator until translation fetched (T267307) by NikG
- git #7482c6a8 - SX: Clean the html to remove CX related tags and attributes before publish by Santhosh Thottingal
- git #6b181735 - UI lib: MWIcon unset min height/width styles (T260125) by NikG
- git #ddc56c15 - SXPublisher: Redirect to target article on success by NikG
- git #ecaeaf5d - SX: Additional error handling in publishing by Santhosh Thottingal
- git #5420b4eb - SX Publisher: Fix UI glitches by increasing rule specificity by NikG
- git #40e8c5b1 - SXSentenceSelector: Prefetch translation for following sentence (T267307) by NikG
- git #7eaf85c0 - SXSentenceSelector: Move translation functionality to store actions by NikG
- git #d590189b - CX3 Build 0.1.0+20201124 by Santhosh Thottingal
- git #637ff9f1 - Section Translation: Disable links on rendered content by NikG
- git #eca2cd85 - SXSentenceSelector: Move selected MT provider variable to store by NikG
- git #63f01a89 - SX: Group MW page style customization, clear floating figures by Santhosh Thottingal
- git #0601f295 - Section Translation: Introduce subsection model by NikG
CreditsSource
editNo changes for CreditsSource
Dashiki
editNo changes for Dashiki
Disambiguator
editNo changes for Disambiguator
DiscussionTools
edit- git #1871c703 - Show keyboard shortcuts in button tooltips (T264913) by Ed Sanders
- git #366dc238 - Add tests covering it.wp unsigned comment template (T268178) (T268589) by Bartosz Dziewoński
- git #0fc71f60 - Skip to the end of the paragraph if it's just text, too by Bartosz Dziewoński
- git #a87d6022 - Don't include the logged in user in local suggestions (T267680) by Ed Sanders
DismissableSiteNotice
editNo changes for DismissableSiteNotice
DonationInterface
edit- git #bc0e3165 - Fallback for monthly convert amt localization by Elliott Eggleston
- git #8f5dfe24 - Set $wgPaypalExpressGatewayEnabled to false for FormChooserTest (T266088) by Andrew Green
DoubleWiki
editNo changes for DoubleWiki
DynamicSidebar
editNo changes for DynamicSidebar
Echo
editNo changes for Echo
Elastica
editNo changes for Elastica
ElectronPdfService
editNo changes for ElectronPdfService
EntitySchema
editNo changes for EntitySchema
EventBus
editNo changes for EventBus
EventLogging
editNo changes for EventLogging
EventStreamConfig
editNo changes for EventStreamConfig
ExtensionDistributor
editNo changes for ExtensionDistributor
ExternalGuidance
editNo changes for ExternalGuidance
FeaturedFeeds
editNo changes for FeaturedFeeds
FileExporter
editNo changes for FileExporter
FileImporter
edit- git #839edb2a - Replace deprecated WikiRevision::setText by Ammar Abdulhamid
FlaggedRevs
edit- git #0b40c1fb - Move defaults in FlaggableWikiPage::loadPageData() up by Thiemo Kreuz
- git #502df9b1 - Add documentation to all hook handler functions by Thiemo Kreuz
Flow
edit- git #d972be3c - Simplify some code using more modern patterns by Thiemo Kreuz
- git #b3e56199 - Fix a series of relatively easy to fix PHPCS warnings by Thiemo Kreuz
- git #3bda3cde - Minor updates to different PHPDoc comments by Thiemo Kreuz
- git #280ee29c - Pass a User object to SpamBlacklist by Daimona Eaytoy
FundraiserLandingPage
editNo changes for FundraiserLandingPage
FundraisingTranslateWorkflow
editNo changes for FundraisingTranslateWorkflow
Gadgets
editNo changes for Gadgets
GeoCrumbs
editNo changes for GeoCrumbs
GeoData
editNo changes for GeoData
GettingStarted
editNo changes for GettingStarted
GlobalBlocking
editNo changes for GlobalBlocking
GlobalCssJs
editNo changes for GlobalCssJs
GlobalPreferences
edit- git #c6d8c7cd - Prepare special page constructor for service injection in core (T259960) by Umherirrender
GlobalUsage
editNo changes for GlobalUsage
GlobalUserPage
editNo changes for GlobalUserPage
GlobalWatchlist
edit- git #82183eb6 - Better error reporting for api failures (T268264) by DannyS712
- git #56720e5b - Translate special pages into Czech by Martin Urbanec
GoogleNewsSitemap
editNo changes for GoogleNewsSitemap
Graph
editNo changes for Graph
GrowthExperiments
edit- git #e6b1d4d7 - Fix a series of relatively easy to fix PHPCS warnings by Thiemo Kreuz
- git #f656f85b - SuggestedEditSession: Add dependency on mw.storage by Kosta Harlan
- git #5ebcb2d6 - StartEditingDialog: Actually vertically center intro-topic-title (T258016) by Roan Kattouw
- git #9cba058c - Add Russian aliases (T268519) by Gergő Tisza
GuidedTour
editNo changes for GuidedTour
GWToolset
editNo changes for GWToolset
ImageMap
editNo changes for ImageMap
InputBox
editNo changes for InputBox
Insider
editNo changes for Insider
intersection
editNo changes for intersection
Interwiki
editNo changes for Interwiki
InterwikiSorting
editNo changes for InterwikiSorting
Jade
editNo changes for Jade
Josa
editNo changes for Josa
JsonConfig
editNo changes for JsonConfig
Kartographer
editNo changes for Kartographer
LabeledSectionTransclusion
editNo changes for LabeledSectionTransclusion
LandingCheck
editNo changes for LandingCheck
LdapAuthentication
editNo changes for LdapAuthentication
Linter
editNo changes for Linter
LiquidThreads
editNo changes for LiquidThreads
Listings
editNo changes for Listings
LocalisationUpdate
editNo changes for LocalisationUpdate
LoginNotify
editNo changes for LoginNotify
MachineVision
editNo changes for MachineVision
MapSources
editNo changes for MapSources
MassMessage
editNo changes for MassMessage
Math
edit- git #31aa824c - Remove RESTbase check compatibility endpoint by Moritz Schubotz (physikerwelt)
MediaModeration
editNo changes for MediaModeration
MobileApp
editNo changes for MobileApp
MobileFrontend
edit- git #cffbf6ee - Inject services into SpecialMobileLanguages by Umherirrender
- git #b7f3fd24 - ContentProvider: Remove prefix : on language links by jdlrobson
MultimediaViewer
editNo changes for MultimediaViewer
NavigationTiming
editNo changes for NavigationTiming
Newsletter
editNo changes for Newsletter
NewUserMessage
editNo changes for NewUserMessage
Nuke
editNo changes for Nuke
OATHAuth
edit- git #25208dce - Czech translation of new special pages by Martin Urbanec
OAuth
edit- git #90b521c4 - Split long SQL commands for readability by Reedy
- git #ee12f76e - Remove duplicated SQL patch files by Reedy
OAuthRateLimiter
editNo changes for OAuthRateLimiter
OpenStackManager
editNo changes for OpenStackManager
ORES
editNo changes for ORES
PageAssessments
editNo changes for PageAssessments
PagedTiffHandler
edit- git #54d4a15c - Fix two minor PHPCS warnings by Thiemo Kreuz
PageImages
editNo changes for PageImages
PageTriage
editNo changes for PageTriage
PageViewInfo
editNo changes for PageViewInfo
ParserFunctions
editNo changes for ParserFunctions
PdfHandler
editNo changes for PdfHandler
Poem
editNo changes for Poem
PoolCounter
editNo changes for PoolCounter
Popups
edit- git #6bc2077e - Remove title attributes at init by Noam Rosenthal
ProofreadPage
edit- git #e698158b - Add displayed page number to TopPanel (T263653) by diwanshu885
- git #56c57d96 - Adds a rel=prefetch for the previous and next Page: page (T230689) by Tpt
PropertySuggester
editNo changes for PropertySuggester
QuickSurveys
editNo changes for QuickSurveys
Quiz
editNo changes for Quiz
ReadingLists
edit- git #ecb334c1 - Fix all PHPCS warnings by Thiemo Kreuz
RelatedArticles
editNo changes for RelatedArticles
Renameuser
editNo changes for Renameuser
RevisionSlider
editNo changes for RevisionSlider
RSS
editNo changes for RSS
SandboxLink
editNo changes for SandboxLink
Score
edit- git #63362d55 - ScoreException: suppress GlobalTitleFail by Tim Starling
Scribunto
edit- git #d65c61e4 - Error message for formatNum should not refer to formatDate (T268758) by Derk-Jan Hartman
SearchExtraNS
editNo changes for SearchExtraNS
SecureLinkFixer
editNo changes for SecureLinkFixer
SecurePoll
edit- git #7a5c9167 - Fix for depracation warning "use mw.config.get instead of globals" by Tks4Fish
- git #2b6cb37b - Do not use deprecated token by Martin Urbanec
ShortUrl
editNo changes for ShortUrl
SiteMatrix
editNo changes for SiteMatrix
SpamBlacklist
edit- git #6ad12a26 - Make User parameter required in BaseBlacklist::filter by Daimona Eaytoy
SubPageList3
editNo changes for SubPageList3
SubpageSortkey
editNo changes for SubpageSortkey
SyntaxHighlight_GeSHi
edit- git #4f46b001 - create_pygmentize_bundle: use pypi's JSON API by Ori Livneh
TemplateData
editNo changes for TemplateData
TemplateSandbox
editNo changes for TemplateSandbox
TemplateStyles
editNo changes for TemplateStyles
TemplateWizard
edit- git #5d812b3e - Track user ID and edit count (T258920) by Adam Wight
TextExtracts
editNo changes for TextExtracts
Thanks
editNo changes for Thanks
TheWikipediaLibrary
editNo changes for TheWikipediaLibrary
TimedMediaHandler
editNo changes for TimedMediaHandler
timeline
editNo changes for timeline
TitleBlacklist
editNo changes for TitleBlacklist
TocTree
editNo changes for TocTree
TorBlock
editNo changes for TorBlock
Translate
edit- git #93116b8d - Remove usage of wfAppendToArrayIfNotDefault (T264975) by Abijeet
- git #96195ab5 - Make compatible with PHP8: can't use "match" any more (T248925) by Thiemo Kreuz
- git #aa4db11b - Add script to create a dump that can be imported to TTMServer (T267031) by Niklas Laxström
- git #c7f3f046 - Remove usage of jQuery show/hide in languagestats (T258944) by Abijeet
- git #209d102b - Remove FCFontFinder (T267871) by Abijeet
- git #ccbca66a - Remove usage of jQuery show/hide in pagemigration (T258944) by Abijeet
- git #7c642993 - Remove usage of jQuery show/hide in page preparation (T258944) by Abijeet
- git #a523c674 - TranslationStashSpecialPage: Clean up by Niklas Laxström
TranslationNotifications
editNo changes for TranslationNotifications
TrustedXFF
editNo changes for TrustedXFF
TwoColConflict
editNo changes for TwoColConflict
UniversalLanguageSelector
edit- git #7a0d559d - Add the Boyo Gagrai for the Ho language in the Warang Citi script (T233301) by Amir Aharoni
UploadsLink
editNo changes for UploadsLink
UploadWizard
editNo changes for UploadWizard
UrlShortener
editNo changes for UrlShortener
UserMerge
editNo changes for UserMerge
VipsScaler
editNo changes for VipsScaler
VisualEditor
edit- git #efd2cc0d - Give revision_id a fallback that'll validate (T237063) by David Lynch
- git #c49f919d - Remove maxLength from new section title in NWE by Bartosz Dziewoński
- git #0f5cd19e - Don't block media dialog on initialising upload booklet (T264441) by Ed Sanders
WebAuthn
editNo changes for WebAuthn
Wikibase
edit- git #14f0df14 - Add monolingual language dru (Rukai) (T267915) by Remko de Keijzer
- git #0ce7bd6c - Edit proper settings in WikibaseRepoTest by Lucas Werkmeister
- git #1b85994d - Widen UpdateRepo argument from User to UserIdentity by Lucas Werkmeister
- git #656a2b79 - Delete sitelink when moving to excluded namespace without redirect (T261275) by Lucas Werkmeister
- git #c43ae9f1 - TermboxRemoteRenderer: Change log level from error to notice (T255436) by tzhelyazkova
- git #8db3c316 - Resurrect DatabaseMatchingTermsLookupTest by Lucas Werkmeister
- git #2e06e4ba - Fix Wikibase tests ahead of core change by Ammar Abdulhamid
- git #b22986df - Don't invoke the internal LanguageConverterFactory constructor by C. Scott Ananian
- git #7f523be5 - Fix a typo in docs by Niklas Laxström
- git #ab757a76 - Log+skip bad page IDs when reading/writing entity usage (T264929) by Lucas Werkmeister
- git #15b69c35 - repo: convert EntityIdParser to service registration by Lucas Werkmeister
- git #34798755 - Fix missing Wikibase CSS on undo and diff pages (T267502) by Lucas Werkmeister
- git #bb8a81c8 - Propagate page deletion unconditionally by Lucas Werkmeister
- git #d41f16b5 - eslint: remove lib/resources/lib & test tandem ignore by Pablo Grass
- git #f9f4d46f - eslint: remove view/resources/vendor ignore by Pablo Grass
WikibaseCirrusSearch
edit- git #b1b2965d - Update getEntityIdParser() calls by Lucas Werkmeister
- git #c968349c - Temporarily skip OpenSearchLabelsTest by Lucas Werkmeister
WikibaseLexeme
edit- git #91c98b81 - Add language codes fro (Old French) and frm (Middle French) for lexemes (T268332) by Remko de Keijzer
- git #d88ac65d - ItemSelectorWrapper spec: always restore sandbox by Jakob Warkotsch
- git #10a57d56 - Initialise entityselector with existing input (T266936) by sihe
- git #60ffd38a - SenseIdHtmlFormatterTest: fix accidental 'form' mentions by Pablo Grass
- git #f640117f - rename newFromGlobalState() methods to factory() by Pablo Grass
- git #72b965df - Use EntityIdParser as service by Lucas Werkmeister
WikibaseLexemeCirrusSearch
edit- git #0b955b3a - Update getEntityIdParser() calls by Lucas Werkmeister
WikibaseMediaInfo
edit- git #705a2a55 - Add help link to Special:MediaSearch (T267954) by annet
- git #2a36e4d5 - Pass correct param array format into FauxRequest (T257700) by Matthias Mullie
- git #607b42e2 - Use EntityIdParser as service by Lucas Werkmeister
WikibaseQualityConstraints
edit- git #349513c0 - Use EntityIdParser as service by Lucas Werkmeister
Wikidata.org
editNo changes for Wikidata.org
WikidataPageBanner
editNo changes for WikidataPageBanner
WikiEditor
editNo changes for WikiEditor
wikihiero
editNo changes for wikihiero
WikiLove
editNo changes for WikiLove
WikimediaApiPortalOAuth
editNo changes for WikimediaApiPortalOAuth
WikimediaBadges
editNo changes for WikimediaBadges
WikimediaEditorTasks
editNo changes for WikimediaEditorTasks
WikimediaEvents
edit- git #2b0a40cf - Exclude the module already implemented error for gadgets (T266720) by jdlrobson
WikimediaIncubator
editNo changes for WikimediaIncubator
WikimediaMaintenance
editNo changes for WikimediaMaintenance
WikimediaMessages
editNo changes for WikimediaMessages
Wikisource
editNo changes for Wikisource
XAnalytics
editNo changes for XAnalytics
Skins
editCologneBlue
editNo changes for CologneBlue
MinervaNeue
editNo changes for MinervaNeue
Modern
editNo changes for Modern
MonoBook
editNo changes for MonoBook
Nostalgia
editNo changes for Nostalgia
Timeless
editNo changes for Timeless
Vector
edit- git #125fa033 - Update Vector search icon (T264355) by Jan Drewniak
WikimediaApiPortal
edit- git #2d463a93 - Functionality and styles of subtitle: remove extra space caused by empty subtitle (T266347) by vladshapik
VisualEditor
edit- git #89187bb6 - Use "Grade A" rules for stylelint by Ed Sanders
Total Changes
edit190 Changes in 47 repos by 58 authors