MediaWiki 1.36/wmf.32
MediaWiki 1.36.0-wmf.31 | Deployment of MediaWiki 1.36.0-wmf.32 to Wikimedia sites | MediaWiki 1.36.0-wmf.33 |
The latest version (labeled "1.36.0-wmf.32") of MediaWiki, the software that powers Wikipedia and its sister sites, is being deployed to all Wikimedia sites in stages, starting on Tuesday, 23 February 2021 (see the roadmap).
Core changes
edit- git #c44158ea - Branch commit for wmf/1.36.0-wmf.32 (task T274936) by trainbranchbot
- git #55a5bfde - Add all userinfo properties to user data link in user preferences (task T272412) by Thalia
- git #0be01628 - ApiQueryUserInfo: Allow all uiprops to be requested at once (task T275441) by Thalia
- git #fd71596f - Add caching to ActorStore (task T273974) by Cindy Cicalese
- git #375e9f0a - Rename Authority::getActor to Authority::getPerformer (task T274947) by Petr Pchelko
- git #55658ea9 - Escape wikitext in the title in invalid title error messages (task T275261) by Bartosz Dziewoński
- git #505433c5 - HTMLUsersMultiselectField: Keep IP addresses while normalizing (task T274568) by Thalia
- git #0266b579 - Make ActorNormalization a proper service. by daniel
- git #d08c5ba3 - Better config for disabling all local image scaling (task T260504) by Tim Starling
- git #411b4232 - Make editcontentmodel a part of editpage grant by Martin Urbanec
- git #121aaccb - Drop unused mimesearch sql patch by Amir Sarabadani
- git #de8be2f8 - StatusValue: Minor code clean up by Reedy
- git #f51d5071 - Use .= instead of = . .... by Reedy
- git #47171f7b - Don't accept empty option group names for dropdown elements (task T275125) by Thiemo Kreuz
- git #f272cc19 - Fix typo in ParserTestTopLevelSuite by Thiemo Kreuz
- git #06768675 - resourceloader: Mark ResourceLoaderContext::encodeJson() as stable by Bartosz Dziewoński
- git #8dd4bd0f - objectcache: make SqlBagOStuff use getSerialized() by Aaron Schulz
- git #20db3214 - field descriptors in HTMLForm must have keys (task T275018) (task T274980) by jdlrobson
- git #58087fb7 - HTMLMultiSelectField: Reject nested arrays early (task T274955) by Bartosz Dziewoński
- git #aafa9dc1 - SpecialContributions: Remove unneeded code (task T274955) by Bartosz Dziewoński
- git #c01c1795 - uuid: Improve architecture rationale docs for GlobalIdGenerator by Timo Tijhof
- git #a3a4e6ad - Add to configuration to allow addition of certain tags to page (task T157145) by jdlrobson
- git #66a86e17 - Align mw-ui-button with latest design recommendation (task T268241) by jdlrobson
- git #26c98493 - docs: Fix 'dependant' typos by Timo Tijhof
- git #5a622b6a - build: Upgrade eslint-config-wikimedia from 0.17.0 to 0.18.1 by James D. Forrester
- git #ed543be0 - Sync up with Parsoid parserTests.txt by Arlo Breault
- git #c3fef506 - Mark mRemoveTempFile as a bool by lokal-profil
- git #efb50c3b - Remove unused patch-img_exif.sql by Amir Sarabadani
- git #947bd545 - SpecialImport: Fix typo in name of 'mapping' input (task T275031) by Ed Sanders
- git #cb465ac3 - API: Mention PARAM_SENSITIVE in markParamsSensitive() docs by Timo Tijhof
- git #2757a316 - objectcache: make MediumSpecificBagOStuff::updateOpStats more robust by Aaron Schulz
- git #411cea4d - Fix a typo in ExpirationAwareness (Idom => Idiom) by Martin Urbanec
- git #dfa4b121 - API: Prominently link to [[mw:API:Etiquette]] on api.php by Kunal Mehta
- git #ef7fc913 - DerivedPageDataUpdater: Skip all data updates when page is deleted (task T271356) by Umherirrender
- git #7466d08a - Add mock for numParams to MediaWikiTestCaseTrait by Maggie Epps
- git #f3f4509b - DefaultSettings.php: Update $wgLogos doc (task T274900) by Ammarpad
- git #929ed50f - Implement UserIdentityValue::__toString() by Petr Pchelko
- git #88b962c8 - SpecialImport: Move namespace input next to radio option using JS (task T274025) by Ed Sanders
- git #2d302a93 - Hard-deprecate IDatabase parameter for UserIdentity:getActorId() (task T273576) by Cindy Cicalese
- git #a4353782 - PostgresUpdater: Move `bot_passwords` table addition down (task T272199) by Ammarpad
- git #66573bec - Introduce LogEntry::getPerformerIdentity and deprecate ::getPerformer (task T274329) by Vadim Kovalenko
- git #e4852caa - Drop 1.25 updgrade patch files. (task T272199) by Ammarpad
- git #5e2d63b2 - phpcs: remove some unneeded suppressions by DannyS712
- git #49220ff4 - Add a few tests for ActorStore corner cases by Petr Pchelko
- git #208e828a - Pass linkable user name in Special:Preferences "Account data" help text (task T272412) by Thalia
- git #c44a3958 - Don't apply French spacing in raw text elements (task T255007) by Arlo Breault
- git #c12af6e1 - Normalize and de-dupe usernames in HTMLUsersMultiselectField (task T274568) by STran
- git #c03ff664 - Remove unused iframe upload code (task T190862) by Bartosz Dziewoński
- git #90b395d0 - Silent deprecate ProtectionForm::buildForm (task T274889) by jdlrobson
- git #4b9b4763 - DeprecatedGlobal: remove unneeded phpcs suppression by DannyS712
- git #91f8f7eb - Turn CommentStore::$tempTables into a constant by Thiemo Kreuz
- git #6a902dcf - RecentChange: Cast rev_id attr value to integer (task T274748) by Ammarpad
- git #f89c3622 - objectcache: factor out WANObjectCache::fetchKeys() method by Aaron Schulz
- git #f1a691c3 - MysqlUpdater::doUnsignedSyncronisation(): Increase grepability of filenames by Reedy
- git #00166857 - MysqlUpdater::doLanguageLinksLengthSync(): Increase grepability of filenames by Reedy
- git #73702051 - apisandbox.js - split ParamLabelWidget to separate file (task T269952) by DannyS712
- git #e9f89cc5 - apisandbox.js - split BooleanToggleSwitchParamWidget to separate file (task T269952) by DannyS712
- git #65f89072 - Make WikiPage a (non-proper) PageIdentity (task T272424) by Daniel Kinzler
- git #d4357d62 - Add "Account data" section to user preferences (task T272412) by STran
- git #0676256c - parser: new BeforeParserFetchTemplateRevisionRecord hook (task T47096) by C. Scott Ananian
- git #b04ec0df - resourceloader: Add internal handling for debug=2 (task T85805) by Timo Tijhof
- git #249ce4ef - Chinese Conversion Table Update 2020-2 by Chiefwei
Vendor
edit- git #f5d55cce - Bump wikimedia/parsoid to 0.13.0-a25 (task T215999) (task T255007) (task T272232) (task T242068) (task T265720) by C. Scott Ananian
Extensions
edit3D
editNo changes for 3D
AbuseFilter
edit- git #63a497fb - Don't set actor on UserIdentityValue in tests. by daniel
- git #569c02f3 - Fix StatsdDataFactory injection (task T275369) by Matěj Suchánek
- git #dcd038e6 - Avoid using User ::getCanonicalName (task T275030) by vladshapik
- git #c2376efd - Improve test coverage metrics by Matěj Suchánek
- git #5d4025d8 - Create a new method for authorizing access to test tools (task T242821) by Matěj Suchánek
- git #2bb5c3c7 - Align arg counting between the parsers (task T156095) (task T156096) by Daimona Eaytoy
- git #ca806b46 - Avoid using Title in addNavigationLinks by Matěj Suchánek
- git #c18e4a4a - Do not serialize RunnerData to array in FilterRunner by Matěj Suchánek
ActiveAbstract
editNo changes for ActiveAbstract
AdvancedSearch
editNo changes for AdvancedSearch
AntiSpoof
edit- git #6515bf72 - Remove deprecated AntiSpoof::checkUnicodeString by Umherirrender
- git #e6ade6b9 - Use consts in AntiSpoof class by Umherirrender
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
editNo changes for Capiunto
CategoryTree
editNo changes for CategoryTree
CentralAuth
edit- git #c26f400f - Avoid using LogEntry::getPerformer in favor of getPerformerIdentity (task T274329) by Vadim Kovalenko
- git #f1ce58c0 - Remove use of internal JavaScriptMinifier::minify() in SpecialCentralAutoLogin by Timo Tijhof
CentralNotice
edit- git #974b492b - Remove optedOutCampaigns property from impression data (task T275054) by Andrew Green
CharInsert
editNo changes for CharInsert
CheckUser
editNo changes for CheckUser
CirrusSearch
edit- git #bbc02c62 - Add helper method and script for updating weighted tags (task T272304) (task T261409) by Gergő Tisza
- git #2cb58a54 - Improve logging of update errors by Gergő Tisza
Cite
editNo changes for Cite
CiteThisPage
edit- git #89ecc80b - Require MediaWiki 1.31 in extension.json for AutoloadNamespaces by Umherirrender
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 #e6b1a7cd - CX3 Build 0.1.0+20210223 by Santhosh Thottingal
- git #1ca759bd - CX3 Build 0.1.0+20210216 by NikG
CreditsSource
editNo changes for CreditsSource
Dashiki
editNo changes for Dashiki
Disambiguator
editNo changes for Disambiguator
DiscussionTools
edit- git #bb8d2b69 - Define sub-features in arrays and use where possible by Ed Sanders
- git #fa484e0c - Don't allow CommentItem author to be null by Ed Sanders
- git #6afb92d9 - Show wikitext warnings for sequences not in reply tools (task T274923) by Ed Sanders
- git #33c6181e - Rename indent replacement methods by Ed Sanders
- git #717955a5 - Make new topic autosave specific to page title (task T274949) by Bartosz Dziewoński
- git #b7917f5f - Fix highlight when new topic is posted without a title (task T272666) by Bartosz Dziewoński
- git #9ae59e6d - Disable VE indentation commands to allow tabbing out of the widget (task T172694) 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 #0805daf1 - Echo::create: Convert UserIdentityValue to plain User (task T275161) by Kosta Harlan
- git #aac1986c - Clean up Title deprecated methods (task T274151) by vladshapik
- git #294ed3c2 - ForeignWikiRequest: Guard against bad response (task T274408) by Kosta Harlan
Elastica
editNo changes for Elastica
ElectronPdfService
editNo changes for ElectronPdfService
EntitySchema
edit- git #25fa79cb - MediaWikiRevisionSchemaUpdaterTest: fix formatting by Lucas Werkmeister
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 #2c1d7798 - Stop mocking database in NullRevisionCreatorTest by Petr Pchelko
- git #1063a591 - Avoid using LogEntry::getPerformer in favor of getPerformerIdentity (task T274329) by Vadim Kovalenko
FlaggedRevs
edit- git #3baacd14 - Grant sysops review and unreviewed pages right by default (task T275293) by Martin Urbanec
- git #c8122215 - Avoid using User ::isUsableName (task T275030) by vladshapik
- git #b52205d9 - Clean up Title deprecated methods (task T274151) by vladshapik
Flow
edit- git #265bf217 - Remove custom override for 'userAdd' icon (task T254800) by Bartosz Dziewoński
- git #433c2b12 - Add missing 'progressive' variant to 'newestTopics' icon (task T275408) by Bartosz Dziewoński
- git #1069c1f5 - Replace use of Parser::$mStripState, deprecated in 1.35 (task T275160) by C. Scott Ananian
- git #88b656cd - Avoid using LogEntry::getPerformer in favor of getPerformerIdentity (task T274329) by Vadim Kovalenko
- git #7c77dae4 - Disable VE indentation commands to allow tabbing out of the widget (task T172694) by Bartosz Dziewoński
- git #c694ec07 - Use narrow UserIdentity interface where possible by Thiemo Kreuz
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
editNo changes for GlobalPreferences
GlobalUsage
editNo changes for GlobalUsage
GlobalUserPage
editNo changes for GlobalUserPage
GlobalWatchlist
edit- git #7be41add - Enable all ResourceLoader modules on mobile too (task T275253) by DannyS712
- git #ee29c9df - Use <slot> in Button and Toggle components by DannyS712
- git #756faba8 - SiteDisplay.afterMarkAsSeen check if $feedDiv is set (task T275078) by DannyS712
- git #9ae0387b - Vue: fix use of $i18n for messages by DannyS712
- git #c832980d - Fix PHP71NullableDocOptionalArg sniff by Umherirrender
GoogleNewsSitemap
editNo changes for GoogleNewsSitemap
Graph
editNo changes for Graph
GrowthExperiments
edit- git #7935a009 - Add Vietnamese aliases for #mentor (task T275317) by Martin Urbanec
- git #c7722889 - Add Bangala alias for #mentor (task T275317) by Martin Urbanec
- git #1785e1cf - Add Russian alias for #mentor (task T275317) by Iniquity
- git #875b10df - Add Czech alias for #mentor (task T275317) by Martin Urbanec
- git #9bc8858e - [docs] Add docs string to GrowthExperiments.i18n.magic.php by Martin Urbanec
- git #de5c66f2 - Add Arabic translation for #mentor (task T275317) by Martin Urbanec
- git #d0cedaf6 - Add Romanian aliases (task T275130) by Martin Urbanec
- git #195ff962 - Impact: Launch start editing CTA when suggested edits is unactivated (task T223221) by Kosta Harlan
- git #605b7df7 - Add topic parameter to refreshLinkRecommendations.php (task T261408) by Gergő Tisza
- git #395123a0 - Fix LinkBatch logic in refreshLinkRecommendations.php (task T261408) by Gergő Tisza
- git #73ef24a5 - Fix change tag handling in refreshLinkRecommendations.php (task T261408) by Gergő Tisza
- git #23e9e496 - Make refresh-link-recommendations script a noop when DB is readonly by Gergő Tisza
- git #9c07fdb5 - Updated unactivated state of impact module (task T223221) by mewoph
- git #8df739c3 - Use numParams for numerical message params in SuggestedEdits (task T274468) by Maggie Epps
- git #e07a4537 - MentorPageMentorManager: Do not log "no mentor available" as warning (task T274035) by Martin Urbanec
- git #ebd5eecf - Add Thai aliases (task T274646) by Martin Urbanec
- git #4d2448f1 - Add setmentor right to new managementorship grant by Martin Urbanec
- git #651f44ea - Add magic word {{#mentor:username}}, allowing users to get someone's mentor (task T233250) by Martin Urbanec
- git #d2838015 - Animate live-broadcast icon, count on search (task T236842) by Maggie Epps
GuidedTour
editNo changes for GuidedTour
GWToolset
editNo changes for GWToolset
ImageMap
editNo changes for ImageMap
InputBox
edit- git #943d505e - Fix "PHP Notice: Array to string conversion" when handling prefix/title params by Bartosz Dziewoński
Insider
editNo changes for Insider
intersection
editNo changes for intersection
Interwiki
editNo changes for Interwiki
InterwikiSorting
editNo changes for InterwikiSorting
IPInfo
edit- git #dcbc0688 - Avoid using LogEntry::getPerformer in favor of getPerformerIdentity (task T274329) by Vadim Kovalenko
- git #b3039ad0 - Add organization field in the infobox (task T271674) by Thalia
- git #7ffae6e8 - Fix return type of UserIdentity::isRegistered in tests by Thalia
Jade
editNo changes for Jade
Josa
editNo changes for Josa
JsonConfig
edit- git #64a44fe3 - Replace use of Parser::$mTagHooks, deprecated in 1.35 (task T275160) by C. Scott Ananian
Kartographer
edit- git #43c9cd41 - Add ADR for swift storage (task T272843) by jgiannelos
- git #b05f7502 - ADR for WebGL renderer style spec (task T270192) by mbsantos
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 #56ad7ff3 - Update a few type hints by Thiemo Kreuz
- git #8632db2d - Use modern `new static` syntax instead of get_called_class by Thiemo Kreuz
- git #2308e436 - Remove redundant ExtensionRegistry callback by Timo Tijhof
MediaModeration
editNo changes for MediaModeration
MobileApp
editNo changes for MobileApp
MobileFrontend
edit- git #187634b4 - Avoid using LogEntry::getPerformer in favor of getPerformerIdentity (task T274329) by Vadim Kovalenko
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
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
PageNotice
editNo changes for PageNotice
PageTriage
edit- git #4a3a842a - Merge PageTriageExternalDeletionTagsOptions into ExternalTagOptions (task T221269) by DannyS712
PageViewInfo
editNo changes for PageViewInfo
ParserFunctions
edit- git #ff89dae8 - Replace use of Parser::$mOutput, deprecated in 1.35 (task T275160) by C. Scott Ananian
PdfHandler
editNo changes for PdfHandler
Poem
editNo changes for Poem
PoolCounter
editNo changes for PoolCounter
Popups
edit- git #513899d8 - Much more relaxed reference type detection (task T274979) by Thiemo Kreuz
- git #1962372a - Add cogwheel to disable ReferencePreviews (task T234205) by Svantje Lilienthal
- git #ef4b0325 - Add new reference type "note" without an icon (task T274343) by Thiemo Kreuz
ProofreadPage
edit- git #a33f1565 - Replace use of Parser::$mStripState, deprecated in 1.35 (task T275160) by C. Scott Ananian
- git #fd913889 - Make subpages in the Index NS not use the index content type by default (task T271710) by Tpt
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
editNo changes for RevisionSlider
RSS
editNo changes for RSS
SandboxLink
editNo changes for SandboxLink
Score
edit- git #2dba7735 - Migrate to BoxedCommand/Shellbox (task T260330) (task T271235) by Tim Starling
- git #efe6b0c6 - ResourceLoader::inDebugMode() now returns an int by Kunal Mehta
Scribunto
editNo changes for Scribunto
SearchExtraNS
editNo changes for SearchExtraNS
SecureLinkFixer
edit- git #9454ae91 - Updating domains.php from Mozilla by SecureLinkFixer updater bot
SecurePoll
edit- git #5840269e - Add action type filter to Special:SecurePollLog page (task T273976) by STran
- git #06fdccd0 - Split ext.securepoll.htmlform into multiple files (task T274253) by David Lynch
- git #7bce7a3d - Replace calls to deprecated methods in ElectionPager (task T274448) by AnaïsGueyte
- git #60de9622 - Fix documentation for Context functions (task T273455) by AnaïsGueyte
- git #2a3b3698 - Combine the two TallyPage forms into one form (task T272916) by Thalia
- git #f3730409 - Replace calls to getBody() in DetailsPage.php (task T274447) by wikitrent
- git #51dd5b4e - Don't use autocompleteselect for large numbers of wiki names (task T274641) by David Lynch
- git #0202c61d - Replace calls to deprecated methods in FormStore (task T274450) by AnaïsGueyte
- git #a0cbd668 - Fix documentation for Context methods (task T273455) by AnaïsGueyte
ShortUrl
editNo changes for ShortUrl
SiteMatrix
editNo changes for SiteMatrix
SpamBlacklist
editNo changes for SpamBlacklist
StopForumSpam
edit- git #da7a7865 - build: Replace jsonlint with eslint (task T220036) by Umherirrender
SubPageList3
editNo changes for SubPageList3
SubpageSortkey
editNo changes for SubpageSortkey
SyntaxHighlight_GeSHi
edit- git #0e26a6b3 - Replace use of Parser::$mStripState, deprecated in 1.35 (task T275160) by C. Scott Ananian
- git #7d9c268f - pygments.linenumbers: Avoid deep jQuery loops on unrelated interactions by Timo Tijhof
- git #c9892df3 - Update pygments to 2.8.0 (task T274741) by Prod
- git #fa20f69c - SyntaxHighlightVisualEditorModule: Use Context::encodeJson() instead by Timo Tijhof
TemplateData
edit- git #6129f5d5 - Don't validate <templatedata> tags on non-wikitext pages (task T272231) by Thiemo Kreuz
- git #e9e1b8ff - Send title without namespace by Adam Wight
- git #43e3043b - Allow input fields for parameter values to expand (task T263533) by WMDE-Fisch
TemplateSandbox
editNo changes for TemplateSandbox
TemplateStyles
edit- git #9b7f131d - Replace use of Parser::$mStripState, deprecated in 1.35 (task T275160) by C. Scott Ananian
- git #2c3e8a80 - Replace use of Parser::$mTagHooks, deprecated in 1.35 (task T275160) by C. Scott Ananian
TemplateWizard
edit- git #cf23be12 - Use schema with core bucket labels (task T269986) by WMDE-Fisch
TextExtracts
editNo changes for TextExtracts
Thanks
edit- git #3a9fccd2 - Avoid using LogEntry::getPerformer in favor of getPerformerIdentity (task T274329) by Vadim Kovalenko
TheWikipediaLibrary
editNo changes for TheWikipediaLibrary
TimedMediaHandler
edit- git #acf9789a - Update ogv.js to 1.8.1, removing obsolete IE 10/11 support by Brion Vibber
timeline
edit- git #b20ab680 - Add $wgTimelineFontDirectory to be passed as GDFONTPATH (task T274822) by Kunal Mehta
TitleBlacklist
editNo changes for TitleBlacklist
TocTree
editNo changes for TocTree
TorBlock
editNo changes for TorBlock
Translate
edit- git #42e48e17 - Enable "opt-out" translation aware transclusion for templates (task T47096) by Abijeet Patro
- git #f7e8e992 - Do not treat messages without content as safe for import by Niklas Laxström
- git #146a635d - ttmserver-export.php: verify thread status better and warn by Niklas Laxström
TranslationNotifications
edit- git #03b33794 - Avoid using LogEntry::getPerformer in favor of getPerformerIdentity (task T274329) by Vadim Kovalenko
TrustedXFF
editNo changes for TrustedXFF
TwoColConflict
editNo changes for TwoColConflict
UniversalLanguageSelector
edit- git #96656c5f - Allow access to display and input settings in new vector (task T274396) by jdlrobson
UploadsLink
editNo changes for UploadsLink
UploadWizard
editNo changes for UploadWizard
UrlShortener
editNo changes for UrlShortener
UserMerge
edit- git #6413feef - Replace User::getActorId($dbw) with ActorNormalization::acquireActorId() (task T273576) by Cindy Cicalese
VipsScaler
editNo changes for VipsScaler
VisualEditor
edit- git #80c530fb - Fetch full document when diffing wikitext sections (task T260008) by Ed Sanders
- git #87ab649e - Add mw-content-container, mw-body classes to preview (task T272751) by Ed Sanders
- git #e061cd5c - VisualEditorDataModule: Use ResourceLoaderContext::encodeJson by Bartosz Dziewoński
- git #41e6a8bd - Update VE core submodule to master (422cbd755) (task T172694) by Bartosz Dziewoński
- git #2c5197f1 - Fix Phan failure by Bartosz Dziewoński
WebAuthn
editNo changes for WebAuthn
Wikibase
edit- git #4dd153f0 - Allow minus sign (alongside hyphen-minus) to be parsed for quantities (task T274129) by tzhelyazkova
- git #9108713e - Show all available languages in monolingual text lang suggester (task T124758) by Jakob Warkotsch
- git #6197a84f - bridge: Provide a messages.getText function which does not parse the string (task T272350) by tzhelyazkova
- git #5c228b3e - Fix indentation in ResourceLoader module declaration by Jakob Warkotsch
- git #6ed3ea80 - Use `rawurlencode` to encode external IDs in URLs (task T271126) by Jakob Warkotsch
- git #89d2b6cd - Make RemoveDeletedItemsFromTermStore work on item IDs (task T274890) by Lucas Werkmeister
- git #1005fe4c - Add existsBatch() method to EntityExistenceChecker (task T274890) by Lucas Werkmeister
- git #8c44612b - Remove reduntant PHPUnit ->will( … ) by Lucas Werkmeister
- git #8da90e3e - Remove redundant PHPUnit ->with( $this->anything() ) by Lucas Werkmeister
- git #bd8a8e6c - Remove redundant PHPUnit ->expects( $this->any() ) by Lucas Werkmeister
- git #526fb8ca - Make two test expectations more exact by Lucas Werkmeister
- git #881c2d95 - Use ooui debounce and throttle instead of deprecated jquery one (task T213426) by Amir Sarabadani
- git #bd622c7d - Override loaded extensions better in unit test by Lucas Werkmeister
WikibaseCirrusSearch
editNo changes for WikibaseCirrusSearch
WikibaseLexeme
edit- git #8cc6970c - Move dynamic source file callback out of resource.php (task T124758) by Jakob Warkotsch
- git #57f533dc - InvalidLanguageIndicator: inject valid languages (task T124758) by Jakob Warkotsch
- git #4581e04a - Synchronize state with LexemeHeader more consistently (task T250550) by Lucas Werkmeister
- git #e091c89e - Reenable two disabled tests by Lucas Werkmeister
- git #0cd489f4 - Show all available languages in Gloss lang suggester (task T124758) by Jakob Warkotsch
- git #11e8f042 - Update lemmas from wbeditentity response (task T250550) by Lucas Werkmeister
WikibaseLexemeCirrusSearch
editNo changes for WikibaseLexemeCirrusSearch
WikibaseMediaInfo
edit- git #5775082a - Update Logger to use version 1.1.0 of mediasearch schema (task T263663) by Eric Gardner
- git #6df6fc94 - Don't submit token requests for requests that don't need auth (task T270390) by Matthias Mullie
- git #e4a4ee13 - Add terms/monolingual text support for some languages not known to MW (task T264296) by Matthias Mullie
- git #d6fc9e52 - Make zero scores stay at zero by Matthias Mullie
- git #102258f4 - Ensure ES queries don't return negative score (task T274251) 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
edit- git #ff7f55f5 - Add userEditBucket to searchSatisfaction (task T272991) by Jan Drewniak
- git #1bb4be1c - Disable sessionTick on browsers w/o passive event listener support (task T274264) by Jason Linehan
- git #480fce03 - Convert modules to use packageFiles (task T253634) by Michael Holloway
WikimediaIncubator
editNo changes for WikimediaIncubator
WikimediaMaintenance
edit- git #b69dd74e - addWiki: Add a way to skip edits, similar to skipclusters by Martin Urbanec
WikimediaMessages
edit- git #4af614ad - Add message param documentation for Special:Preferences override by Thalia
- git #61d32167 - Add override for prefs-user-downloaddata-help-message (task T272412) by STran
Wikisource
edit- git #7e4857ae - Handle ElectronPdfService sidebar portlet (task T272674) by Sam Wilson
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
editNo changes for Vector
WikimediaApiPortal
editNo changes for WikimediaApiPortal
VisualEditor
edit- git #7eb90ef8 - Make client utils a dependency of platform by Ed Sanders
- git #422cbd75 - Re-apply "ve.ce.Surface: Allow tabbing out of surfaces without indentation features" (task T172694) by Esanders
- git #2f767578 - Remove @abstract from ve.ce.View.getResolvedAttribute by Gergő Tisza
Total Changes
edit216 Changes in 51 repos by 62 authors