MediaWiki 1.36/wmf.31
![]() |
Deployment of MediaWiki 1.36.0-wmf.31 to Wikimedia sites | MediaWiki 1.36.0-wmf.32![]() |
The latest version (labeled "1.36.0-wmf.31") of MediaWiki, the software that powers Wikipedia and its sister sites, is being deployed to all Wikimedia sites in stages, starting on Tuesday, 16 February 2021 (see the roadmap).
Core changes[edit]
- git #c49ac6d2 - Branch commit for wmf/1.36.0-wmf.31 (task T271345) by trainbranchbot
- git #aa35f404 - rebuildLocalisationCache.php: Fix typo by Ahmon Dancy
- git #98868434 - Drop files linkscc table by Amir Sarabadani
- git #fa7b284d - Remove all old index checks in PG (task T272199) by Amir Sarabadani
- git #31e0a6c9 - rebuildLocalisationCache.php: handle killed children by Ahmon Dancy
- git #00d22d1b - Drop 1.24 upgrade patch files (task T272199) by Ammarpad
- git #fdd00077 - Drop 1.23 upgrade patch files (task T272199) by Ammarpad
- git #a20d1dfe - Remove all old index additions in PG (task T272199) by Amir Sarabadani
- git #d30eb5af - registration: Clarify ExtensionRegistry::getQueue() return type by Máté Szabó
- git #8fca24fd - API: Fix flaky ApiQueryInfoTest case by Timo Tijhof
- git #879af908 - Deprecate wgAjaxEditStash (task T274695) by James D. Forrester
- git #08318b4d - RELEASE-NOTES-1.36: Clean up settings section by James D. Forrester
- git #df4d67c2 - composer: Provide `test-some` job for CI (task T199403) by James D. Forrester
- git #1605864f - mediawiki.action.edit: Convert module to packageFiles by Timo Tijhof
- git #8515ff41 - mediawiki.action.edit: Avoid jQuery objects in watchlistExpiry.js (task T274688) by Timo Tijhof
- git #6cf36e5d - mediawiki.action.edit: Fold watchlistExpiry.js into this module (task T274688) by Timo Tijhof
- git #a0593248 - mediawiki.action.edit: Set desktop/mobile target (task T274688) (task T127268) by Timo Tijhof
- git #9c578c14 - Call __toString explicitly when passing an object to the logger (task T269680) by Gergő Tisza
- git #43e93a7f - registration: Allow reusing cached metadata between wikis (task T274648) by Máté Szabó
- git #0156a47d - Fix error message in ExtensionJsonValidation test (task T274591) by Ammarpad
- git #221d1361 - checkDependencies.php: Don't throw exception to command line. by Ammarpad
- git #876736e5 - Drop 1.22 upgrade patch files (task T272199) by Ammarpad
- git #1fa9fb99 - Drop 1.21 upgrade patch files (task T272199) by Ammarpad
- git #8b7df4c6 - Drop 1.20 upgrade patch files. (task T272199) by Ammarpad
- git #2048d428 - Fix documentation of ChangeTags::listDefinedTags by Matěj Suchánek
- git #6e281802 - Use generator function in ExtensionJsonValidationTest by Ammarpad
- git #e78de410 - OutputPage: Make $wgDebugRedirects work again (task T236639) by Ammar Abdulhamid
- git #03f5f05c - Add WVUI (0.1.0) (task T271353) by Roan Kattouw
- git #4403a69d - Updating wikimedia/cldr-plural-rule-parser (v1.0.0 => v2.0.0) (task T263341) by Reedy
- git #cc8dc168 - LocalFile::unlock() fix typo (`loc` -> `lock`) (task T201491) by DannyS712
- git #69b48bf5 - Updating wikimedia/wait-condition-loop (v1.0.1 => v2.0.1) (task T263341) by Reedy
- git #1716f52a - Api: Cache the ContentLanguage object in ApiResult by Daimona Eaytoy
- git #a7481c02 - Restore userlink for IP range. (task T274526) by Ammarpad
- git #93690e1c - API: Optimize hot code paths in ApiResult by re-arranging by Thiemo Kreuz
- git #2af69576 - Tighten invalid timestamp error checking (task T272637) by Ammarpad
- git #70bb3d90 - Update wikimedia/shellbox to 1.0.3 (task T274474) by Kunal Mehta
- git #23adea0c - WebRequest: Document magic argument on WebRequest::getValues by Umherirrender
- git #c1709d9e - MemoizedCallable: Disallow memoizing of unnamed closures by Timo Tijhof
- git #8de3b7d3 - Use static closures where safe to use by Umherirrender
- git #9859edb6 - registration: Stop double-caching config settings (task T274445) by Kunal Mehta
- git #7da3ba32 - Remove all old data type changes and null changes in PG (task T272199) by Amir Sarabadani
- git #0cacd9cd - Make RevisionStore to pass $wikiId to RevisionRecord's methods. (task T273284) by Peter Ovchyn
- git #4d8dc6b9 - Use ActorStore in RevisionStore (task T273290) by Petr Pchelko
- git #947a8cfc - Use ?? instead of isset/array_key_exists where possible by Thiemo Kreuz
- git #ca56a3a1 - Safe-guard switch possibly doing bad comparisons (task T255177) (task T258790) by Thiemo Kreuz
- git #f4667aec - Remove all old new field schema changes in PG (task T272199) by Amir Sarabadani
- git #f55bc50d - objectcache: tweak MediumSpecificBagOStuff::updateOpStats call rate metric name by Aaron Schulz
- git #82270f98 - vue: Log component errors (task T249826) by Sam Smith
- git #93245ae0 - Remove all old foreign key deferrable changes (task T272199) by Amir Sarabadani
- git #5c7ee84d - Drop 1.19 upgrade patch files (task T272199) by Ammarpad
- git #85c8876f - Drop 1.18 upgrade patch files (task T272199) by Ammarpad
- git #0ec26437 - objectache: Revert "throw on Closure" in WANObjectCache (task T273242) by Krinkle
- git #1398a729 - Reorder arguments in ActorStore::newActorFromRowFields by Petr Pchelko
- git #29579c15 - Drop mThisAsAuthority from User before serializing. by Petr Pchelko
- git #3ba4e1a1 - Fix --group option for mysql.php by daniel
- git #ee0c7798 - Mark .mw-infobox styles as deprecated (task T268194) by jdlrobson
- git #4e94fa88 - WANObjectCache: throw on Closure (task T273242) by daniel
- git #53e8c545 - Add notice about local-server cache to addSite.php (task T269099) by Lucas Werkmeister
- git #c9c2995a - in deployment-prep some groups don't exist, permit scripts that use them to run (task T269377) by Ariel T. Glenn
- git #a1de8b87 - Tests: Mark more more closures as static (task T274036) by Umherirrender
- git #09bf6309 - Drop 1.17 upgrade patch files (task T272199) by Ammarpad
- git #8a063017 - Update RevisionStore public interface to be using PageIdentity (task T272886) by Peter Ovchyn
- git #a12c1bdb - WikiImporter: Minor code style changes by Reedy
- git #f0a95070 - Language.php: Mark some closures as static (task T274036) by Reedy
- git #c82e4b21 - Resources.php: Mark some closures as static (task T274036) by Reedy
- git #354848b0 - maintenance: Mark some closures as static (task T274036) by Reedy
- git #252fd6ff - Make TypeDefTestCase::getInstance() abstract. by Ammarpad
- git #1f35ad2e - Search files in user language (task T259896) by Matthias Mullie
- git #14f78ee2 - Update SessionManager to pass session string representation to logger (task T269680) by Cole White
- git #331b39eb - Revert "Do not return internal edit status from EditPage" (task T258790) by Thiemo Kreuz (WMDE)
Vendor[edit]
- git #2a9a0cee - Updating wikimedia/cldr-plural-rule-parser (v1.0.0 => v2.0.0) (task T263341) by Reedy
- git #087af2ba - Updating wikimedia/wait-condition-loop (v1.0.1 => v2.0.1) (task T263341) by Reedy
- git #d96989c8 - Update wikimedia/shellbox to 1.0.3 (task T274474) by Kunal Mehta
Extensions[edit]
3D[edit]
No changes for 3D
AbuseFilter[edit]
- git #e64049c3 - Create dedicated types of parser exceptions by Daimona Eaytoy
- git #607be2d5 - Check response code and prevent exception in worker-abusefilter (task T274401) by Daimona Eaytoy
- git #e197161c - Use updated CheckUser Hooks class by Reedy
- git #a51b9bf9 - Serialize all data for edit stash by Matěj Suchánek
- git #4067f543 - Allow testing Flow edits (task T115128) by Daimona Eaytoy
ActiveAbstract[edit]
No changes for ActiveAbstract
AdvancedSearch[edit]
No changes for AdvancedSearch
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]
No changes for Capiunto
CategoryTree[edit]
No changes for CategoryTree
CentralAuth[edit]
- git #fe2fa542 - session: Call __toString explicitly when passing an object to the logger (task T269680) by Gergő Tisza
CentralNotice[edit]
No changes for CentralNotice
CharInsert[edit]
No changes for CharInsert
CheckUser[edit]
- git #d6ff0c53 - Drop CheckUserHooks class alias by Reedy
- git #421cee43 - Minor test cleanup by Reedy
- git #fde021e0 - Namespace rest of extension by Reedy
CirrusSearch[edit]
- git #7ece0034 - Don't try to index pages that can't exist. (task T274317) by daniel
Cite[edit]
- git #fdf17f32 - Cite: Move margin in column references (task T249441) by Steven Rawson
CiteThisPage[edit]
- git #6887a33d - Namespace extension by Reedy
Citoid[edit]
No changes for Citoid
cldr[edit]
- git #00265d17 - Add several term languages and several monolingual languages by Remko de Keijzer
CodeEditor[edit]
No changes for CodeEditor
CodeMirror[edit]
- git #0268f681 - Revert "Lower maxHighlightLineLength limit to 5000" (task T274369) by Thiemo Kreuz (WMDE)
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 #7c3cc7ad - SX Fix TranslatedSegmentCard for empty translation MT option (task T273444) by NikG
- git #88abaec5 - CX3 Build 0.1.0+20210210 by NikG
- git #7bfd8fe5 - SX Article Selector: Add link to "Learn more" anchor (task T274307) by NikG
- git #2b6c32fb - SX Sentence Selector: Fix height for mobile devices (task T274285) by NikG
- git #86ff5f71 - SX: Add section translation target language configuration parameter (task T273274) by NikG
- git #a7d74eef - SX Pick a sentence: Disable all links inside section content (task T273271) by NikG
- git #272e4453 - SX Follow up after publishing: Add invitation panel to target page (task T260137) by NikG
- git #5f713c80 - SX: Fix redirection loop from SXArticleSelector to CXDashboard (task T274125) by NikG
- git #18c9785d - SX Highlight published section: Fix for section titles with spaces (task T260139) by NikG
CreditsSource[edit]
No changes for CreditsSource
Dashiki[edit]
No changes for Dashiki
Disambiguator[edit]
- git #e481d43b - build: Updating dependencies by libraryupgrader
DiscussionTools[edit]
- git #6659bb3f - CommentFormatter: Fix problems with editsection and quotes (task T274709) by Bartosz Dziewoński
- git #03f22c53 - Improve API parameter documentation by Bartosz Dziewoński
- git #1998c983 - computeId() can't return null by Bartosz Dziewoński
- git #361fd4c4 - Add body class to enable reply links (task T273072) by Ed Sanders
- git #b581883e - Show relevant user in local suggestions on user talk pages (task T273324) by Ed Sanders
- git #1e0d2d93 - Add missing out-of-index guard to CommentUtils by Thiemo Kreuz
- git #3a1b8e09 - Remove a TODO note about wrappers by Bartosz Dziewoński
- git #9d2b3582 - Fix replying outside wrappers for partially indented comments (task T273692) by Bartosz Dziewoński
- git #0f4db60e - More test cases for comment wrappers (multiple siblings) by Bartosz Dziewoński
DismissableSiteNotice[edit]
No changes for DismissableSiteNotice
DonationInterface[edit]
- git #96a3e77d - Allow longer order IDs for Ingenico (task T274301) by Elliott Eggleston
DoubleWiki[edit]
No changes for DoubleWiki
DynamicSidebar[edit]
No changes for DynamicSidebar
Echo[edit]
No changes for Echo
Elastica[edit]
No changes for Elastica
ElectronPdfService[edit]
No changes for ElectronPdfService
EntitySchema[edit]
- git #7663286a - Avoid extension RevisionLookup in tests in favour of mocks (task T272886) by Peter Ovchyn
EventBus[edit]
No changes for EventBus
EventLogging[edit]
- git #7d8b2f7b - build: Updating dependencies by libraryupgrader
- git #a5ccd5e9 - Use core.sendBeacon in core.submit to avoid JS errors (task T273374) (task T86680) by Ottomata
EventStreamConfig[edit]
- git #df56c41b - Update sampling config syntax by Michael Holloway
ExtensionDistributor[edit]
No changes for ExtensionDistributor
ExternalGuidance[edit]
No changes for ExternalGuidance
FeaturedFeeds[edit]
- git #e07d5567 - Require MediaWiki 1.35+, remove need for extension.json callback by Kunal Mehta
- git #f795055d - Fix issues with recent caching update (task T264391) by Taavi Väänänen
FileExporter[edit]
No changes for FileExporter
FileImporter[edit]
- git #529f821d - Fix wrong context title in WikitextEditor (task T274274) (task T274340) by daniel
- git #183b5637 - Avoid dangling Html::closeElement when possible by Thiemo Kreuz
- git #96f61b3e - Collapse some lines of code by Thiemo Kreuz
- git #24b31161 - Re-enable disabled PHPCS sniffs by Thiemo Kreuz
FlaggedRevs[edit]
No changes for FlaggedRevs
Flow[edit]
- git #c0c0f9fc - Use private by default in tests, instead of protected by Thiemo Kreuz
- git #25f2ee09 - Generate AbuseFilter variables for edits in recent_changes (task T115128) by Daimona Eaytoy
- git #61599200 - Use private constants in tests where possible by Thiemo Kreuz
- git #8db82fc5 - Remove unused properties from RevisionFormatter test by Thiemo Kreuz
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]
No changes for GettingStarted
GlobalBlocking[edit]
No changes for GlobalBlocking
GlobalCssJs[edit]
- git #b2a99d7d - Remove ExtensionFunction that never really worked by Kunal Mehta
GlobalPreferences[edit]
No changes for GlobalPreferences
GlobalUsage[edit]
No changes for GlobalUsage
GlobalUserPage[edit]
- git #0ab44540 - Fix case of PageSaveComplete hook function in extension.json by Kunal Mehta
GlobalWatchlist[edit]
- git #02ee0e39 - Add @noflip commands for CSS (task T274313) by DannyS712
- git #a50f0e77 - Switch sidebar hook to onSidebarBeforeOutput (task T274312) by DannyS712
- git #5838e4d4 - Restore RTL handling for non-Vue display (task T274313) by DannyS712
GoogleNewsSitemap[edit]
No changes for GoogleNewsSitemap
Graph[edit]
No changes for Graph
GrowthExperiments[edit]
- git #7fe436f2 - Make it possible to disable mentorship features (task T273776) by Martin Urbanec
- git #7644c6b7 - Make Special:WelcomeSurvey work without group parameter when directly viewed (task T274368) by Martin Urbanec
- git #bec2e9b1 - Rename ConfigurationLoader service to NewcomerTasks-specific name (task T274522) by Martin Urbanec
- git #94e9d799 - Help panel: Use language.convertNumber for mentor's editcount (task T274379) by Martin Urbanec
- git #73be07c3 - Guidance: use language.convertNumber for tip panel labels (task T274379) by Kosta Harlan
- git #c6491b9d - GEHomepage(Manual)MentorsList should consistently use null for "no list" (task T273776) (task T273904) by Martin Urbanec
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]
No changes for intersection
Interwiki[edit]
No changes for Interwiki
InterwikiSorting[edit]
No changes for InterwikiSorting
IPInfo[edit]
No changes for IPInfo
Jade[edit]
No changes for Jade
Josa[edit]
No changes for Josa
JsonConfig[edit]
- git #7b6d4b0b - Remove PHP entry point by Reedy
- git #4e236560 - Remove AbortMove hook subscriber (task T274716) by Reedy
Kartographer[edit]
- git #b837feef - Remove unused dependency on deprecated jquery.throttle-debounce by Bartosz Dziewoński
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 #2eaf7bd9 - Remove OAI related hook subscribers by Reedy
- git #be85f81b - Remove AbortMove hook subscriber (task T274716) by Reedy
- git #c6b58b94 - Do not construct Article on SpecialPage (task T274276) by daniel
Listings[edit]
No changes for Listings
LocalisationUpdate[edit]
- git #dcc6285f - Fix few excluded errors in PHPCS by zoranzoki21
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 #77804245 - Extend mathoids Checker functionality by Moritz Schubotz (physikerwelt)
MediaModeration[edit]
No changes for MediaModeration
MobileApp[edit]
No changes for MobileApp
MobileFrontend[edit]
No changes for MobileFrontend
MultimediaViewer[edit]
No changes for MultimediaViewer
[edit]
- git #e991f297 - Namespace extension by Reedy
- git #ff12b5df - Remove PHP entry point by Reedy
Newsletter[edit]
No changes for Newsletter
NewUserMessage[edit]
No changes for NewUserMessage
Nuke[edit]
- git #52d27a27 - Namespace extension by Reedy
- git #bd3243a0 - Remove PHP entry point by Reedy
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]
- git #ae29bfa9 - build: Updating dependencies by libraryupgrader
PageAssessments[edit]
No changes for PageAssessments
PagedTiffHandler[edit]
No changes for PagedTiffHandler
PageImages[edit]
No changes for PageImages
PageNotice[edit]
No changes for PageNotice
PageTriage[edit]
No changes for PageTriage
PageViewInfo[edit]
No changes for PageViewInfo
ParserFunctions[edit]
No changes for ParserFunctions
PdfHandler[edit]
- git #f375ff3b - Code cleanup by Reedy
- git #5f0b7097 - Namespace extension by Reedy
Poem[edit]
No changes for Poem
PoolCounter[edit]
- git #b808f417 - Namespace extension by Reedy
Popups[edit]
No changes for Popups
ProofreadPage[edit]
No changes for ProofreadPage
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]
- git #acda5b27 - SECURITY: Bring back the old name of the hook (task T272770) by Amir Sarabadani
RevisionSlider[edit]
No changes for RevisionSlider
RSS[edit]
No changes for RSS
SandboxLink[edit]
- git #c7996acc - Remove PHP entry point by Reedy
Score[edit]
No changes for Score
Scribunto[edit]
No changes for Scribunto
SearchExtraNS[edit]
No changes for SearchExtraNS
SecureLinkFixer[edit]
- git #39461f32 - Updating domains.php from Mozilla by SecureLinkFixer updater bot
SecurePoll[edit]
- git #c81c640f - Add date filter to Special:SecurePollLog page (task T273975) by STran
- git #4ad81392 - Allow limited editing of poll after start (task T273025) by STran
- git #92d8f326 - Update deprecated getId() to current getUserId() by wikitrent
- git #bb15ee1f - Inject services into SpecialSecurePollLog and SecurePollLogPager (task T273612) by wikitrent
- git #56db8fff - Add performer filter to Special:SecurePollLog page (task T273930) by STran
- git #bc7fd596 - Add election id filter to Special:SecurePollLog page (task T273929) by STran
- git #a3c3c4c9 - Add target filter to Special:SecurePollLog page (task T273931) by Thalia
ShortUrl[edit]
No changes for ShortUrl
SiteMatrix[edit]
No changes for SiteMatrix
SpamBlacklist[edit]
- git #c2e57657 - Use updated CheckUser Hooks class by Reedy
StopForumSpam[edit]
No changes for StopForumSpam
SubPageList3[edit]
No changes for SubPageList3
SubpageSortkey[edit]
No changes for SubpageSortkey
SyntaxHighlight_GeSHi[edit]
- git #9bdf728f - Move default CSS/JS model mapping out of extension.json by Kunal Mehta
TemplateData[edit]
- git #fa7d16a3 - Update a few confusing variable names in editor code by Thiemo Kreuz
- git #c355a8fa - More strict validation of InterfaceTexts by Thiemo Kreuz
TemplateSandbox[edit]
No changes for TemplateSandbox
TemplateStyles[edit]
No changes for TemplateStyles
TemplateWizard[edit]
No changes for TemplateWizard
TextExtracts[edit]
No changes for TextExtracts
Thanks[edit]
- git #6cbddccd - Use updated CheckUser Hooks class by Reedy
TheWikipediaLibrary[edit]
No changes for TheWikipediaLibrary
TimedMediaHandler[edit]
- git #79d0ce33 - Reduce logspam from legacy Kaltura player (task T262469) (task T258422) (task T264958) (task T264957) by jdlrobson
timeline[edit]
No changes for timeline
TitleBlacklist[edit]
No changes for TitleBlacklist
TocTree[edit]
No changes for TocTree
TorBlock[edit]
- git #2e5e5621 - Namespace extension by Reedy
Translate[edit]
- git #3c010fbe - Provide hint for "Multiple translation unit markers" error message (task T169296) by Aklapper
- git #d9955cf0 - Add TtmServerFactory 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 #2172c8c1 - CompactLinks: Update performance summary by Niklas Laxström
- git #8b6d8f68 - Remove CompactInterlanguageList.prototype.getInterlanguageList by Niklas Laxström
- git #b385d58a - Remove CompactInterlanguageList.prototype.getCommonLanguages by Niklas Laxström
- git #64aeedfb - Modern Vector should be compatible with ULS (task T273232) (task T273928) by jdlrobson
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 #263a4d1a - Only show "Editing mode" preference when VE enabled (on SET beta-feature wikis) (task T273189) by Bartosz Dziewoński
- git #ef8e7945 - Stop showing the "Editing tabs" popup some time after SET switch (task T273189) by Bartosz Dziewoński
- git #b91c8647 - Ignore user prefs for enabling/disabling VE which are not settable (task T271434) by Bartosz Dziewoński
- git #4b1f1415 - Do not define contradictory user preferences for enabling/disabling VE (task T273188) by Bartosz Dziewoński
- git #b1fa5839 - Remove two unused configuration options (task T273177) by Bartosz Dziewoński
WebAuthn[edit]
No changes for WebAuthn
Wikibase[edit]
- git #b96dcf5c - Add DispatchChangeVisibilityNotificationJob (task T272334) by Lucas Werkmeister
- git #2c5198a0 - Reuse entity ID in DispatchChangeVisibilityNotificationJob (task T272334) by Lucas Werkmeister
- git #f6139421 - Stop loading full revisions in DispatchChangeVisibilityNotificationJob (task T272334) by Lucas Werkmeister
- git #f478d4b2 - Add several term languages and several monolingual languages by Remko de Keijzer
- git #487a9cd9 - Add missing tablesUsed[] = 'page' to some tests by Thiemo Kreuz
- git #4d5b5744 - Remove @param in tests that literally repeat the code by Thiemo Kreuz
- git #d667d3ff - Copy some test function type hints from phpdoc by Lucas Werkmeister
- git #e0008850 - Don’t return false in case of misscheduled job by Lucas Werkmeister
- git #48d3c80f - Remove extractInterlang.sql by Lucas Werkmeister
- git #308a3515 - Extract DispatchChangeModificationNotificationJob class (task T272334) by Lucas Werkmeister
- git #881b78a1 - Update docs to reflect the new default as per Ie4ddf0a280a8c08ad025230dc5283445d9507f46 (task T267098) by Itamar Givon
- git #308936ec - Use EntityTitleStoreLookup in ResultBuilder (task T267363) by Lucas Werkmeister
- git #0b5ee4e7 - Let StatementEntityReferenceExtractor be reused (task T273830) by Lucas Werkmeister
- git #06bec855 - Change default name of Wikibase-repo-name (task T267098) by Luca Mauri
WikibaseCirrusSearch[edit]
No changes for WikibaseCirrusSearch
WikibaseLexeme[edit]
- git #673236f8 - Add lexeme languages ms-arab and rah (task T267479) (task T270059) (task T272442) by Remko de Keijzer
- git #d6158f10 - Pass EntityTitleStoreLookup into ResultBuilder (task T267363) by Lucas Werkmeister
- git #df95a990 - Test merging self-referential lexemes (task T273830) by Lucas Werkmeister
- git #337d7754 - Add term text to UnknownLanguage error message (task T265783) by Lucas Werkmeister
WikibaseLexemeCirrusSearch[edit]
No changes for WikibaseLexemeCirrusSearch
WikibaseMediaInfo[edit]
- git #ee8f29bb - For other tab, request images at a pregenerated size (task T263705) by Matthias Mullie
- git #a13fc9f4 - Debounce thumbnail loading (task T263705) by Matthias Mullie
- git #22217b60 - Use leftover variable: by Matthias Mullie
- git #a4fbf564 - Add "did you mean" feature to Media Search (task T260292) by Eric Gardner
- git #391f3c71 - Re-order MediaSearch tabs (task T273299) by Eric Gardner
- git #da7114eb - Set fixed video thumb height (task T274355) by Matthias Mullie
- git #c99b1243 - Always display icons for audio/video files (task T271373) by Matthias Mullie
- git #df1a0686 - Drop mediasearch conditional (task T262271) by Matthias Mullie
- git #eb7eb802 - Instrument QuickView copy events by Eric Gardner
WikibaseQualityConstraints[edit]
No changes for WikibaseQualityConstraints
Wikidata.org[edit]
No changes for Wikidata.org
WikidataPageBanner[edit]
- git #7ca3235b - Remove usage of deprecated jquery.throttle-debounce module (task T213426) by Amir Sarabadani
WikiEditor[edit]
- git #760f023f - TypeError: $button.trigger is not a function (task T261529) by jdlrobson
wikihiero[edit]
No changes for wikihiero
WikiLove[edit]
- git #95625ebe - Namespace extension by Reedy
WikimediaApiPortalOAuth[edit]
No changes for WikimediaApiPortalOAuth
WikimediaBadges[edit]
No changes for WikimediaBadges
WikimediaEditorTasks[edit]
No changes for WikimediaEditorTasks
WikimediaEvents[edit]
- git #c8ae2fe8 - Allow opting out of error logging. by jdlrobson
WikimediaIncubator[edit]
- git #2d9d5192 - Remove AbortMove hook subscriber (task T274716) by Reedy
WikimediaMaintenance[edit]
- git #40f2e369 - Add growthexperiments_link_submissions.sql table for GrowthExperiments (task T266446) by Gergő Tisza
WikimediaMessages[edit]
No changes for WikimediaMessages
Wikisource[edit]
No changes for Wikisource
XAnalytics[edit]
No changes for XAnalytics
Skins[edit]
CologneBlue[edit]
No changes for CologneBlue
MinervaNeue[edit]
- git #82724b3c - Add data-mw="interface" attribute to Menu elements by Piotr Miazga (polishdeveloper)
- git #5a2527d7 - Drop smart logout handling in favor of core ready.js (task T259200) by Piotr Miazga (polishdeveloper)
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 #f549eb58 - Replace `mediawiki.util` dependency with `mediawiki.Uri` in `skins.vector.search` module by Nicholas Ray
- git #4035d357 - Move resource loader definition to skin.json by jdlrobson
- git #a4f126a7 - Search results should overlay personal tools by jdlrobson
- git #daf6a798 - TypeError: data.collapseCondition is not a function by jdlrobson
- git #6f16af42 - Round up to nearest kb (task T270883) by jdlrobson
- git #591fd316 - Switch back to skin version 1 for now by jdlrobson
- git #e1f2d289 - Convert max-width layout to relative units (task T270104) by Jan Drewniak
- git #68b989ef - Simplify responsive Vector implementation (task T242772) by jdlrobson
WikimediaApiPortal[edit]
No changes for WikimediaApiPortal
VisualEditor[edit]
- git #4cb1a325 - ve.ce.GeneratedContentNode: Fix a typo in documentation comment by Bartosz Dziewoński
- git #bb7fd808 - ve.ui.ContentAction: Fix a documentation comment by Bartosz Dziewoński
- git #28907312 - Update of 'Live Demo' URL in README (task T274222) by pradhuman1
- git #4f7bf062 - Rebuild language lists by Ed Sanders
Total Changes[edit]
223 Changes in 59 repos by 56 authors