MediaWiki 1.39/wmf.28
(Redirected from MediaWiki 1.40/wmf.0)
MediaWiki 1.39.0-wmf.27 | Deployment of MediaWiki 1.39.0-wmf.28 to Wikimedia sites | MediaWiki 1.39.0-wmf.29 |
The latest version (labeled "1.39.0-wmf.28") of MediaWiki, the software that powers Wikipedia and its sister sites, is being deployed to all Wikimedia sites in stages, starting on Monday, 5 September 2022 (see the roadmap).
Core changes
edit- git #e3aaf785 - Branch commit for wmf/1.39.0-wmf.28 (task T314189) by trainbranchbot
- git #9019cd71 - rdbms: Simplify private marshal logic in ChronologyProtector by Timo Tijhof
- git #b1e30bbe - CREDITS: Update ahead of REL1_39 branch by James D. Forrester
- git #cfd6ffe7 - Introduce PagerNavigationBuilder for making pagination links (task T308364) by Bartosz Dziewoński
- git #c7167284 - Drop User methods which were deprecated since 1.38 (task T277511) by vladshapik
- git #b1c07ad6 - rdbms: Remove unused getLogName() from internal MySQLPrimaryPos by Timo Tijhof
- git #62cd00d5 - rdbms: Mark MySQLPrimaryPos as `@internal` by Timo Tijhof
- git #acb5c2f4 - Update doctrine/dbal versions by Alexander Vorwerk
- git #96af469d - rdbms: Use JSON to store ChronologyProtector position data (task T316601) by daniel
- git #8058bf29 - rdbms: Remove stray `@ingroup` from two file doc blocks by Timo Tijhof
- git #761ee0cd - Add a new function LanguageFactory::getRawLanguage (task T315665) by Fomafix
- git #c4dcb94d - Replace wfGetLangObj() by $languageFactory->getLanguage() by Fomafix
- git #3c3f3320 - Hard deprecate User::getOption (task T296083) by Roman Stolar
- git #79746fbd - ParsoidOutputAccess: support target language. by daniel
- git #bbd4ae53 - rdbms: log invalid INDEX clauses with multi-table selects (task T315195) by Aaron Schulz
- git #feae6747 - Reduce code duplication in i18n-headings.less by Bartosz Dziewoński
- git #dbf93721 - jquery.makeCollapsible: Add dependency on mediawiki.util by Bartosz Dziewoński
- git #00b38e13 - ParserOutputAccessTest: Inline services & avoid creating variables by Derick Alangi
- git #c8a944a9 - Add support to enable Scribunto & Parsoid to handle nowikis properly (task T272507) (task T299103) by Subramanya Sastry
- git #6d36e1eb - ParserTestRunner: Clear title cache in cleanupArticles (task T316331) by Subramanya Sastry
- git #db5b9058 - ParserTests: Clean up some duplicate revrecord logic by Subramanya Sastry
- git #c4bf8074 - parser: ParsoidOutputAccess shoulnd't know about caching by Derick Alangi
- git #4e673386 - Update documentation of Title::getDbPageLanguageCode by Fomafix
- git #11a35979 - Track change email/password (task T311672) by ELLENR
- git #5007edfb - Sync up with Parsoid media parserTests by Arlo Breault
- git #955e4bbf - Move SearchResultProvideThumbnail hook to 'search' (task T306883) by Matthias Mullie
- git #ad762e1a - Set line-height for all Burmese-script languages by Amir E. Aharoni
- git #fb633aa0 - Add es6 field to QUnitTestModule in extension.json schema (task T272104) by Jakob Warkotsch
- git #951966c6 - Make StatusValue accept MessageValue. by daniel
- git #28989561 - Allow customizing OutputPage::showErrorPage() return URL by Gergő Tisza
- git #9d6978b5 - ResourceLoader: Remove deprecated global 'loadedScripts' property by Timo Tijhof
- git #c29ac902 - mediawiki.base: Restore and document importScript "once" behaviour by Siddharth VP
- git #8c9398f7 - rdbms: avoid DB_PRIMARY queries in getLagFromPtHeartbeat() (task T299691) by Aaron Schulz
- git #55a88b38 - SkinTemplate: Make associatedPages menu backwards compatible with namespaces (task T313409) by Jon Robson
- git #d98f8e6d - SkinTemplate: Unset modern menus in QuickTemplate-based skins (task T316196) by Jon Robson
- git #4703724f - Don't reconstruct formatting elements in figures (task T314059) by Arlo Breault
- git #1262c9a2 - Update Codex from v0.1.0-alpha.10 to v0.1.1 (task T295711) (task T303522) (task T308488) (task T308520) (task T310634) (task T310768) (task T311756) (task T313416) (task T313767) (task T316504) by Roan Kattouw
- git #b50aa1a4 - Add 'zh-classical' to the test cases for isWellFormedLanguageTag by Fomafix
- git #f29803e2 - Support access to outputs of non-existent pages by msantos
- git #f67f0298 - ResourceLoader: Add structure test to detect incompatible `requiresES6` (task T316324) by Timo Tijhof
- git #390dea35 - Remove use-tidy-config option by Arlo Breault
- git #bbbf575f - OutputPage: Provide consistent info about whether the revision shown is current (task T314684) by Bartosz Dziewoński
- git #c175e31a - jquery.makeCollapsible: Use mw.util.getTargetFromFragment by Ed Sanders
- git #b3d85467 - objectcache: optimize APCUBagOStuff::add() for lock keys and large values (task T315472) by Aaron Schulz
- git #4a5f400c - resources: Make foreign-resources.yaml pass its own 'verify' test (task T203694) by Timo Tijhof
- git #ab1e85ca - Rewrite CheckBlocksSecondaryAuthenticationProviderTest by Gergő Tisza
- git #499a1fe4 - rdbms: Move Database::factory() to DatabaseFactory service (task T299691) (task T315270) by Kunal Mehta
- git #901f04f7 - Remove comment from parser test result description by Arlo Breault
- git #fc2664db - resources: Update taylorhakes/promise-polyfill to upstream URL (task T315312) by James D. Forrester
- git #f33bd73a - resources: Bump jQuery from v3.6.0 to v3.6.1 (task T316516) by James D. Forrester
- git #0c05341d - Skin: Use camel case for menu name (task T313349) by Jon Robson
- git #d64cbc17 - docs: Clarify that functions returning namespace names include underscores (not spaces) (task T316092) by Bartosz Dziewoński
- git #fc96dcc9 - mediawiki.util: Add getTargetFromFragment (and percentDecode) (task T315872) by Ed Sanders
- git #59c20488 - wdio-mediawiki: Release 2.2.0 (task T314115) by Kosta Harlan
- git #6548e0b9 - selenium: Default to larger window size (task T314115) by Kosta Harlan
- git #233677a9 - Move isWellFormedLanguageTag from Language to LanguageCode by Fomafix
- git #41e73565 - maintenance: Add support for links migration to cleanupInvalidDbKeys (task T316297) by Amir Sarabadani
- git #3e279fab - Update Language::isWellFormedLanguageTag by Fomafix
- git #0e1d3c9a - PermissionManager: Add PermissionErrorAudit hook (task T306018) by Sergio Gimeno
- git #294a4621 - EditPage: Refactor large showIntro method (task T311891) by Jon Robson
- git #635c063b - LocalisationCache: Remove accidentally checked in code (task T313349) by Jon Robson
- git #61a167cb - rdbms: Convert SQLite values to string (task T316487) by Zvi "CtrlZvi" Effron
- git #126b4fd2 - Remove French fallback from Fula (ff) (task T315677) by Amir E. Aharoni
- git #a58e677f - parsoid: inject UrlUtils to avoid phpunit failures in SiteConfigTest (task T297078) by Aaron Schulz
- git #d228095c - Introduce HTMLTransformFactory (task T310376) by daniel
- git #bbde1f3b - Update LanguageConverter ShiConverter shi/"unconverted" variant (task T278639) by Winston Sung
- git #94b43c8c - Fix documentation of wfTimestamp() by Gergő Tisza
- git #3e46a7e5 - objectcache: remove APCUBagOStuff code for apcu < 5.1.12 by Aaron Schulz
- git #9c920bd5 - Clarify wording of preview settings (task T234383) by EpicPupper
Vendor
edit- git #d0f7ae49 - Upgrade to Elastica 7.1.5 (task T308676) (task T308044) by Erik Bernhardson
Extensions
editCampaignEvents
edit- git #a82c36b9 - selenium: Setup and first test (task T314080) by Vaughn Walters
- git #362654a8 - Add creation and deletion timestamp to ce_organizers table (task T312870) by Daimona Eaytoy
- git #9f13f182 - Revert "Add creation and deletion timestamp to ce_organizers table" by Daimona Eaytoy
- git #f2cad82d - Add creation and deletion timestamp to ce_organizers table (task T312870) by Daimona Eaytoy
- git #17e2a3e3 - Use LinkBatch with local pages in EventsPager for performance (task T313142) by Daimona Eaytoy
- git #780a642a - Show group chat invite link in the "more details" dialog (task T311627) by Daimona Eaytoy
- git #14a487e0 - Add indexes to the schema (task T308738) by Daimona Eaytoy
CheckUser
edit- git #3535bc21 - Add tests for CompareService::getTargetsOverLimit by Thalia
CirrusSearch
edit- git #053bc033 - Make sure what we do at incategory search time is same as index time (task T312789) by joseph emmanuel kayode (iemarjay)
- git #4d970ac2 - Inject PageStore to InCategoryFeature for testing by David Causse
- git #cff6bcbd - Revert "Revert "Revert "reindex: Detect index type from live mappings""" by DCausse
- git #3bd4ed99 - Add an option to force the creation of a new suggester index by David Causse
- git #5daf945e - Revert "Revert "reindex: Detect index type from live mappings"" by DCausse
- git #f62e8820 - Add partial support for es6 by David Causse
- git #547df6b7 - Migrate to Elastica 7.1.5 (task T308044) by David Causse
- git #f9b42b57 - Use standardized parameter passing in Maintenance::runChild by Erik Bernhardson
- git #a99074f9 - Update elastic version dependency to 7.10 by Erik Bernhardson
cldr
edit- git #e0c568f3 - Override localisation for "hour" in 'bn' (task T316843) by Bartosz Dziewoński
ContactPage
edit- git #0ee4b1df - Stop running EmailUser hook on Special:Contact (task T316661) by Alexander Vorwerk
ContentTranslation
edit- git #408b3aed - CX3 Build 0.2.0+20220905 (task T316933) (task T295757) (task T314030) (task T311478) by Santhosh Thottingal
- git #653a7aa2 - SX: Enable publish button after publish target change (task T311478) by wangombe
- git #cc58fd8a - SX: Fix the message explaining the expected publishing result (task T316933) by NikG
- git #1971ae5c - ApiSectionTranslationPublish: Use sourcesectiontitle in summary by NikG
- git #a5382ca3 - SX Instrumentation: Fix event logging schema version (task T295757) by NikG
- git #f5f6c29b - SX Instrumentation: Fix event logging access_method (task T295757) by NikG
- git #aee59fd7 - Mark sx.publishing.followup as requiring ES6 (task T316324) by Roan Kattouw
- git #e95a722f - SX: Adjust publish setting option when translating a lead section (task T314030) by NikG
- git #ca2e3279 - Use \u00A0 instead of (task T154300) by Fomafix
- git #c75da13e - Simplify building database conditions by Umherirrender
- git #4ed61698 - TranslationCorporaStore: Use SelectQueryBuilder for doFind by Santhosh Thottingal
DiscussionTools
edit- git #5c7cf024 - Table of contents style tweaks (task T309463) by Ed Sanders
- git #62ddb8bc - Use cheaper getRawVal/getCheck instead of getVal where possible by Thiemo Kreuz
- git #9b317c6f - ReplyWidget: Ignore pending updates after tearing down (task T316074) by Bartosz Dziewoński
- git #dc07d802 - Inject services into API classes by Bartosz Dziewoński
- git #664d5d04 - Fix fetching of oldest comment in a thread (task T298617) by Ed Sanders
- git #28838296 - highlighter: Use upstream getTargetFromFragment (task T315872) by Ed Sanders
- git #76919822 - API: always output ISO8601 in the timestamp field (task T315400) by David Lynch
- git #4b370a89 - ThreadItem jsonSerialize: make sure callback is applied last (task T315400) by David Lynch
- git #d33996f8 - Notify users when a topic they are subscribed to is removed from a page (task T299657) by Bartosz Dziewoński
- git #7cfa070b - Remove clear:both from topic containers (task T315581) by Ed Sanders
DonationInterface
edit- git #80d2d453 - Check if currency supported by braintree merchant account (task T312808) by wfan
- git #4cc84ec4 - Update default gateway to adyen for countries (task T316168) by wfan
- git #8e263964 - Update SmashPig to 0.8.2.8 by Elliott Eggleston
- git #4d32b98d - Update wording for monthly convert logging. by jgleeson
- git #fd583cee - Tweak log message to avoid possible error by Elliott Eggleston
- git #eab12586 - GatewayChooser: Route China to PayPal gateways (task T315592) by Elliott Eggleston
Echo
edit- git #985d9bb7 - extension.json: Make `mention-success` a `message` notification (task T314695) by samtar
Elastica
edit- git #3ad0eb45 - Remove now unnecessary phan suppression by Erik Bernhardson
- git #1245f59b - Switch to Elastica 7.1.5 [re-apply] (task T308676) by Ebernhardson
Gadgets
edit- git #10830625 - Purge in-process cache in MWGadgetsDefinitionRepo::handlePageUpdate by Gergő Tisza
GeoCrumbs
edit- git #abf5def4 - Encapsulate breadcrumbs in span tag by Jon Harald Søby
GlobalWatchlist
edit- git #4e608543 - Mark specialglobalwatchlist.vue module as requiring ES6 (task T316324) by Roan Kattouw
GrowthExperiments
edit- git #27b9a968 - Mentee overview(vue): prevent clicks on more recent edit buttons to submit the filters (task T316926) by Sergio Gimeno
- git #38dde6fa - Update SQL files by Gergő Tisza
- git #594ea68f - Use JsonValidateSave for community configuration by Gergő Tisza
- git #28f5b5e6 - Don't show help panel or its button in printable version of page (task T316377) by Kosta Harlan
- git #5ae0c1d3 - build: Upgrade jQuery test install to 3.6.1 to align with MediaWiki (task T316516) by James D. Forrester
- git #4f3c0486 - Mark MentorDashboard.Vue module as requiring ES6 (task T316324) by Roan Kattouw
- git #0cca1592 - selenium: Use php-fpm version from PHP_VERSION environment (task T316596) by Kosta Harlan
IPInfo
edit- git #84c0bb99 - Use icon-opacity-subtle variable for popup button (task T316652) by csimiyu
- git #ce906a31 - Stop importing unused variables in ext.ipinfo/popup/popup.less (task T316340) by tsepothoabala
- git #73a52122 - Deprecate unused IPInfo table, ipinfo_ip_changes (task T315530) by AnaïsGueyte
- git #ff7cba2c - Make loading animation the same size as the infobox (task T314394) by csimiyu
- git #bedeb4d3 - Remove empty space when no edit from an IP Address (task T315005) by csimiyu
- git #4b9ab2ca - Group padding variables together in ext.ipinfo/variables.less by Thalia
- git #9d12d274 - Define and use new color variables (task T309828) by Thalia
Kartographer
edit- git #99acc9f6 - Make nearby markers opaque (task T315861) by Adam Wight
- git #1a812baf - Optional, developer setting for static mapframes by Adam Wight
- git #df624f42 - Style nearby markers as gray circles (task T315861) by Thiemo Kreuz
- git #9c5c756f - Fix nearby articles auto-refresh feature not being turned off (task T315547) by Thiemo Kreuz
- git #87509bf1 - Show all GeoJSON validation errors (task T223049) (task T304748) (task T316213) by Thiemo Kreuz
MachineVision
edit- git #dc3299d9 - Mark ext.MachineVision module as requiring ES6 (task T316324) by Roan Kattouw
Math
edit- git #d940161a - Add further nodes (task T312528) by Stegmujo
MediaSearch
edit- git #355a9d21 - Mark mediasearch module as requiring ES6 (task T316324) by Roan Kattouw
MobileFrontend
edit- git #69f3d296 - Toggler: Use upstream percentDecodeFragment (task T315872) by Ed Sanders
- git #55137497 - Track various talk overlay events via UIActions (task T302108) by David Lynch
NearbyPages
edit- git #74f362ca - Fixes: Titles returned by geosearch are non canonical (task T300588) (task T300593) by Jon Robson
Nuke
edit- git #7cd544c4 - Use \u{00A0} instead of (task T154300) by Fomafix
- git #cfc33f1a - Use WebRequest::getRawVal instead of WebRequest::getText by Fomafix
OAuth
edit- git #0b28238e - build: Disable phan option scalar_implicit_cast and make pass (task T316575) by Umherirrender
PageImages
edit- git #2d95a2be - Update hook FQCN (task T306883) by Matthias Mullie
- git #a8c80302 - Allow thumbnails to be provided in a different size (task T306883) by Matthias Mullie
Phonos
edit- git #ea359325 - Catch all PhonosExceptions and render localized errors to user (task T316700) by MusikAnimal
- git #88aeadda - Allow Phonos parser function to accept a custom label (task T315030) by MusikAnimal
- git #4d40b113 - Improve error messages' display (task T309613) by Sam Wilson
- git #4794e1a3 - Use Google's error message if available by Sam Wilson
- git #29171237 - Always persist audio data to disk (task T315481) by MusikAnimal
ProofreadPage
edit- git #af02811d - Make phpfpm restart, php version agnostic (task T316596) by Sohom
- git #8744d134 - Remove LEFT-TO-RIGHT MARK (U+200E) from comments and messages by Fomafix
Quiz
edit- git #c21a61f8 - build: Disable phan option scalar_implicit_cast and make pass (task T316575) by Umherirrender
Scribunto
edit- git #3aa6ad45 - Temporarily disable the newly added test in f230419b by Subramanya Sastry
- git #7778a6ee - Revert "Disable Parsoid testing tempoarily" by Arlo Breault
SecurePoll
edit- git #cb11f8db - phan: Disable phan option scalar_implicit_cast and make pass (task T316575) by Umherirrender
SyntaxHighlight_GeSHi
edit- git #f2613d58 - Line number highlight: Use getTargetFromFragment (task T315872) by Ed Sanders
Translate
edit- git #b516cab6 - Use improvements of jQuery 3.3 by Fomafix
- git #dec21569 - Make Translations space tab label translatable by Amir E. Aharoni
- git #ccf4a868 - PageTranslation/Hooks: move to namespace (task T312006) by wangombe
- git #ed9ed6b6 - Make RefreshTranslatablePagesJob create missing translation pages by Niklas Laxström
- git #ee62638f - Add support for Elastica 7.1.5 (task T309581) by David Causse
- git #9642c1d8 - Fix doc of TranslateMetadata::set by Umherirrender
VisualEditor
edit- git #0ade4be5 - Restore the $oldid condition for funny ETag logging (task T316969) by Bartosz Dziewoński
- git #a625d0b7 - Fix logic for getting the *available* preferred editor (task T316776) by Ed Sanders
- git #35138e00 - DesktopArticleTarget: Fix popstate handling when action=edit (single edit tab) (task T316869) by Ed Sanders
- git #45b36ad6 - Fix broken history management in onEditSectionLinkClick (task T316771) by Ed Sanders
- git #c047b7f0 - Update VE core submodule to master (059f7d91d) (task T315065) (task T316054) by Bartosz Dziewoński
- git #663936ab - Fix calling order in template dialog .getSetupProcess() (task T315292) by Thiemo Kreuz
- git #e5d6af72 - Add missing call to .recalculateStickyHeaderHeight() (task T315292) by Thiemo Kreuz
- git #0588477b - DesktopArticleTarget: Set wgPostEdit when redirecting after save (task T240041) by Ed Sanders
Wikibase
edit- git #004a652b - Use SelectQueryBuilder in WikibasePingback (task T312510) by Lucas Werkmeister
- git #36bd57db - REST: OpenAPI definition improvements by Ollie Shotton
- git #3f85569c - REST: Add request validation to PatchItemStatement (task T316243) by sihe
- git #8aeba8d3 - Fix summary construction now that pageName is always set by Michael Große
- git #d15090f2 - Don't allow a redirect badge on a sitelink to a redirect be removed (task T314848) by Michael Große
- git #56c1be58 - REST: Combine PATCH route tests files into one by Jakob Warkotsch
- git #118605f4 - REST: Add PatchStatementRouteHandler (task T316318) by Jakob Warkotsch
- git #b29d1115 - REST: Skip PATCH tests only if json-diff unavailable by Jakob Warkotsch
- git #f89b48c1 - REST: Add PatchItemStatementRouteHandler happy path (task T316320) by Jakob Warkotsch
- git #50d591e3 - Reference task ID to restore the skipped test by sihe
- git #4ff1b500 - Temporarily disable ReferenceListTest::testSerializationStability by Jakob Warkotsch
- git #c72d4357 - DM: Add type hints to StatementList (task T314769) by Ollie Shotton
- git #cfdb5e6d - DM: Add type hints to Statement (task T314769) by Ollie Shotton
- git #53fdfa97 - REST: Create a JsonPatchValidator (task T316241) by sihe
- git #a68d5730 - Run sitelink on redirects tests for wbeditentity as well (task T314417) by Michael Große
- git #8cc15c7e - Add tests for sitelink to redirect behavior (task T314417) by Lucas Werkmeister
- git #372fb1d7 - Skip flaky browser test by Michael Große
- git #b55636a0 - Mark wikibase.termbox and wikibase.tainted-ref modules as requiring ES6 (task T316324) by Roan Kattouw
- git #19cf1353 - REST: Fix example in OpenAPI schema by Ollie Shotton
- git #0e3bde0a - REST: Make RequestBuilder work with (JSON) PATCH (task T316320) by Jakob Warkotsch
- git #1b3ecfff - REST: Add JsonDiffStatementPatcher (task T316317) by Jakob Warkotsch
- git #0a20c01e - REST: Create PatchItemStatement use case (task T316242) by sihe
- git #1d156a61 - bridge: add stories for wikibase-vuejs-components (task T309872) by Michael Große
- git #3d28a75e - REST: Add "PATCH statement" endpoints to OpenAPI (task T316315) by sihe
WikibaseLexeme
edit- git #864db554 - Require ES6 for RL modules depending on vue/vuex (task T316324) (task T316853) by Jakob Warkotsch
- git #37771b53 - Add anonymous edit warning in no javascript mode (task T314064) by gtzatchkova
WikiLambda
edit- git #6c1740d3 - Add some test coverage for ableToPublish in FunctionDefinition. by EWright
- git #a97e7ad5 - ZTypedMap::setValueForKey: Accept null as a no-op action by James D. Forrester
- git #49e780c4 - build: Remove unnecessary "babel-core" dependency by Florent
- git #ee3e514b - refactored modal-dialog by temitope adesoji
- git #54fd6eb1 - Initialize Z3K1 (Key value type) as a reference rather than a Z4 (task T314945) by ddw
- git #92523972 - build: Upgrade jQuery test install to 3.6.1 to align with MediaWiki (task T316516) by James D. Forrester
- git #404ee488 - Disable programming language dropdown for implementation when in read-only or view mode. (task T314772) by EWright
- git #f6092ed0 - Prevent publishing with empty argument labels or types. (task T312120) by EWright
- git #424fd07d - eslint: Fix the "jsdoc/require-param-type" warnings and enforce (task T316666) by Florent
- git #a27e6a1a - Change placeholder text for function alias input box. (task T316549) by EWright
- git #f14ca389 - Update function-schemata sub-module to HEAD (9f9c223) (task T299606) (task T303580) (task T316563) by James D. Forrester
- git #a796ef88 - Add tester status & metadata dialog to FunctionDetails component (task T310161) by dmartin
- git #166e614d - UX function language selector updates and bug fix (task T315919) (task T316172) by Julia Kieserman
- git #1f4c5316 - Deduplicate code between SpecialCreateZObject and ZObjectEditAction (task T312171) by Florent
- git #56d74d51 - do not check for a function label if creating a new ZImplementation (task T315968) by Julia Kieserman
- git #110a2e32 - Remove the setting of lookupResults, which was breaking the Type (task T316547) by ddw
- git #4405deb3 - MOBILE FUNCTION EDITOR: confirmation dialog by temitope adesoji
- git #c9736039 - Front-End / ZMultilingualString: Fix the language selector say no result (task T315906) by teleosteen
- git #3ef8b595 - Adapt metadata dialog code to DialogContainer.vue changes by dmartin
- git #11c8990b - doc: Format TODOs consistently by James D. Forrester
- git #ef67ab51 - ZObjectSelector.vue updates: (task T314401) by Julia Kieserman
WikiLove
edit- git #5e5498d7 - Vector 2022: Dedicated skin styles (task T234990) by Jon Robson
WikimediaEvents
edit- git #1d3dcd36 - WikimediaEventsHooks: log createaccount failed attempts due to a block (task T306018) by Sergio Gimeno
Wikistories
edit- git #a881e37f - build: Upgrade jQuery test install to 3.6.1 to align with MediaWiki (task T316516) by James D. Forrester
- git #b8947a6f - Mark ext.wikistories.viewer and .builder as requiring ES6 (task T316324) by Roan Kattouw
- git #dea373b4 - Add instrumentation for unexpected content type (task T316662) by Stephane Bisson
Skins
editTimeless
edit- git #e090b715 - Do not unset navigation keys (task T316196) by Jon Robson
Vector
edit- git #c1e923f1 - Icons: Enable feature flag for next set of visual enhancements by Jon Robson
- git #742f659b - FeatureManagement: All features have an associated class on the body tag by Jon Robson
- git #f14b4fe5 - Add tests for dropdownMenu.js (task T314798) by Jan Drewniak
- git #9c6f6709 - Create new sticky toc container (task T313060) by bwang
- git #69658483 - Reduce specificity of siteSub (task T316027) by Jon Robson
- git #900376f9 - Override visited link style in MenuTabs (task T316574) by bwang
- git #1c8af16d - Replace body:not( .vector-toc-collapsed ) with .vector-toc-not-collapsed class by bwang
- git #486748ac - Enable related tabs on Vector (task T313409) by Jon Robson
- git #9689974d - AB test: Complain when TOC experiment setup incorrectly (task T313435) by Jon Robson
- git #87d0630a - Change ULS label for sticky header when 0 Languages available. (task T315556) by Jan Drewniak
- git #dfede899 - Reduce dependency on core styles (task T316027) by Jon Robson
- git #38818204 - Follow-up: Refactor button/icon class helpers, make portlet classes consistent (task T307901) by bwang
Misc
editVisualEditor/VisualEditor
edit- git #817f0d53 - Use improvements of jQuery 3.3 by Fomafix
- git #882af5d8 - ve.ce.Surface: Preserve internal paste data when doing fake middle-click paste by Ed Sanders
- git #a26f98f7 - Don't enforce alphabetical order in i18n files (task T315065) by Amir E. Aharoni
- git #693d4f78 - ve.ce.Surface: Fix scope typo in middle-click paste handling (task T316054) by Ed Sanders
No changes
edit- 3D
- AbuseFilter
- ActiveAbstract
- AdvancedSearch
- AntiSpoof
- ApiFeatureUsage
- ArticleCreationWorkflow
- ArticlePlaceholder
- Babel
- BetaFeatures
- BounceHandler
- Calendar
- Campaigns
- Capiunto
- CategoryTree
- CentralAuth
- CentralNotice
- CharInsert
- ChessBrowser
- Cite
- CiteThisPage
- Citoid
- CodeEditor
- CodeMirror
- Cognate
- Collection
- CologneBlue
- CommonsMetadata
- ConfirmEdit
- CreditsSource
- Dashiki
- Disambiguator
- DismissableSiteNotice
- DoubleWiki
- ElectronPdfService
- EntitySchema
- EventBus
- EventLogging
- EventStreamConfig
- ExtensionDistributor
- ExternalGuidance
- FeaturedFeeds
- FileExporter
- FileImporter
- FlaggedRevs
- Flow
- FundraiserLandingPage
- FundraisingTranslateWorkflow
- GWToolset
- GeoData
- GlobalBlocking
- GlobalCssJs
- GlobalPreferences
- GlobalUsage
- GlobalUserPage
- GoogleNewsSitemap
- Graph
- GuidedTour
- ImageMap
- ImageSuggestions
- InputBox
- Insider
- Interwiki
- InterwikiSorting
- Josa
- JsonConfig
- LabeledSectionTransclusion
- LandingCheck
- LdapAuthentication
- Linter
- LiquidThreads
- Listings
- LoginNotify
- MapSources
- MassMessage
- MediaModeration
- MinervaNeue
- MobileApp
- Modern
- MonoBook
- MultimediaViewer
- NavigationTiming
- NewUserMessage
- Newsletter
- Nostalgia
- OATHAuth
- OAuthRateLimiter
- ORES
- OpenStackManager
- PageAssessments
- PageNotice
- PageTriage
- PageViewInfo
- PagedTiffHandler
- ParserFunctions
- PdfHandler
- Poem
- PoolCounter
- Popups
- PropertySuggester
- QuickSurveys
- RSS
- ReadingLists
- RelatedArticles
- Renameuser
- RevisionSlider
- SandboxLink
- Score
- SearchExtraNS
- SecureLinkFixer
- ShortUrl
- SimilarEditors
- SiteMatrix
- SpamBlacklist
- StopForumSpam
- SubPageList3
- SubpageSortkey
- TemplateData
- TemplateSandbox
- TemplateStyles
- TemplateWizard
- TextExtracts
- Thanks
- TheWikipediaLibrary
- TimedMediaHandler
- TitleBlacklist
- TocTree
- TorBlock
- TranslationNotifications
- TrustedXFF
- TwoColConflict
- UniversalLanguageSelector
- UploadWizard
- UploadsLink
- UrlShortener
- VipsScaler
- WebAuthn
- WikiEditor
- WikibaseCirrusSearch
- WikibaseLexemeCirrusSearch
- WikibaseMediaInfo
- WikibaseQualityConstraints
- Wikidata.org
- WikidataPageBanner
- WikimediaApiPortal
- WikimediaApiPortalOAuth
- WikimediaBadges
- WikimediaEditorTasks
- WikimediaIncubator
- WikimediaMaintenance
- WikimediaMessages
- Wikisource
- XAnalytics
- intersection
- timeline
- wikihiero
Total changes
edit247 Changes in 43 repos by 73 authors