![]() |
Deployment of MediaWiki 1.33.0-wmf.18 to Wikimedia sites | MediaWiki 1.33.0-wmf.19![]() |
The latest version (labeled "1.33.0-wmf.18") of MediaWiki, the software that powers Wikipedia and its sister sites, is being deployed to all Wikimedia sites in stages, starting on Tuesday, 19 February 2019 (see the roadmap).
Core changes
- git #3edaa0b3 - resourceloader: Make $rl parameter mandatory for MessageBlobStore by James D. Forrester
- git #feacd173 - build: Add initial version of Fresnel config (task T133646) by Krinkle
- git #b4cdfaa0 - Follow-up 262fd58: Correctly apply the ORDER BY in ActiveUsersPager (task T216200) by Jforrester
- git #d4ad0cd8 - Remove deprecated method insertArticleLink() from class ChangeList by Krinkle
- git #de8ea9e6 - Follow-up 77276ce: Clarify i18n message key/values and div class (task T150324) by Jforrester
- git #77276ce0 - specials: Fix fatal MWNamespace exception on Special:Contributions (task T150324) by Derick Alangi
- git #92d6be8a - resourceloader: Require $context parameter for FileModule::readStyleFiles() by Krinkle
- git #a186dc62 - resourceloader: Instantiate main class via ServiceWiring (task T32956) by Aaron Schulz
- git #1fd2d071 - mediawiki.api: Prevent misusing #saveOptions (task T214963) by Bartosz Dziewoński
- git #1d680bbe - Do not use raw html for Special:ProtectedPages drop-down messages (task T216348) by Brian Wolff
- git #d8eefbe7 - Fix 'expliciit' typo at resources/Resources.php (task T201491) by Bartosz Dziewoński
- git #6dbae8e7 - Escape messages ipb-sitewide and ipb-partial. by Brian Wolff
- git #f661f337 - Cache redirects from Special:Redirect by Brian Wolff
- git #9ac22350 - Avoid rawParams() in Special:Emailuser (task T216348) by Brian Wolff
- git #5414aee4 - objectcache: remove dangling WAN cache EventRelayer references by Aaron Schulz
- git #ce60ce82 - mediawiki.Title: Avoid 'this' in static method by Timo Tijhof
- git #694fef93 - resources: Document why mw.user has two seemingly unused deps by Krinkle
- git #4753b0a4 - objectcache: remove EventRelayer dependency from WANObjectCache by Aaron Schulz
- git #e0213bda - ChangeTags: Deprecate ChangeTags::purgeTagUsageCache() by Krinkle
- git #aa83f3a6 - MigrateActors: Don't delete log_search rows when migrating (task T215464) by Brad Jorsch
- git #dd5aa605 - Improve documentation for different block types by Thalia
- git #2c8db66f - Prevent PHP notice on SpecialDeletedContributions (task T208544) by Umherirrender
- git #d993f499 - Refactor calls to deprecated function Content::getNativeData() (task T155582) by Daniel Kinzler
- git #d6f4e042 - import: Remove deprecated WikiRevision::$importer property by Derick Alangi
- git #60a172aa - Update required PHP version to 7.0.13 (task T209423) by James D. Forrester
- git #d871643d - Add missing dependency on module 'mediawiki.notify' by Fomafix
- git #999ff609 - objectcache: refactor and simplify some WANObjectCache code by Aaron Schulz
- git #3d38db2a - resourceloader: Restore the comment about <script> vs XHR loading by Krinkle
- git #fdb00bf4 - objectcache: cleanup tombstone/mutex logic in doGetWithSetCallback() by Aaron Schulz
- git #628cb2e3 - mediawiki.special.changeslist.enhanced: Convert CSS to LESS by Fomafix
- git #eee735a1 - rdbms: Use more narrow type hints in LBFactoryTest by Krinkle
- git #82182ec0 - mediawiki.special.changeslist.legend: Convert CSS to LESS by Fomafix
- git #d5ed0163 - Fix CommentStoreComment RawMessage construction by Brad Jorsch
- git #341bd5d6 - registration: Allow @-prefixed keys in manifest_version 2 (task T215650) by Kunal Mehta
- git #7a72b16e - resourceloader: Ignore warnings in JSMinPlus parser (task T77169) by Krinkle
- git #daf15e14 - Update AtEase calls to use Wikimedia namespace by Reedy
- git #f0f3e77d - rdbms: avoid duplicate spammy logging in LoadBalancer::getRandomNonLagged (task T215611) by Aaron Schulz
- git #a1bb593e - Add missing documentation to ProtectedTitlesPager by Thiemo Kreuz
- git #56d2fc80 - Use "try-catch" block instead of "if" block to prevent interruption of new installation (task T215566) by RazeSoldier
- git #ef220ef5 - widgets: Remove redundant equality check in SelectWithInputWidget by Derick Alangi
- git #4c9822af - jquery.makeCollapsible.styles: Avoid FOUC for collapse button by Fomafix
- git #2f9a6581 - EnhancedChangesList: Load style module via addModuleStyles() by Fomafix
- git #995941d3 - Changed the name of the (gcr) language from "Kreyol Gwiyanè" to "Kriyòl Gwiyannen" by Zoranzoki21
- git #04370ccb - Remove double check of $oldRevision by Fomafix
- git #631be0b6 - Fix documentation for Revision::getComment and WikiPage::getComment (task T174025) by Thiemo Kreuz
Vendor
No changes for vendor
Extensions
3D
No changes for 3D
AbuseFilter
- git #3993a7ea - Replace @expectedException with $this->expectException() by Thiemo Kreuz
- git #6e2b66f9 - build: Update eslint-config-wikimedia to 0.10.1 by Daimona Eaytoy
- git #8f56c681 - build: Update banana to v. 0.7.0 by MarcoAurelio
- git #0df04cd8 - Fix a typo in EmergencyDisable globals description by Daimona Eaytoy
ActiveAbstract
No changes for ActiveAbstract
AdvancedSearch
No changes for AdvancedSearch
AntiSpoof
No changes for AntiSpoof
ApiFeatureUsage
No changes for ApiFeatureUsage
ArticleCreationWorkflow
No changes for ArticleCreationWorkflow
ArticlePlaceholder
No changes for ArticlePlaceholder
Babel
No changes for Babel
BetaFeatures
No changes for BetaFeatures
BounceHandler
No changes for BounceHandler
Calendar
No changes for Calendar
Campaigns
No changes for Campaigns
Capiunto
No changes for Capiunto
CategoryTree
- git #1dfe6ca6 - Change 'title' attributes to links to use full page name by Krinkle
CentralAuth
- git #9b5b2bb4 - Add @var to class properties to clarify types by Umherirrender
- git #2b3e00d6 - Drop CentralAuthPlugin, back-compat. we no longer want by James D. Forrester
- git #2ef9fc14 - CentralAuthUser: Stop extending deprecated AuthPluginUser by James D. Forrester
CharInsert
No changes for CharInsert
CheckUser
No changes for CheckUser
CirrusSearch
- git #617b54d2 - Improve appearance of help text for autocomplete options by Ed Sanders
- git #b558fd4d - Replace jshint with eslint by Ed Sanders
Cite
No changes for Cite
CiteThisPage
No changes for CiteThisPage
Citoid
- git #2abf78cb - build: Set private: true in package.json by Umherirrender
- git #82ea434f - eslint: Use reportUnusedDisableDirectives by Ed Sanders
- git #020d6bb3 - Open citations using commands by Ed Sanders
cldr
No changes for cldr
Cognate
No changes for Cognate
CodeEditor
No changes for CodeEditor
CodeMirror
No changes for CodeMirror
CodeReview
- git #5ee1267b - Avoid fatal error when an in-range rev has no data available (task T30677) by Krinkle
CollaborationKit
No changes for CollaborationKit
Collection
No changes for Collection
CommonsMetadata
No changes for CommonsMetadata
ConfirmEdit
No changes for ConfirmEdit
CongressLookup
No changes for CongressLookup
ContactPage
No changes for ContactPage
ContentTranslation
- git #f149cc0b - Further reduce the number of JS globals defined on all pages by jenkins-bot
ContributionTracking
No changes for ContributionTracking
CreditsSource
No changes for CreditsSource
Dashiki
No changes for Dashiki
Disambiguator
No changes for Disambiguator
DismissableSiteNotice
No changes for DismissableSiteNotice
DonationInterface
- git #2915a001 - Front-end logging for Ingenico url too short (task T210893) by Elliott Eggleston
- git #2974e432 - Make email explanation translatable (task T215939) by Elliott Eggleston
- git #cbcd4a9f - Delete obsolete settings by Elliott Eggleston
DoubleWiki
No changes for DoubleWiki
DynamicSidebar
No changes for DynamicSidebar
EUCopyrightCampaign
No changes for EUCopyrightCampaign
Echo
- git #c36d2bd0 - Prefer the …::class feature over hard-coded strings in all tests by Thiemo Kreuz (WMDE)
- git #cd4e5102 - Fix undeclared var by Matěj Suchánek
- git #cdae062d - Improve param docs and add @var to clarify types by Umherirrender
Elastica
- git #98d0a7bd - Add MWElasticUtils helper methods by Erik Bernhardson
ElectronPdfService
No changes for ElectronPdfService
EventBus
- git #5a4c54ce - Remove unused EventRelayerBus classes by Aaron Schulz
- git #8c17ccf3 - Support multiple event service endpoints (task T214446) (task T215834) by Andrew Otto
EventLogging
- git #10490ccc - Replace use of deprecated ResourceLoaderTestModules hook (task T214211) by James D. Forrester
ExtensionDistributor
No changes for ExtensionDistributor
ExternalGuidance
- git #2a362df9 - SpecialExternalGuidance: Open the article editor in new tab by Santhosh
- git #3e84f3a8 - Pass the validated context params in JS config variables by Santhosh Thottingal
- git #55d23bd3 - Handle the click for expanding existing article at client side by Santhosh Thottingal
- git #436aace2 - Pass the target title when the page exist in target language (task T216122) by Santhosh Thottingal
- git #e80dc0e5 - Do not list SpecialExternalGuidance in Special:SpecialPages (task T216266) by Santhosh Thottingal
- git #2056f74c - Avoid deprecated View.$ (task T216264) by Ed Sanders
- git #7ef22069 - Increase the distance between the indicators in the translated page (task T215873) by Santhosh
- git #f12b411a - Adjust font weight for translation indicator and contribute label (task T215600) by Santhosh
- git #07565c8a - SpecialExternalGuidance: Disable the buttons till JavaScript is ready (task T215984) by Santhosh Thottingal
- git #458c8084 - Use the user edited title for eventlogging by Santhosh
- git #b214e85a - Point the link in page status to the target language wikipedia (task T216113) by Santhosh
- git #ce09c411 - Add phpunit test for SpecialExternalGuidance.php by Santhosh
- git #b562237a - Reduce number of registered modules, Organise module files by module directory (task T215944) (task T215943) by Santhosh Thottingal
- git #43720004 - Use mw-ui-progressive+quiet for secondary button by Ed Sanders
- git #e12c71ee - build: Update linters by Ed Sanders
- git #f4c442f9 - Eventlogging: Add new action name for editing an existing page (task T212414) by Santhosh Thottingal
- git #67e08244 - Hide the Desktop footer in external guidance mode (task T212197) by Santhosh Thottingal
- git #192db8d0 - Fix the eventlogging schema definition as per manifest_version=2 by Santhosh Thottingal
FeaturedFeeds
- git #f0c041c2 - Update MediaWiki namespaced AtEase global functions by Jforrester
FileExporter
No changes for FileExporter
FileImporter
No changes for FileImporter
FlaggedRevs
No changes for FlaggedRevs
Flow
No changes for Flow
FundraiserLandingPage
No changes for FundraiserLandingPage
FundraisingTranslateWorkflow
No changes for FundraisingTranslateWorkflow
Gadgets
No changes for Gadgets
GeoCrumbs
No changes for GeoCrumbs
GeoData
No changes for GeoData
GettingStarted
No changes for GettingStarted
GlobalBlocking
No changes for GlobalBlocking
GlobalCssJs
No changes for GlobalCssJs
GlobalPreferences
No changes for GlobalPreferences
GlobalUsage
No changes for GlobalUsage
GlobalUserPage
No changes for GlobalUserPage
GoogleNewsSitemap
No changes for GoogleNewsSitemap
Graph
No changes for Graph
GrowthExperiments
- git #765fb8fc - Help Panel: Fix IME broken in help panel search (task T216131) by Kosta Harlan
- git #6fb445d3 - Help Panel: Remove VE hack workaround (task T212967) by Kosta Harlan
GuidedTour
No changes for GuidedTour
GWToolset
No changes for GWToolset
ImageMap
- git #f0355fab - Update MediaWiki namespaced AtEase global functions by Jforrester
InputBox
No changes for InputBox
Insider
No changes for Insider
intersection
No changes for intersection
Interwiki
- git #125f8502 - Convert Special:Interwiki to use OOUI (task T135332) by Amir Sarabadani
InterwikiSorting
No changes for InterwikiSorting
JADE
No changes for JADE
Josa
No changes for Josa
JsonConfig
No changes for JsonConfig
Kartographer
No changes for Kartographer
LabeledSectionTransclusion
No changes for LabeledSectionTransclusion
LandingCheck
No changes for LandingCheck
LdapAuthentication
- git #2a9d1c27 - LdapAutoAuthentication: Drop calling AuthPluginAutoCreate hook by James D. Forrester
- git #7366cb9f - Update MediaWiki namespaced AtEase global functions by Reedy
Linter
No changes for Linter
LiquidThreads
No changes for LiquidThreads
Listings
No changes for Listings
LocalisationUpdate
- git #ff6b23ef - Fix json indent in extension.json by Umherirrender
- git #23bd7643 - Update MediaWiki namespaced AtEase global functions by Reedy
LoginNotify
No changes for LoginNotify
MapSources
No changes for MapSources
MassMessage
- git #ec2d5fc7 - Fixed boolean error at package.json file (task T216276) by Umherirrender
Math
No changes for Math
MobileApp
No changes for MobileApp
MobileFrontend
- git #773824ef - Replace @expectedException with $this->expectException() by Thiemo Kreuz
- git #ee6a14c7 - Fix line affecting code coverage report for ::getLicense() by Derick Alangi
- git #dc5576bb - Log abort events when canceling out of visual editing (task T214533) by jdlrobson
- git #15ba93dd - Add PHPUnit test case for MobileFrontendSkinHooks::getLicense() (task T214800) by Jdlrobson
- git #a9a81ece - Make block message drawer more informative (task T210273) by Thalia
- git #e442c647 - Replace use of deprecated ResourceLoaderTestModules hook (task T214211) by James D. Forrester
- git #66ca9b1a - build: Temporarily skip one of the PHP lints that has started acting up by James D. Forrester
- git #0e97e9bd - Hygiene: remove QUnit wrapper from NPM script by Stephen Niedzielski
- git #f7ba6281 - mobile.startup/Overlay: Update iOS scroll hacks for iOS 11.3 (task T215619) by jdlrobson
- git #f0bfd4f6 - mobile.startup/Overlay: Remove iOS 4/5 keyboard hack that no longers works by jdlrobson
- git #121b8868 - ve.init.mw.MobileFrontendArticleTarget: Disable iOS scrolling hack more aggressively (task T212967) (task T215604) by Jdlrobson
- git #ff872d94 - Doc: revise mobile.editor.overlay comment (task T208915) by jdlrobson
- git #38df8df2 - Set textarea font size to 16px to avoid iOS zooming problems. (task T215849) by Jdlrobson
- git #8f2db90e - Breaking: remove deprecated TalkOverlay API (task T208915) by Stephen Niedzielski
- git #83771d45 - Breaking: remove deprecated CategoryOverlay API (task T208915) by Stephen Niedzielski
MultimediaViewer
No changes for MultimediaViewer
NavigationTiming
- git #9a4a975f - Fix typo in survey sampling factor config key (task T215756) by Gilles Dubuc
- git #c2d76009 - Record late paint timings (task T214977) by Gilles Dubuc
- git #78214db6 - Update RUMSpeedIndex library (task T215765) by Gilles Dubuc
- git #0cd4ef1c - Move configuration to packageFiles virtual file (task T215756) by Gilles Dubuc
Newsletter
No changes for Newsletter
NewUserMessage
No changes for NewUserMessage
Nuke
No changes for Nuke
OATHAuth
No changes for OATHAuth
OAuth
- git #0095a423 - Respect language code in onMessagesPreLoad hook (task T201574) by Roan Kattouw
- git #e7864c11 - Fix RequestContext/ContextSource usage by Roan Kattouw
OpenStackManager
- git #0da2431f - Update MediaWiki namespaced AtEase global functions by Reedy
ORES
No changes for ORES
PageAssessments
No changes for PageAssessments
PagedTiffHandler
No changes for PagedTiffHandler
PageImages
No changes for PageImages
PageTriage
No changes for PageTriage
PageViewInfo
- git #2d65704f - Increment offset counter in ApiQueryMostViewed even for invalid titles (task T208691) by Timo Tijhof
ParserFunctions
No changes for ParserFunctions
ParsoidBatchAPI
No changes for ParsoidBatchAPI
PdfHandler
- git #0affe889 - Update MediaWiki namespaced AtEase global functions by Reedy
PerformanceInspector
- git #0893666b - build: Set private: true in package.json by Umherirrender
Petition
No changes for Petition
Poem
No changes for Poem
PoolCounter
No changes for PoolCounter
Popups
- git #94382108 - Teach the title parser to always accept self-links (task T214861) (task T215899) by Thiemo Kreuz
- git #fb5b1205 - Minor fix-ups to type hints in JavaScript code by Thiemo Kreuz
- git #9ee61e18 - Fix <clipPath> capitalization in pointer-mask.svg by Thiemo Kreuz
- git #d4d8cefa - Rename link in footer to "Jump to footnote" (task T215063) by WMDE-Fisch
- git #a268d1e7 - Minimize/optimize pointer-mask.svg file by Thiemo Kreuz
- git #90acf2a7 - Fix pointer mask and CSS offsets for flipped popups (task T215194) by WMDE-Fisch
- git #53001bee - Move browserslist targets to new file and change targets by Nicholas Ray
ProofreadPage
No changes for ProofreadPage
PropertySuggester
No changes for PropertySuggester
QuickSurveys
No changes for QuickSurveys
Quiz
No changes for Quiz
ReadingLists
No changes for ReadingLists
RelatedArticles
No changes for RelatedArticles
Renameuser
- git #6eb7fa04 - RenameuserSQL: Remove superfluous call to $dbw->freeResults() by Derick Alangi
RevisionSlider
- git #8dc39ccf - build: Set private: true in package.json by Umherirrender
RSS
- git #e4dc10f3 - Update MediaWiki namespaced AtEase global functions by Reedy
SandboxLink
No changes for SandboxLink
Score
No changes for Score
Scribunto
No changes for Scribunto
SearchExtraNS
No changes for SearchExtraNS
SecurePoll
- git #7eddb0fd - Convert import.php (task T212027) by Reedy
Sentry
- git #349f51fe - Remove default legacy behavior of hook handler functions by Umherirrender
ShortUrl
No changes for ShortUrl
SiteMatrix
No changes for SiteMatrix
SkinPerPage
No changes for SkinPerPage
SpamBlacklist
- git #24804b14 - Update MediaWiki namespaced AtEase global functions by Reedy
SubPageList3
No changes for SubPageList3
SubpageSortkey
No changes for SubpageSortkey
SyntaxHighlight_GeSHi
No changes for SyntaxHighlight_GeSHi
TemplateData
- git #0111b68d - Remove use of OOUI's deprecated this.$ by Ed Sanders
TemplateSandbox
No changes for TemplateSandbox
TemplateStyles
No changes for TemplateStyles
TemplateWizard
No changes for TemplateWizard
TextExtracts
- git #ed1f7336 - Add test cases for all (private) memory caching helper methods by Thiemo Kreuz
Thanks
- git #1ab4739e - build: Add stylelint for css file by Umherirrender
- git #99393ea6 - Follow ups to I807f729c1b1a9e9b5952685bb18f540f81d70f47 by jdlrobson
TimedMediaHandler
- git #a8e8bbc9 - Update MediaWiki namespaced AtEase global functions by Reedy
timeline
No changes for timeline
TitleBlacklist
- git #52358f23 - Update MediaWiki namespaced AtEase global functions by Reedy
TocTree
No changes for TocTree
TorBlock
No changes for TorBlock
Translate
- git #2064a582 - Replace @expectedException with $this->expectException() by jenkins-bot
- git #496874ed - Remove comments literally documenting unit tests being unit tests by Thiemo Kreuz
- git #73aca06f - Make ApiStatsQuery::loadStatistics second arg optional by jenkins-bot
- git #dc210573 - Move generic elastic code to Elastica extension by jenkins-bot
- git #3732025f - Remove elastic 2.x compatibility (task T192680) by jenkins-bot
- git #1cf5c397 - Update MediaWiki namespaced AtEase global functions by jenkins-bot
TranslationNotifications
No changes for TranslationNotifications
TrustedXFF
No changes for TrustedXFF
TwoColConflict
No changes for TwoColConflict
UniversalLanguageSelector
- git #1c99196e - ext.uls.eventlogger: Remove unused code by jenkins-bot
- git #30894fb6 - ext.uls.eventlogger: Avoid deprecated schema module on MW 1.33+ (task T209629) by Timo Tijhof
UploadsLink
No changes for UploadsLink
UploadWizard
- git #1cf7deee - build: Set private: true in package.json by Umherirrender
- git #1ab80138 - i18n: Remove unused 'mwe-upwiz-prefs-chunked' message (task T131496) by Timo Tijhof
UrlShortener
No changes for UrlShortener
UserMerge
No changes for UserMerge
VipsScaler
- git #f9b0d0a4 - Update MediaWiki namespaced AtEase global functions by Reedy
VisualEditor
- git #e95ec4e2 - Don't try to set dimensions on an error image (task T216267) by Ed Sanders
- git #1998a02b - ve.init.mw.ProgressBarWidget: Remove 'filter' property for IE 8 & 9 by Bartosz Dziewoński
- git #f6a9dc8d - tests: Register TestModules via extension.json by Jforrester
- git #beb1cbfc - Update VE core submodule to master (1d9e3a217) (task T208631) by James D. Forrester
- git #bc02c44d - rootNode/documentNode -> attachedRootNode by Esanders
- git #7b2bd6be - ve.init.mw.MobileArticleTarget: Better match surface top spacing to read mode (task T210630) by Bartosz Dziewoński
- git #7fedb7be - ve.init.mw.MobileArticleTarget: Change "back" tool icon from "<" to "x" (task T210630) by Bartosz Dziewoński
- git #1faf0b00 - Filter out duplicate categories in NWE preview (task T214811) by Bartosz Dziewoński
- git #c91047b1 - ve.ui.MWGalleryDialog: Allow normal tools in gallery captions (task T187958) by Bartosz Dziewoński
- git #d8e1a9be - build: Upgrade grunt-banana-checker from 0.6.0 to 0.7.0 by James D. Forrester
Wikibase
- git #4d1082da - Add accessKey to EditEntityAction file (task T215068) by Greta Doçi
- git #958eac2e - Enable modules used by WBMI for statements on mobile (task T215524) by Matthias Mullie
- git #bd679722 - Collapsed termbox state: fix/simplify cookie (task T209576) by Pablo Grass
- git #91eed921 - build: Set private: true in package.json by Umherirrender
- git #b6791a7c - OtherProjectSidebar Disables hook call in unit tests (task T180303) by Tpt
- git #469ea0f9 - Consolidate more view/resources modules (5) (task T203696) by Krinkle
- git #21069982 - Revert "Update outdated icons with latest standard ones" by Lucas Werkmeister (WMDE)
- git #5f0c89c6 - Update outdated icons with latest standard ones (task T209259) by Lucas Werkmeister
- git #06310c4d - Clean up CSS comments (task T209259) by Lucas Werkmeister
- git #8cd6c801 - Update MediaWiki namespaced AtEase global functions by Reedy
- git #ad9b8ded - Made RepoLinker::getConceptBaseUri private by Addshore
- git #bdb7231a - Use RuntimeException to prevent leakage by Michael Große
WikibaseCirrusSearch
No changes for WikibaseCirrusSearch
WikibaseLexeme
- git #301cfe6f - lexeme.api: trim leading/trailing whitespaces around glosses and senses (task T212019) by alaasarhan
WikibaseMediaInfo
- git #77c232b8 - Handle errors from api when writing depicts tags (task T215314) by Cormac Parle
- git #ff35538a - Don't update statements that have not changed (task T216252) by Matthias Mullie
- git #755adcbd - Detach button before it gets deleted (task T216423) by Jforrester
- git #b65d8be5 - Initialize this.data by Matthias Mullie
- git #f22e10e0 - Hide/remove qualifier display and editing behind feature flag (task T215313) by Cormac Parle
- git #40a418ed - Fix render of depicts statements without qualifiers (task T216161) by Matthias Mullie
- git #c41c97bd - Same currentRevisionId variable in scope for all js panels (task T216125) by Cormac Parle
- git #d2aae6d4 - Prepopulate formatValue cache (task T216130) by Matthias Mullie
- git #33c06cd3 - Delete statements on 'publish' when editing depicts on File page (task T215316) (task T215924) by Matthias Mullie
- git #58a66883 - Don't try to init depicts if it's not enabled by James D. Forrester
- git #662f1da7 - Safer way to inject mediainfo html by Matthias Mullie
WikibaseQualityConstraints
No changes for WikibaseQualityConstraints
Wikidata.org
No changes for Wikidata.org
WikidataPageBanner
No changes for WikidataPageBanner
WikiEditor
- git #ebe89e3c - Replace use of deprecated ResourceLoaderTestModules hook (task T214211) by James D. Forrester
wikihiero
No changes for wikihiero
WikiLove
No changes for WikiLove
WikimediaBadges
No changes for WikimediaBadges
WikimediaEvents
No changes for WikimediaEvents
WikimediaIncubator
- git #17a0a1e5 - Use proper message escaping for html by Umherirrender
WikimediaMaintenance
- git #387cf134 - Update MediaWiki namespaced AtEase global functions by Jforrester
WikimediaMessages
- git #8a306886 - Create a Wikimedia override for 'centralauth-login-error-locked' (task T216347) by MarcoAurelio
- git #dea82835 - Update spelling of "license" to the word used on the target page by Amir Aharoni
- git #7b12240b - onSkinCopyrightFooter: Add bespoke message for Commons with Structured Data (task T215470) by James D. Forrester
XAnalytics
No changes for XAnalytics
ZeroBanner
- git #66956789 - Remove ZeroBanner interstitial (task T208915) by jdlrobson
ZeroPortal
No changes for ZeroPortal
Skins
CologneBlue
- git #8a3dd710 - Update MediaWiki namespaced AtEase global functions by Reedy
EUCopyrightCampaignSkin
No changes for EUCopyrightCampaignSkin
MinervaNeue
- git #c14f7488 - build: Run stylelint also for css by Umherirrender
- git #260fa21b - Define AMC flag as false by default by jdlrobson
- git #44ed0f5e - Talk tab select should sit on top of page actions (task T212216) by jdlrobson
- git #4807b3c6 - User actions below page actions (task T214697) by jdlrobson
- git #577b72a1 - Remove backwards compatible CSS (task T212216) by jdlrobson
- git #7d4ca12a - Hygiene: remove unused page issues function (task T212371) by Jdlrobson
- git #f54b4e75 - Hygiene: move variable from file to local scope (task T212371) by Jdlrobson
- git #8ee27ed6 - Hygiene: favor page issues all sections symbol (task T212371) by Jdlrobson
- git #e54d7feb - Talk tabs disabled on main page (task T214724) by jdlrobson
- git #3dc9cff2 - Hygiene: separate page issue view logic (task T212376) by Niedzielski
- git #7e423c07 - Talk tabs in AMC mode (task T212216) by Jdlrobson
- git #f26ae221 - Hygiene: remove deprecated RL module skins.minerva.scripts.top by Jdlrobson
- git #d63de2eb - Set editfont size to 16px (100%) by Jforrester
MonoBook
No changes for MonoBook
Modern
No changes for Modern
Nostalgia
No changes for Nostalgia
Timeless
No changes for Timeless
Vector
No changes for Vector
Total Changes
208 Changes in 55 repos by 51 committers