MediaWiki 1.36/wmf.18/Changelog
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
edit3D
editNo changes for 3D
AbuseFilter
editNo changes for AbuseFilter
ActiveAbstract
editNo 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
editNo changes for AntiSpoof
ApiFeatureUsage
editNo changes for ApiFeatureUsage
ArticleCreationWorkflow
editNo changes for ArticleCreationWorkflow
ArticlePlaceholder
editNo changes for ArticlePlaceholder
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
edit- git #6c5d5b69 - Document missing param in CapiuntoInfoboxRender.lua by DannyS712
CategoryTree
editNo changes for CategoryTree
CentralAuth
editNo 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
editNo 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
editNo changes for CiteThisPage
Citoid
editNo changes for Citoid
cldr
editNo changes for cldr
CodeEditor
editNo changes for CodeEditor
CodeMirror
editNo changes for CodeMirror
CodeReview
editNo changes for CodeReview
Cognate
editNo changes for Cognate
Collection
editNo changes for Collection
CommonsMetadata
editNo changes for CommonsMetadata
ConfirmEdit
editNo changes for ConfirmEdit
CongressLookup
editNo changes for CongressLookup
ContactPage
editNo 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
editNo changes for CreditsSource
Dashiki
editNo changes for Dashiki
Disambiguator
editNo 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
editNo changes for DismissableSiteNotice
DonationInterface
editNo changes for DonationInterface
DoubleWiki
editNo changes for DoubleWiki
DynamicSidebar
editNo changes for DynamicSidebar
Echo
edit- git #86d45a66 - push: die with error if providertokens param is empty (task T267263) by mbsantos
Elastica
editNo changes for Elastica
ElectronPdfService
editNo changes for ElectronPdfService
EntitySchema
editNo 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
editNo changes for EventStreamConfig
ExtensionDistributor
editNo 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
editNo changes for FeaturedFeeds
FileExporter
editNo 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
editNo changes for Flow
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
edit- git #d266c4e3 - Suppress VisualEditor welcome dialog when tour is active (task T235812) by Gergő Tisza
GlobalBlocking
editNo changes for GlobalBlocking
GlobalCssJs
editNo changes for GlobalCssJs
GlobalPreferences
editNo changes for GlobalPreferences
GlobalUsage
editNo changes for GlobalUsage
GlobalUserPage
editNo changes for GlobalUserPage
GlobalWatchlist
editNo changes for GlobalWatchlist
GoogleNewsSitemap
editNo changes for GoogleNewsSitemap
Graph
editNo 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
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
edit- git #6229e74e - Add an option to limit DPL concurrency with pool counter (task T262391) (task T262240) (task T263220) by Brian Wolff
Interwiki
editNo changes for Interwiki
InterwikiSorting
editNo changes for InterwikiSorting
Jade
edit- git #525f1d13 - Add some missing PHPDoc blocks by Thiemo Kreuz
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
edit- git #f28a7667 - Remove fallback to dynamic ParserOutput properties (task T263851) by Petr Pchelko
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 #510e16e1 - Update api-testing to 1.4.2 by Clara Andrew-Wani
MediaModeration
editNo changes for MediaModeration
MobileApp
editNo changes for MobileApp
MobileFrontend
editNo changes for MobileFrontend
MultimediaViewer
editNo changes for MultimediaViewer
NavigationTiming
edit- git #6a8aaa3e - Fold cache response type data into NavigationTiming (task T264987) by gilles
Newsletter
editNo changes for Newsletter
NewUserMessage
editNo changes for NewUserMessage
Nuke
editNo changes for Nuke
OATHAuth
editNo changes for OATHAuth
OAuth
editNo changes for OAuth
OAuthRateLimiter
editNo changes for OAuthRateLimiter
OpenStackManager
editNo changes for OpenStackManager
ORES
editNo changes for ORES
PageAssessments
editNo changes for PageAssessments
PagedTiffHandler
editNo changes for PagedTiffHandler
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 #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
editNo changes for PropertySuggester
QuickSurveys
editNo changes for QuickSurveys
Quiz
editNo changes for Quiz
ReadingLists
editNo changes for ReadingLists
RelatedArticles
editNo changes for RelatedArticles
Renameuser
editNo 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
editNo changes for RSS
SandboxLink
editNo changes for SandboxLink
Score
editNo 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
editNo changes for SearchExtraNS
SecureLinkFixer
edit- git #0dbaa65e - Updating domains.php from Mozilla by SecureLinkFixer updater bot
SecurePoll
editNo changes for SecurePoll
ShortUrl
editNo changes for ShortUrl
SiteMatrix
editNo changes for SiteMatrix
SpamBlacklist
edit- git #da1af447 - Always pass a User object to SpamBlacklist::filter by Daimona Eaytoy
SubPageList3
editNo changes for SubPageList3
SubpageSortkey
editNo changes for SubpageSortkey
SyntaxHighlight_GeSHi
editNo changes for SyntaxHighlight_GeSHi
TemplateData
editNo changes for TemplateData
TemplateSandbox
editNo changes for TemplateSandbox
TemplateStyles
edit- git #7af3fcc8 - Trivialize TemplateStylesHooks::getConfig() by Thiemo Kreuz
TemplateWizard
editNo changes for TemplateWizard
TextExtracts
editNo changes for TextExtracts
Thanks
editNo changes for Thanks
TheWikipediaLibrary
editNo 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
editNo changes for timeline
TitleBlacklist
editNo changes for TitleBlacklist
TocTree
editNo changes for TocTree
TorBlock
editNo 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
editNo changes for TranslationNotifications
TrustedXFF
editNo changes for TrustedXFF
TwoColConflict
editNo 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
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 #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
editNo 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
editNo changes for WikibaseQualityConstraints
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
editNo changes for WikimediaEvents
WikimediaIncubator
editNo changes for WikimediaIncubator
WikimediaMaintenance
edit- git #0a33bcec - Scripts for fixing ipb_by_actor (task T261143) (task T260485) by Tim Starling
WikimediaMessages
editNo changes for WikimediaMessages
Wikisource
editNo changes for Wikisource
XAnalytics
editNo changes for XAnalytics
Skins
editCologneBlue
edit- git #30c2a913 - Replace piped lists with pseudo element styled lists (task T248751) by jdlrobson
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 #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
edit189 Changes in 44 repos by 46 authors