![]() |
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
- 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
- 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
3D
- git #3f3abf7e - build: Update mediawiki/codesniffer to v. 26.0.0 by MarcoAurelio
AbuseFilter
- 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
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
No changes for CategoryTree
CentralAuth
No changes for CentralAuth
CharInsert
No changes for CharInsert
CheckUser
No changes for CheckUser
CirrusSearch
- git #9379a5e9 - Allow Querybuilder instances to be built using ObjectFactory (task T216429) by David Causse
Cite
No changes for Cite
CiteThisPage
No changes for CiteThisPage
Citoid
No changes for Citoid
cldr
No changes for cldr
Cognate
No changes for Cognate
CodeEditor
No changes for CodeEditor
CodeMirror
No changes for CodeMirror
CodeReview
No changes for CodeReview
CollaborationKit
No changes for CollaborationKit
Collection
No changes for Collection
CommonsMetadata
No changes for CommonsMetadata
ConfirmEdit
- git #fe6d078b - [recaptcha] Remove the ReCaptcha module (task T223749) by Florian
CongressLookup
No changes for CongressLookup
ContactPage
No changes for ContactPage
ContentTranslation
- 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
- git #3a4983c8 - Simplify stylesheet and reduce specificity by Volker E
CreditsSource
No changes for CreditsSource
Dashiki
No changes for Dashiki
Disambiguator
No changes for Disambiguator
DismissableSiteNotice
No changes for DismissableSiteNotice
DonationInterface
- 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
No changes for DoubleWiki
DynamicSidebar
No changes for DynamicSidebar
EUCopyrightCampaign
No changes for EUCopyrightCampaign
Echo
- 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
No changes for Elastica
ElectronPdfService
- git #1f0494a6 - Revert "Add warning message to Special:ElectronPdf" (task T211002) by Pmiazga
EntitySchema
No changes for EntitySchema
EventBus
- git #f4e14f56 - Add chronology_id field to events. (task T212550) by Stanislav Malyshev
EventLogging
- 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
No changes for ExtensionDistributor
ExternalGuidance
No changes for ExternalGuidance
FeaturedFeeds
No changes for FeaturedFeeds
FileExporter
No changes for FileExporter
FileImporter
- 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
- 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
- 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
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
- 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
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 #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
- 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
- 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
No changes for ImageMap
InputBox
No changes for InputBox
Insider
No changes for Insider
intersection
No changes for intersection
Interwiki
No changes for Interwiki
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
No changes for LdapAuthentication
Linter
No changes for Linter
LiquidThreads
No changes for LiquidThreads
Listings
No changes for Listings
LocalisationUpdate
No changes for LocalisationUpdate
LoginNotify
No changes for LoginNotify
MapSources
No changes for MapSources
MassMessage
- git #5de4b287 - Some code simplification/readability improvements by Reedy
Math
No changes for Math
MobileApp
No changes for MobileApp
MobileFrontend
- 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
No changes for MultimediaViewer
NavigationTiming
No changes for NavigationTiming
Newsletter
No changes for Newsletter
NewUserMessage
No changes for NewUserMessage
Nuke
No changes for Nuke
OATHAuth
- 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
- git #01cc360a - MWOAuthSessionProvider: Remove deprecated vary parameters for 'Authorization' by Bartosz Dziewoński
OpenStackManager
No changes for OpenStackManager
ORES
No changes for ORES
PageAssessments
No changes for PageAssessments
PagedTiffHandler
No changes for PagedTiffHandler
PageImages
No changes for PageImages
PageTriage
- 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
No changes for PageViewInfo
ParserFunctions
No changes for ParserFunctions
ParsoidBatchAPI
No changes for ParsoidBatchAPI
PdfHandler
No changes for PdfHandler
PerformanceInspector
No changes for PerformanceInspector
Petition
No changes for Petition
Poem
No changes for Poem
PoolCounter
No changes for PoolCounter
Popups
- 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
- 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
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
No changes for Renameuser
RevisionSlider
No changes for RevisionSlider
RSS
No changes for RSS
SandboxLink
No changes for SandboxLink
Score
No changes for Score
Scribunto
- 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
No changes for SearchExtraNS
SecurePoll
No changes for SecurePoll
Sentry
- git #7b933da2 - Allow Sentry client to POST events to EventGate (task T217142) by Dan Andreescu
ShortUrl
No changes for ShortUrl
SiteMatrix
No changes for SiteMatrix
SkinPerPage
No changes for SkinPerPage
SpamBlacklist
No changes for SpamBlacklist
SubPageList3
No changes for SubPageList3
SubpageSortkey
No changes for SubpageSortkey
SyntaxHighlight_GeSHi
No changes for SyntaxHighlight_GeSHi
TemplateData
No changes for TemplateData
TemplateSandbox
No changes for TemplateSandbox
TemplateStyles
No changes for TemplateStyles
TemplateWizard
No changes for TemplateWizard
TextExtracts
No changes for TextExtracts
Thanks
No changes for Thanks
TimedMediaHandler
- 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
No changes for timeline
TitleBlacklist
No changes for TitleBlacklist
TocTree
No changes for TocTree
TorBlock
No changes for TorBlock
Translate
- git #6a91bcf6 - Add config for codehealth checking (task T225581) by Abijeet
- git #23ce20ed - Remove defined check for ParserOutput::SUPPORTS_STATELESS_TRANSFORMS by Reedy
TranslationNotifications
No changes for TranslationNotifications
TrustedXFF
No changes for TrustedXFF
TwoColConflict
No changes for TwoColConflict
UniversalLanguageSelector
No changes for UniversalLanguageSelector
UploadsLink
No changes for UploadsLink
UploadWizard
- 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
- git #02121fc5 - Normalize plain domains to have a trailing slash after them (task T220718) (task T226506) by Kunal Mehta
UserMerge
No changes for UserMerge
VipsScaler
No changes for VipsScaler
VisualEditor
- 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
- 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
- git #706e5c42 - Avoid referencing cirrus behaviors in fixtures by David Causse
WikibaseLexeme
- git #371a2778 - Use newer phan version on WikibaseLexeme and make pass (task T226244) by Noa Rave
WikibaseLexemeCirrusSearch
No changes for WikibaseLexemeCirrusSearch
WikibaseMediaInfo
- 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
- git #b422e508 - Load property for update from master database (task T223372) by Lucas Werkmeister
Wikidata.org
No changes for Wikidata.org
WikidataPageBanner
No changes for WikidataPageBanner
WikiEditor
No changes for WikiEditor
wikihiero
No changes for wikihiero
WikiLove
No changes for WikiLove
WikimediaBadges
No changes for WikimediaBadges
WikimediaEditorTasks
- git #6df97e3b - Drop wikimedia_editor_tasks_entity_description_exists (task T226326) by Reedy
- git #033d6953 - Update README by Michael Holloway
WikimediaEvents
No changes for WikimediaEvents
WikimediaIncubator
No changes for WikimediaIncubator
WikimediaMaintenance
No changes for WikimediaMaintenance
WikimediaMessages
No changes for WikimediaMessages
XAnalytics
No changes for XAnalytics
ZeroBanner
No changes for ZeroBanner
ZeroPortal
No changes for ZeroPortal
Skins
CologneBlue
No changes for CologneBlue
EUCopyrightCampaignSkin
No changes for EUCopyrightCampaignSkin
MinervaNeue
- 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
- 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
No changes for Modern
Nostalgia
No changes for Nostalgia
Timeless
- 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
No changes for Vector
Total Changes
251 Changes in 43 repos by 71 authors