MediaWiki 1.34/wmf.11
MediaWiki 1.34.0-wmf.10 | Deployment of MediaWiki 1.34.0-wmf.11 to Wikimedia sites | MediaWiki 1.34.0-wmf.13 |
The latest version (labeled "1.34.0-wmf.11") of MediaWiki, the software that powers Wikipedia and its sister sites, is being deployed to all Wikimedia sites in stages, starting on Tuesday, 25 June 2019 (see the roadmap).
Core changes
[edit]- git #b71610c0 - Fix LocalFile::move (task T226448) by Gergő Tisza
- git #6ea72c55 - Fix meta=languageinfo usage example by Lucas Werkmeister
- git #ed13d3fa - Add Special:Mute as a shortcut for muting notifications (task T218265) by Dayllan Maza
- git #7271ac0d - Tolerate invalid titles in some ChangesFeed and LogFormatter code (task T224811) by daniel
- git #c84546f1 - Follow-up I3e114219: Don't tell people to use the deprecated replacement of the deprecated removed code by James D. Forrester
- git #7bb16a14 - Drop wfGetLBFactory, deprecated in 1.27 by James D. Forrester
- git #d5cf7a49 - SkinFactory: Drop getDefaultInstance(), deprecated in 1.27 by James D. Forrester
- git #06a34d58 - Drop the UserLoadFromSession hook, deprecated in 1.27 by James D. Forrester
- git #348a29f3 - Drop wfResetSessionID, deprecated in 1.27 by James D. Forrester
- git #6b2c6fdf - Linker::link: Drop support for string query param, deprecated in 1.20 by James D. Forrester
- git #ac5b9e53 - PrefixSearch: Drop titleSearch(), deprecated in 1.23 by James D. Forrester
- git #614f1568 - Drop the UserRights hook, deprecated in 1.26 by James D. Forrester
- git #44de6a62 - resourceloader: Throw exception in ResourceLoaderImage::getPath by Fomafix
- git #4821c636 - resourceloader: Add method ResourceLoaderModule::getVary by Fomafix
- git #005dd912 - Replace very trivial mock builders with createMock() by Thiemo Kreuz
- git #6a0391d7 - rdbms: Type IDatabase::buildLike param as variadic to Phan (task T226223) by Timo Tijhof
- git #002f409a - API: Abstract out parameter validation (task T142080) (task T223239) by Brad Jorsch
- git #af5df424 - Skip ::testT69870() under Windows system (task T209159) by RazeSoldier
- git #8d0ef622 - rdbms: split out private LoadBalancer::getServerInfoStrict method by Aaron Schulz
- git #1fb1494c - Use IResultWrapper in code comments instead of ResultWrapper by Aaron Schulz
- git #6718d183 - rdbms: rename safeWaitForMasterPos() to waitForMasterPos() in ILoadBalancer by Aaron Schulz
- git #ec104811 - Revert "Fix testsuites for LogFormatter" by SBassett
- git #d0c2da82 - Fix testsuites for LogFormatter by rxy
- git #96acf994 - Skin::outputPage: Drop support for specifying a context, deprecated in 1.20 (task T220656) by James D. Forrester
- git #65b8992f - Remove support for calling OutputPage::wrapWikiMsg() with an options parameter (task T220656) by Reedy
- git #849af2b7 - Fix excessive whitespace in BitmapMetadataHandlerTest.php by Reedy
- git #0022a545 - GlobalFunctions: Remove deprecated wfCountDown() function from core (task T220656) by Derick Alangi
- git #9510597f - Filter out duplicate autoblocks when checking for blocks (task T225919) by Thalia
- git #1cb3851f - Remove global function wfBCP47, deprecated in 1.31 by C. Scott Ananian
- git #53968321 - config: ServiceOptions O(1) assert time in the common case by Tim Starling
- git #bda42cef - Deprecate Sanitizer::setupAttributeWhitelist/attributeWhitelist (task T221677) by C. Scott Ananian
- git #3f96c82e - API: Update api-help-datatypes for Timestamp library changes (task T224730) by Brad Jorsch
- git #f7334caf - resourceloader: Remove 'Series60' from Grade C regex by Timo Tijhof
- git #716bb024 - Parser: Remove deprecated method Parser::fetchFile() by Derick Alangi
- git #21632592 - installer: Remove deprecated method WebInstallerOutput::addWikiText() by Derick Alangi
- git #7074ce2f - Some love to UserDupes by Reedy
- git #d7e88d9e - Update ObjectFactory and ConvertibleTimestamp (task T224729) (task T144482) by Gergő Tisza
- git #2c35b5be - Add some @since tags to ParserOutput::SUPPORTS_ constants by Reedy
- git #69c50314 - rdbms: add replica server counting methods to ILoadBalancer by Aaron Schulz
- git #6ae93733 - Fix wfLocalFile() replacement (task T226102) by Lucas Werkmeister
- git #f0162afb - Disable flaky Selenium test (task T226144) by Kosta Harlan
- git #e1c3b042 - resourceloader: Remove my `@author` comments from unit tests by Timo Tijhof
- git #a72b0828 - resourceloader: Document which FileModule methods use a DB (task T225730) by Timo Tijhof
- git #121734c3 - Type hint against IResultWrapper in api classes by Umherirrender
- git #fa607f56 - Type hint against IResultWrapper in maintenance classes by Umherirrender
- git #8a80f58c - Remove OutputPage::addWikitext()* functions, hard-deprecated in 1.32 by C. Scott Ananian
- git #ce1bd86a - Remove $wgUseKeyHeader and OutputPage::getKeyHeader(), deprecated in 1.32 by C. Scott Ananian
- git #2a806d04 - Remove OutputPage::enableSectionEditLinks(), ParserOptions::get/setEditSection() by C. Scott Ananian
- git #63bda41e - Style change tags correctly on Special:Newpages (task T212613) by Matěj Suchánek
- git #b9a67d47 - rdbms: deprecate unused ILoadBalancer::safeGetLag method by Aaron Schulz
- git #8035a00e - AutoLoader: Skip tokenizing of irrelevant lines in ClassCollector (task T225730) by Timo Tijhof
- git #469d961b - resourceloader: Switch Xml::encodeJsCall call in getDeprecationInformation (task T32956) by Timo Tijhof
- git #e26f8178 - Remove deprecated ApiAction logging code from ApiMain.php (task T222267) by Andrew Otto
- git #86a1f6f0 - resourceloader: Define the default language and skin in constants by Fomafix
- git #3cbb232c - rdbms: merge openConnection into getConnection in LoadBalancer by Aaron Schulz
- git #da0a0a85 - Update documentation in DefaultSettings to reflect new Preprocessor default by C. Scott Ananian
- git #5eed0371 - rdbms: mention wait time in LoadBalancer::safeWaitForMasterPos() error logging by Aaron Schulz
- git #1d863650 - Use UUIDv4 for mediawiki.api-request log event ID. (task T222966) by Petr Pchelko
- git #f557b2be - language: Move some language-related classes to includes/language/ (task T225756) by Timo Tijhof
- git #5c89c272 - resourceloader: Ignore coverage for getBaseModulesInternal() wrapper by Timo Tijhof
- git #e85c1383 - rdbms: Fix return type of DatabaseMysqlBase::mysqlFetchArray by Umherirrender
- git #9fa4b4eb - resourceloader: Fix return type in ResourceLoader-related classes by Umherirrender
- git #0c2a4048 - Use IDatabase as return type for BotPassword::getDB by Umherirrender
- git #e26d8176 - phan: Add internal stubs for imagick, pcntl, redis & sockets (task T224893) by Kunal Mehta
- git #c27085dd - Fix return type of CeeFormatter::format by Umherirrender
- git #b3ac3bd8 - Return null from overwritten FormlessAction::onView by Umherirrender
- git #90832394 - Fix return type of UploadStash::listFiles by Umherirrender
- git #33677ba4 - Fix return type of GenerateSitemap::getPageRes by Umherirrender
- git #f71c22df - Various cleanups to MediaWiki::preOutputCommit (task T225655) by Aaron Schulz
- git #20167f10 - Reduce selector specificity by Volker E
- git #f6054478 - languages: Use "your" instead of "my" in the updatedmarker value (task T222260) by Derick Alangi
- git #24e54d69 - resourceloader: Migrate use of 'raw' modules to 'raw' requests (task T201483) by Timo Tijhof
- git #95985d0e - resourceloader: Remove redundant 'group' setting for StartupModule by Timo Tijhof
- git #e0be7e8f - Update monolog/monolog from 1.22.1 -> 1.24.0 by Reedy
- git #14547fd9 - resourceloader: Skip modules with circular deps in tree optimiser (task T223402) by Timo Tijhof
- git #e85fe191 - parser: inject the time for {{REVISIONTIMESTAMP}} on pre-save parse by Aaron Schulz
- git #141f8cfe - Update type of PermissionManager::resultToError by Umherirrender
Vendor
[edit]- git #30d1d975 - Update ObjectFactory and ConvertibleTimestamp (task T224729) by Gergő Tisza
- git #df087ef2 - Update monolog/monolog from 1.22.1 -> 1.24.0 by Reedy
Extensions
[edit]3D
[edit]- git #3f3abf7e - build: Update mediawiki/codesniffer to v. 26.0.0 by MarcoAurelio
AbuseFilter
[edit]- git #61009552 - Use more verbose names for filter IDs by Daimona Eaytoy
- git #e86d4bc1 - Simplify code for stashedEdits tests by Daimona Eaytoy
- git #382751a7 - Move conditions-related stuff inside AbuseFilterParser by Daimona Eaytoy
- git #a8e86115 - Remove log_ids meta-variables 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]No changes for CentralAuth
CharInsert
[edit]No changes for CharInsert
CheckUser
[edit]No changes for CheckUser
CirrusSearch
[edit]- git #9379a5e9 - Allow Querybuilder instances to be built using ObjectFactory (task T216429) by David Causse
Cite
[edit]No changes for Cite
CiteThisPage
[edit]No changes for CiteThisPage
Citoid
[edit]No changes for Citoid
cldr
[edit]No changes for cldr
Cognate
[edit]No changes for Cognate
CodeEditor
[edit]No changes for CodeEditor
CodeMirror
[edit]No changes for CodeMirror
CodeReview
[edit]No changes for CodeReview
CollaborationKit
[edit]No changes for CollaborationKit
Collection
[edit]No changes for Collection
CommonsMetadata
[edit]No changes for CommonsMetadata
ConfirmEdit
[edit]- git #fe6d078b - [recaptcha] Remove the ReCaptcha module (task T223749) by Florian
CongressLookup
[edit]No changes for CongressLookup
ContactPage
[edit]No changes for ContactPage
ContentTranslation
[edit]- git #d8f9e5dc - Don't show publish button inside VE toolbar (task T226411) by petarpetkovic
- git #7e4e843d - Don't store undefined as data for ve.dm.CXReferenceNode (task T224715) by petarpetkovic
- git #e5617b28 - Standardize loading indicator appearance (task T199914) by Volker E
- git #3ee739ac - Add the missing RL for cog icon in interlanguage entry point by Santhosh Thottingal
ContributionTracking
[edit]- git #3a4983c8 - Simplify stylesheet and reduce specificity by Volker E
CreditsSource
[edit]No changes for CreditsSource
Dashiki
[edit]No changes for Dashiki
Disambiguator
[edit]No changes for Disambiguator
DismissableSiteNotice
[edit]No changes for DismissableSiteNotice
DonationInterface
[edit]- git #f2766ffc - Reduce selector specificity by Volker E
- git #23711cb8 - Send fraud messages on initial filters by XenoRyet
- git #e67baa1d - Add logos for India cards & bank methods (task T224514) by Elliott Eggleston
DoubleWiki
[edit]No changes for DoubleWiki
DynamicSidebar
[edit]No changes for DynamicSidebar
EUCopyrightCampaign
[edit]No changes for EUCopyrightCampaign
Echo
[edit]- git #dd4539b5 - Selenium: Test that checks for user mention alerts (task T224894) by ephemeralwaves
- git #43bff91c - Make Notification count update without page reload (task T219222) by shivanshbindal9
Elastica
[edit]No changes for Elastica
ElectronPdfService
[edit]- git #1f0494a6 - Revert "Add warning message to Special:ElectronPdf" (task T211002) by Pmiazga
EntitySchema
[edit]No changes for EntitySchema
EventBus
[edit]- git #f4e14f56 - Add chronology_id field to events. (task T212550) by Stanislav Malyshev
EventLogging
[edit]- git #0a51e2d4 - Remove 'schema.*' modules from ResourceLoader startup registry (task T221281) by Timo Tijhof
- git #b986bce8 - Remove the 'ext.eventLogging.subscriber' alias module (task T221281) by Timo Tijhof
- git #83438749 - Libs: Split giant JsonSchema file into one class one file pattern by Derick Alangi
ExtensionDistributor
[edit]No changes for ExtensionDistributor
ExternalGuidance
[edit]No changes for ExternalGuidance
FeaturedFeeds
[edit]No changes for FeaturedFeeds
FileExporter
[edit]No changes for FileExporter
FileImporter
[edit]- git #8e27d6bd - Don't lose title/fileinfo tracking on diff view (task T225611) by WMDE-Fisch
- git #05252ef5 - Only show categories encouragement when empty (task T225693) by Adam Wight
- git #230595cf - Show success notice on target file page (task T226075) by Adam Wight
- git #759cb6fc - Track interaction with title and file info (task T225611) by WMDE-Fisch
- git #6e3ee8f5 - Remove deprecated comment for unicode compatiblity check by WMDE-Fisch
- git #d2369002 - Document new error metrics (task T225602) by Adam Wight
FlaggedRevs
[edit]- git #52ce8bd8 - Make $wgFlaggedRevsAutopromote off by default by Reedy
- git #bbeeb864 - Rescue config descs from the firey pit whence they were sent by Reedy
- git #35d51af9 - Remove trailing slash from localBasePath by Reedy
- git #0cb39773 - Alphasort hooks in extension.json by Reedy
- git #c47a89b6 - Stop conditionally registering UI hooks (task T148340) by Reedy
- git #0b06269c - Stop conditionally registering 3 hooks (task T148340) by Reedy
- git #52b37c0c - Make the README not so rotten by Reedy
- git #df61c407 - Remove code that has been deprecated for 4+ years... by Reedy
- git #9497581e - Stop handling $wgFlaggedRevsAutoReviewNew by Reedy
- git #0147045f - Rename 4 files to remove _body by Reedy
- git #2f60b951 - Rename files that use .setup or .hooks by Reedy
- git #923a6969 - Stop supporting $wgFlaggedRevsAutoReview not being an int by Reedy
Flow
[edit]- git #acc28bfa - Replace `div#content` with `.mw-body` by Volker E
- git #047b4779 - Make use of IDatabase::selectFieldValues() where possible by Thiemo Kreuz
- git #7706b438 - Remove bogus mw.Title.getName() call 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]- git #a4422b8b - Remove dependencies on deprecated schema modules (task T221281) by Dan Andreescu
- git #870eec7e - Follow-up I597166c5b in GuidedTour: Also delete the old message here (task T226202) by James D. Forrester
GlobalBlocking
[edit]No changes for GlobalBlocking
GlobalCssJs
[edit]No changes for GlobalCssJs
GlobalPreferences
[edit]No changes for GlobalPreferences
GlobalUsage
[edit]No changes for GlobalUsage
GlobalUserPage
[edit]No changes for GlobalUserPage
GoogleNewsSitemap
[edit]No changes for GoogleNewsSitemap
Graph
[edit]No changes for Graph
GrowthExperiments
[edit]- git #54aa0f18 - Impact: pageviews URL end should be yesterday (task T226076) by Stephane Bisson
- git #ee3caaf4 - Fix iOS Safari rendering issue. (task T225668) by Stephane Bisson
- git #9284ec70 - Halt Special:Homepage flow if handling tutorial visit (task T226208) by Kosta Harlan
- git #5fed4c52 - HomepageModule: Disable hover logging for mobile modes (task T222836) by Kosta Harlan
- git #0eaec792 - HomepageModule: Use newer schema with start module name (task T222836) by Kosta Harlan
- git #b8f6035f - Enable talk overlay on mobile homepage talk tab (task T225659) by Stephane Bisson
GuidedTour
[edit]- git #58c66667 - Follow-up I597166c5b: pass in the right message (task T226202) by Roan Kattouw
- git #a5bbdc2e - Remove dependencies on deprecated schema modules (task T221281) by Dan Andreescu
GWToolset
[edit]- git #19b0e056 - Remove defined check for ParserOutput::SUPPORTS_STATELESS_TRANSFORMS by Reedy
- git #70b8c7b0 - Bump required MW >= 1.31.0 (actually supported MW version) by Reedy
- git #35d8be5e - Replace required red by Wikimedia Red50 color by Volker E
- git #0e1c7bb8 - Replace `div#content` by `.mw-body` by Volker E
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
Jade
[edit]No changes for Jade
Josa
[edit]No changes for Josa
JsonConfig
[edit]No changes for JsonConfig
Kartographer
[edit]No changes for Kartographer
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]No changes for LiquidThreads
Listings
[edit]No changes for Listings
LocalisationUpdate
[edit]No changes for LocalisationUpdate
LoginNotify
[edit]No changes for LoginNotify
MapSources
[edit]No changes for MapSources
MassMessage
[edit]- git #5de4b287 - Some code simplification/readability improvements by Reedy
Math
[edit]No changes for Math
MobileApp
[edit]No changes for MobileApp
MobileFrontend
[edit]- git #0632892a - Migrate away from deprecated 'schema.' modules (task T221281) by Bartosz Dziewoński
- git #da1bf212 - Tweak trackdebug for more useful data by David Lynch
- git #f26f334c - VE-as-default abtest should only apply to users with <100 edits (task T221195) by David Lynch
- git #5c567b6c - Build: add package-lock file (task T179229) by Nicholas Ray
- git #7e229892 - Remove the use of "ResultWrapper" from comments about IResultWrapper instances by Aaron Schulz
- git #67d26d2b - Check if user is safe to load before Special:Contributions override (task T225124) by Nicholas Ray
- git #21634b0f - Fix: sync build outputs with source inputs (task T221281) by Stephen Niedzielski
- git #2b77cf75 - Allow AMC users to see core Special:Contributions page (task T225124) by Nicholas Ray
- git #3ad49a41 - Hygiene: remove use of deprecated 'ext.eventLogging.subscriber' alias (task T221281) by Timo Tijhof
MultimediaViewer
[edit]No changes for MultimediaViewer
NavigationTiming
[edit]No changes for NavigationTiming
Newsletter
[edit]No changes for Newsletter
NewUserMessage
[edit]No changes for NewUserMessage
Nuke
[edit]No changes for Nuke
OATHAuth
[edit]- git #bd6969f1 - Added required key in Username field of Special:DisableOATHForUser (task T216403) by Jayprakash12345
- git #62d83ab1 - Bump version to 0.3.0 by Reedy
- git #707f3339 - Disable autocomplete on 2FA verification fields (task T226049) by Reedy
- git #8099c0ac - Make token fields always ltr (task T153556) by Reedy
- git #d1475452 - Fix `remoteExtPath` in RL module definition by rvogel
- git #7ed800b2 - Stop referring to $wgUser in a comment by Reedy
- git #ea984e5c - Refactor the extension to support multiple auth modules (task T218210) by Dejan Savuljesku
OAuth
[edit]- git #01cc360a - MWOAuthSessionProvider: Remove deprecated vary parameters for 'Authorization' by Bartosz Dziewoński
OpenStackManager
[edit]No changes for OpenStackManager
ORES
[edit]No changes for ORES
PageAssessments
[edit]No changes for PageAssessments
PagedTiffHandler
[edit]No changes for PagedTiffHandler
PageImages
[edit]No changes for PageImages
PageTriage
[edit]- git #d8d1d07f - Clean up code comments added in patch I45df1d39f9 (task T208685) by hmonroy
- git #8dacfb33 - Fix setting of height when pasting in text into textareas (task T207439) by MusikAnimal
PageViewInfo
[edit]No changes for PageViewInfo
ParserFunctions
[edit]No changes for ParserFunctions
ParsoidBatchAPI
[edit]No changes for ParsoidBatchAPI
PdfHandler
[edit]No changes for PdfHandler
PerformanceInspector
[edit]No changes for PerformanceInspector
Petition
[edit]No changes for Petition
Poem
[edit]No changes for Poem
PoolCounter
[edit]No changes for PoolCounter
Popups
[edit]- git #be27746e - Build: add package-lock file (task T179229) by Nicholas Ray
- git #27a95517 - Remove dependencies on deprecated schema modules (task T221281) by Dan Andreescu
ProofreadPage
[edit]- git #8e681028 - Use value for sorting results in SpecialProofreadPages (task T225813) by Tpt
- git #8d09a091 - Display properly previous/next page links for RTL languages (task T225749) by Tpt
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]No changes for Renameuser
RevisionSlider
[edit]No changes for RevisionSlider
RSS
[edit]No changes for RSS
SandboxLink
[edit]No changes for SandboxLink
Score
[edit]No changes for Score
Scribunto
[edit]- git #f386ff68 - Remove PHP entry point (task T140007) by Reedy
- git #860f0284 - Rescue PHP comments into config descriptions by Reedy
- git #e4a59833 - Update manifest_version to version 2 by Reedy
- git #88be4ec4 - LuaInterpreterTest: Limit the busy loop (task T220685) by Brad Jorsch
SearchExtraNS
[edit]No changes for SearchExtraNS
SecurePoll
[edit]No changes for SecurePoll
Sentry
[edit]- git #7b933da2 - Allow Sentry client to POST events to EventGate (task T217142) by Dan Andreescu
ShortUrl
[edit]No changes for ShortUrl
SiteMatrix
[edit]No changes for SiteMatrix
SkinPerPage
[edit]No changes for SkinPerPage
SpamBlacklist
[edit]No changes for SpamBlacklist
SubPageList3
[edit]No changes for SubPageList3
SubpageSortkey
[edit]No changes for SubpageSortkey
SyntaxHighlight_GeSHi
[edit]No changes for SyntaxHighlight_GeSHi
TemplateData
[edit]No changes for TemplateData
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]No changes for Thanks
TimedMediaHandler
[edit]- git #c53f3858 - Video.js: Remove SRT subtitle files from the player by Derk-Jan Hartman
- git #099779d7 - Apply LanguageCode::bcp47 for the HTML attribute 'srclang' by Fomafix
timeline
[edit]No changes for timeline
TitleBlacklist
[edit]No changes for TitleBlacklist
TocTree
[edit]No changes for TocTree
TorBlock
[edit]No changes for TorBlock
Translate
[edit]- git #6a91bcf6 - Add config for codehealth checking (task T225581) by Abijeet
- git #23ce20ed - Remove defined check for ParserOutput::SUPPORTS_STATELESS_TRANSFORMS by Reedy
TranslationNotifications
[edit]No changes for TranslationNotifications
TrustedXFF
[edit]No changes for TrustedXFF
TwoColConflict
[edit]No changes for TwoColConflict
UniversalLanguageSelector
[edit]No changes for UniversalLanguageSelector
UploadsLink
[edit]No changes for UploadsLink
UploadWizard
[edit]- git #35ed6d78 - Remove defined check for ParserOutput::SUPPORTS_STATELESS_TRANSFORMS by Reedy
- git #6c5fba1e - Use the wikibase wbDataTypes variable to map wikibase-item to wikibase-entityid (task T225099) by Cormac Parle
- git #b4c9e59e - Fix title max length to match backend, and actually validate it (task T208539) by Matthias Mullie
UrlShortener
[edit]- git #02121fc5 - Normalize plain domains to have a trailing slash after them (task T220718) (task T226506) by Kunal Mehta
UserMerge
[edit]No changes for UserMerge
VipsScaler
[edit]No changes for VipsScaler
VisualEditor
[edit]- git #5b5979cf - Update VE core submodule to master (35a2d0629) (task T226281) by James D. Forrester
- git #e83e80f4 - Show edit summary on preview page (task T199582) by Ed Sanders
- git #0af3ea84 - Prevent text on save/publish button from wrapping on mobile by Bartosz Dziewoński
- git #ad87c6c0 - Improve debug bar margins on mobile by Ed Sanders
- git #45f3b564 - trackSubscriber: Remove use of 'ext.eventLogging.subscriber' alias (task T221281) by Timo Tijhof
Wikibase
[edit]- git #fc3a784a - bridge: verify that checked in dist matches current src by Pablo Grass
- git #936aab65 - Line up "remove" button with snaks in ref by mvolz
- git #3f7a4472 - bridge: Add storybook (task T225953) by Michael Große
- git #065d4560 - Use `npm ci` instead of `npm install` for bridge (task T226370) by Lucas Werkmeister
- git #5ea9bf86 - Fix SqlEntityIdPagerFactory construction by Stanislav Malyshev
- git #03d1ddab - bridge: run bridge QA in CI (task T226370) by Pablo Grass
- git #9d5cb74f - bridge: fix lint error in data-bridge.init by Pablo Grass
- git #33e3e658 - bridge: ignore docker-compose.override.yml by Pablo Grass
- git #f6643c31 - bridge tests: allow jest watch inside container (task T225950) by Pablo Grass
- git #eecac9d8 - bridge: Implement basic link counter in typescript (task T225930) by Michael Große
- git #d3166078 - bridge: Add config for multiple build scripts by Michael Große
- git #8ed228f1 - bridge: Add ResourceLoader infrastructure for wikidata bridge (task T226010) by Michael Große
- git #f43b9637 - bridge: Add hello world jest testing infrastructure (task T225950) by Michael Große
- git #8baa4c3f - Travis: Load Scribunto using wfLoadExtension by Leszek Manicki
- git #e2ea6c1c - Revert "Define sonar.modules for multiple projects in this repository" by Kosta Harlan
- git #5b79cf45 - Introduces lintrules (task T225952) by bitPogo
- git #63f1db1b - Define sonar.modules for multiple projects in this repository by Kosta Harlan
- git #32701d39 - Update Termbox (task T221835) by Jakob Warkotsch
- git #8e78a9d4 - Add config for codehealth checking by Michael Große
- git #3d2de595 - bridge: use stable file names for dist files (task T225949) by Pablo Grass
- git #59ae57b6 - bridge: move type definitions into dedicated folder by Pablo Grass
- git #af3f6310 - bridge: mv postcss config into dedicated file (task T225949) by Pablo Grass
- git #fced88bd - bridge: supported browserlist for transpiling (task T225949) by Pablo Grass
- git #573eca0d - bridge: differentiate between lint and (lint) fix (task T225949) by Pablo Grass
- git #9e26b1d2 - bridge: initialize the project (task T226016) by Pablo Grass
- git #e3991763 - bridge: Add feature flag to enable Wikidata bridge (task T225935) by Michael Große
- git #624346b2 - Do not block moving local main pages if foreign repository's entity is in main namespace (task T224303) by Leszek Manicki
- git #fda65696 - Config vars are valid on both desktop & mobile targets by Matthias Mullie
- git #a1c5b7ed - Migrate deprecated constant to fix phan error (task T226083) by Michael Große
- git #21bb5b50 - Do not block moving pages in the namespace, if the same namespace used by Wikibase on other wiki (task T224303) by Leszek Manicki
- git #121b745a - Added tests for pages local entity namespaces not being allowed to be moved (task T224303) by Leszek Manicki
- git #6e887e64 - bridge: add infrastructure (task T226012) by Pablo Grass
- git #c5feea91 - Move static factory functions from TestCase into TestDouble factory class. by alaasarhan
- git #47919674 - Don't use Maintenance::$mDescription directly by Max Semenik
WikibaseCirrusSearch
[edit]- git #706e5c42 - Avoid referencing cirrus behaviors in fixtures by David Causse
WikibaseLexeme
[edit]- git #371a2778 - Use newer phan version on WikibaseLexeme and make pass (task T226244) by Noa Rave
WikibaseLexemeCirrusSearch
[edit]No changes for WikibaseLexemeCirrusSearch
WikibaseMediaInfo
[edit]- git #b32bc7d6 - Don't change the publish state when marking widget as ready. by Matthias Mullie
- git #736bfba1 - Fix `data` handling (task T226181) by Matthias Mullie
- git #77c2464d - Separate property & value formatting (task T226181) by Matthias Mullie
- git #429b4c1c - Add more checks for failing test (task T222416) by Stanislav Malyshev
- git #99010e16 - Update lockfile/versions by Matthias Mullie
- git #ee7da4f2 - Add more unit tests and address max-length linter warnings by Eric Gardner
- git #ec274fb1 - Use different placeholder text for qualifier property input by Matthias Mullie
- git #a24341a3 - Don't only propagate changes when we can build a valid snak (task T226101) by Matthias Mullie
- git #0dc6ba15 - Call the correct class's constructor (task T226103) by Matthias Mullie
- git #053abc41 - Add missing argument by Matthias Mullie
- git #985f7563 - Use the wikibase wbDataTypes variable to map wikibase-item to wikibase-entityid (task T225099) by Matthias Mullie
- git #8cfe2cc4 - Make sure the js variable wbDataTypes is available site-wide (task T225099) by Cormac Parle
- git #bfd351bd - Allow user to set qualifier properties with an autocomplete widget (task T224040) by Eric Gardner
- git #51b89566 - Also support properties with *no* value (task T226096) by Matthias Mullie
WikibaseQualityConstraints
[edit]- git #b422e508 - Load property for update from master database (task T223372) by Lucas Werkmeister
Wikidata.org
[edit]No changes for Wikidata.org
WikidataPageBanner
[edit]No changes for WikidataPageBanner
WikiEditor
[edit]No changes for WikiEditor
wikihiero
[edit]No changes for wikihiero
WikiLove
[edit]No changes for WikiLove
WikimediaBadges
[edit]No changes for WikimediaBadges
WikimediaEditorTasks
[edit]- git #6df97e3b - Drop wikimedia_editor_tasks_entity_description_exists (task T226326) by Reedy
- git #033d6953 - Update README by Michael Holloway
WikimediaEvents
[edit]No changes for WikimediaEvents
WikimediaIncubator
[edit]No changes for WikimediaIncubator
WikimediaMaintenance
[edit]No changes for WikimediaMaintenance
WikimediaMessages
[edit]No changes for WikimediaMessages
XAnalytics
[edit]No changes for XAnalytics
ZeroBanner
[edit]No changes for ZeroBanner
ZeroPortal
[edit]No changes for ZeroPortal
Skins
[edit]CologneBlue
[edit]No changes for CologneBlue
EUCopyrightCampaignSkin
[edit]No changes for EUCopyrightCampaignSkin
MinervaNeue
[edit]- git #b64b4c1b - Don't scroll vertically when scrolling active tab into view (task T226112) (task T223142) by Roan Kattouw
- git #7ebab3c9 - build: Upgrade wdio-cucumber-framework to get a working version of fibers (task T226442) by James D. Forrester
- git #bb007138 - MinervaPermissions must respect $wgHideInterlanguageLinks config (task T214540) (task T221792) by Piotr Miazga
- git #b8d5e3fa - Hygiene: Drop isAuthenticatedUser method by Piotr Miazga
- git #8c755393 - Hygiene: Add return types for known services by Piotr Miazga
- git #63521906 - Hygiene: Extract isAllowedPageAction into MinervaPagePermissions (task T221792) by Piotr Miazga
- git #806663e1 - Extract LanguageSwitcher to separate class (task T224735) by Piotr Miazga
- git #36be88b5 - Build: add package-lock file (task T179229) by Stephen Niedzielski
- git #1e61706e - Hygiene: rename "secondary button" to "user notifications" (task T214540) by Stephen Niedzielski
- git #02726555 - Hygiene: rename user notification build method (task T214540) by Stephen Niedzielski
- git #96763955 - Correct Wikidata icon color in overflow menu (task T222630) by Nicholas Ray
- git #240280b9 - Tabs: Remove unnecessary flexbox styles by Ed Sanders
- git #5a3a8efc - Use wgRelevantPageTitle when setting up talk overlay (task T225659) by Stephane Bisson
MonoBook
[edit]- git #dd06d6e2 - Use `oojs-ui.styles.icons-alerts` (task T226503) by MarcoAurelio
- git #896f88e7 - Use array_merge() instead of manual assignment loop by Timo Tijhof
- git #c86558a8 - I have no damn clue! by Isarra
Modern
[edit]No changes for Modern
Nostalgia
[edit]No changes for Nostalgia
Timeless
[edit]- git #93e0ea99 - Adjust a bunch of padding, especially mobile by Isarra
- git #7fbdb43a - Remove brackets around new toctoggle by Jack Phoenix
- git #3435ee25 - Fix Special:Watchlist options for no-JS (task T225412) by Jack Phoenix
- git #0340fb70 - Adjust line-height/padding for ToC items for better wrapping by Isarra
Vector
[edit]No changes for Vector
Total Changes
[edit]251 Changes in 43 repos by 71 authors