< MediaWiki 1.34
MediaWiki 1.34.0-wmf.22 Deployment of MediaWiki 1.34.0-wmf.23 to Wikimedia sites MediaWiki 1.34.0-wmf.24

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

Core changes

  • git #9d5c69dd - wdio-mediawiki: update signatures in README.md by Lucas Werkmeister
  • git #3a2c7d1b - Deprecate `$wgSysopEmailBans` (task T232169) by DannyS712
  • git #17909bfe - MergeHistory: Update revactor_page too (task T232464) by Brad Jorsch
  • git #8b1a6cc5 - Use TextFormatter in the REST API by Tim Starling
  • git #9911a360 - REST: Properly handle HEAD requests (task T226043) by Tim Starling
  • git #e88526b6 - Bump PHP version requirement to 7.2.0+ (task T216165) (task T216166) by James D. Forrester
  • git #27822760 - SectionProfiler: Do not attempt to use null values as arrays (task T233012) by Máté Szabó
  • git #eafbacb4 - services: Do not use deprecated ReflectionType::__toString() in tests (task T233012) by Máté Szabó
  • git #ce904f4b - wdio-mediawiki: extract bot() function by Lucas Werkmeister
  • git #63ea34e7 - wdio-mediawiki: fix @since versions by Lucas Werkmeister
  • git #ffeeee69 - Make WatchedItemQueryService depend on PermissionManager (task T220191) by Petr Pchelko
  • git #5845b5d5 - Chinese Conversion Table Update 2019-3 by Chiefwei
  • git #901b67a8 - Note in `Createacct-reason` that the reason provided is publicly visible (task T211732) by DannyS712
  • git #7c2d1be7 - objectcache: remove references to recently removed methods by Aaron Schulz
  • git #f7eede11 - OutputPage: Add visibility to various methods & do some micro-optimizations by Derick Alangi
  • git #dddc912f - Update docblocks for methods potentially returning null by Daimona Eaytoy
  • git #9d5e3f56 - Remove getMainWANInstance and getMainStashInstance functions by Zoranzoki21
  • git #f7440048 - phan: Disable enable_class_alias_support by Umherirrender
  • git #97fffb3f - mediawiki.page.ready: Convert to packageFiles, remove jquery.checkboxShiftClick by Timo Tijhof
  • git #d4a552e6 - mediawiki.page.ready: Avoid duplicate DOM query on logout click by Timo Tijhof
  • git #1490e9da - Integrate module 'jquery.checkboxShiftClick' into 'mediawiki.page.ready' (task T232688) by Fomafix
  • git #043e1d2d - Update old URLs in DefaultSettings related to Squid caching by Thalia
  • git #f6b22c2e - ChangesListSpecialPage: Cache the change tag list and its summary (task T223260) by Roan Kattouw
  • git #a5ce1d77 - resourceloader: Add Doxygen group and improve overall docs by Timo Tijhof
  • git #c64d6c43 - Log DNS blacklist matches with info level, non-matches with debug level (task T230822) by Martin Urbanec
  • git #3439c000 - Suppress PhanUndeclaredProperty for custom properties and phan bugs (task T231636) by Daimona Eaytoy
  • git #290ab296 - Declare dynamic properties by Daimona Eaytoy
  • git #20c64594 - Make doTestLockCalls() faster by Aaron Schulz
  • git #fe3c4189 - Storage: Use a more descriptive WAN cache keyclass in 'SqlBlobStore' (task T197849) by Timo Tijhof
  • git #04ffdb9d - actions: Rename Doxygen group from "Action done on pages" to "Actions" (task T232104) by Timo Tijhof
  • git #c15e2b2b - docs: Remove aliases that are only used in tests/ by Timo Tijhof
  • git #babe0874 - docs: Disable GENERATE_TESTLIST and GENERATE_BUGLIST (task T232104) by Timo Tijhof
  • git #c1ec8b95 - API: Add missing `@ingroup API` to a few Api-related classes (task T232104) by Timo Tijhof
  • git #6ee2816e - Make PageArchive/WikiPage CDN purges use JobQueueGroup::lazyPush() in one batch by Aaron Schulz
  • git #7a15f454 - Follow-up 7960d53: Mark when the SecondaryDataUpdates and WikiPageDeletionUpdates hooks were deprecated by James D. Forrester
  • git #ace67844 - BaseTemplate: Hard-deprecate msgWiki() by James D. Forrester
  • git #58fb47b1 - Remove User::setNewpassword() by Reedy
  • git #52a33350 - deleteLogFormatter: explicitly declare parsedParametersDeleteLog by Daimona Eaytoy
  • git #9699158f - Declare dynamic properties by Daimona Eaytoy
  • git #b2d2ba61 - user: Use cached singleton instance variable by Reedy
  • git #56c21d05 - Remove usages of Title::get{Previous,Next}RevisionId by Petr Pchelko
  • git #fec66923 - docs: Exclude extra markdown files from Doxygen by apaskulin
  • git #fb654ae0 - Fix a typo (folow -> follow) (task T201491) by DannyS712
  • git #1c5d1407 - Reset all logging tables together (task T227849) by Adam Wight
  • git #74fbb2c5 - Improve MediaWikiIntegrationTestCase::resetDB() by Lucas Werkmeister
  • git #bfd32fc8 - Remove dead code from RCCacheEntryFactory by Matěj Suchánek
  • git #1fa42d25 - output: Narrow Title type hint to LinkTarget by Thiemo Kreuz
  • git #4dfae3bc - Fix a typo (yeild -> yield) (task T201491) by DannyS712
  • git #fef9ed71 - Make CdnCacheUpdate::expand() private and update the sole caller by Aaron Schulz
  • git #6c64f01c - Fix spaces in doc comments by Umherirrender
  • git #5a4d30ed - Avoid Database::tableName in WikiExporter by Umherirrender
  • git #4b156d61 - Fix param docs and passed type of UserMailer::sendWithPear by Umherirrender
  • git #c711cb20 - Add namespace restrictions to `meta=siteinfo&siprop=namespaces` API result (task T73952) by DannyS712
  • git #59e46113 - Allow logging arbitrary extra data in MWExceptionHandler::logException by Gergő Tisza
  • git #2d035d71 - StreamFile: Merge duplicate switch cases 'jpg' and 'jpeg' by Derick Alangi
  • git #362be047 - StreamFile: Deprecate ::parseRange() and ::send404Message() methods by Derick Alangi
  • git #bf25b795 - filebackend: Use HTTPFileStreamer::send404Message() in caller instead by Derick Alangi
  • git #f01da1e2 - Resources: Consistently use base paths without trailing '/' by Fomafix
  • git #0f4869ca - Make SpecialBlankPageTest independend from the language by Thiemo Kreuz
  • git #a4327ec8 - changes: Fix wrong typehint by Daimona Eaytoy
  • git #ffec2d6e - libs: Declare dynamic properties and improve doc types by Daimona Eaytoy
  • git #7b4eafda - Replace usages of deprecated User::isAllowed. Step 2. (task T220191) by Petr Pchelko
  • git #9ce26a56 - Fix XMP parser errors due to trailing nullchar (task T118799) by Derk-Jan Hartman
  • git #5ccb1a42 - Make DefaultPreferencesFactory depend on PermissionManager. (task T220191) by Petr Pchelko
  • git #2bb26430 - Cleanup File::purgeEverything() to use JobQueueGroup::lazyPush() in one batch by Aaron Schulz
  • git #dd99fa6e - Cleanup LinksUpdate::invalidateProperties() to use JobQueueGroup::lazyPush() in one batch by Aaron Schulz
  • git #2adff757 - Cleanup field visibility and comments in CdnCacheUpdate and HTMLCacheUpdate by Aaron Schulz
  • git #09de96eb - Cleanup Title::touchLinks() to use JobQueueGroup::lazyPush() in one batch by Aaron Schulz
  • git #aae1c839 - Title: Fix case mismatch for function/method calls by Derick Alangi
  • git #d4415072 - deferred: Fix MW version number when hard deprecating to '1.34' by Derick Alangi
  • git #a6827329 - mediawiki.util: Add debounce() function (task T213426) by Timo Tijhof
  • git #b2ac2a41 - Expose LinksUpdate recursive flag with a getter by David Causse
  • git #f07b69cf - mw.ForeignApi: don’t set origin for same-origin requests (task T208601) by Lucas Werkmeister
  • git #c28609ac - SpecialRunJobs: optional output stats and status. (task T231822) by daniel
  • git #17ff5193 - Change the Balinese language autonym to "Bali" by Amir Aharoni
  • git #5fffa5c0 - Pass the user and request into BlockManager::getUserBlock (task T231919) by Thalia
  • git #6b43064e - Allow users who are partially blocked to delete revisions. (task T228486) by David Barratt
  • git #22c37695 - Update OOUI to v0.34.1 (task T230694) (task T232211) (task T232514) (task T232537) by Volker E
  • git #e2f1ca17 - mediawiki.special.userlogin.signup: Remove unused debounce dependency (task T213426) by Timo Tijhof
  • git #1ee9d373 - mediawiki.util: Improve escapeId*() docs and minor optimisations by Timo Tijhof
  • git #227c1301 - mediawiki.util: Remove redundant IE8 support from addCSS() by Timo Tijhof
  • git #01dae6ff - jquery.color: Merge $.colorUtil back into this module by Timo Tijhof
  • git #c2b9f7d0 - Standardise preview warning box when using ?action=edit (task T232414) by jdlrobson
  • git #e15e45b3 - Add general messagebox (neutral) styling to shared.css (task T232553) by Volker E
  • git #5d6756c5 - SpecialExpandTemplates: Add semantic 'errorbox' class to error (task T232414) by Volker E
  • git #165d3cc5 - Deprecate $wgContentHandlerUseDB (task T148137) by Brad Jorsch
  • git #0e4b7631 - Fix property filter for ApiQueryStashImageInfo::getPropertyNames by Umherirrender
  • git #02f35caa - dispatchUser() should use a 302 http status code (task T231386) by sbassett
  • git #3224bdab - Allow partially blocked users to tag unrelated revisions (task T221444) by David Barratt
  • git #afdbf8b1 - Restore FileBackendStoreOpHandle::call by Daimona Eaytoy
  • git #134e933e - Revert "Improve MultiHttpClient connection concurrency and reuse" (task T232487) by Reedy
  • git #430d420b - specials: Declare dynamic properties by Daimona Eaytoy
  • git #1f17cc23 - widget: Improve properties documentation by Daimona Eaytoy
  • git #d78d9fe3 - resourceloader: Replace Xml::encodeJsCall by encodeJsonForScript (task T32956) by Fomafix
  • git #a253c6d5 - resourceloader: Remove comment about XmlJsCode wrapper by Fomafix

Vendor

Extensions

3D

  • git #3980209b - mmv.3d: Don't try to use internal (now removed) ext property of mw.Title (task T232521) by James D. Forrester

AbuseFilter

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

CharInsert

No changes for CharInsert

CheckUser

No changes for CheckUser

CirrusSearch

Cite

No changes for Cite

CiteThisPage

No changes for CiteThisPage

Citoid

cldr

No changes for cldr

Cognate

No changes for Cognate

CodeEditor

No changes for CodeEditor

CodeMirror

CodeReview

No changes for CodeReview

CollaborationKit

Collection

No changes for Collection

CommonsMetadata

No changes for CommonsMetadata

ConfirmEdit

No changes for ConfirmEdit

CongressLookup

No changes for CongressLookup

ContactPage

No changes for ContactPage

ContentTranslation

  • git #b20d3e4d - Fix: Articles published with Content Translation are no longer linked to Wikidata (task T232020) by Santhosh Thottingal
  • git #462b7682 - Don't auto flip gray interlanguage link dialog (task T224880) by petarpetkovic
  • git #75a163da - Avoid exception in site mapper constructor by Niklas Laxström
  • git #6b130ea1 - Merge mw.cx.ui.TranslationIssueWidget with mw.cx.tools.IssueTrackingTool by petarpetkovic
  • git #d87aff56 - Merge mw.cx.ui.TitleOptionWidget into mw.cx.ui.PageSelectorWidget by petarpetkovic
  • git #f54e4d0a - Fix indentations in site mapper docs by petarpetkovic
  • git #97605a3b - Remove two variables on every page view by using packageFiles by Niklas Laxström
  • git #0b72a3e0 - Show Abuse Filter errors on sections even if there is no message body by petarpetkovic
  • git #4472e4e5 - Update Abuse Filter error handling code (task T232583) by petarpetkovic
  • git #b4561334 - Remove obsolete abuse filter error handling in CX1 (task T232583) by petarpetkovic
  • git #c874bf92 - Fix typo in ApiContentTranslationSave.php by petarpetkovic
  • git #fb34d8b0 - Optimize when ext.cx.interlanguagelink is loaded (task T230230) by petarpetkovic

ContributionTracking

No changes for ContributionTracking

CreditsSource

No changes for CreditsSource

Dashiki

No changes for Dashiki

Disambiguator

No changes for Disambiguator

DismissableSiteNotice

No changes for DismissableSiteNotice

DonationInterface

DoubleWiki

No changes for DoubleWiki

DynamicSidebar

No changes for DynamicSidebar

EUCopyrightCampaign

No changes for EUCopyrightCampaign

Echo

  • git #b942fa3c - Inject PermissionManager into Userrightspage in tests by mainframe98

Elastica

No changes for Elastica

ElectronPdfService

No changes for ElectronPdfService

EntitySchema

No changes for EntitySchema

EventBus

EventLogging

No changes for EventLogging

ExtensionDistributor

No changes for ExtensionDistributor

ExternalGuidance

No changes for ExternalGuidance

FeaturedFeeds

No changes for FeaturedFeeds

FileExporter

No changes for FileExporter

FileImporter

  • git #e198a7fd - SpecialImportFileIntegrationTest: Independent from local config by Thiemo Kreuz
  • git #94758936 - Remove unused Config from WikiRevisionFactory by Thiemo Kreuz
  • git #9220b93b - SourceWikiCleanupSnippet: Pass bool flags instead of global config by Thiemo Kreuz
  • git #b86ce08f - Use PHPUnits assertFalse() and such where possible by Thiemo Kreuz
  • git #92edd953 - Turn @return PHPDocs into strict PHP 7 return types by Thiemo Kreuz
  • git #8eafebfb - Use wfExpandUrl() instead of hard-coded strings (task T228851) by Thiemo Kreuz
  • git #52138448 - Log response headers and actual URL for remote API failures (task T228851) by Adam Wight
  • git #9149b083 - Use https rather than protcol-relative remote API URLs (task T228851) by Adam Wight
  • git #00109eed - Make InterwikiTablePrefixLookup::prefetchInterwikiMap() private by Thiemo Kreuz
  • git #499e64a5 - Add missing space to log message by Thiemo Kreuz
  • git #9388ac63 - Remove dependency on all config from InterwikiTablePrefixLookup by Thiemo Kreuz
  • git #246add01 - Rename $sourceUrlPrefixer to $prefixLookup in a test by Thiemo Kreuz
  • git #0b69cf7b - Send a User-Agent with remote API requests (task T232840) by Adam Wight
  • git #c6bcd203 - Add link to [[Commons:Licensing]] to the relevant warning messages (task T228858) by Thiemo Kreuz
  • git #a6cf5575 - Remove some tiny pieces of unused code by Thiemo Kreuz
  • git #7aa6ef38 - Add debug logging for remote API failures (task T228851) by Adam Wight
  • git #f7c21006 - Present missing/bad license errors as (unfixable) warnings (task T228858) by Thiemo Kreuz
  • git #84c0bce2 - Remove unused PostImportException by Thiemo Kreuz
  • git #05bb78bf - Avoid slow Hamcrest HTML assertions where possible by Thiemo Kreuz
  • git #5458380e - Exclude the Project namespace from unlocalization (task T225083) by Thiemo Kreuz

FlaggedRevs

Flow

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

No changes for GettingStarted

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

GuidedTour

No changes for GuidedTour

GWToolset

No changes for GWToolset

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

MachineVision

  • git #ac22dd83 - Add aliases for some languages by Zoranzoki21
  • git #fb5df2b2 - Rename Special:MachineAidedTagging to Special:SuggestedTags by Michael Holloway
  • git #d21fb969 - build: Add i18n/api to banana checker by Umherirrender
  • git #9ef9633b - Add headless JS unit tests using mw-node-qunit library by Eric Gardner
  • git #f93f7869 - Update README handler config by Michael Holloway
  • git #849b7d47 - Change behavior of accepted/rejected labels (task T231927) by Eric Gardner

MapSources

No changes for MapSources

MassMessage

No changes for MassMessage

Math

MobileApp

No changes for MobileApp

MobileFrontend

MultimediaViewer

No changes for NavigationTiming

Newsletter

NewUserMessage

No changes for NewUserMessage

Nuke

No changes for Nuke

OATHAuth

No changes for OATHAuth

OAuth

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

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

ProofreadPage

No changes for ProofreadPage

PropertySuggester

No changes for PropertySuggester

QuickSurveys

No changes for QuickSurveys

Quiz

No changes for Quiz

ReadingLists

No changes for RelatedArticles

Renameuser

No changes for Renameuser

RevisionSlider

No changes for RevisionSlider

RSS

No changes for RSS

No changes for SandboxLink

Score

Scribunto

No changes for Scribunto

SearchExtraNS

No changes for SearchExtraNS

SecureLinkFixer

  • git #7d255088 - Updating domains.php from Mozilla by SecureLinkFixer updater bot

SecurePoll

No changes for SecurePoll

Sentry

No changes for Sentry

ShortUrl

No changes for ShortUrl

SiteMatrix

No changes for SiteMatrix

SkinPerPage

No changes for SkinPerPage

SpamBlacklist

  • git #5ddc45b6 - Actually return errors for action=edit API (task T229539) by Bartosz Dziewoński
  • git #2f1456c4 - Remove backwards compatibility code for Revision::getQueryInfo() by Bartosz Dziewoński

SubPageList3

No changes for SubPageList3

SubpageSortkey

No changes for SubpageSortkey

SyntaxHighlight_GeSHi

No changes for SyntaxHighlight_GeSHi

TemplateData

  • git #b87d37f4 - Merge 'ext.templateDataGenerator.ui.images' into 'ext.templateData.images' by Timo Tijhof
  • git #8f35430b - Merge 'ext.templateDataGenerator.ui' into 'ext.templateDataGenerator.editTemplatePage' by Timo Tijhof

TemplateSandbox

TemplateStyles

No changes for TemplateStyles

TemplateWizard

No changes for TemplateWizard

TextExtracts

No changes for TextExtracts

Thanks

TheWikipediaLibrary

No changes for TheWikipediaLibrary

TimedMediaHandler

No changes for TimedMediaHandler

timeline

No changes for timeline

TitleBlacklist

No changes for TitleBlacklist

TocTree

No changes for TocTree

TorBlock

No changes for TorBlock

Translate

TranslationNotifications

TrustedXFF

No changes for TrustedXFF

TwoColConflict

UniversalLanguageSelector

No changes for UploadsLink

UploadWizard

No changes for UploadWizard

UrlShortener

No changes for UrlShortener

UserMerge

No changes for UserMerge

VipsScaler

No changes for VipsScaler

VisualEditor

Wikibase

WikibaseCirrusSearch

No changes for WikibaseCirrusSearch

WikibaseLexeme

WikibaseLexemeCirrusSearch

No changes for WikibaseLexemeCirrusSearch

WikibaseMediaInfo

  • git #ff68eecd - Add links to autocomplete options to enable middle-clicking (task T224604) by annet
  • git #8006d122 - Add tests for GlobeCoordinateInputWidget by Matthias Mullie
  • git #355dc59f - Improve StatementWidget test coverage by Matthias Mullie
  • git #1d712ede - Improve ItemWidget test coverage by Matthias Mullie
  • git #ede7ab4e - Add more tests to confirm 'change' events are emitted consistently by Matthias Mullie
  • git #0391ddcf - Add tests for AddPropertyWidget by Matthias Mullie
  • git #a9ed9d0c - Add more tests for expected QualifierValueInputWidget behavior by Matthias Mullie
  • git #50ccf629 - Make unsupported datatypes roundtrip properly by Matthias Mullie
  • git #88c18fb8 - Add summary and tags parameters to StatementWidget by Lucas Werkmeister
  • git #eecf4105 - Skip formatValue calls for input types where we don't need it by Matthias Mullie
  • git #61e9b6bc - Improve DOM merge logic - nodes with different props are not equal (task T231225) by Matthias Mullie

WikibaseQualityConstraints

  • git #85673128 - Slightly optimize RangeCheckerHelper::__construct() by Lucas Werkmeister
  • git #e82bff92 - Don’t make network requests in DelegatingConstraintCheckerTest by Lucas Werkmeister
  • git #c56d5127 - Radically reduce ImportConstraintEntitiesTest data by Lucas Werkmeister

Wikidata.org

No changes for Wikidata.org

WikidataPageBanner

No changes for WikidataPageBanner

WikiEditor

wikihiero

No changes for wikihiero

WikiLove

No changes for WikiLove

WikimediaBadges

No changes for WikimediaBadges

WikimediaEditorTasks

No changes for WikimediaEditorTasks

WikimediaEvents

WikimediaIncubator

No changes for WikimediaIncubator

WikimediaMaintenance

  • git #724e8485 - blameStartupRegistry.php: Add total count/bytes by Timo Tijhof

WikimediaMessages

  • git #c5b5f22c - Add Serbian cases for Wikiversity by Zoranzoki21
  • git #0b157c09 - Load interactions icons for feedback link on Special:Block by Thalia

XAnalytics

No changes for XAnalytics

Skins

CologneBlue

No changes for CologneBlue

EUCopyrightCampaignSkin

  • git #fb179137 - BaseTemplate::msgWiki() is deprecated by Max Semenik

MinervaNeue

MonoBook

No changes for MonoBook

Modern

No changes for Modern

Nostalgia

No changes for Nostalgia

Timeless

  • git #f9a7111b - Render unnecessarily large 2x logos to ensure we support unnecessarily high-res devices (task T232540) by Isarra
  • git #62c2eb07 - Create wrapper for all junk below firstHeading, including nav stuff (task T231400) by Isarra
  • git #359825a0 - Prevent edtisection icons from getting clipped by Isarra
  • git #e8824f4b - Prevent thumbnails from overflowing their backgrounds when coupled with random other floats where they don't fit by Isarra
  • git #0af345ad - Prevent long sitenames from overflowing out of column and stuff (task T232411) by Isarra
  • git #91634606 - Consolidate and make monospace styles more consistent by Isarra
  • git #ee5a9fc0 - Revert "Add settings to use a particular layout even at higher resolutions" by Krinkle
  • git #321037f1 - Increase filetoc contrast, make it stand out more by Isarra

Vector

  • git #75af9ec9 - Decrease onresize debounce from 100ms to 10ms by Timo Tijhof
  • git #f169c8b3 - Use mw.util.debounce() in collapsibleTabs.js (task T213426) by Timo Tijhof
  • git #9b2bcbbc - vector.js: Use idle callback (not rAF) for computed style read by Timo Tijhof

Total Changes

365 Changes in 50 repos by 74 authors

This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.