Jump to content

MediaWiki 1.34/wmf.19

From mediawiki.org
MediaWiki 1.34.0-wmf.17 Deployment of MediaWiki 1.34.0-wmf.19 to Wikimedia sites MediaWiki 1.34.0-wmf.20

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

Core changes

[edit]
  • git #a4835b43 - docs: Fix typos for 'parameter' and 'perform' (T201491) by DannyS712
  • git #d7d5fb81 - Tests for TempFSFile by Aryeh Gregor
  • git #b058a0e5 - Test that classes use all their ServiceOptions by Aryeh Gregor
  • git #4f912600 - Return better errors from MovePage::isValidMove() by Aryeh Gregor
  • git #8a8f23dd - Add a bunch of MovePage tests by Aryeh Gregor
  • git #b3e4a9c4 - Use RepoGroup service in MovePage by Aryeh Gregor
  • git #8ec24b60 - Introduce MovePageFactory by Aryeh Gregor
  • git #c7e1f3c0 - logging: Fix typo for `getPerformer()` interface method declaration by Derick Alangi
  • git #c8fcdf5d - Revert "Clean up ApiEditPage content handler undo logic" (T230702) by Anomie
  • git #01564dcb - Clean up ApiEditPage content handler undo logic (T230702) by DannyS712
  • git #6dd07c38 - Fix doc for MediaWikiIntegrationTestCase::getTestSysop (T230670) by DannyS712
  • git #752e7dd7 - Convert MessageCache to service by Aryeh Gregor
  • git #a995d9be - Add recursion check to createService() by Aryeh Gregor
  • git #1afbb016 - Prime connections and update description of McTest script by Aaron Schulz
  • git #f76e04e2 - skins: Hard-deprecate QuickTemplate::msgWiki() by Piotr Miazga
  • git #8698bc3b - Handle changed defaults in Argon2PasswordTest::testPartialConfig() (T230487) by Brad Jorsch
  • git #24790410 - RecentChangesUpdateJob: Fix GROUP BY (T230618) by Brad Jorsch
  • git #8103d35f - ActiveUsersPager: Fix outer GROUP BY (T230618) by Brad Jorsch
  • git #e3ecfe45 - Check all slots in DerivedPadeDataUpdater::isCountable. (T212706) by Petr Pchelko
  • git #07180210 - Remove 'redundant' attribute from BaseTemplate::makeListItem() links (T214202) by Isarra
  • git #4d6d27b0 - Remove unused variables from setupTemplate by Piotr Miazga
  • git #00104e2c - Remove title protection correctly for undeletions and imports (T200088) by GeoffreyT2000
  • git #21128946 - Fix IDatabase::affectedRows() documentation (T229456) by Gergő Tisza
  • git #d1d9dfe6 - Comma list handled via CSS in change list pages (T230564) by jdlrobson
  • git #74000d80 - MySQL connect: Parse the Unix domain socket path correctly (T230306) by JasonCoombs
  • git #43565725 - SECURITY: Add permission check for suppressed account (T230402) by rxy
  • git #02934ef5 - rdbms: ignore DBO_NOBUFFER flag in IDatabase by Aaron Schulz
  • git #5fdb43cd - rdbms: deprecate seldom used bufferResults() method by Aaron Schulz
  • git #1dd54d80 - Add rate limiter to Special:ConfirmEmail (T226733) by sbassett
  • git #edf5f389 - Use injected services instead of static method by Aryeh Gregor
  • git #f147b511 - Add some tests for DerivedPageDataUpdater::isCountable. by Petr Pchelko
  • git #4b80ca45 - Drop last bits of oracle by Amir Sarabadani
  • git #a97171ea - Add drop of mssql/oracle to RELEASE-NOTES (T230418) by Amir Sarabadani
  • git #c503f129 - Introduce TitleParser::makeTitleValueSafe() (T220966) by Aryeh Gregor
  • git #e1518660 - Use ExtensionRegistry instead of class name (T89151) by WMDE-Fisch
  • git #c910b9b4 - maintenance/populateChangeTagDef.php: Handle missing valid_tags table (T230317) by Brad Jorsch
  • git #807d793a - More clean up of oracle/mssql (T230418) by Amir Sarabadani
  • git #4d10bb14 - Drop Oracle and Mssql (T230418) by Amir Sarabadani
  • git #ed92fc21 - Tests: Allow vendor/bin/phpunit from within extension directory (T87781) by Kosta Harlan
  • git #3458e332 - Clear test user registry between tests by Aryeh Gregor
  • git #dcdbd13d - Set @return-taint of Sanitizer::stripAllTags to tainted (T230234) by sbassett
  • git #07f5046e - ApiFeedContributions: Throw if the username is invalid (T230239) by Petr Pchelko
  • git #a3e8e22f - Don't use new MCR schema without using DB by Aryeh Gregor
  • git #c7304175 - Fix typos in code (T201491) by DannyS712
  • git #ca5836a8 - Add Parser::resetOutput() and getStripState() by Tim Starling
  • git #68558351 - RedirectSpecialArticle: Avoid double redirect for action=edit&redlink=1 (T229794) by Bartosz Dziewoński
  • git #6172b54f - Allow spaces in TitleValue constructor by Aryeh Gregor
  • git #99f212b0 - Add german alias for displaytitle_noerror/_noreplace by Umherirrender
  • git #67b17417 - Fix Special:NewSection showNoRedirectPage form handling (3) (T207577) by DannyS712
  • git #e6138ada - Add german alias for special page NewSection by Umherirrender
  • git #49025f52 - objectcache: clean up MemcachedBagOStuff expiry handling by Aaron Schulz
  • git #147eefaa - parser: use 'vary-revision-sha1' in Parser::statelessFetchTemplate (T226785) by Aaron Schulz
  • git #b8ba3232 - Rename variables for Title objects in PermissionManager by Thalia
  • git #5f89f704 - Fix grammatical error in several comments by Thalia
  • git #bc51bb05 - Correct English grammar in linkstoimage by Amir Aharoni
  • git #971f06df - rdbms: set MYSQLI_CLIENT_FOUND_ROWS in DatabaseMysqli (T229456) by Aaron Schulz
  • git #97cbaa34 - Cleanup JobQueueDB::recycleAndDeleteStaleJobs() use of IDatabase::affectedRows() (T229456) by Aaron Schulz
  • git #5d54ddbd - Move list of core namespaces to NamespaceInfo (T226657) by David Barratt
  • git #ef817930 - Fix Special:NewSection showNoRedirectPage form handling (2) (T207577) by DannyS712
  • git #2eb5bdba - rdbms: remove DatabaseSqlite::checkForEnabledSearch() in favor of explicit queries by Aaron Schulz
  • git #daae4857 - rdbms: remove references to SQL_CACHE/SQL_NOCACHE by Aaron Schulz
  • git #0c425797 - rdbms: update LOCK IN SHARE MODE in IDatabase to reflect the level of support by Aaron Schulz
  • git #3cdf794c - rdbms: remove HIGH_PRIORITY/LOW_PRIORITY SQL references from IDatabase by Aaron Schulz
  • git #55bc7520 - Remove commented lines by Dayllan Maza
  • git #85a7c55f - Fix Special:NewSection showNoRedirectPage form handling (T207577) by DannyS712
  • git #de61041e - Remove single-item HTML list for re-upload link by Sam Wilson
  • git #bbfe2c14 - DefaultSettings: Document wgTmpDirectory guarantees and expectations (T218207) by Timo Tijhof
  • git #e8608a5c - ChangesListSpecialPage: skip associated for namespaces that don't have one. (T229954) by Petr Pchelko
  • git #35bc6b79 - resourceloader: Consider 'packagesFiles' in FileModule's canBeStylesOnly by Roan Kattouw
  • git #853de300 - DevelopmentSettings: Clarify grouping of settings and purpose by Timo Tijhof
  • git #5e744cbe - filebackend: deprecate FileBackend::getWikiId() by Aaron Schulz
  • git #88640fd9 - objectcache: fix failing tests for non-HashBagOStuff backends by Aaron Schulz
  • git #3bd96b88 - Clean up use of IDatabase::affectedRows() in WikiPage::updateRedirectOn() (T229456) by Aaron Schulz
  • git #aa4da3c2 - Revert "Add small HtmlCacheUpdater service class to normalize purging code" by Daniel Kinzler
  • git #59816a75 - ChangeTags: turn private getPrevTags() into public getTags() by Lucas Werkmeister
  • git #69c68938 - Inject LoadBalancer into GenderCache by Umherirrender
  • git #f445700c - objectcache: avoid using deprecated phpredis::delete() alias by Aaron Schulz
  • git #a3a6dfed - rdbms: allow automatic PDO creation of SQLite database files by Aaron Schulz
  • git #35da1bbd - Add small HtmlCacheUpdater service class to normalize purging code by Aaron Schulz
  • git #d69bf2f3 - Fix description for $wgGalleryOptions in DefaultSettings.php by Umherirrender
  • git #fb6808df - resourceloader: Rewrite the minify.php maintenance script by Timo Tijhof
  • git #e4166ca6 - mediawiki.page.gallery.slideshow: Avoid manual Deferred wrapping by Timo Tijhof
  • git #a5115df4 - Allow basic grant holders to autocreate accounts (T149672) by Gergő Tisza
  • git #bfb17e64 - Add help links to special pages (T229300) by DannyS712
  • git #95b25737 - Create Special:NewSection special page (T207577) by DannyS712
  • git #5aa9ba58 - API: Always select rc_user from database (regardless of rcprop=user) (T228425) by Timo Tijhof
  • git #8b10455f - Add talk namespace option to Special:NewPages (T47133) by DannyS712

Vendor

[edit]

No changes for vendor

Extensions

[edit]

3D

[edit]

No changes for 3D

AbuseFilter

[edit]

ActiveAbstract

[edit]

No changes for ActiveAbstract

AdvancedSearch

[edit]
  • git #9bc9fde8 - Fix wrong link to Help page by tzhelyazkova
  • git #2bd93a5e - Fix lego message for sort preview label (T229922) by tzhelyazkova
  • git #6745b0ca - phpunit: Set FauxRequest(proto) and wgServer explicitly (avoid global state) by Timo Tijhof
  • git #79896dbc - phpunit: Use FauxRequest($data) instead of FauxRequest::setVal by Timo Tijhof

AntiSpoof

[edit]

No changes for AntiSpoof

ApiFeatureUsage

[edit]

ArticleCreationWorkflow

[edit]

No changes for ArticleCreationWorkflow

ArticlePlaceholder

[edit]

No changes for ArticlePlaceholder

Babel

[edit]

BetaFeatures

[edit]

No changes for BetaFeatures

BounceHandler

[edit]

Calendar

[edit]

No changes for Calendar

Campaigns

[edit]

No changes for Campaigns

Capiunto

[edit]

No changes for Capiunto

CategoryTree

[edit]
  • git #d78fc9ad - Altered renderNodeInfo() to use LinkRenderer.php. by Sharptrick

CentralAuth

[edit]

CharInsert

[edit]

No changes for CharInsert

CheckUser

[edit]

No changes for CheckUser

CirrusSearch

[edit]
  • git #faef47a4 - Fix highlighting of grapheme clusters in search snippets (T35242) by tjones
  • git #77824499 - Rename NormL2 to NormLog2 to avoid confusion with L2 Norm by tjones
  • git #aad8e658 - Support MessageCache as service by Aryeh Gregor
  • git #29774bd0 - Mark DeleteArchive jobs as handling private_data by Erik Bernhardson
  • git #1c4351bb - Implement a random sort order (T220282) by Erik Bernhardson

Cite

[edit]
  • git #e0602be6 - Remove warning about hard-coded class name by WMDE-Fisch

CiteThisPage

[edit]

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]

CollaborationKit

[edit]

No changes for CollaborationKit

Collection

[edit]

No changes for Collection

CommonsMetadata

[edit]

No changes for CommonsMetadata

ConfirmEdit

[edit]

CongressLookup

[edit]

No changes for CongressLookup

ContactPage

[edit]

No changes for ContactPage

ContentTranslation

[edit]
  • git #64998c79 - Keep for later list upon language pair change (T194476) by petarpetkovic
  • git #e9f059d6 - Get GenderCache from MediaWikiServices by Umherirrender
  • git #53fd0150 - Keep newly favorited articles after changing language pair (T194476) by petarpetkovic
  • git #3b49beeb - Always show the list of favorite articles (T194476) by petarpetkovic
  • git #6ec74445 - Show new translation dialog when target language and title are present (T229419) by petarpetkovic
  • git #51c9fb9a - Skip empty references when publishing translation (T206310) (T203160) by petarpetkovic
  • git #99b5c632 - Follow-up I717e791b5: Add dependency on oojs-ui-core to modules where missing (T228930) by James D. Forrester
  • git #2f8760c9 - Show the invitation to translate when creating new one, more than once (T216500) by Santhosh Thottingal
  • git #411acacd - Exclude mwAlienBlockExtension nodes from MT validation by Santhosh Thottingal
  • git #07e1cb2a - Exclude definitionList from MT usage validation (T225118) by Santhosh Thottingal
  • git #de50a7f2 - Re-apply "Don't generate HTML for segments when copying" (T220495) by Esanders

ContributionTracking

[edit]

No changes for ContributionTracking

CreditsSource

[edit]

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]

Echo

[edit]

Elastica

[edit]
  • git #f0ecb5c9 - Replace homemade curl check with extension metadata by Max Semenik

ElectronPdfService

[edit]

EntitySchema

[edit]

EventBus

[edit]

EventLogging

[edit]

No changes for EventLogging

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]

No changes for FileImporter

FlaggedRevs

[edit]

Flow

[edit]

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]

GlobalBlocking

[edit]

GlobalCssJs

[edit]

GlobalPreferences

[edit]

No changes for GlobalPreferences

GlobalUsage

[edit]

No changes for GlobalUsage

GlobalUserPage

[edit]

No changes for GlobalUserPage

GoogleNewsSitemap

[edit]

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]

No changes for intersection

Interwiki

[edit]

No changes for Interwiki

InterwikiSorting

[edit]

No changes for InterwikiSorting

Jade

[edit]

Josa

[edit]

No changes for Josa

JsonConfig

[edit]

No changes for JsonConfig

Kartographer

[edit]

LabeledSectionTransclusion

[edit]

No changes for LabeledSectionTransclusion

LandingCheck

[edit]

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]

LoginNotify

[edit]

No changes for LoginNotify

MachineVision

[edit]
  • git #1553195c - Add phan by Daimona Eaytoy
  • git #9832d512 - build: Bump taint-check to 2.0.2 by Daimona Eaytoy
  • git #496b4104 - Fix: Add machine_vision_suggestion to $testTables by Michael Holloway
  • git #4a6b9e6f - Limit image labeling requests to images (T230498) by Michael Holloway
  • git #80cd03d7 - Add config var to enable/disable label fetching on upload complete (T230500) by Michael Holloway
  • git #ad318515 - Fix: Remove all traces of provider info from ApiQueryImageLabels by Michael Holloway
  • git #d71ad0f5 - Fix: Don't try to access field not queried in ApiQueryImageLabels by Michael Holloway
  • git #1891e63c - Fix: Pass in database when constructing NameTableStore by Michael Holloway
  • git #33f4ceed - Separate per-provider records into suggestions table by Michael Holloway
  • git #90aca045 - Show labels in page info by Gergő Tisza
  • git #a92aba8a - Add maintenance script for fetching suggestions for old uploads by Gergő Tisza
  • git #53351526 - Add reviewimagelabels API module by Gergő Tisza
  • git #6643d79c - Add storage logic for review states by Gergő Tisza

MapSources

[edit]

No changes for MapSources

MassMessage

[edit]
  • git #4e45fae1 - build: Updating npm dependencies by libraryupgrader

Math

[edit]

MobileApp

[edit]

No changes for MobileApp

MobileFrontend

[edit]
  • git #e3646c15 - Hygiene: Postpone AMC Outreach modal for idle callback. by Piotr Miazga
  • git #7cd8b38f - Add Amc Outreach Drawer Feature (T226068) by Nicholas Ray
  • git #5b4a4984 - 🐛 Fix SpecialMobileOptions.php support of `returnto` redirects/single form submissions (T221395) (T226068) by Nicholas Ray
  • git #6490eb8e - Only one reference drawer can be open at a time by jdlrobson
  • git #ad31e44d - [fix] [menu] [UI] [notifications] notification drawer closing animation (T206354) by Stephen Niedzielski
  • git #09a856e3 - Drop unused mediawiki.template.hogan by jdlrobson
  • git #5f6fec33 - Watchstar: Apply rotation to image, not link (T230033) by Ed Sanders
  • git #c7482167 - mobile.init/editor: Simplify some loading code by Bartosz Dziewoński
  • git #e4482bd1 - mobile.init/editor: Reindent promise chain by Bartosz Dziewoński
  • git #b9a00ace - mobile.init/editor: Split out some functions by Bartosz Dziewoński
  • git #2122860a - mobile.init/editor: Put editorLoadingOverlay in a separate file by Bartosz Dziewoński
  • git #b95fa3b7 - mobile.editor.overlay: Use same padding for wikitext editor as visual (T228159) by Bartosz Dziewoński
  • git #90996de8 - mobile.init/editor: Fix the scrolling animation after Minerva changes (T230237) by Bartosz Dziewoński
  • git #f2a5eb70 - SECURITY: escape edit summaries in feed pages (T229541) by Max Semenik
  • git #737fda85 - build: Updating dependencies by libraryupgrader
  • git #69bac5f0 - mobile.editor.overlay: Hide section edit links in preview by Ed Sanders
  • git #f8c09298 - Dev: ReferencesDrawer is a Drawer!!! (T217295) by jdlrobson
  • git #da71fbb8 - mobile.editor.overlay: Remove weird line between editor switcher and "Next" button by Bartosz Dziewoński
  • git #30a16b96 - Upstream more styles from editor.ve.less to editor.less (T228159) by Ed Sanders
  • git #895445ff - Anchor is an ES6 class (T224998) by jdlrobson
  • git #cd694753 - Super-light refactor of SearchOverlay (T220849) by jdlrobson
  • git #ae401afd - mobile.editor.overlay: Scroll to the lead paragraph on load (T225936) by Bartosz Dziewoński
  • git #261f2f54 - Use curid in history page redirect code (T214531) by jdlrobson
  • git #325d2c78 - Change wikitext editor toolbar height to 3em (T228159) by Ed Sanders
  • git #b03014d3 - When EnableCanonicalServerLink is set, don't add canonical link (T225877) by Piotr Miazga
  • git #53dc7fe7 - AMC Tag shouldn't say Advanced Mobile Contributions (T225747) by Piotr Miazga
  • git #657aac41 - Dev: Swap BlockMessage for a function that returns a Drawer by jdlrobson
  • git #ba85b6ed - Remove unnecessary jsdoc tags from BetaOptInPanel by Nicholas Ray
  • git #5ab2c723 - Rename Advanced Mobile Contributions Mode into Advanced mode (T225747) by Piotr Miazga
  • git #2c4de39a - SpecialMobileCite is a redirect page (T229653) by jdlrobson
  • git #e896e3af - 💩 Avoid usage of deprecated `getMFConfig()` & kill the method by Derick Alangi

MultimediaViewer

[edit]

No changes for MultimediaViewer

[edit]

Newsletter

[edit]

No changes for Newsletter

NewUserMessage

[edit]

No changes for NewUserMessage

Nuke

[edit]

No changes for Nuke

OATHAuth

[edit]

OAuth

[edit]

OpenStackManager

[edit]

ORES

[edit]

PageAssessments

[edit]

No changes for PageAssessments

PagedTiffHandler

[edit]

No changes for PagedTiffHandler

PageImages

[edit]
  • git #e1b6ba7d - PageImages on File namespace should be the file itself by Simon Legner

PageTriage

[edit]

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 #ca30a90a - build: Updating dependencies by libraryupgrader
  • git #4d885286 - eslint: Enforce template-curly-spacing by Ed Sanders
  • git #c7403119 - eslint: Sort ES5 rules by Ed Sanders
  • git #cfa0b100 - eslint: Enforce no-prototype-builtins by Ed Sanders
  • git #2687d12c - eslint: Remove valid-jsdoc override by Ed Sanders
  • git #ac8ff964 - eslint: Use wikimedia/language/es6 and remove duplicate rules by Ed Sanders
  • git #a17be78b - build: Update linters by Ed Sanders
  • git #7d7317da - build: bump dependencies and make tests pass by WMDE-Fisch

ProofreadPage

[edit]

PropertySuggester

[edit]

QuickSurveys

[edit]

No changes for QuickSurveys

Quiz

[edit]

No changes for Quiz

ReadingLists

[edit]

No changes for ReadingLists

[edit]

Renameuser

[edit]

No changes for Renameuser

RevisionSlider

[edit]

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 #2cbba453 - Updating domains.php from Mozilla by SecureLinkFixer updater bot
  • git #19f198ac - Updating domains.php from Mozilla by SecureLinkFixer updater bot

SecurePoll

[edit]

Sentry

[edit]

No changes for Sentry

ShortUrl

[edit]

SiteMatrix

[edit]

No changes for SiteMatrix

SkinPerPage

[edit]

No changes for SkinPerPage

SpamBlacklist

[edit]

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]

TextExtracts

[edit]

No changes for TextExtracts

Thanks

[edit]
  • git #8a05d03f - Improve EchoCoreThanksPresentationModel by Matěj Suchánek

TheWikipediaLibrary

[edit]
  • git #a6be476f - build: Add mediawiki/mediawiki-phan-config by Umherirrender
  • git #46d7efa8 - build: Add phan-taint-check-plugin by Umherirrender

TimedMediaHandler

[edit]

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 #47ccc935 - webservices: Avoid usage of deprecated MWHttpRequest::factory() by Derick Alangi
  • git #2a048924 - Add logging to export process to identify performance bottleneck (T230100) by Abijeet
  • git #86d01122 - Fix api error messages when bad parameters are passed. (T229981) by DannyS712
  • git #293bf1df - Fix null warning error thrown by get_class during translation exports (T227709) by Abijeet Patro
  • git #9595a39d - Fix $wgTranslateSupportUrlNamespace (T230358) by Niklas Laxström
  • git #738e2d83 - Remove broken TranslateMoveJob class which is obsoleted by TranslatablePageMoveJob by Aaron Schulz
  • git #bbb86412 - Fix grammar in comments by Thalia
  • git #29ee0538 - Fix broken translate sandbox signup (T228025) by Abijeet

TranslationNotifications

[edit]

TrustedXFF

[edit]

No changes for TrustedXFF

TwoColConflict

[edit]

UniversalLanguageSelector

[edit]

No changes for UniversalLanguageSelector

[edit]

No changes for UploadsLink

UploadWizard

[edit]

UrlShortener

[edit]

UserMerge

[edit]

No changes for UserMerge

VipsScaler

[edit]

No changes for VipsScaler

VisualEditor

[edit]
  • git #00a98dd8 - Fix 'paramter' typo in code and add to typos list, now covering PHP (T201491) by DannyS712
  • git #ac471d47 - MWSaveDialog: On mobile show a back button rather than an x (T230058) by David Lynch

Wikibase

[edit]

WikibaseCirrusSearch

[edit]

No changes for WikibaseCirrusSearch

WikibaseLexeme

[edit]

WikibaseLexemeCirrusSearch

[edit]

No changes for WikibaseLexemeCirrusSearch

WikibaseMediaInfo

[edit]
  • git #19574d98 - Force statement input to orient correctly in RTL languages (T222283) by Eric Gardner
  • git #26561606 - Handle language fallback chain consistently in Statement UI (T229602) by Eric Gardner

WikibaseQualityConstraints

[edit]

Wikidata.org

[edit]

No changes for Wikidata.org

WikidataPageBanner

[edit]

No changes for WikidataPageBanner

WikiEditor

[edit]

wikihiero

[edit]

No changes for wikihiero

WikiLove

[edit]

WikimediaBadges

[edit]

No changes for WikimediaBadges

WikimediaEditorTasks

[edit]
  • git #f5589785 - Hygiene: Add WikibaseCirrusSearch dependency to extension.json by Michael Holloway

WikimediaEvents

[edit]

WikimediaIncubator

[edit]

No changes for WikimediaIncubator

WikimediaMaintenance

[edit]

WikimediaMessages

[edit]
  • git #161ec2aa - Use {{GENDER}} for oathauth-tester-member by MarcoAurelio
  • git #733fff29 - Use Special:MyLanguage for grouppage-abusefilter-helper by MarcoAurelio
  • git #4172f696 - Add group-oathauth-tester message by Martin Urbanec

XAnalytics

[edit]

No changes for XAnalytics

Skins

[edit]

CologneBlue

[edit]

No changes for CologneBlue

EUCopyrightCampaignSkin

[edit]

No changes for EUCopyrightCampaignSkin

MinervaNeue

[edit]
  • git #f0197f94 - Correct CSS selector for rollback link (T230656) by jdlrobson
  • git #e09a6930 - Go back before replacing current overlay (T229972) by jdlrobson
  • git #59fe37cd - Use showReference function rather than deprecated ReferenceDrawer (T217295) by jdlrobson
  • git #bfdfc116 - [UI] [menu] slide the main menu over the page (T206354) by Stephen Niedzielski
  • git #aad8addc - AMC actions: Increase touch target size to 44px (T230033) by Ed Sanders
  • git #b8d8cab3 - [fix] [icon] [AMC] add missing user avatar icon (T230162) by Stephen Niedzielski
  • git #83f90dac - [fix] [Visual Editor] [LESS] [content] create stacking context differently (T230154) by Stephen Niedzielski
  • git #95eefc5b - [fix] [UI] [menu] animate page actions & user menus out by Stephen Niedzielski
  • git #de29b14b - [fix] [LESS] remove main menu styles duplicate by Stephen Niedzielski
  • git #6241c8da - Revert "MainMenu no longer manages classes on the body tag" by Niedzielski
  • git #b1cbc639 - [dev] [LESS] use z-index symbol instead of hardcode by Stephen Niedzielski
  • git #354de09f - MainMenu no longer manages classes on the body tag (T206354) by jdlrobson
  • git #73a95866 - [menu] [UI] [notifications] make notifications slide over top (T206354) (T226125) by Stephen Niedzielski
  • git #b96ab7bd - [LESS] [content] lower content render order (T225959) by Stephen Niedzielski
  • git #10076c1b - [dev] divide main menu LESS (T206354) by Stephen Niedzielski
  • git #9c1e1abc - Reduce visual clutter in Special:Contributions (T229704) by jdlrobson
  • git #0a209993 - [dev] add return type to SkinMinerva.getSkinStyles() by Stephen Niedzielski

MonoBook

[edit]

Modern

[edit]

No changes for Modern

Nostalgia

[edit]

No changes for Nostalgia

Timeless

[edit]

Vector

[edit]

No changes for Vector

Total Changes

[edit]

422 Changes in 78 repos by 82 authors