MediaWiki 1.35/wmf.28
![]() |
Deployment of MediaWiki 1.35.0-wmf.28 to Wikimedia sites | MediaWiki 1.35.0-wmf.30![]() |
The latest version (labeled "1.35.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 Tuesday, 14 April 2020 (see the roadmap).
Core changes
edit- git #3dc416d4 - Stop defining legacy 'rows' and 'cols' options, ignored since MW 1.29 (T155153) by James D. Forrester
- git #3c7f29a6 - Add small HtmlCacheUpdater service class to normalize purging code (2) (T230025) by Aaron Schulz
- git #9ff71460 - Maintenance: Don't redefine MW_ENTRY_POINT if it's already set (T250003) by ArtBaltai
- git #9e69d495 - Fix failing tests relying on private Hooks.php properties (T250102) by Nikki Nikkhoui
- git #64148f7e - Add Special:MyLanguage for better user experience by Yuki Shira
- git #83a22b7f - Remove codepaths which ran parser in 'untidy' mode (T198214) by C. Scott Ananian
- git #814dd06b - mediawiki.storage: Add warning docs about key and expiry caveats (T121646) by Timo Tijhof
- git #5576feaa - Hard deprecate EditPage::getBaseRevision (T248655) by DannyS712
- git #1c5fda22 - resourceloader: Remove IE6 & IE7 from the Grade C comment in startup.js (T232563) by Tacsipacsi
- git #7c6b9b41 - Set logger to null when connecting to DB in DBFileJournalIntegrationTest.php (T248194) by Nikki Nikkhoui
- git #d4c08de4 - Deprecate the `UndeleteShowRevision` hook (T249434) by DannyS712
- git #ed788eaf - Clean up unused $displayPassword return value by Sam Wilson
- git #47d9464f - RevisionSearchResultTrait: Remove use of Revision objects (T249183) by DannyS712
- git #5451b5c0 - ContentModelChange: Remove use of Revision objects (T249183) by DannyS712
- git #f98520be - ContentHandler::getAutoDeleteReason - remove use of Revision objects (T249183) by DannyS712
- git #6bcb83ae - Follow up to 7566934 - remove redundant check for RevisionStoreRecord by DannyS712
- git #4eb1e679 - Setup: Document the responsibilities of entry points (T189966) by Timo Tijhof
- git #f5dcd03e - LanguageConverterTest: Reduce direct references to $wgUser (T243708) by DannyS712
- git #96e1175a - Use MediaWikiServices::getAuthManager in special page related classes by Umherirrender
- git #0b33adc9 - Use MediaWikiServices::getRepoGroup in api related classes by Umherirrender
- git #f6f96476 - Updating nikic/php-parser (v4.3.0 => v4.4.0) by Reedy
- git #09672106 - Updating psy/psysh (v0.10.2 => v0.10.3) by Reedy
- git #88a2f602 - Delete en-gb messages that are identical to en in api by Reedy
- git #5a74533e - Remove some en-gb messages that are not in en-gb by Reedy
- git #08a689ef - Remove 3 more en-gb messages that shouldn't exist by Reedy
- git #6e7c5b1c - Remove en-ca messages exactly the same as en by Reedy
- git #649a91c6 - Remove en-gb messages exactly the same as en by Reedy
- git #d604eeda - Hard deprecate Revision::setId (T246284) by DannyS712
- git #ae2ea61b - Add @author tags I forgot to include by DannyS712
- git #385d1910 - Hard deprecate Action::factory with null argument $action (T248392) by ArtBaltai
- git #3a024ec3 - WikiPage::onArticleEdit - accept a RevisionRecord (T249561) by DannyS712
- git #f696856e - registration: Convert internal static class vars to constants by Timo Tijhof
- git #6a8aa4af - uppercaseTitlesForUnicodeTransition.php: Delete useless redirects (T219279) by Brad Jorsch
- git #373e800d - Make HistoryPager methods private, use RevisionRecord (T249561) by DannyS712
- git #e1183f0f - TitleWidget: Account for non-BCP47 language codes in Intl.Collator (T228510) by Niklas Laxström
- git #318e20df - Replace uses and hard deprecate LinksUpdate revision methods (T249397) by DannyS712
- git #7f750520 - Added timestamp to action=compare (T247686) by Varun Das
- git #75c5176b - Typo fix: 'depencency' -> 'dependency' by C. Scott Ananian
- git #b8858d6d - RefreshSecondaryDataUpdate: Commit before running sub-updates (T248003) by Brad Jorsch
- git #1ccac4d9 - Fix typo in JobQueueGroup by Niklas Laxström
- git #8426e984 - Soft deprecate Page interface (T239975) by ArtBaltai
- git #6e617895 - Handle the undefined offset in Special:PasswordReset (T249709) by hmonroy
- git #2a83a3ae - Disable mail in mediaWikiSetUp() instead of TestSetup by Tim Starling
- git #ca9519d6 - uuid: explicitly cast floor() parameter to a float in GlobalIdGenerator (T248925) by Max Semenik
- git #3c59969f - Revert "maintenance: Remove sql.php temporarily" (T249565) (T157651) by Tim Starling
- git #2d21ee58 - Add expiry type to ParamValidator (T248508) by MusikAnimal
- git #097c6b57 - Remove expired items in WatchedItemStore::clearUserWatchedItems (T249283) by hmonroy
- git #37648517 - api: Wrap getParserOutput by PoolCounterWork in ApiParse module (T243803) by Peter Ovchyn
- git #a0e3c779 - Hard deprecate GenderCache::singleton (T249019) by DannyS712
- git #f02500b1 - Hard deprecate Article::doDeleteUpdates, use RevisionRecord in WikiPage (T249561) by DannyS712
- git #6a5ee8d3 - phpunit: Mock wgDebugToolbar in MediaWikiTestCaseTest by Timo Tijhof
- git #c2ff5c03 - Add RevisionUndeleted hook to replace ArticleRevisionUndeleted (T248727) by DannyS712
- git #6a0d3279 - Revert "Revert "WikiPage/Article split. Rely on Article inside Action" " by Art-Baltai
- git #e391a494 - Replace PageArchive::getPreviousRevision with getPreviousRevisionRecord (T249393) by DannyS712
- git #3a46cdcc - Replace PageArchive::getArchivedRevision with getArchivedRevisionRecord (T249393) by DannyS712
- git #3474b247 - Introduce EditPage::getExpectedParentRevision, deprecate using Revision (T248655) by DannyS712
- git #9966fde4 - Resources.php: 'awkard' should be 'awkward' (T201491) by DannyS712
- git #da0d5fdb - Hard deprecate Article:: and WikiPage::getOldestRevision (T249393) by DannyS712
- git #0405e6c4 - DatabaseUpdater: don't call hook in constructor (T249584) by daniel
- git #0fea143f - Add expiry select field to action=watch (T245565) by Sam Wilson
- git #74dbcaf6 - Use RevisionRecord in WikiPage::setLastEdit, make private (T249561) by DannyS712
- git #2fdcad2f - Support RevisionRecord in WikiPage::hasDifferencesOutsideMainSlot (T249561) by DannyS712
- git #7ac981a0 - Set logger to null in UserTest.php (T248195) by Nikki Nikkhoui
- git #e0ed6df8 - phpunit: Add setNullLogger() and make tests default to LegacySpi (T248195) by Timo Tijhof
- git #e850df94 - MediaSearch: Use the specified language for search results (T249442) by Bartosz Dziewoński
- git #0a3aa08b - OutputPage: Add experimental preconnect resource hint for thumbnails (T123582) by Dave Pifke
- git #6a14d868 - travis: Don't allow failures on PHP 7.4 by Máté Szabó
- git #a80631ea - Pbkdf2Password: Fix error handling on PHP 8 (T248925) by Máté Szabó
- git #c3dc69b2 - Add LinksUpdate RevisionRecord methods (T249397) by DannyS712
- git #02162e82 - Use XML dump schema version 0.11 for new installs. (T238921) by daniel
- git #f96be6f9 - api: Report Failed rather than NeedToken on session loss for action=login (T249526) by Brad Jorsch
- git #79f13382 - uppercaseTitlesForUnicodeTransition.php: Fix suffixing for files (T219279) by Brad Jorsch
- git #d9b50a9c - phpunit: Consider "risky" tests as failed tests by Michael Große
- git #66e88d3b - uppercaseTitlesForUnicodeTransition.php: Improve handling of non-moves (T219279) by Brad Jorsch
- git #949f853f - uppercaseTitlesForUnicodeTransition.php: Output moves with --run too (T219279) by Brad Jorsch
- git #d83e00cb - CdnCacheUpdate: Accept Titles in addition to strings (T240083) by Brad Jorsch
- git #c7f36e04 - Fix: Add alt text to MediaResultWidget image (T245307) by Akinwale Alagbe
Vendor
edit- git #0cb0745f - Updating nikic/php-parser (v4.3.0 => v4.4.0) by Reedy
- git #248a02c5 - Updating psy/psysh (v0.10.2 => v0.10.3) by Reedy
- git #5c1e2978 - Remove Parsoid-specific phan stubs - breaks CI for other extensions by Subramanya Sastry
- git #895742bb - Bump Parsoid to 0.12.0-a10 (T242746) by Subramanya Sastry
Extensions
edit3D
editNo changes for 3D
AbuseFilter
edit- git #6c947609 - Remove unneeded dependency on 'mediawiki.notify' (T233676) by DannyS712
- git #904da3d0 - Remove references to "abuse_filter_actions" from tests by Aaron Schulz
ActiveAbstract
editNo changes for ActiveAbstract
AdvancedSearch
edit- git #ae15b360 - Add Special:MyLanguage for better user experience by Yuki Shira
AntiSpoof
edit- git #dbaace55 - Use MediaWikiServices::getAuthManager by Umherirrender
ApiFeatureUsage
editNo changes for ApiFeatureUsage
ArticleCreationWorkflow
editNo changes for ArticleCreationWorkflow
ArticlePlaceholder
edit- git #e9e15de3 - Use new location of WB Client Scribunto Testcase class by Michael Große
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
editNo changes for CentralAuth
CentralNotice
editNo changes for CentralNotice
CharInsert
editNo changes for CharInsert
CheckUser
edit- git #978a4871 - Give filter button on Special:Investigate destructive flag (T249938) by Thalia
- git #1f91f2d3 - Make some small design fixes for Special:Investigate (T249255) by Thalia
- git #fe22aa8e - PreliminaryCheckPager: Highlight registration results by date (T249253) by Thalia
- git #525d4f41 - Move token-query business logic into its own class (T248996) by Dayllan Maza
- git #405b2afd - Remove blue highlight on hover from Special:Investigate results tables (T249251) by Thalia
- git #f389505b - ComparePagerTest: Document data provider for testDoQuery by Thalia
- git #183019d7 - CompareServiceTest: Fix test now tested method's signature has changed by Thalia
- git #a694540c - Show pin buttons in Special:Investigate results only on hover (T249252) by Thalia
CirrusSearch
edit- git #c483f899 - Only run certain big, isolated tests in this repo, not in gate (T221434) (T225184) by James D. Forrester
- git #209cd152 - Remove use of revisions in ApiTrait (T249393) by DannyS712
- git #821d89da - reindex: Skip incomplete statuses to avoid logspam (T248618) by Maryum Styles
- git #c59605be - Cross-link articletopic docblocks & link to wiki docs (T245219) by Gergő Tisza
- git #52a12eb4 - Propagate identified query classes to cirrus-requests logs (T247469) by David Causse
Cite
editNo changes for Cite
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
edit- git #c2f7c208 - Do not extend DatabaseUpdater, copy its functionality instead (T249584) (T249732) by Tim Starling
CollaborationKit
editNo changes for CollaborationKit
Collection
editNo changes for Collection
CommonsMetadata
editNo changes for CommonsMetadata
ConfirmEdit
edit- git #74eb713d - Fix some indenting and whitespace by Reedy
CongressLookup
editNo changes for CongressLookup
ContactPage
editNo changes for ContactPage
ContentTranslation
edit- git #764100be - Add Special:MyLanguage for better user experience by Yuki Shira
- git #c4e79560 - Avoid query errors in Translation::getDeletionTrend (T225620) by Niklas Laxström
- git #5731db6d - Avoid warnings about mw.notify by Niklas Laxström
ContributionTracking
editNo changes for ContributionTracking
CreditsSource
editNo changes for CreditsSource
Dashiki
editNo changes for Dashiki
Disambiguator
editNo changes for Disambiguator
DiscussionTools
edit- git #e38aad96 - Add override config for instrumentation rates (T250086) by David Lynch
- git #3bd51337 - DiscussionToolsHooks: Only enable when viewing pages 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 #c87da114 - Remove unneeded dependency on 'mediawiki.notify' (T233676) by DannyS712
- git #55b018cd - Use LinksUpdate::getRevisionRecord (T249397) by DannyS712
Elastica
editNo changes for Elastica
ElectronPdfService
editNo changes for ElectronPdfService
EntitySchema
edit- git #43f7ee00 - Remove use of WikiPage::getRevision (T249393) by DannyS712
EventBus
edit- git #db52146e - Emit event into page-suppress topic on suppression (T242025) by Petr Pchelko
- git #ba84bf03 - Use LinksUpdate::getRevisionRecord (T249397) by DannyS712
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 #b1e37389 - Disable broken/flaky test (T248956) by Reedy
- git #9f7aa66b - Remove use of WikiPage::getRevision and other uses of Revision objects (T249393) by DannyS712
FlaggedRevs
edit- git #27e018e2 - Remove use of Revision objects to the extent possible (T249183) (T249021) by DannyS712
- git #14216de2 - Avoid deprecated HTMLCacheUpdate class by Aaron Schulz
Flow
edit- git #5e0bbc4c - Remove unneeded dependency on 'mediawiki.notify' (T233676) by DannyS712
- git #35ff2e51 - Replace ArticleRevisionUndeleted with RevisionUndeleted (T248727) by DannyS712
FundraiserLandingPage
editNo changes for FundraiserLandingPage
FundraisingTranslateWorkflow
editNo changes for FundraisingTranslateWorkflow
Gadgets
edit- git #3f00fbb5 - Remove use of Revision::newFromTitle (T249183) by DannyS712
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
GoogleNewsSitemap
editNo changes for GoogleNewsSitemap
Graph
editNo changes for Graph
GrowthExperiments
edit- git #2a61d3d8 - Homepage: Remove logging for 'hover-in'/'hover-out' events (T250125) by Roan Kattouw
- git #7085a341 - build: Update linters by Ed Sanders
- git #16e5737f - Apply start module mobile header text positioning to userpage module by Gergő Tisza
- git #e5dac60c - Remove unneeded dependency on 'mediawiki.notify' (T233676) by DannyS712
GuidedTour
editNo changes for GuidedTour
GWToolset
edit- git #bf60271d - Use MediaWikiServices::getFileBackendGroup by Umherirrender
ImageMap
editNo changes for ImageMap
InputBox
editNo changes for InputBox
Insider
editNo changes for Insider
intersection
editNo changes for intersection
Interwiki
edit- git #21a5dc3c - Add Special:MyLanguage for better user experience by Yuki Shira
InterwikiSorting
editNo changes for InterwikiSorting
Jade
edit- git #25b984f3 - Added MW message key for jade-moveendorsement (T247462) by kevinbazira
- git #2d27529b - Added MW message key for jade-setpreference (T247462) by kevinbazira
- git #6f6a79c7 - Remove "successfully" from translation messages (T247462) by kevinbazira
- git #2561590d - Remove use of Revision::newFromId, use RevisionRecord in Linker methods (T249561) (T249021) by DannyS712
- git #5b4d457a - Remove "successfully" from messages by Amir Aharoni
- git #a63e5547 - Added MW message key for jade-createandendorse (T247462) by kevinbazira
- git #157c6cc3 - Added MW message key for jade-endorse (T247462) by kevinbazira
Josa
editNo changes for Josa
JsonConfig
edit- git #05728e06 - Add tests around map data sanitization by Max Semenik
Kartographer
edit- git #bac1adfb - Bump requirement to MediaWiki >= 1.35.0 by Fomafix
- git #d7706508 - Use the right storage inside the package by Derk-Jan Hartman
- git #a2c7544d - Revert "Fix mw.storage usage" by TheDJ
- git #a0edfcce - Restrain width of sidebar to full width of viewport by Derk-Jan Hartman
- git #f378c2b2 - Fix initializing of mapdialog and restore WV nearby controls (T180909) by Derk-Jan Hartman
LabeledSectionTransclusion
editNo changes for LabeledSectionTransclusion
LandingCheck
editNo changes for LandingCheck
LdapAuthentication
editNo changes for LdapAuthentication
Linter
editNo changes for Linter
LiquidThreads
edit- git #da5d494d - Replace ArticleRevisionUndeleted with RevisionUndeleted (T248727) by DannyS712
Listings
editNo changes for Listings
LocalisationUpdate
editNo changes for LocalisationUpdate
LoginNotify
editNo changes for LoginNotify
MachineVision
edit- git #c2434978 - Fix: Apply blocklist filtering after determining withholding state by Michael Holloway
- git #3c836f2f - build: Update linters and fix errors by Ed Sanders
- git #14e84b1a - Get categories from unreviewedimagelabels call (T249959) by annet
- git #3577fc14 - Add maintenance script to withhold images with configured labels (T249939) by Michael Holloway
- git #f1744c9a - Add support for WITHHOLD_ALL review state (T249939) by Michael Holloway
- git #381f127b - Only use natural language fallback chain (T242393) by annet
- git #a073c5a0 - Fix statement creation from suggestion (T249789) by Cormac Parle
- git #d7009c71 - Use transitions for suggestions instead of animations to simplify code by annet
- git #63cd1667 - Maintenance script to remove blacklisted wikidata items from suggestions (T249273) by Cormac Parle
MapSources
editNo changes for MapSources
MassMessage
edit- git #1f801146 - Use API instead of database when fetching content from another wiki (T165128) by Abijeet
- git #0b83859e - Fix call to wfGetDB, where wiki Id is the third parameter (T165128) by Abijeet
- git #9ff9780f - Properly return API failure to MassMessageJob (T246217) by Petr Pchelko
- git #08c60cd7 - Logging: change channel name to MassMessage by Abijeet
- git #5cb4c59d - Add wikiId in log message when fetching page content from other wikis (T165128) by Abijeet
- git #8a4d83e1 - Use Status instead of StatusValue (T165128) by Abijeet
- git #c7deca07 - Revert "Revert: Allow a page to be sent as message" (T165128) by Abijeet
Math
editNo changes for Math
MobileApp
editNo changes for MobileApp
MobileFrontend
edit- git #c95355f7 - Add Special:MyLanguage for better user experience by Yuki Shira
- git #5fb917d6 - Remove messages in en-gb that are identical to en by Reedy
- git #6971d178 - MobileFormatter should run with content provider (T248141) by jdlrobson
- git #25a3602a - eslint: Fix all configs to use root:true by Ed Sanders
- git #adcf77a2 - build: Update linters by Ed Sanders
- git #221e8e2d - Cleanup: Drop unused photo upload config by jdlrobson
- git #f4a15322 - Remove unneeded dependency on 'mediawiki.notify' (T233676) by DannyS712
- git #1e7acde3 - Remove remaining use of Revision::newFromId (T249021) by DannyS712
MultimediaViewer
edit- git #ece9f650 - Remove redundant dependency on 'mediawiki.notify' (T233676) by Timo Tijhof
NavigationTiming
edit- git #337e97fa - Collect navigator.hardwareConcurency (T239577) by Gilles Dubuc
Newsletter
edit- git #b3e33468 - Remove use of Revision::newFromId (T249021) by DannyS712
NewUserMessage
editNo changes for NewUserMessage
Nuke
editNo changes for Nuke
OATHAuth
editNo changes for OATHAuth
OAuth
edit- git #c687ef1f - Add Special:MyLanguage for better user experience by Yuki Shira
OpenStackManager
edit- git #fc047e31 - Use MediaWikiServices::getAuthManager by Umherirrender
ORES
editNo changes for ORES
PageAssessments
edit- git #37ee98e5 - Forgot to remove message key from code comment by Kaldari
PagedTiffHandler
editNo changes for PagedTiffHandler
PageImages
edit- git #2775a9fa - Use MediaWikiServices::getRepoGroup by Umherirrender
- git #f22926df - Use LinksUpdate::getRevisionRecord in MW 1.35+ (T249397) by DannyS712
PageTriage
edit- git #ce5c00ec - Use LinksUpdate::getRevisionRecord (T249397) by DannyS712
- git #921e0bc7 - Remove use of WikiPage::getOldestRevision, require MW 1.35+ (T249393) by DannyS712
PageViewInfo
editNo changes for PageViewInfo
ParserFunctions
editNo changes for ParserFunctions
ParsoidBatchAPI
editNo changes for ParsoidBatchAPI
PdfHandler
editNo changes for PdfHandler
PerformanceInspector
editNo changes for PerformanceInspector
Petition
editNo changes for Petition
Poem
editNo changes for Poem
PoolCounter
editNo changes for PoolCounter
Popups
editNo changes for Popups
ProofreadPage
editNo changes for ProofreadPage
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 #0699e09d - Do not show entries for hidden tags (T249266) by Bartosz Dziewoński
- git #36c51562 - Use tag displaynames when fetching additional revisions (T249266) by Bartosz Dziewoński
RSS
edit- git #f5f60171 - Add Special:MyLanguage for better user experience by Yuki Shira
SandboxLink
editNo changes for SandboxLink
Score
edit- git #d5e91d97 - Use MediaWikiServices::getFileBackendGroup by Umherirrender
Scribunto
edit- git #4a9b2e61 - tests: Mark non-LuaSandbox tests as @group Standalone (T125050) by James D. Forrester
SearchExtraNS
editNo changes for SearchExtraNS
SecureLinkFixer
edit- git #7d65e299 - Updating domains.php from Mozilla by SecureLinkFixer updater bot
SecurePoll
editNo changes for SecurePoll
Sentry
editNo changes for Sentry
ShortUrl
editNo changes for ShortUrl
SiteMatrix
editNo changes for SiteMatrix
SpamBlacklist
edit- git #6cc0cc91 - Add Special:MyLanguage for better user experience by Yuki Shira
SubPageList3
editNo changes for SubPageList3
SubpageSortkey
editNo changes for SubpageSortkey
SyntaxHighlight_GeSHi
edit- git #f5b61126 - Add tracking categories when deprecated syntax is used (T241636) (T237267) by DannyS712
TemplateData
edit- git #e3c95c28 - Improve directionality settings for TemplateDataBlob rendering by C. Scott Ananian
- git #4dcda73e - Remove deprecated Parser::enableOOUI(), take 2 by C. Scott Ananian
- git #3f270b9a - Don't use deprecated Parser::enableOOUI() hook (T236809) by C. Scott Ananian
TemplateSandbox
editNo changes for TemplateSandbox
TemplateStyles
editNo changes for TemplateStyles
TemplateWizard
editNo changes for TemplateWizard
TextExtracts
editNo changes for TextExtracts
Thanks
editNo changes for Thanks
TheWikipediaLibrary
editNo changes for TheWikipediaLibrary
TimedMediaHandler
editNo changes for TimedMediaHandler
timeline
edit- git #01d3d924 - Use MediaWikiServices::getFileBackendGroup by Umherirrender
TitleBlacklist
edit- git #1243bed5 - Use MediaWikiServices::getAuthManager by Umherirrender
TocTree
edit- git #7bd8162a - Remove duplication of extension.json from TocTree (require MW 1.32+) (T87983) (T187154) by Timo Tijhof
TorBlock
editNo changes for TorBlock
Translate
edit- git #7c86281b - Add Special:MyLanguage for better user experience by Yuki Shira
- git #9b7be00e - Remove the other use of Revision::newFromId (T249021) by DannyS712
- git #2e42151a - Make Special:SupportedLanguages do less work during web requests (T249439) by Niklas Laxström
- git #a646062f - StringMangler: Improve interface by Niklas Laxström
- git #afabd57c - Remove use of Revision::newFromId (T249021) by DannyS712
- git #ef816b20 - Linters: Remove extensions/ from ignores by Niklas Laxström
TranslationNotifications
editNo changes for TranslationNotifications
TrustedXFF
editNo changes for TrustedXFF
TwoColConflict
edit- git #80ec471a - Include session token in exit event by Adam Wight
- git #60376c09 - Revert "Include session token in exit event" by Awight
- git #5a355d76 - Make browser tests cover HTML escaping better (T249986) by Thiemo Kreuz
- git #3e6e3293 - Use EditPage::getExpectedParentRevision when available (T248655) by DannyS712
- git #5b55c20e - Include session token in exit event (T249616) by Adam Wight
- git #faa5e6f3 - Add missing tests for the formatters pre-save transform feature by Thiemo Kreuz
- git #3edf2810 - Fix double HTML escaping of "copytext" lines in the diff (T249986) by Thiemo Kreuz
- git #43a0946b - Add RTL svg for single column tour (T247958) by WMDE-Fisch
- git #a5b6cd24 - Expand the clickable area for the edit button on a selected column (T248567) by Andrew Kostka
- git #6764fff4 - Only show the edit button when the corresponding side is selected (T248566) by Andrew Kostka
- git #79a94a01 - Remove leftover code from the old edit button popup by Andrew Kostka
- git #dd9ed45b - Update the tour to the new conflict logo (T248559) by WMDE-Fisch
- git #9c2395c5 - Upgrade to WebdriverIO v6 (T247254) by Adam Wight
- git #40d65e85 - Protect against null fields by Adam Wight
- git #a2cfaf4c - Move tracking into testable module by Adam Wight
- git #68815fc7 - Increase TwoColConflictHooks test coverage by Thiemo Kreuz
- git #8d40f9be - Add tests for TwoColConflictContext class by Thiemo Kreuz
UniversalLanguageSelector
editNo changes for UniversalLanguageSelector
UploadsLink
editNo changes for UploadsLink
UploadWizard
edit- git #375797a1 - Remove unneeded dependency on 'mediawiki.notify' (T233676) by DannyS712
- git #ad72d7a8 - Update metadata action buttons (T224890) by annet
UrlShortener
editNo changes for UrlShortener
UserMerge
editNo changes for UserMerge
VipsScaler
editNo changes for VipsScaler
VisualEditor
edit- git #55985819 - Add Special:MyLanguage for better user experience by Yuki Shira
- git #48c4dfd5 - Remove redundant dependency on 'mediawiki.notify' (T233676) by Timo Tijhof
WebAuthn
edit- git #f702fba4 - Make relying party data configurable (T244088) by Dejan Savuljesku
- git #3f34759c - Handle all DB operations through OATHAuth (T237554) by Dejan Savuljesku
Wikibase
edit- git #bf75d9d2 - Add Special:MyLanguage for better user experience by Yuki Shira
- git #758a22d3 - bridge: add prepare script to setup instructions by Lucas Werkmeister
- git #6a69be4e - Use MediaWikiServices::getLockManagerGroupFactory by Umherirrender
- git #71685215 - CachingKartographerEmbeddingHandlerTest: Update assert value (T249876) by James D. Forrester
- git #6ca34552 - Replace `new stdClass()` with `(object)[]` by Thiemo Kreuz
- git #4509343a - bridge: naming of events by Pablo Grass
- git #bd73985e - bridge: only emit one type of events from App (T249118) by Pablo Grass
- git #64a7de3f - bridge: storybook: add issueReportingLink config (T249123) by Pablo Grass
- git #9cfe8bb6 - bridge: track unknown errors (T249120) by Lucas Werkmeister
- git #53729c78 - Remove unnecessary behavior from test helper by Lucas Werkmeister
- git #f52205b0 - Fix type doc of ActionTestCase::createAction() (T248392) by ArtBaltai
- git #9dc6cea5 - Remove unneeded dependency on 'mediawiki.notify' (T233676) by DannyS712
- git #0a809053 - bridge: beef up ErrorUnknown (T249123) by Lucas Werkmeister
- git #aa54115d - bridge: implement ability to relaunch (T249118) by Lucas Werkmeister
- git #0ea4ad8f - Fix typo by Jakob Warkotsch
- git #f943e205 - FP: Wire up the API backed PropertyDataTypeLookup in WikibaseRepo (T247829) by addshore
- git #d9f1ed0d - FP: Create ApiPropertyDataTypeLookup (T247828) by addshore
- git #95d4e742 - Remove the last use of dropTable in schema updater (T249598) by Amir Sarabadani
- git #a9ab8ed5 - bridge: introduce “initialization error” type (T249120) by Lucas Werkmeister
- git #ce7b2642 - Use EntityIdReader+LineReader in rebuildItemsPerSite by Lucas Werkmeister
- git #86bebd54 - ApiFormatReference: add basic tests (T238661) by Pablo Grass
- git #ac855812 - Reorganize client tests into unit/ and integration/ by Michael Große
- git #40d93326 - docs: Start page covering interesting mediawiki points (T241215) by addshore
- git #246ab877 - docs, link to md files rather than *.wiki files by addshore
WikibaseCirrusSearch
edit- git #410ea036 - Add timestamp to EntityResultType hits (T246524) by Erik Bernhardson
WikibaseLexeme
edit- git #9f21ac80 - Use new location of WB Client Scribunto Testcase class by Michael Große
WikibaseLexemeCirrusSearch
editNo changes for WikibaseLexemeCirrusSearch
WikibaseMediaInfo
edit- git #d255ed90 - Split API messages to a separate file (T189982) by Amir Aharoni
- git #33a79b7a - Fix qualifier separator whitespace handling (T245681) (T247711) by Matthias Mullie
- git #a94b7891 - Allow deleted properties (T249688) by Matthias Mullie
- git #6235eeef - Remove use of WikiPage::getRevision (T249393) by DannyS712
- git #be8767d1 - Add somevalue/novalue options for entity datatype (T239172) by annet
- git #3e00aee2 - Fix IE11 incompatibility (T249556) by Matthias Mullie
- git #931b516d - Styling fixes for constraints (T239163) by Cormac Parle
- git #b66ea346 - Allow linking to specific statements (T241338) by Matthias Mullie
- git #ac9327cd - Improved pending state for StatementPanel (T228947) by Eric Gardner
WikibaseQualityConstraints
editNo changes for WikibaseQualityConstraints
Wikidata.org
editNo changes for Wikidata.org
WikidataPageBanner
editNo changes for WikidataPageBanner
WikiEditor
edit- git #d43e9172 - Remove use of WikiPage::getRevision (T249393) by DannyS712
- git #0f24c108 - jquery.wikiEditor: change autoIcon() to no longer append version string by Timo Tijhof
wikihiero
editNo changes for wikihiero
WikiLove
editNo changes for WikiLove
WikimediaBadges
editNo changes for WikimediaBadges
WikimediaEditorTasks
editNo changes for WikimediaEditorTasks
WikimediaEvents
editNo changes for WikimediaEvents
WikimediaIncubator
editNo changes for WikimediaIncubator
WikimediaMaintenance
edit- git #ffd58a59 - Use MediaWikiServices::getFileBackendGroup by Umherirrender
WikimediaMessages
edit- git #6a699801 - Remove messages in en-gb that are identical to en by Reedy
- git #db51cb11 - Adding a bunch of missing periods for Flow and DiscussionTools. by Kaldari
Wikisource
editNo changes for Wikisource
XAnalytics
editNo changes for XAnalytics
Skins
editCologneBlue
editNo changes for CologneBlue
MinervaNeue
edit- git #2a52e7f1 - build: Update linters by Ed Sanders
- git #e223d00e - Update the icon glyph (T249864) by jdlrobson
- git #2e32f41f - Drop `skins.minerva.icons.image` module now cache has cleared (T244444) by jdlrobson
Modern
editNo changes for Modern
MonoBook
editNo changes for MonoBook
Nostalgia
editNo changes for Nostalgia
Timeless
editNo changes for Timeless
Vector
edit- git #63ee9450 - Refactor: Standardize menu data (DRY!) (T249372) by jdlrobson
- git #c9d5b2e4 - [dev] [JS] Move JavaScript to package modules by Stephen Niedzielski
- git #16670834 - [dev] [Mustache] replace spaces with tabs by Stephen Niedzielski
- git #087808ec - Revert "Move indicators underneath `#firstHeading` in DOM" (T248761) by VolkerE
VisualEditor
edit- git #747ba030 - build: Upgrade eslint- and stylelint-config-wikimedia by James D. Forrester
- git #f48768d1 - Fix initialization typo by David Chan
- git #40701620 - Match entity encoding in HTML comments to Parsoid (T144708) by Bartosz Dziewoński
Total Changes
edit265 Changes in 63 repos by 67 authors