Jump to content

MediaWiki 1.35/wmf.1

From mediawiki.org
MediaWiki 1.35.0-wmf.0 Deployment of MediaWiki 1.35.0-wmf.1 to Wikimedia sites MediaWiki 1.35.0-wmf.2

The latest version (labeled "1.35.0-wmf.1") of MediaWiki, the software that powers Wikipedia and its sister sites, is being deployed to all Wikimedia sites in stages, starting on Tuesday, 8 October 2019 (see the roadmap).

Core changes

[edit]
  • git #095a8e5d - Registration: Allow relative paths in config arrays, not just strings (T231855) by Matthias Mullie
  • git #4adc557e - Clarify description of action=purge parameters by Lucas Werkmeister
  • git #be8ef0f2 - Revert "rdbms: optimize insert(), replace(), and upsert() for sqlite when possible" (T234795) by Anomie
  • git #310a0713 - resourceloader: Remove listing of "load.php" from Special:Version by Timo Tijhof
  • git #9171cbe4 - Title: make newFromText, isValid, and canExist behave consistently. (T229705) by daniel
  • git #61a0fd18 - Improve MultiHttpClient connection concurrency/reuse (given PHP >= 7.0.7) (T232128) by Aaron Schulz
  • git #7ab9149e - List rest.php on Special:Version entry points by Reedy
  • git #2816b4f7 - Session: Remove mcrypt support, dropped from PHP 7.2 by Max Semenik
  • git #043d88f6 - Make LocalisationCache a service (T231220) (T231198) (T231200) (T201405) by Aryeh Gregor
  • git #10c06427 - Cleanup use of PermissionManager in Special:RevisionDelete by Umherirrender
  • git #cc5ce5d1 - Special:Contributions: Fix user target autocomplete (T234510) by Jayprakash12345
  • git #3ebbf294 - Log a warning when the 'text' flag is used with getQueryInfo() (T200918) by Daniel Kinzler
  • git #1a592e0f - Update HISTORY (T225157) by Reedy
  • git #06bfc740 - Hard deprecate Revision::getRevisionText() method (T198343) by Petr Pchelko
  • git #61c70d2d - Fix documentation of $wgMainStash option by Lucas Werkmeister
  • git #4190e8e3 - Specify LESS extension in import path by jdlrobson
  • git #cbc1392f - RELEASE-NOTES-1.35: Fix note about symfony/yaml by James D. Forrester
  • git #1a3a67d2 - TextFormatter: Remove a pointless type check by Max Semenik
  • git #773a732a - Make Status::wrap and StatusValue::splitByErrorType work together by Gergő Tisza
  • git #d40c7e24 - searchResult: Fix docs for mTitle (T233763) by Daimona Eaytoy
  • git #c20e8781 - Add Balinese namespace translations by Jon Harald Søby
  • git #c8eb0798 - Hard-deprecate wfIsHHVM() (T192166) by Max Semenik
  • git #d1679955 - MWExceptionHandler: Remove HHVM-specific behavior by Máté Szabó
  • git #2806196a - symfony 3.4.28 => 3.4.31 by Reedy
  • git #2ed69af1 - Add optional serialization_type and hmac_key param values to RESTBagOStuff (T233963) by Bill Pirkle
  • git #4345c1e3 - LinkerTest: explicitly set $wgFragmentMode by Max Semenik
  • git #8835ac44 - Linker: Kill HHVM and PHP5 special case by Max Semenik
  • git #e06766d0 - installer: Fix warningBox arguments in WebInstallerRestart by Daimona Eaytoy
  • git #2612175e - Use real variargs for variadic methods by Daimona Eaytoy
  • git #fef888b9 - Remove setExpectedException by Daimona Eaytoy
  • git #06a275f4 - Remove more HHVM hacks by Max Semenik
  • git #8545ce13 - Kill the remaining usages of PHPUnit4And6Compat methods (T192167) by Daimona Eaytoy
  • git #fb06e4cd - Update tests to use PHPUnit 6 class names (T192167) by Max Semenik
  • git #28c470ad - objectcache: Stricter assertions for WANObjectCache tests by Timo Tijhof
  • git #9f4dff45 - Fix typo: occured → occurred by Ammar
  • git #440297fa - Clean up most of b/c for phpunit4 by Amir Sarabadani
  • git #2a2c7bb7 - Use Mustache template in img_auth.php by Fomafix
  • git #0809a10b - MovePageFactory: make $constructorOptions a constant by Max Semenik
  • git #dc3fba46 - tests: Nuke everything HHVM-related by Max Semenik
  • git #8752df65 - Use varargs for MessageLocalizer::msg and similar (T191666) by Umherirrender
  • git #886b600e - BaseTemplate: Use explicit varargs in method parameters (T231710) by Máté Szabó
  • git #ef5ab696 - Replace setExpectedException with two args (T192167) by Daimona Eaytoy
  • git #a4ae3eb3 - PPFrame: Use explicit varargs in method parameters (T231710) by Máté Szabó
  • git #18038e76 - PermissionManager: Use explicit varargs in method parameters (T231710) by Máté Szabó
  • git #98fcdd8f - Replace setExpectedException with single arg (T192167) by Daimona Eaytoy
  • git #a9823d16 - resourceloader: Add array type hints by Fomafix
  • git #fe3825a1 - extensions is hard to spell by Reedy
  • git #5b7dd147 - tests: Remove problematic (bool) casts from UserTest by Thiemo Kreuz
  • git #4ada35bb - revisionlist: Fix bad type hints in RevisionListBase by Thiemo Kreuz
  • git #2f749f7c - NamespaceInfo: use array constants now that we can by Max Semenik
  • git #b0a8b0d2 - Cleanup of old PHPUnit usage, part 3 (T192167) (T234597) by Max Semenik
  • git #0f9cc78a - Cleanup of old PHPUnit usage, part 2 (T192167) (T234597) by Max Semenik
  • git #261190db - PHPUnit4And6Compat tweaks by Max Semenik
  • git #bc3878e3 - Begin cleaning up PHPUnit 4 code from tests (T192167) by Max Semenik
  • git #05bd4c6a - Remove obsolete IE 6 & 7 specific comments (T234582) by Volker E
  • git #93643275 - Remove IE 6 & 7 hasLayout hacks (T234582) by Volker E
  • git #91478467 - Remove IE 7 specific `!ie` hack (T234582) by Volker E
  • git #67f5066e - Remove IE 6 & 7 specific star hack (T234582) by Volker E
  • git #2571df82 - Refactor the updateRestrictions.php maintenance script (T218446) by Máté Szabó
  • git #a7fb6361 - Add type hint for $maintClass by Umherirrender
  • git #fb391473 - Type hint against IResultWrapper by Umherirrender
  • git #22d149c3 - selenium: Fix more inefficient MWBot use and simplify wdio-mediawiki Api (T234002) by Timo Tijhof
  • git #e97f2943 - registration: QUnitTestModule should support packageFiles and templates by jdlrobson
  • git #97d75b3f - Allow IDatabase::estimateRowCount to take array for tables by Umherirrender
  • git #fa43681a - HHVM removal: Drop phan support for HHVM by James D. Forrester
  • git #660819c9 - HHVM removal: Remove use of HHVM_VERSION and register_postsend_function by Daimona Eaytoy
  • git #e947a269 - Use varargs for IDatabase::buildLike (T191668) by Umherirrender
  • git #9f8f95c1 - PHPUnit4And6Compat: drop forward-compat functions (T192167) by Max Semenik
  • git #acda4668 - resourceloader: Remove data URI fallback for IE6 and IE7 (T234582) (T121730) by Timo Tijhof
  • git #d0d4fd8f - mediawiki.base: Remove mw.html.Cdata support (T233676) by Timo Tijhof
  • git #e4272518 - tests: Replace PHPUnit's loose assertEquals(false) with assertFalse() by Thiemo Kreuz
  • git #a0447d3a - resourceloader: Remove 'editToken' from mw.user.tokens (T234576) by Timo Tijhof
  • git #55439af8 - maintenance: Rename purgeList.php --purge to --db-touch by Timo Tijhof
  • git #5b3bbd5a - Drop strings for wgExternalDiffEngine, deprecated in 1.27 and 1.32 by James D. Forrester
  • git #ea9cb5ce - Make max-age configurable for logged-out users (T231184) by Gilles Dubuc
  • git #56e25675 - Revert "Unbreak Pbkdf2PasswordTest" by Kunal Mehta
  • git #189db9bd - HHVM removal: Drop hhvm.server.max_post_size ini fallback by James D. Forrester
  • git #578703a1 - resourceloader: Improve getDefinitionSummary() docs by Timo Tijhof
  • git #6fd6651c - Add `.warningbox` to `.mw-warning-with-logexcerpt` container to standardize (T234509) by Volker E
  • git #60a064fe - HHVM removal: Drop HHVM support for MovePage execution of TimeMoveComplete by James D. Forrester
  • git #27fa60be - HHVM removal: Simplify wfGetRusage() by James D. Forrester
  • git #c00e7cd7 - HHVM removal: Deprecate and simplify wfIsHHVM() by James D. Forrester
  • git #3722d042 - Document 'blockpartial' in ApiBlockInfoTrait::getBlockDetails by Thalia
  • git #ebda397c - selenium: Improve README docs (T214708) by Timo Tijhof
  • git #6a1c6cd8 - tests: Require PHPUnit 6, drop PHPUnit 4 as an option (T192167) by James D. Forrester
  • git #c12b32c9 - HHVM removal: Kill HHVM_VERSION checks in PHPUnit tests by Daimona Eaytoy
  • git #00b23151 - Build: Update eslint-config-wikimedia and fix errors by Ed Sanders
  • git #ff8767a0 - rdbms: Update comment for HHVM removal by Max Semenik
  • git #e5192f32 - shell: Resolve a TODO asking for error_clear_last() (T103671) by Max Semenik
  • git #a647c378 - Setup.php: remove HHVM support by Max Semenik
  • git #2c39c152 - UploadBase: remove HHVM support by Max Semenik
  • git #1a4a3a0e - installer: Remove explicit HHVM support by Max Semenik
  • git #30664182 - Special:Version: remove HHVM special casing by Max Semenik
  • git #4bd1b4b4 - rdbms: optimize insert(), replace(), and upsert() for sqlite when possible by Aaron Schulz
  • git #a679a5a5 - Update wikidiff2 stubs by Tim Starling

Vendor

[edit]

Extensions

[edit]

3D

[edit]

AbuseFilter

[edit]

ActiveAbstract

[edit]

AdvancedSearch

[edit]

AntiSpoof

[edit]

No changes for AntiSpoof

ApiFeatureUsage

[edit]

No changes for ApiFeatureUsage

ArticleCreationWorkflow

[edit]

No changes for ArticleCreationWorkflow

ArticlePlaceholder

[edit]

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]

CharInsert

[edit]

No changes for CharInsert

CheckUser

[edit]

No changes for CheckUser

CirrusSearch

[edit]
  • git #3a09965e - Upgrade symfony/yaml to 3.4.31 to match core by Reedy
  • git #480992c1 - Kill checks for HHVM by Max Semenik
  • git #21eb0099 - Clean up most of b/c for phpunit4 by Amir Sarabadani
  • git #66093546 - Remove PHPUnit 4 support (T192167) by Max Semenik
  • git #1c35d023 - Fix Precondition failed: Must have a resultset set (T234445) by David Causse
  • git #b35b4c91 - Ignore bad (UTF8) links returned from LinksUpdate::getRemovedLinks (T230728) by David Causse
  • git #8116ad37 - Fix: Conflicting keys (batch_id, ...) when attempting to merge element cirruscompsuggestbuilddoc by David Causse

Cite

[edit]

CiteThisPage

[edit]

No changes for CiteThisPage

Citoid

[edit]

cldr

[edit]

No changes for cldr

Cognate

[edit]

CodeEditor

[edit]

CodeMirror

[edit]

CodeReview

[edit]
  • git #77483bc0 - Type hint against IResultWrapper by Umherirrender

CollaborationKit

[edit]
  • git #dbba8622 - phan: Remove suppression for PhanParamTooMany by Umherirrender

Collection

[edit]

No changes for Collection

CommonsMetadata

[edit]

ConfirmEdit

[edit]

No changes for ConfirmEdit

CongressLookup

[edit]

No changes for CongressLookup

ContactPage

[edit]

No changes for ContactPage

ContentTranslation

[edit]

ContributionTracking

[edit]

No changes for ContributionTracking

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]

DoubleWiki

[edit]

No changes for DoubleWiki

DynamicSidebar

[edit]

No changes for DynamicSidebar

EUCopyrightCampaign

[edit]

No changes for EUCopyrightCampaign

Echo

[edit]

Elastica

[edit]

No changes for Elastica

ElectronPdfService

[edit]
  • git #81012550 - Selenium: make it possible to run daily Jenkins job targeting beta cluster (T199113) by Željko Filipin

EntitySchema

[edit]

EventBus

[edit]

No changes for EventBus

EventLogging

[edit]

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 #f83103c5 - Use varargs for MessageLocalizer::msg implementation by Umherirrender
  • git #35843844 - Remove PHPUnit 4 compatibility (T192167) by Max Semenik
  • git #0ca12508 - Remove/replace addToAssertionCount with HamcrestPHPUnitIntegration by Thiemo Kreuz
  • git #ed1c76e9 - Fix WikiLinkPrefixer duplicating multi-part prefixes (T232312) by Thiemo Kreuz

FlaggedRevs

[edit]
  • git #bbbda01a - Remove usages of deprecated User methods. (T220191) by Petr Pchelko
  • git #1b5531e7 - Swap one WebRequest::getIntOrNull by WebRequest::getInt by Umherirrender
  • git #f0a1a499 - Pass ignore option for insert as array to IDatabase->insert by Umherirrender

Flow

[edit]
  • git #f52022ea - Makefile: kill HHVM-related targets by Max Semenik
  • git #7842d9ce - Clean up most of b/c for phpunit4 by Amir Sarabadani
  • git #ddf328bd - phan: Remove suppression for PhanParamTooMany by Umherirrender
  • git #30250ccb - Prefer DOM building to parsing HTML literals by Umherirrender
  • git #3d01c343 - Type hint against IResultWrapper by Umherirrender

FundraiserLandingPage

[edit]

No changes for FundraiserLandingPage

FundraisingTranslateWorkflow

[edit]

No changes for FundraisingTranslateWorkflow

Gadgets

[edit]
  • git #db800024 - phan: Remove suppression for PhanParamTooMany by Umherirrender
  • git #2008def8 - Only queue gadget module if relevant on the current target (T171180) by Derk-Jan Hartman

GeoCrumbs

[edit]

No changes for GeoCrumbs

GeoData

[edit]

GettingStarted

[edit]

GlobalBlocking

[edit]
  • git #f1fb8ba4 - phan: Remove suppression for PhanParamTooMany by Umherirrender

GlobalCssJs

[edit]

No changes for GlobalCssJs

GlobalPreferences

[edit]
  • git #01521437 - phan: Remove suppression for PhanParamTooMany by Umherirrender

GlobalUsage

[edit]
  • git #7d04665e - phan: Remove suppression for PhanParamTooMany by Umherirrender

GlobalUserPage

[edit]

No changes for GlobalUserPage

GoogleNewsSitemap

[edit]

No changes for GoogleNewsSitemap

Graph

[edit]

No changes for Graph

GrowthExperiments

[edit]

GuidedTour

[edit]

No changes for GuidedTour

GWToolset

[edit]

ImageMap

[edit]

No changes for ImageMap

InputBox

[edit]

No changes for InputBox

Insider

[edit]

No changes for Insider

intersection

[edit]

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]

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]

MachineVision

[edit]
  • git #6fbd1d5a - Add filtering for max number of existing depicts statements (T234250) by Michael Holloway
  • git #45b01b90 - Hygiene: Clean up existing instance of hard-coded P180 value by Michael Holloway
  • git #8ba660cb - Wire up image label voting with the reviewimagelabels API by Michael Holloway
  • git #077d97e1 - Support batched image label voting (T232374) by Michael Holloway
  • git #e16f7e6e - Hygiene: Update TitleFilter to be a Service by Michael Holloway
  • git #acd88b1b - Add script to create file list from any combo of categories and templates (T234250) by Michael Holloway
  • git #fa0d3ccb - Add script to create file lists based on global image usage (T234250) by Michael Holloway
  • git #f348b721 - Enable keyboard navigation and refactor to single SuggestionWidget (T234357) by annet
  • git #3c5716f2 - Add tabs and messages to Suggested Tags page (T233227) by annet
  • git #41be9f13 - Handle missing and redirecting entities before storing label suggestions (T231106) by Michael Holloway

MapSources

[edit]

No changes for MapSources

MassMessage

[edit]

No changes for MassMessage

Math

[edit]
  • git #15352b37 - build: Update eslint-config-wikimedia by Ed Sanders

MobileApp

[edit]

No changes for MobileApp

MobileFrontend

[edit]
  • git #8d12902c - Fix getDefinitionSummary array change in ResourceLoaderFileModuleWithMFConfig by Timo Tijhof
  • git #3b6ebaba - Use PHPUnit 6 class name (T192167) by Max Semenik
  • git #7af77399 - Convert Bugzilla links to Phabricator by Max Semenik
  • git #d1c9cec4 - ApiMobileViewTest: Remove check for an ancient PHPUnit version by Max Semenik
  • git #fd1fd7ab - tests: Use ::class to get class name by Max Semenik
  • git #d7eddf37 - Add nqo to rtlLanguages.js (T234731) by Amir Aharoni
  • git #0d3e9662 - Register all features immediately, not on RequestContextCreateSkin (T233982) by Piotr Miazga
  • git #8709118c - Load editor EventLogging code earlier (T232237) by Bartosz Dziewoński
  • git #a586bdff - build: Update eslint-config-wikimedia and update by Ed Sanders
  • git #75e43df1 - Use varargs for MessageLocalizer::msg implementation by Umherirrender
  • git #d26d9fce - Remove AMC Outreach lazy loading (T226069) by Nicholas Ray
  • git #54313bce - Make amcOutreach/promoCampaign support more workflows (T226069) by Nicholas Ray
  • git #2e2babbd - Expose the promisedView function to mw.mobileFrontend by jdlrobson
  • git #cec22767 - Storybook: Update local assets to Minerva equivalents by jdlrobson
  • git #67d6fd47 - Replace loose assertEquals checks with strict assertSame by Thiemo Kreuz

MultimediaViewer

[edit]
[edit]

No changes for NavigationTiming

Newsletter

[edit]

NewUserMessage

[edit]

No changes for NewUserMessage

Nuke

[edit]

No changes for Nuke

OATHAuth

[edit]

No changes for OATHAuth

OAuth

[edit]

No changes for OAuth

OpenStackManager

[edit]

No changes for OpenStackManager

ORES

[edit]

PageAssessments

[edit]

No changes for PageAssessments

PagedTiffHandler

[edit]

PageImages

[edit]

PageTriage

[edit]

PageViewInfo

[edit]

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]

ProofreadPage

[edit]

PropertySuggester

[edit]

QuickSurveys

[edit]

No changes for QuickSurveys

Quiz

[edit]

No changes for Quiz

ReadingLists

[edit]
[edit]

No changes for RelatedArticles

Renameuser

[edit]

RevisionSlider

[edit]
  • git #0cf9ebaa - Selenium: make it possible to run daily Jenkins job targeting beta cluster (T199113) by Željko Filipin

RSS

[edit]

No changes for RSS

[edit]

No changes for SandboxLink

Score

[edit]

No changes for Score

Scribunto

[edit]

SearchExtraNS

[edit]

No changes for SearchExtraNS

SecureLinkFixer

[edit]
  • git #c1d7bf03 - Updating domains.php from Mozilla by SecureLinkFixer updater bot

SecurePoll

[edit]

No changes for SecurePoll

Sentry

[edit]

No changes for Sentry

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]

TemplateData

[edit]

No changes for TemplateData

TemplateSandbox

[edit]
  • git #d15e6307 - phan: Remove suppression for PhanParamTooMany by Umherirrender

TemplateStyles

[edit]

No changes for TemplateStyles

TemplateWizard

[edit]

No changes for TemplateWizard

TextExtracts

[edit]

No changes for TextExtracts

Thanks

[edit]

No changes for Thanks

TheWikipediaLibrary

[edit]

No changes for TheWikipediaLibrary

TimedMediaHandler

[edit]
  • git #f7f3cc6f - build: Update linters by Ed Sanders
  • git #536fbee5 - phan: Remove suppression for PhanParamTooMany by Umherirrender

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 #8a45f7b3 - Always assume arrays in PremadeMediawikiExtensionGroups::processGroups by Umherirrender
  • git #16d3e714 - Remove unset of undeclared var by Umherirrender
  • git #0894e0d7 - Fix namespace handling in createCheckIndex maintenance script by Umherirrender
  • git #8b0b6582 - TranslateYaml: remove an HHVM-specific hack by Max Semenik
  • git #18b5c032 - Replace Revision::getRevisionText for importer and maintenance scripts (T228675) by Petr Pchelko
  • git #f0e8f364 - Use getContentBlobsForBatch in MessageCollection. by daniel
  • git #4c3ad6f8 - Use batch access for revisions instead of Revision::getRevisionText (T228675) by Petr Pchelko
  • git #7042e575 - Use ::class for class name resolution by Umherirrender
  • git #68c5fd8e - Declare missing class properties by Umherirrender
  • git #6ff256cd - Swap method_exists to is_callable for function calls by Umherirrender
  • git #a055c791 - Declare arrays before use by Umherirrender
  • git #8109b3e2 - Use php null coalesce operator ?? by Umherirrender

TranslationNotifications

[edit]

No changes for TranslationNotifications

TrustedXFF

[edit]

No changes for TrustedXFF

TwoColConflict

[edit]

UniversalLanguageSelector

[edit]
  • git #372ab530 - ext.uls: remove redundant -webkit gradient/svg reference (T121730) by Timo Tijhof
  • git #f1e9eedb - Clean up most of b/c for phpunit4 by Amir Sarabadani
[edit]

No changes for UploadsLink

UploadWizard

[edit]

UrlShortener

[edit]

No changes for UrlShortener

UserMerge

[edit]

No changes for UserMerge

VipsScaler

[edit]

No changes for VipsScaler

VisualEditor

[edit]
  • git #fd43701d - eslint: Remove unused prefer-template rule; use proper globals values by Ed Sanders
  • git #621c6f47 - Update VE core submodule to master (2c8e48194) (T234489) (T234742) by Bartosz Dziewoński
  • git #55aec8f9 - ve.ui.MWDefinedTransclusionContextItem: Fix handling of template names (T234817) by Bartosz Dziewoński
  • git #7579f6eb - Fix linking to pages in media dialog/media context/internal link context (T233628) by Bartosz Dziewoński
  • git #d03db0e4 - ui.MWSaveDialog: checkbox tracking was getting duplicated on every setup (T232790) by David Lynch
  • git #41572f25 - build: Update eslint-config-wikimedia and fix by Ed Sanders
  • git #04407e9e - Don't try to use structured data in structured logging, it doesn't work by Bartosz Dziewoński
  • git #df0c8ad0 - ApiVisualEditorEdit: Add logging for funny etags (T233320) by Bartosz Dziewoński
  • git #877721fb - Update VE core submodule to master (191f8c90c) (T234108) by Ed Sanders
  • git #9ce8ae05 - ApiVisualEditor: Add logging for RESTBase HTTP errors (T233127) by Bartosz Dziewoński

Wikibase

[edit]

WikibaseCirrusSearch

[edit]

WikibaseLexeme

[edit]

WikibaseLexemeCirrusSearch

[edit]

WikibaseMediaInfo

[edit]
  • git #79fdbd25 - Avoid usage of global wikibase.datamodel namespace (T233790) by Jakob Warkotsch
  • git #aca51d76 - Use PHPUnit 6 class name (T192167) by Max Semenik
  • git #9a187aab - Kill the remaining usages of PHPUnit4And6Compat methods (T192167) by Amir Sarabadani
  • git #5ff0a630 - Selenium: make it possible to run daily Jenkins job targeting beta cluster (T199113) by Željko Filipin
  • git #2b620f92 - Provide more information when rendering fails by Matthias Mullie
  • git #82d96c52 - Bury search code by Matthias Mullie
  • git #d589ea8f - Perform cross-referencing when finding matching node in next render by Matthias Mullie
  • git #9efd4c1a - Don't set upload fields that don't exist by Matthias Mullie
  • git #9bef49da - Make item links open in new window (T233267) by Matthias Mullie
  • git #a17637a2 - Use wikibase.api.RepoApi instead of getLocationAgnosticMwApi (T233212) by Amir Sarabadani

WikibaseQualityConstraints

[edit]

Wikidata.org

[edit]

No changes for Wikidata.org

WikidataPageBanner

[edit]

No changes for WikidataPageBanner

WikiEditor

[edit]

wikihiero

[edit]

WikiLove

[edit]

No changes for WikiLove

WikimediaBadges

[edit]

No changes for WikimediaBadges

WikimediaEditorTasks

[edit]

No changes for WikimediaEditorTasks

WikimediaEvents

[edit]

WikimediaIncubator

[edit]

No changes for WikimediaIncubator

WikimediaMaintenance

[edit]

No changes for WikimediaMaintenance

WikimediaMessages

[edit]

No changes for WikimediaMessages

XAnalytics

[edit]

No changes for XAnalytics

Skins

[edit]

CologneBlue

[edit]

No changes for CologneBlue

EUCopyrightCampaignSkin

[edit]

No changes for EUCopyrightCampaignSkin

MinervaNeue

[edit]

MonoBook

[edit]

Modern

[edit]

No changes for Modern

Nostalgia

[edit]

No changes for Nostalgia

Timeless

[edit]

No changes for Timeless

Vector

[edit]

Total Changes

[edit]

373 Changes in 75 repos by 62 authors