Jump to content

MediaWiki 1.32/wmf.13

From mediawiki.org
MediaWiki 1.32.0-wmf.12 Deployment of MediaWiki 1.32.0-wmf.13 to Wikimedia sites MediaWiki 1.32.0-wmf.14

The latest version (labeled "1.32.0-wmf.13") of MediaWiki, the software that powers Wikipedia and its sister sites, is being deployed to all Wikimedia sites in stages, starting on Tuesday, 17 July 2018 (see the roadmap).

Core changes

[edit]
  • git #3648e568 - Revert "Convert Title::getTitleCache() to using MapCacheLRU" (T199763) by Krinkle* git #51edd7e9 - Cached HTML/JS shouldn't show two toggle links (T195053) by Timo Tijhof
  • git #36f84edc - WebRequest: Fix flaky testGetElapsedTime test case (T199764) by Timo Tijhof
  • git #d469f538 - Parser: Remove style and script tags' content from TOC (T198618) by Brad Jorsch
  • git #acab3167 - Sync up with Parsoid parserTests.txt by Arlo Breault
  • git #b4c86148 - Convert LinkCache to using MapCacheLRU by Krinkle
  • git #6e09d07b - Set role=button on TOC show/hide checkbox (T195053) by VolkerE
  • git #31372c61 - In PathRouterTest use @dataProvider where possible by Tim Starling
  • git #6a17d6b3 - Temporarily skip broken Selenium test (T199644) by Daimona Eaytoy
  • git #aa6a22a5 - Localize MW core namespaces to Santali (T198404) by MarcoAurelio
  • git #0ed71cb0 - New 'OutputPageAfterGetHeadLinksArray' hook, allowing extensions to modify the return value of OutputPage#getHeadLinksArray by Jack Phoenix
  • git #358b2d1d - Pass $opts by reference to subscribers of 'SpecialSearchPowerBox' hook to allow them to modify it by Brian Wolff
  • git #ec7dfb4a - filebackend: switch callers from ProcessCacheLRU to MapCacheLRU by Aaron Schulz
  • git #6986130f - Convert ChangesList to using MapCacheLRU by Krinkle
  • git #563026ac - Convert PasswordReset to using MapCacheLRU by Krinkle
  • git #50386d43 - Clean up docs around $wgUseSharedUploads (T25122) by Timo Tijhof
  • git #1b5ed078 - tests: Add a doc test for release notes' existence and line length by Kunal Mehta
  • git #0818070c - Accept BCP 47 codes as aliases for nonstandard variants by C. Scott Ananian
  • git #11b90976 - Hard deprecate support for Parsoid v1 API (T100681) by James D. Forrester
  • git #fe504a47 - Revert "Pedantic strict equals." (T199504) by Daniel Kinzler
  • git #8380f017 - Ensure LanguageCode::bcp47() returns a valid BCP 47 language code (T34483) (T106367) (T120847) by C. Scott Ananian
  • git #7e7e84a5 - Hard-deprecate ContentHandler::makeParserOptions() (T194263) by Brad Jorsch
  • git #c6810d74 - Deprecate ContentHandler::makeParserOptions() (T194263) by Brad Jorsch
  • git #1afcb645 - rcfilters: Fix filter menu checkbox alignment after OOUI v0.27.5 release (T199466) by James D. Forrester
  • git #ce9f5c25 - Put <dt>/<dd>/<li> in the always-suppressing category of doBlockLevels by Arlo Breault
  • git #5a7f860b - <ins>/<del> elements can be phrasing or flow (T17491) by Arlo Breault
  • git #42f844e0 - selenium: create edit for RecentChanges through GUI (T199446) by Pablo Grass
  • git #9d35884e - Use func_num_args() in MapCacheLRU::clear() for sanity by Aaron Schulz
  • git #e4adfdc4 - Add test for PageArchive::getPreviousRevision by daniel
  • git #ee750cc6 - [PageArchive] Fetch ar_rev_id instead of ar_id by David Causse
  • git #5eca3ca4 - mediawiki.page.gallery: Various clean up and minor optimisations (T88654) by Timo Tijhof
  • git #9c166a83 - installer: Add missing new-line after "comment fields are up to date" by Timo Tijhof
  • git #83164669 - Don't throw E_NOTICEs about undefined properties (T199494) by Jack Phoenix
  • git #aea721b8 - Let 'shows page creation' test be skipped (T198137) by Kunal Mehta
  • git #2a0e4825 - Follow-up 267d99fa8: Fix RELEASE-NOTES-1.32 line length by James D. Forrester
  • git #b24fafd6 - Pedantic strict equals. by Umherirrender
  • git #6255eb51 - Fix populateContentTables.php with no rows by Reedy
  • git #93fc424f - StringUtils: Deprecate Replacer classes by Kunal Mehta
  • git #43b0e87a - Mention MariaDB first, before MySQL in installer. by Brian Wolff
  • git #06dc7d01 - Mark InnoDB as recomended in the installer. by Kunal Mehta
  • git #14f377b2 - Sync up with Parsoid parserTests.txt by Arlo Breault
  • git #b8779134 - objectcache: make BagOStuff::mergeViaLock() timeout more sensible (T198239) by Aaron Schulz
  • git #89b21847 - Start working on phan-taint-check warnings. Fix minor escaping issues. by Brian Wolff
  • git #32d8dd04 - objectcache: minor fix to MultiWriteBagOStuff::doWrite() (T198239) by Krinkle
  • git #267d99fa - Convert numerous UNIQUE INDEX to PRIMARY KEY (T198811) by Reedy
  • git #b2101d72 - Rename index type_action to log_type_action (T51199) by Reedy
  • git #cb57179a - Deprecate specialized file errors in OutputPage and fix escaping by Brian Wolff
  • git #1abbc386 - Update OOUI to v0.27.5 by James D. Forrester
  • git #2b363541 - RCFilters: Explicitly set the default highlight color to null (T199144) by Sbisson
  • git #88f46962 - Use $lang->hasVariants() instead of count( $lang->getVariants() ) > 1 by Umherirrender
  • git #9fed3f0f - Add config to use change_tag_def table for Special:Tags (T199334) by Amir Sarabadani
  • git #7a25cd38 - Convert Title::getTitleCache() to using MapCacheLRU by Aaron Schulz
  • git #9b512505 - objectcache: make CachedBagOStuff implement makeKeyInternal() by Aaron Schulz
  • git #c974d0cd - objectcache: avoid direct "bag" field references in CachedBagOStuff by Aaron Schulz
  • git #6cce704d - rdbms: fix value of ChronologyProtector::POSITION_COOKIE_TTL (T194403) by Reedy
  • git #72f1866b - Add new 'ArticleShowPatrolFooter' hook to allow extensions to decide if the [mark as patrolled] link should not be shown by Jack Phoenix
  • git #8943c222 - Use a closure instead of PathRouterPatternReplacer by Tim Starling
  • git #874f5f7f - Expand the default watchlist time from 3 to 7 days (T194414) by James D. Forrester
  • git #6ebf86ba - SpecialChangeEmail: Log email changes (T151415) by Reedy
  • git #6866cfec - Simplify PHP by using ?? and ?: by Aaron Schulz
  • git #64520765 - Replace redundant Assert calls with native typehint by Krinkle
  • git #b4ffe54c - In RevisionStore, use DB_MASTER when READ_LATEST is set. (T198869) by daniel
  • git #9eff263e - rdbms: add IDatabase::lockForUpdate() convenience method by Aaron Schulz
  • git #11b032f6 - mediawiki.language: Combine with 'mediawiki.language.data' and 'mediawiki.language.init' by James D. Forrester
  • git #8be7d844 - Use master  when fetching revision to base a null-revison on. (T198869) by daniel
  • git #d5713fc6 - Run populateContentTables.php from update.php (T197818) by Brad Jorsch
  • git #fc21cbc4 - mediawiki.api: Simplify mw.Api constructor by Krinkle
  • git #bbba25e0 - mw.special.preferences: Prevent invisible accessibility hint from affecting content (T195986) by Bartosz Dziewoński
  • git #fc19e120 - List deleted revisions in well defined order by daniel
  • git #4943c74a - [MCR] Make PageArchive aware of MCR (T194015) by daniel
  • git #8664804e - Implement makeKeyInternal() for ReplicatedBagOStuff/MultiWriteBagOStuff by Aaron Schulz
  • git #38756eae - Special:Log: Convert to HTMLForm (T117737) by Prateek Saxena
  • git #25d81fc7 - mediawiki.inspect: Add headings to console and use console.group() by Timo Tijhof
  • git #0120f525 - Special:PasswordReset: Make the user field a user lookahead field, not just text by James D. Forrester
  • git #131132d7 - Replace use of deprecated Language::truncate() (T197492) by C. Scott Ananian
  • git #b93394bd - Hard deprecate Language::truncate() (T197492) by C. Scott Ananian
  • git #8885b548 - WebReponse: Use values altered in 'WebResponseSetCookie' hook (T198525) by Brad Jorsch
  • git #68527cf4 - Hide TOC with CSS instead of JavaScript (T195053) by Fomafix
  • git #3f2db720 - shell.php: prevent permission error by Gergő Tisza
  • git #8879544c - RELEASE-NOTES-1.32: Re-wrap to 80 chars again by James D. Forrester
  • git #be266087 - Don't armor french spaces before punctuation followed by word characters (T197902) by C. Scott Ananian

Vendor

[edit]

Extensions

[edit]

3D

[edit]

No changes for 3D

AbuseFilter

[edit]
  • git #dd0569c0 - Fix extension doc for AbuseFilterPrivateLog by Daimona Eaytoy
  • git #78c755fb - Remove obsolete comment from abusefilter.tables.pg.sql (T199506) by Matěj Suchánek
  • git #3e1a9636 - Simplify AbuseFilter::addLogEntries by Matěj Suchánek
  • git #df346b39 - Remove and replace an argument in AbuseFilter::addLogEntries by Matěj Suchánek
  • git #adc06f40 - Use isset instead of empty+strlen when checking disallow parameters by Daimona Eaytoy
  • git #6a971333 - Add the user action to warn key (T199621) by Daimona Eaytoy
  • git #d390144c - Add the log ID as API param for query abuselog (T36731) by Daimona Eaytoy
  • git #0815fc6a - Update LogPage to ManualLogEntry by Daimona Eaytoy
  • git #b8a2225b - Warn the user to re-attempt save if edit token didn't match by Daimona Eaytoy
  • git #8cec6a06 - Simplify how we convert builder values array for OOUI by Daimona Eaytoy
  • git #f93134a4 - Unbreak reverting 'degroup' action by Daimona Eaytoy
  • git #90128480 - Wrap error messages in Html::errorBox by Daimona Eaytoy
  • git #da2a14ad - Revert "Change message transformation method" by Daimona Eaytoy
  • git #f016c6c9 - Fix minor issues around by Daimona Eaytoy
  • git #7a642808 - Add phpunit tests for all exception thrown in the parser by Daimona Eaytoy

ActiveAbstract

[edit]

No changes for ActiveAbstract

AdvancedSearch

[edit]

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]
  • git #e5da0113 - Apply WCAG 2.0 level AA conformant green to feature user count (T199205) by Volker E

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]
  • git #d1eff79a - Consistently treat "centralauth-admin-nonexistent" as wikitext (T199476) by Marius Hoch

CharInsert

[edit]

No changes for CharInsert

CheckUser

[edit]

No changes for CheckUser

CirrusSearch

[edit]

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]

CongressLookup

[edit]

No changes for CongressLookup

ContactPage

[edit]

ContentTranslation

[edit]

ContributionTracking

[edit]

CreditsSource

[edit]

No changes for CreditsSource

Dashiki

[edit]

No changes for Dashiki

DisableAccount

[edit]

No changes for DisableAccount

Disambiguator

[edit]

No changes for Disambiguator

DismissableSiteNotice

[edit]

No changes for DismissableSiteNotice

DonationInterface

[edit]
  • git #952194aa - Revert bad translatewiki update by Elliott Eggleston
  • git #24b8563b - List 'variant' as allowed API param by Elliott Eggleston
  • git #cb478c5d - Fix Ingenico FormChooser settings by Elliott Eggleston

DoubleWiki

[edit]

No changes for DoubleWiki

DynamicSidebar

[edit]

No changes for DynamicSidebar

Echo

[edit]

No changes for Echo

EducationProgram

[edit]

No changes for EducationProgram

Elastica

[edit]

No changes for Elastica

ElectronPdfService

[edit]

No changes for ElectronPdfService

EventBus

[edit]
  • git #c36754af - Properly handle null content format. by Petr Pchelko

EventLogging

[edit]

No changes for EventLogging

ExtensionDistributor

[edit]

No changes for ExtensionDistributor

FeaturedFeeds

[edit]

No changes for FeaturedFeeds

FileExporter

[edit]

No changes for FileExporter

FileImporter

[edit]
  • git #d51fb755 - Test unedited/edited requests separately in ImporterComponentTest (T190826) by WMDE-Fisch
  • git #9b234440 - Add ImporterComponentTest case for 1 file revision (T190826) by Thiemo Kreuz
  • git #0690db9f - Remove unused WebResponse variable from a test by Thiemo Kreuz
  • git #4c15b2a9 - Add @var docs to TestingAccessWrappers by Thiemo Kreuz
  • git #ade625c0 - Cleanup phpunit tests by WMDE-Fisch
  • git #0bc487e5 - Add integration test for FileRevisionFromRemoteUrl (T197681) by WMDE-Fisch
  • git #5e4b548e - Add public getter for WikiRevision in operations classes by WMDE-Fisch
  • git #155d13cf - Remove templates as indicated by the config files (T198711) by WMDE-Fisch
  • git #51a51333 - Add ImporterComponentTest (T190826) by Andrew Kostka
  • git #45d72b36 - Bring back initial null revision and move all changes to the next revision (T198681) by WMDE-Fisch
  • git #36f841a4 - Do not bind against Message class where not necessary by Thiemo Kreuz
  • git #5464c5d4 - Reduce code duplication in CommonsHelperConfigParser by Thiemo Kreuz
  • git #ab8074fd - Add missing test cases to CommonsHelperConfigParserTest (T198317) by Thiemo Kreuz
  • git #0b11d7fd - Replace localized headings with Wikimedia Commons syntax (T198317) by Thiemo Kreuz
  • git #477b1acf - Relax template parser return format (T198711) by Thiemo Kreuz
  • git #285c8010 - Clean-up and fix bad validation in CommonsHelperConfigParser by Thiemo Kreuz
  • git #3935d020 - Introduce WikiPageFactory to make Importer testable (T190826) by Thiemo Kreuz (WMDE)

FlaggedRevs

[edit]
  • git #85515dde - Fix compat with old local overrides for 'revreview-sadv-reviewing-c', 'revreview-sadv-reviewing-p' (T196104) by Bartosz Dziewoński
  • git #8e7bf85f - Minor cleanups to BagOStuff::merge() calls by Aaron Schulz

Flow

[edit]

No changes for Flow

FundraiserLandingPage

[edit]

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]

No changes for GettingStarted

Graph

[edit]

No changes for Graph

GlobalBlocking

[edit]

No changes for GlobalBlocking

GlobalCssJs

[edit]

No changes for GlobalCssJs

GlobalPreferences

[edit]
  • git #026947b7 - Add an API module to change local preference overrides (T197260) by Max Semenik
  • git #f4b44ada - Set localisation of special page alias for Urdu language. by MaxSem

GlobalUsage

[edit]

No changes for GlobalUsage

GlobalUserPage

[edit]

No changes for GlobalUserPage

GoogleNewsSitemap

[edit]

No changes for GoogleNewsSitemap

GuidedTour

[edit]

No changes for GuidedTour

GWToolset

[edit]

No changes for GWToolset

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]

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]

No changes for MassMessage

Math

[edit]

No changes for Math

MobileApp

[edit]

No changes for MobileApp

MobileFrontend

[edit]
  • git #aef7fe11 - Change "optimise" to "optimize" by Amire80
  • git #a12ef052 - Add special pages preferences (T186760) by jdlrobson
  • git #92428b51 - Diff title should link to revision by Jdlrobson
  • git #127dd135 - Remove unnecessary MFResourceLoaderParsedMessageModule by Bartosz Dziewoński
  • git #eb54f6bd - Remove unused override for ResourceModuleSkinStyles by Bartosz Dziewoński

MultimediaViewer

[edit]

No changes for MultimediaViewer

[edit]

No changes for NavigationTiming

Newsletter

[edit]

No changes for Newsletter

NewUserMessage

[edit]

No changes for NewUserMessage

Nuke

[edit]

No changes for Nuke

OAuth

[edit]

No changes for OAuth

OATHAuth

[edit]

No changes for OATHAuth

ORES

[edit]
  • git #b41cf2d1 - Disable failing test that prevents merges across WMF-deployed repos (T198201) by Max Semenik
  • git #b27b0fa5 - Store class 0 of models with more than 2 classes (T199358) by Stephane Bisson

OpenStackManager

[edit]

No changes for OpenStackManager

PagedTiffHandler

[edit]

No changes for PagedTiffHandler

PageAssessments

[edit]

No changes for PageAssessments

PageImages

[edit]

No changes for PageImages

PageTriage

[edit]

PageViewInfo

[edit]

No changes for PageViewInfo

ParserFunctions

[edit]

No changes for ParserFunctions

ParserMigration

[edit]

No changes for ParserMigration

ParsoidBatchAPI

[edit]

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 #4684b398 - Hygiene: use actionsTest consts instead of hardcoded states by Piotr Miazga
  • git #c823a0e6 - When request gets aborted it shouldn't finish with FETCH_FAILED (T199482) by Piotr Miazga
  • git #89df2759 - Fix: mw-node-qunit package reference (T197251) by Stephen Niedzielski
  • git #10e6e250 - Upgrade eslint-config-wikimedia by Stephen Niedzielski
  • git #2527f931 - Properly handle catch() when calling gateway fetch. (T199482) by Piotr Miazga
  • git #bce82dab - Tweak page previews margin for consistency (T198663) by jdlrobson

ProofreadPage

[edit]

PropertySuggester

[edit]

No changes for PropertySuggester

QuickSurveys

[edit]

No changes for QuickSurveys

Quiz

[edit]

No changes for Quiz

ReadingLists

[edit]

No changes for ReadingLists

[edit]

No changes for RelatedArticles

RelatedSites

[edit]

No changes for RelatedSites

Renameuser

[edit]

No changes for Renameuser

RevisionSlider

[edit]

No changes for RevisionSlider

RSS

[edit]

No changes for RSS

[edit]

No changes for SandboxLink

Scribunto

[edit]

Score

[edit]

No changes for Score

SearchExtraNS

[edit]

No changes for SearchExtraNS

SecurePoll

[edit]

No changes for SecurePoll

Sentry

[edit]

No changes for Sentry

ShortUrl

[edit]

No changes for ShortUrl

SiteMatrix

[edit]

No changes for SiteMatrix

SpamBlacklist

[edit]
  • git #1bdc9aa6 - Replace deprecated ContentHandler::makeParserOptions() (T194263) by Brad Jorsch
  • git #f8b95716 - Hash the title in "blacklist" cache keys by Aaron Schulz

SubPageList3

[edit]

No changes for SubPageList3

SubpageSortkey

[edit]

No changes for SubpageSortkey

SyntaxHighlight_GeSHi

[edit]

TemplateData

[edit]

No changes for TemplateData

TemplateSandbox

[edit]

No changes for TemplateSandbox

TemplateStyles

[edit]

TextExtracts

[edit]

No changes for TextExtracts

Thanks

[edit]

No changes for Thanks

TimedMediaHandler

[edit]

No changes for TimedMediaHandler

timeline

[edit]

No changes for timeline

TitleBlacklist

[edit]

No changes for TitleBlacklist

TocTree

[edit]

No changes for TocTree

TorBlock

[edit]

Translate

[edit]

No changes for Translate

TranslationNotifications

[edit]

TrustedXFF

[edit]

No changes for TrustedXFF

TwoColConflict

[edit]

No changes for TwoColConflict

UnicodeConverter

[edit]

No changes for UnicodeConverter

UniversalLanguageSelector

[edit]

No changes for UniversalLanguageSelector

[edit]

No changes for UploadsLink

UploadWizard

[edit]
  • git #f2282506 - Don't use deprecated `mediawiki.api.{edit|messages|parse}` (T196802) by James D. Forrester

UrlShortener

[edit]

No changes for UrlShortener

UserMerge

[edit]

No changes for UserMerge

VipsScaler

[edit]

No changes for VipsScaler

VisualEditor

[edit]
  • git #fbb8837a - Fix import button events by Esanders
  • git #13675e4a - Fix confusion between #getSetupProcess and #getReadyProcess (T185944) by Bartosz Dziewoński
  • git #3d07d7f0 - Update VE core submodule to master (6398ee9c4) by James D. Forrester
  • git #31604299 - Follow-up dfe27be: Add missing i18n keys to manifest (T198064) by James D. Forrester
  • git #27f56a57 - Update VE core submodule to master (58eb2cb97) by James D. Forrester
  • git #9d8d4255 - init.mw.ArticleTarget: make sure renderCategories preserves order (T197759) by David Lynch
  • git #6db1fd41 - Move some styles from mw.ArticleTarget to mw.Target by Bartosz Dziewoński

Wikibase

[edit]
  • git #c88de757 - Test that links to items used as units are added to ParserOutput (T199379) by Jakob Warkotsch
  • git #2454496a - Fix missing label for unit items when displayed on entity page (T199379) by Jakob Warkotsch
  • git #f1afa379 - Replace deprecated ContentHandler::makeParserOptions() (T194263) by Brad Jorsch
  • git #3e852761 - selenium: ComponentInteraction mixin, convenient way to add (T194771) by Pablo Grass
  • git #92e96427 - Stop overriding ContentHandler::makeParserOptions() (T190712) by Brad Jorsch
  • git #e06218f9 - Don't use deprecated `mediawiki.api.options` (T196802) by James D. Forrester
  • git #c0bed0df - Count number of `$entityIds` being prefetched (T198868) by Aleksey Bekh-Ivanov (WMDE)

WikibaseLexeme

[edit]

WikibaseQuality

[edit]

No changes for WikibaseQuality

WikibaseQualityConstraints

[edit]
  • git #978863a6 - Link to constraint statement instead of statement group (T169224) by Lucas Werkmeister

WikidataPageBanner

[edit]

WikiEditor

[edit]

No changes for WikiEditor

wikihiero

[edit]

No changes for wikihiero

WikiLove

[edit]

No changes for WikiLove

WikimediaBadges

[edit]

No changes for WikimediaBadges

Wikidata.org

[edit]

No changes for Wikidata.org

WikimediaEvents

[edit]

WikimediaIncubator

[edit]

No changes for WikimediaIncubator

WikimediaMaintenance

[edit]

No changes for WikimediaMaintenance

WikimediaMessages

[edit]
  • git #5bd503b5 - Add a request for feedback on proposed changes to SpecialBlock. (T194301) by jenkins-bot

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

MinervaNeue

[edit]
  • git #dfc29032 - Section issues overlay has different heading (T197932) by jdlrobson* git #10024b64 - Hygiene: fix DownloadIcon function typing by Stephen Niedzielski* git #596e4058 - Tie issues to sections (T197932) by jdlrobson* git #3d0587c6 - Reduce render blocking styles by deferring loading of icons (T198930) by jdlrobson* git #10fa5f0c - Remove unnecessary MinervaResourceLoaderParsedMessageModule by Bartosz Dziewoński* git #34e1a803 - Talk page 'issues' are not subject to A/B test (T199005) by jdlrobson* git #874d9c9e - Hygiene: update JSDoc boxed and JQuery types by Stephen Niedzielski

MonoBook

[edit]

No changes for MonoBook

Modern

[edit]

No changes for Modern

Nostalgia

[edit]

No changes for Nostalgia

Timeless

[edit]

No changes for Timeless

Vector

[edit]

No changes for Vector

Total Changes

[edit]

228 Changes in 39 repos by 66 committers