MediaWiki 1.36/wmf.18
MediaWiki 1.36.0-wmf.16 | Deployment of MediaWiki 1.36.0-wmf.18 to Wikimedia sites | MediaWiki 1.36.0-wmf.20 |
The latest version (labeled "1.36.0-wmf.18") of MediaWiki, the software that powers Wikipedia and its sister sites, is being deployed to all Wikimedia sites in stages, starting on Tuesday, 17 November 2020 (see the roadmap).
Core changes
[edit]- git #5536e7c8 - Revert "Re-apply "Use parsoid directly in /page/html handler"" by Ppchelko
- git #3ce3d30e - filerepo: remove repo name from getSharedCacheKey() (task T267668) by Aaron Schulz
- git #e307468a - Branch commit for wmf/1.36.0-wmf.18 (task T263184) by trainbranchbot
- git #dd829e11 - Fix invalid watchlist expiry options (task T267611) by Dayllan Maza
- git #db3c8ea1 - Add new 'toc' feature to ResourceLoaderSkinModule (task T252774) by jdlrobson
- git #46980c0a - Expose main page to template (task T262729) by jdlrobson
- git #38ca1b26 - Re-apply "Use parsoid directly in /page/html handler" by Ppchelko
- git #5ed40a2c - Increase size of ipblocks_restrictions.ir_type (task T265321) by Amir Sarabadani
- git #175d548e - Clean up PoolWorkArticleView (task T244058) by daniel
- git #73d61642 - Fix signature of ILoadBalancer::approveMasterChanges by Umherirrender
- git #3e36ba98 - tests: Explicitly wrap an XML call in libxml_disable_entity_loader() by Reedy
- git #03b248f4 - build: Force composer 1.x in Travis CI (task T266417) by Reedy
- git #5a3e7d20 - Remove deprecated content-related fields and methods. by Petr Pchelko
- git #e217793a - Improve variable doc in Setup by Ammar Abdulhamid
- git #96cefbcc - Use existing RevisionStore in diff related context by Umherirrender
- git #299f05c3 - Use always RevisionStore in ContentHandler::getAutoDeleteReason by Umherirrender
- git #4e6e2ab2 - Implement links-in-logs script, linking LogEventsList rows to log entries (task T207562) by DannyS712
- git #4c2d2ec4 - Improve docs about @param/@return object[] $row to stdClass[] by Umherirrender
- git #083a0e57 - Improve docs in api related classes by Umherirrender
- git #714c1148 - Fix doc type of Diff::reverse by Umherirrender
- git #98de078a - Improve callable docs by Umherirrender
- git #6218c36a - Document mock classes in AuthManagerTest::hook by Umherirrender
- git #39707515 - Display error message without constructing a fake revision. by Cindy Cicalese
- git #90865e0e - tests: Use FileBackend::quick*() methods in ParserTestRunner by Aaron Schulz
- git #b152c9a6 - Fix docs in GenerateSitemap by Umherirrender
- git #9fb6d107 - Improve docs about @param/@return object $row to stdClass by Umherirrender
- git #08954da0 - Avoid redirecting Special:MyLanguage when getting a special page by Umherirrender
- git #7cecd5a2 - Improve docs of RevisionItemBase and RevisionListBase by Umherirrender
- git #18f20e17 - Replace deprecated WikiPage::factory in deletion related classes by Umherirrender
- git #b9dc6b59 - Replace deprecated WikiCategoryPage::factory in RecentChange class by Umherirrender
- git #a3194f21 - Replace deprecated WikiPage::factory/newFromID in maintenance scripts by Umherirrender
- git #b4700e3b - Replace deprecated WikiPage::factory/newFromID in jobs related classes by Umherirrender
- git #eeaf72c2 - Replace deprecated WikiPage::factory/newFromID in deferred classes by Umherirrender
- git #20b2c500 - Make use of array deconstruction directly in foreach, if possible by Thiemo Kreuz
- git #841476c2 - Change SerializationTestTrait to call serializers inside tests by Petr Pchelko
- git #5ac66860 - Convert some patch files to use internal updater functions by Ammar Abdulhamid
- git #f10795c3 - EditPage: Add two more constraints (task T157658) by DannyS712
- git #6f901ef1 - Make use of native array_column() function where possible by Thiemo Kreuz
- git #aac47a6b - Replace deprecated WikiPage::factory in action related classes by Umherirrender
- git #89e454c7 - pager: Fix PHPDoc tags in TablePager by Thiemo Kreuz
- git #d2dd124e - Replace deprecated WikiPage::factory in search related classes by Umherirrender
- git #d165f7fb - Replace deprecated WikiPage::factory in EditPage by Umherirrender
- git #b786edbb - Replace deprecated WikiPage::factory in MediaWiki class by Umherirrender
- git #6f4bf12f - Replace deprecated WikiPage::factory in RequestContext by Umherirrender
- git #d1e60d60 - Replace deprecated WikiPage::factory in Installer by Umherirrender
- git #36b29756 - Replace deprecated WikiPage::factory in DifferenceEngine by Umherirrender
- git #0933edbd - Replace deprecated WikiPage::factory in AbstractContent by Umherirrender
- git #1273d680 - Inject WikiPageFactory into MergeHistory/MovePage by Umherirrender
- git #9977848d - Improve output of MysqlUpdater::doFixAncientImageLinks by Reedy
- git #d3b5088b - Make MysqlUpdater::(set|drop)Default honor table prefixes by Reedy
- git #8c40b0d9 - Drop table of contents test assertions around visibility (task T252774) by jdlrobson
- git #5db104f6 - MysqlUpdater: Add utility functions to alter default constraint by Ammar Abdulhamid
- git #95db8114 - language: Don't add formatNum tracking category for #s in exponential notation (task T237467) by C. Scott Ananian
- git #3f64eca5 - objectcache: fix WANCache getWithSetCallback() when TTL < "lowTTL" (task T264787) by Aaron Schulz
- git #8affb3d4 - rdbms: consistently resolve DB domains early in LoadBalancer (task T259520) by Aaron Schulz
- git #dfeca6b6 - composer.json: add requirement for composer-plugin-api ^1.1 (task T266418) by Reedy
- git #1f05a979 - EditPage: Move $sectionHeadingToCheck handling to SpamRegexConstraint (task T157658) by DannyS712
- git #20506709 - EditPage::getCurrentContent - $content is never false (task T251023) by DannyS712
- git #3b0c5e57 - Move EditPage::runPostMergeFilters to a constraint (task T157658) by DannyS712
- git #0580b245 - mediawiki.mixins: Remove deprecated `.background-image-svg()` mixin (task T248062) by Volker E
- git #c79d3289 - Downgrade the severity of the non-numeric argument to formatNum warnings (task T267370) (task T267587) by C. Scott Ananian
- git #73c29dbe - language: Honor $wgTranslateNumerals, even if PHP does digit translation (task T267614) by C. Scott Ananian
- git #7c68ae92 - Safe ParserOutput extension data and JsonUnserializable helper. (task T264394) by Petr Pchelko
- git #799716d7 - Remove unneeded isset() before unset() by Lucas Werkmeister
- git #bdf8bcf7 - media: Support Google panorama XMP properties (task T267370) (task T230960) by C. Scott Ananian
- git #67d09862 - Introduce ParserOutputAccess (task T267234) by daniel
- git #017cfcf0 - Forward-compat for merging CacheTime and ParserOutput mOptions by Petr Pchelko
- git #16ebaa8c - Migrate revision_actor_temp to abstract schema (task T230428) (task T164898) by Ammar Abdulhamid
- git #01cd9e25 - Migrate revision_comment_temp to abstract schema (task T230428) (task T164898) by Ammar Abdulhamid
- git #c0cbed66 - importTextFiles.php: Replace deprecated WikiRevision:setText() (task T267558) by Ammar Abdulhamid
- git #24b77396 - media: EXIF SubSecTime* are text not numeric (task T267370) by C. Scott Ananian
- git #9cd58d8a - Replace deprecated User::setOption in SpecialMute by Umherirrender
- git #cd54c03e - resourceloader: Remove wfExpandUrl() coupling from CSSMin (task T88914) by Brad Jorsch
- git #1b80321f - Replace deprecated Title::getCdnUrls by Umherirrender
- git #2ba5bbb7 - Replace deprecated Title::newFromTitleValue in SpecialEditWatchlist by Umherirrender
- git #3961025c - Replace deprecated User::setOption in SpecialSearch by Umherirrender
- git #1125167b - Start generateSchemaChangeSql.php (task T230420) by Amir Sarabadani
- git #b0130ca6 - Update a lot of unspecific "array" types in PHPDocs by Thiemo Kreuz
- git #22c09860 - Support the WebRequest / WebResponse SameSite behavior on the JS side (task T257936) by Gergő Tisza
Vendor
[edit]- git #dc44ae4b - Bump wikimedia/parsoid to 0.13.0-a17 (task T51538) (task T109793) (task T214994) (task T247212) (task T262408) (task T265094) (task T265930) (task T266356) (task T266666) (task T267059) (task T267074) (task T267156) (task T267158) by Subramanya Sastry
- git #d7197b84 - composer.json: add requirement for composer-plugin-api ^1.1 (task T266418) by Reedy
Extensions
[edit]3D
[edit]No changes for 3D
AbuseFilter
[edit]No changes for AbuseFilter
ActiveAbstract
[edit]No changes for ActiveAbstract
AdvancedSearch
[edit]- git #fd66b8d9 - Programmatically use sort method messages when they exist (task T197525) (task T239030) by Thiemo Kreuz
- git #1cf644bc - Fix bad assertion in HooksTest by Thiemo Kreuz
- git #f776049d - Remove unused "greedy" option (task T171843) by Thiemo Kreuz
AntiSpoof
[edit]No changes for AntiSpoof
ApiFeatureUsage
[edit]No changes for ApiFeatureUsage
ArticleCreationWorkflow
[edit]No changes for ArticleCreationWorkflow
ArticlePlaceholder
[edit]No changes for ArticlePlaceholder
Babel
[edit]No changes for Babel
BetaFeatures
[edit]No changes for BetaFeatures
BounceHandler
[edit]No changes for BounceHandler
Calendar
[edit]No changes for Calendar
Campaigns
[edit]No changes for Campaigns
Capiunto
[edit]- git #6c5d5b69 - Document missing param in CapiuntoInfoboxRender.lua by DannyS712
CategoryTree
[edit]No changes for CategoryTree
CentralAuth
[edit]No changes for CentralAuth
CentralNotice
[edit]- git #7079bfd5 - Reinstate state.data.mixins property (task T267665) by Andrew Green
- git #f41c5107 - Show banner edit history link for everyone by pcoombe
- git #9461a69a - Add link to campaign settings log on campaign page (task T175841) by pcoombe
- git #78b79f2d - Clarify banner *edit* history, not the other banner history by pcoombe
- git #fccd5593 - Remove unused phan suppression by Elliott Eggleston
CharInsert
[edit]No changes for CharInsert
CheckUser
[edit]- git #e539af24 - Cleanup purgeOldData.php by Ammar Abdulhamid
CirrusSearch
[edit]- git #e1544c16 - Expose SearchQuery from SearchContext (task T252692) by Matthias Mullie
Cite
[edit]- git #72f79aae - Add "reference" class to references in VisualEditor (task T265930) by Bartosz Dziewoński
CiteThisPage
[edit]No changes for CiteThisPage
Citoid
[edit]No changes for Citoid
cldr
[edit]No changes for cldr
CodeEditor
[edit]No changes for CodeEditor
CodeMirror
[edit]No changes for CodeMirror
CodeReview
[edit]No changes for CodeReview
Cognate
[edit]No changes for Cognate
Collection
[edit]No changes for Collection
CommonsMetadata
[edit]No changes for CommonsMetadata
ConfirmEdit
[edit]No changes for ConfirmEdit
CongressLookup
[edit]No changes for CongressLookup
ContactPage
[edit]No changes for ContactPage
ContentTranslation
[edit]- git #ea9de970 - UI lib MwCard: Add title only when provided by NikG
- git #46c0fbe6 - SX Publisher: Add edit translation functionality (task T267728) by NikG
- git #526cc3b7 - SX Translation Selector: Disable links (task T263150) by NikG
- git #66f975f0 - SX Translation Selector: Fix empty sentence option for MT selection (task T263148) by NikG
- git #9c827eb3 - i18n-ify some javascript error messages (task T267615) by Reedy
- git #5264d4ba - SX Sentence Selector: Fix layout for alternative MT selection (task T263146) by NikG
- git #dd54b563 - UI lib MWButton: Fix disabled state for text buttons by NikG
CreditsSource
[edit]No changes for CreditsSource
Dashiki
[edit]No changes for Dashiki
Disambiguator
[edit]No changes for Disambiguator
DiscussionTools
[edit]- git #7d349808 - ImmutableRange: Guard against appending empty fragments by Ed Sanders
- git #b03165fc - Compare node positions using upward traversal by Ed Sanders
- git #8ffe0d55 - Remove comments that literally repeat what the code says by Thiemo Kreuz
- git #d5a1b7bc - ReplyWidget: Ensure scrollbar doesn't appear in source mode (task T267609) by Bartosz Dziewoński
- git #6f2ada2b - ImmutableRange: Avoid doing expensive TreeWalker computation twice by Bartosz Dziewoński
- git #a29cecdf - ImmutableRange: Skip redundant calls to isFullyContainedNode() by Bartosz Dziewoński
DismissableSiteNotice
[edit]No changes for DismissableSiteNotice
DonationInterface
[edit]No changes for DonationInterface
DoubleWiki
[edit]No changes for DoubleWiki
DynamicSidebar
[edit]No changes for DynamicSidebar
Echo
[edit]- git #86d45a66 - push: die with error if providertokens param is empty (task T267263) by mbsantos
Elastica
[edit]No changes for Elastica
ElectronPdfService
[edit]No changes for ElectronPdfService
EntitySchema
[edit]No changes for EntitySchema
EventBus
[edit]- git #d85d4d53 - Update api-testing to 1.4.2 by Clara Andrew-Wani
EventLogging
[edit]- git #1f9a09d1 - devserver: Remove unexpected download and execution of source code (task T259202) by Timo Tijhof
EventStreamConfig
[edit]No changes for EventStreamConfig
ExtensionDistributor
[edit]No changes for ExtensionDistributor
ExternalGuidance
[edit]- git #30ba5eac - Use more common quotation marks in a message by Amir Aharoni
- git #6d8e4a90 - Clean up Special:ExternalGuidance parameter handling (task T267850) (task T267851) (task T267852) by DannyS712
FeaturedFeeds
[edit]No changes for FeaturedFeeds
FileExporter
[edit]No changes for FileExporter
FileImporter
[edit]- git #ba17f02b - Make some more regex patterns Unicode-aware (task T258929) by Thiemo Kreuz
- git #702451b8 - NullRevisionCreator: connect to DB only when needed (task T267316) by Thiemo Kreuz
FlaggedRevs
[edit]- git #d69d300a - Remove token from api allowed parameters by DannyS712
- git #230e8359 - Clean up returns in RevisionReviewForm by DannyS712
- git #dc392527 - Clean up doBuildOnReady by DannyS712
Flow
[edit]No changes for Flow
FundraiserLandingPage
[edit]No changes for FundraiserLandingPage
FundraisingTranslateWorkflow
[edit]No changes for FundraisingTranslateWorkflow
Gadgets
[edit]No changes for Gadgets
GeoCrumbs
[edit]No changes for GeoCrumbs
GeoData
[edit]No changes for GeoData
GettingStarted
[edit]- git #d266c4e3 - Suppress VisualEditor welcome dialog when tour is active (task T235812) by Gergő Tisza
GlobalBlocking
[edit]No changes for GlobalBlocking
GlobalCssJs
[edit]No changes for GlobalCssJs
GlobalPreferences
[edit]No changes for GlobalPreferences
GlobalUsage
[edit]No changes for GlobalUsage
GlobalUserPage
[edit]No changes for GlobalUserPage
GlobalWatchlist
[edit]No changes for GlobalWatchlist
GoogleNewsSitemap
[edit]No changes for GoogleNewsSitemap
Graph
[edit]No changes for Graph
GrowthExperiments
[edit]- git #989652df - Add Link: Expose links in LinkRecommendation by Gergő Tisza
- git #fe849285 - Add Link: Add edit tag (task T266474) by Gergő Tisza
GuidedTour
[edit]No changes for GuidedTour
GWToolset
[edit]No changes for GWToolset
ImageMap
[edit]No changes for ImageMap
InputBox
[edit]No changes for InputBox
Insider
[edit]No changes for Insider
intersection
[edit]- git #6229e74e - Add an option to limit DPL concurrency with pool counter (task T262391) (task T262240) (task T263220) by Brian Wolff
Interwiki
[edit]No changes for Interwiki
InterwikiSorting
[edit]No changes for InterwikiSorting
Jade
[edit]- git #525f1d13 - Add some missing PHPDoc blocks by Thiemo Kreuz
Josa
[edit]No changes for Josa
JsonConfig
[edit]No changes for JsonConfig
Kartographer
[edit]No changes for Kartographer
LabeledSectionTransclusion
[edit]No changes for LabeledSectionTransclusion
LandingCheck
[edit]No changes for LandingCheck
LdapAuthentication
[edit]No changes for LdapAuthentication
Linter
[edit]No changes for Linter
LiquidThreads
[edit]- git #f28a7667 - Remove fallback to dynamic ParserOutput properties (task T263851) by Petr Pchelko
Listings
[edit]No changes for Listings
LocalisationUpdate
[edit]No changes for LocalisationUpdate
LoginNotify
[edit]No changes for LoginNotify
MachineVision
[edit]No changes for MachineVision
MapSources
[edit]No changes for MapSources
MassMessage
[edit]No changes for MassMessage
Math
[edit]- git #510e16e1 - Update api-testing to 1.4.2 by Clara Andrew-Wani
MediaModeration
[edit]No changes for MediaModeration
MobileApp
[edit]No changes for MobileApp
MobileFrontend
[edit]No changes for MobileFrontend
MultimediaViewer
[edit]No changes for MultimediaViewer
NavigationTiming
[edit]- git #6a8aaa3e - Fold cache response type data into NavigationTiming (task T264987) by gilles
Newsletter
[edit]No changes for Newsletter
NewUserMessage
[edit]No changes for NewUserMessage
Nuke
[edit]No changes for Nuke
OATHAuth
[edit]No changes for OATHAuth
OAuth
[edit]No changes for OAuth
OAuthRateLimiter
[edit]No changes for OAuthRateLimiter
OpenStackManager
[edit]No changes for OpenStackManager
ORES
[edit]No changes for ORES
PageAssessments
[edit]No changes for PageAssessments
PagedTiffHandler
[edit]No changes for PagedTiffHandler
PageImages
[edit]No changes for PageImages
PageTriage
[edit]No changes for PageTriage
PageViewInfo
[edit]No changes for PageViewInfo
ParserFunctions
[edit]No changes for ParserFunctions
PdfHandler
[edit]No changes for PdfHandler
Poem
[edit]No changes for Poem
PoolCounter
[edit]No changes for PoolCounter
Popups
[edit]- git #140b1e58 - Settings cog should come from icon pack (task T256504) by jdlrobson
ProofreadPage
[edit]- git #208cf00e - Remove Article::getContentObject() override. by Petr Pchelko
- git #6c20b828 - Remove fallback to undeclared ParserOutput property (task T263851) by Petr Pchelko
PropertySuggester
[edit]No changes for PropertySuggester
QuickSurveys
[edit]No changes for QuickSurveys
Quiz
[edit]No changes for Quiz
ReadingLists
[edit]No changes for ReadingLists
RelatedArticles
[edit]No changes for RelatedArticles
Renameuser
[edit]No changes for Renameuser
RevisionSlider
[edit]- git #c57fe0f2 - Get rid of all `var … = function () {}` declarations by Thiemo Kreuz
- git #9386cb6f - Improve some JSDoc blocks by WMDE-Fisch
- git #3b3392a7 - Use OutputPage from diff engine instead of global context by WMDE-Fisch
- git #e0aadec6 - Remove unnecessary module from init package by WMDE-Fisch
- git #010f7d41 - Add hint for browser tests to README.md by WMDE-Fisch
- git #3726c47a - ported tooltips.feature from ruby to node.js (task T267204) by Svantje Lilienthal
- git #eb4dbe36 - Trivialize Hooks::getConfig by Thiemo Kreuz
- git #60c82b49 - Make use of UserOptionsLookup by WMDE-Fisch
- git #69bf1e0d - Try with a minimum set of revisions for timeline test by WMDE-Fisch
RSS
[edit]No changes for RSS
SandboxLink
[edit]No changes for SandboxLink
Score
[edit]No changes for Score
Scribunto
[edit]- git #078253bd - library: Lua formatNum should check that the value is not infinity or NaN (task T267587) by C. Scott Ananian
- git #eb01c6ad - Fix invalid UTF-8 in LuaSandbox profiler data (task T228746) by Tim Starling
SearchExtraNS
[edit]No changes for SearchExtraNS
SecureLinkFixer
[edit]- git #0dbaa65e - Updating domains.php from Mozilla by SecureLinkFixer updater bot
SecurePoll
[edit]No changes for SecurePoll
ShortUrl
[edit]No changes for ShortUrl
SiteMatrix
[edit]No changes for SiteMatrix
SpamBlacklist
[edit]- git #da1af447 - Always pass a User object to SpamBlacklist::filter by Daimona Eaytoy
SubPageList3
[edit]No changes for SubPageList3
SubpageSortkey
[edit]No changes for SubpageSortkey
SyntaxHighlight_GeSHi
[edit]No changes for SyntaxHighlight_GeSHi
TemplateData
[edit]No changes for TemplateData
TemplateSandbox
[edit]No changes for TemplateSandbox
TemplateStyles
[edit]- git #7af3fcc8 - Trivialize TemplateStylesHooks::getConfig() by Thiemo Kreuz
TemplateWizard
[edit]No changes for TemplateWizard
TextExtracts
[edit]No changes for TextExtracts
Thanks
[edit]No changes for Thanks
TheWikipediaLibrary
[edit]No changes for TheWikipediaLibrary
TimedMediaHandler
[edit]- git #30d83b12 - Drop use of deprecated Article methods from TimedTextPage by Petr Pchelko
- git #460d7daf - Check negative comment length in Ogg as well by Thiemo Kreuz
timeline
[edit]No changes for timeline
TitleBlacklist
[edit]No changes for TitleBlacklist
TocTree
[edit]No changes for TocTree
TorBlock
[edit]No changes for TorBlock
Translate
[edit]- git #3eb7dc64 - Remove deprecated wfMemcKey() function (task T266502) by Aaron Schulz
- git #dd7e8474 - Update a few minor PHPDoc tags by Thiemo Kreuz
- git #bd13cc32 - Shortcut HTMLForm::factory() related code by Thiemo Kreuz
- git #7b7ba638 - SpecialManageTranslatorSandbox: Use TranslationStashReader service by Niklas Laxström
- git #61ade13e - SpecialManageTranslatorSandbox: Remove unused integration testing support by Niklas Laxström
- git #15877990 - TranslationStash: Add interface and a reader service by Niklas Laxström
- git #e5218055 - TranslatorSandbox: bring to current standards by Niklas Laxström
TranslationNotifications
[edit]No changes for TranslationNotifications
TrustedXFF
[edit]No changes for TrustedXFF
TwoColConflict
[edit]No changes for TwoColConflict
UniversalLanguageSelector
[edit]- git #4387bb9d - CompactLinks: Better handling of opening links to new tab/window by Niklas Laxström
- git #78884e87 - Update jquery.uls from upstream (task T265158) by Amir Aharoni
- git #835d1dd5 - Update jquery.ime from upstream (task T262865) by Amir Aharoni
UploadsLink
[edit]No changes for UploadsLink
UploadWizard
[edit]No changes for UploadWizard
UrlShortener
[edit]No changes for UrlShortener
UserMerge
[edit]No changes for UserMerge
VipsScaler
[edit]No changes for VipsScaler
VisualEditor
[edit]- git #4f5c27be - ArticleTargetLoader: Add ve.loadModules hook (task T267692) by Roan Kattouw
- git #0337f665 - Update reference paste test with "reference" class by Bartosz Dziewoński
WebAuthn
[edit]No changes for WebAuthn
Wikibase
[edit]- git #3f972afc - Register fake entity type in hook test (task T264893) by Lucas Werkmeister
- git #749c95fa - EntityHandlerTestCase: final getEntityTypeDefinitions() (task T265984) by Pablo Grass
- git #b90b95fb - EntityHandlerTestCase: allow inherting EntityTypeDefinitions config (task T265984) by Pablo Grass
- git #a9243aac - WikibaseRepoTest: align EntityTypeDefinitions by Pablo Grass
- git #f6771ca8 - Fix WikibaseRepo::getLocalEntityNamespaces() return type by Lucas Werkmeister
- git #2aeb5e13 - Only load termbox on Item and Property pages (task T264893) by Lucas Werkmeister
- git #4fe8f7d4 - Skip implicit description usage with local description (task T265898) by Lucas Werkmeister
- git #26a87c09 - Rename FormatterCache to TermFallbackCache (task T266144) by Thomas Arrow
- git #c9109329 - Implement extra CachingFallbackBasedTermLookup methods (task T266144) by Lucas Werkmeister
- git #9063ccd1 - Introduce and use CachingFallbackBasedTermLookup (task T266144) by Thomas Arrow
- git #b97355c3 - Properly inject PageProps into DescriptionLookup by Lucas Werkmeister
- git #44639c8e - EditEntityActionTest: remove applyPermissions() by Lucas Werkmeister
- git #54ef8a2d - Use MediaWikiIntegrationTestCase, not MediaWikiTestCase by Pablo Grass
- git #8ce125af - bridge: crack circular dependencies in store by Pablo Grass
- git #02d54eba - EditEntityActionTest: don’t call overrideMwServices() by Lucas Werkmeister
- git #101ebf21 - Replaces service reloads with rights cache invalidation in tests by Vedmaka
- git #33e17462 - Use TermFallbackCacheFacade (task T266144) by Thomas Arrow
WikibaseCirrusSearch
[edit]- git #87cd50cb - EntityHandlerTestCases: use inheritable EntityTypeDefinitions (task T265984) by Pablo Grass
- git #2e0204ab - Introduce haslicense: search keyword (task T257938) by Cormac Parle
WikibaseLexeme
[edit]- git #cfd3a6df - LexemeHandlerTest: extend wikibase EntityTypeDefinitions (task T265984) by Pablo Grass
WikibaseLexemeCirrusSearch
[edit]- git #7f8add6d - LexemeHandlerTest: use inheritable EntityTypeDefinitions (task T265984) by Pablo Grass
WikibaseMediaInfo
[edit]- git #3b84e019 - Use <all namespaces except file> instead of hardcoded list (task T257700) by Matthias Mullie
- git #0432c781 - Fix entity traversal POC (task T258055) by Matthias Mullie
- git #a291caaf - Allow all settings to be tweaked via query params by Matthias Mullie
- git #19964e2b - Selenium: Add log folder to .gitignore (task T265463) by vicky0602
- git #88cdd714 - Allow url params to overwrite elasticsearch boosts (task T267562) by Cormac Parle
- git #897e1ed6 - Adjust normalization (task T262522) 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]No changes for WikiEditor
wikihiero
[edit]No changes for wikihiero
WikiLove
[edit]No changes for WikiLove
WikimediaApiPortalOAuth
[edit]No changes for WikimediaApiPortalOAuth
WikimediaBadges
[edit]No changes for WikimediaBadges
WikimediaEditorTasks
[edit]No changes for WikimediaEditorTasks
WikimediaEvents
[edit]No changes for WikimediaEvents
WikimediaIncubator
[edit]No changes for WikimediaIncubator
WikimediaMaintenance
[edit]- git #0a33bcec - Scripts for fixing ipb_by_actor (task T261143) (task T260485) by Tim Starling
WikimediaMessages
[edit]No changes for WikimediaMessages
Wikisource
[edit]No changes for Wikisource
XAnalytics
[edit]No changes for XAnalytics
Skins
[edit]CologneBlue
[edit]- git #30c2a913 - Replace piped lists with pseudo element styled lists (task T248751) by jdlrobson
MinervaNeue
[edit]No changes for MinervaNeue
Modern
[edit]No changes for Modern
MonoBook
[edit]No changes for MonoBook
Nostalgia
[edit]No changes for Nostalgia
Timeless
[edit]No changes for Timeless
Vector
[edit]- git #bc9383c9 - Bump the bundlesize of skins.vector.styles (task T252774) by jdlrobson
WikimediaApiPortal
[edit]- git #dca22011 - ScrollAdjust: Inconsistent anchor link behavior (task T263276) by vladshapik
VisualEditor
[edit]- git #d01619a0 - ve.adjacentDomPosition: Fix doc comment by Bartosz Dziewoński
- git #9350800d - Avoid errors from adjacentDomPosition in LinearDeleteKeyDownHandler (task T262303) by Bartosz Dziewoński
- git #f88e84b3 - Catch errors from getNodeAndOffset in ve.ce.Surface#focus (task T136780) (task T259154) (task T262487) by Bartosz Dziewoński
Total Changes
[edit]189 Changes in 44 repos by 46 authors