MediaWiki 1.33/wmf.22/Changelog

Core changes

edit
  • git #ce1047c0 - Improve Caching in Title::loadRestrictions() by Andrew Green
  • git #3e0c1651 - jquery.tablesorter: Never initialize twice on the same element by Ed Sanders
  • git #f7afe427 - Remove many references to db fields being retired as part of MCR Schema Migration (T198341) by Bill Pirkle
  • git #c8f008e2 - Sync up with Parsoid parserTests.txt by Arlo Breault
  • git #44f00813 - debug: Disable flaky CeeFormatterTest (T218688) by Timo Tijhof
  • git #dba3a36b - Remove block cookie stats measurement implementation (T218596) by Dayllan Maza
  • git #6b7ddf9c - Revert "Split out new RefreshSecondaryDataUpdate class" (T218456) by Timo Tijhof
  • git #07c0c409 - Remove rollback confirmation user preference (T218556) by Tim Eulitz
  • git #e3427b87 - rdbms: add bad mysql table/column codes to wasKnownStatementRollbackError() by Aaron Schulz
  • git #384ab964 - Define ManualLogEntryBeforePublish hook (T215675) by Piotr Miazga
  • git #3b0effb2 - Replace $wgUser with RequestContext::getUser in User::getBlockedStatus (T218608) by Reedy
  • git #56077481 - Make BagOStuff::incr abstract to discourage bad implementations by Aaron Schulz
  • git #fd24be4f - Provide a Taggable interface (T215675) by Piotr Miazga
  • git #fb097fb7 - Mixin FlaggedElement to DateTimeInputWidget (T218513) by Daimona Eaytoy
  • git #5b57369b - Urlencode fragments when redirecting after editing (T216029) by Max Semenik
  • git #796ea841 - Password: update documentation by Max Semenik
  • git #66cebd0b - runJobs.php output something when the job queue is empty (T187628) by D3r1ck01
  • git #9d07ee57 - Use READ_EXCLUSIVE in SpecialConfirmEmail::attemptConfirm (T202149) by Aaron Schulz
  • git #d46fbd1a - Advertise feeds only if $wgFeed is enabled (T116145) by Alex Monk
  • git #57eb84ed - RELEASE-NOTES: Make more consistent and useful for sysadmins by James D. Forrester
  • git #1af807c1 - Various fixes for phan-taint-check by Umherirrender
  • git #c1e9a7c6 - ProtectionForm: Follow up on I167ae6300b37d4e9292 by Umherirrender
  • git #96fa5217 - Code style tweaks by Umherirrender
  • git #9804ee9d - Make LinkCache::isCacheable include namespaces like NS_CATEGORY/NS_MODULE by Aaron Schulz
  • git #074ce9ab - User: Remove redundant wgClockSkewFudge code by Krinkle
  • git #46773927 - Remove wgSitesCacheFile and rebuildSitesCache.php (unused) by Krinkle
  • git #19cea6b2 - parser: Rename $lastSection to $lastParagraph by Arlo Breault
  • git #0ef02cd0 - Make DeferredUpdates enqueue updates that failed to run when possible (T206288) (T206283) by Krinkle
  • git #36243e91 - rdbms: document that IDatabase::selectFieldValues() keeps the order by Aaron Schulz
  • git #2a5397b5 - Revert "Temporarily trim leading/trailing whitespace from parser test clauses" (T208070) by C. Scott Ananian
  • git #a9175752 - parser: Omit outputting newline after final line (T208070) by C. Scott Ananian
  • git #8384d48a - parser: Remove trailing newline after prefixes have been cleared (T208070) by C. Scott Ananian
  • git #19262326 - Temporarily trim leading/trailing whitespace from parser test clauses (T208070) by C. Scott Ananian
  • git #a1f7fd3a - Split out new RefreshSecondaryDataUpdate class (T206288) by Aaron Schulz
  • git #b0615e12 - Remove empty and unnecessary /* @{{ … */ comments by Thiemo Kreuz
  • git #93b24207 - Make EditPage::getTemplates avoid page table query spam by Aaron Schulz
  • git #15111ac4 - Fix ChangeTagsTest failing on Postgres by Thiemo Kreuz
  • git #3a7874ce - rdbms: lower the log channel severity of LoadMonitor::getServerStates by Aaron Schulz
  • git #c35fef1e - rdbms: improve database connection loss handling (T218226) by Krinkle
  • git #2a769760 - deferred: Remove deprecated CdnCacheUpdate::newSimplePurge by Timo Tijhof
  • git #6612673b - objectcache: make BagOStuff::add() abstract to discourage non-atomic versions by Krinkle
  • git #fea9ebbd - objectcache: make the BagOStuff::add() operation more atomic for WinCache by Krinkle
  • git #1899a82c - objectcache: make the BagOStuff::add() operation more atomic for APC by Krinkle
  • git #acfe6c84 - user: Avoid page_touched update in User::saveSettings by Krinkle
  • git #e2b03d5d - objectcache: add BagOStuff::deleteMulti() method for consistency by Aaron Schulz
  • git #03908112 - rdbms: make Database::query() more readable and consistent (T218226) by Aaron Schulz
  • git #93f29a12 - Deprecate Profiler::profileIn and Profiler::profileOut stubs by Krinkle
  • git #c25d8111 - filebackend: change "profiler" parameter in FileBackend so it works again by Krinkle
  • git #b438db9e - rdbms: change "profiler" argument in Database::factory so it works again by Aaron Schulz
  • git #588a4646 - Fix WatchedItemStore last-seen stashing logic by Aaron Schulz
  • git #aef02d51 - Improve RemexStripTagHandler working with tables (T218001) by Erik Bernhardson
  • git #8c33a391 - Fix assertArrayEquals() calls with bogus 3rd parameter by Thiemo Kreuz
  • git #bb786be6 - Add /** @var SplFileInfo $fileInfo */ docs where needed by Thiemo Kreuz
  • git #04039b48 - Add MessagesNqo.php (T152908) by Amire80
  • git #a91c33af - Update OOUI to v0.31.0 (T215645) (T217471) (T217584) (T217952) (T218271) by James D. Forrester
  • git #a330f865 - Remove references to Html5Depurate by Subramanya Sastry
  • git #9225d40c - Make copyTestData work on postgres (T217607) by daniel
  • git #5d6141f1 - rdbms: make query exceptions include the backtrace when logged by Aaron Schulz
  • git #dabbf42a - Avoid page table query spam in HistoryPager due to lastLink() by Aaron Schulz
  • git #58ee03b1 - Avoid sending duplicate ProfilerOutputText comments/html by Aaron Schulz
  • git #fe3a0474 - parser: closeParagraph already resets the lastSection by Legoktm
  • git #f41a0837 - rdbms: clarify $uniqueIndexes argument to replace()/upsert() by Aaron Schulz
  • git #547f207f - objectcache: make the $flags argument appear more consistently in BagOStuff by Aaron Schulz
  • git #8f9a19e3 - ApiMain.php api/request logging event changes (T214080) (T212529) by Ottomata
  • git #197a82ed - Throw exception on wrong type in Language::isValidCode( $code ) by Fomafix
  • git #1da4a387 - LogEntry: Restore logic to add change tags on udp-only publish (T218110) by Brad Jorsch
  • git #43b03675 - Site: Explicit allow setLanguageCode( null ) by Fomafix
  • git #79f72194 - Language: Use Assert::parameterType for type checks by Fomafix
  • git #5c8ba9eb - Replace sorting classes with better naming convention (T214218) by Volker E
  • git #f474fa4c - Avoid using outdated $casToken field for BagOStuff calls by Aaron Schulz
  • git #d1a497a9 - Avoid a few overly complicated is_null() checks by Thiemo Kreuz
  • git #4b39919c - Add password policy setting `suggestChangeOnLogin` (T211621) by Dayllan Maza
  • git #7706ef1e - resourceloader: Remove redundant var-freeing in addScript() by Timo Tijhof
  • git #ceed8053 - resourceloader: Reduce size of ES5 StringSet fallback by Timo Tijhof
  • git #346abb85 - resourceloader: Minor optimisation in variable declarations by Timo Tijhof
  • git #9c4d596d - Add a user preference to opt in or out of a confirmation prompt for rollbacks. (T199537) by tzhelyazkova
  • git #89d9e98c - SpecialContributions: Conditionally hide the namespace checkboxes (T134556) by Fomafix
  • git #b46db441 - SpecialWatchlist: Conditionally hide the namespace checkboxes (T38317) by Fomafix

Vendor

edit

Extensions

edit
  • git #1d4707b2 - build: Update eslint-config-wikimedia to 0.11.0 by Jforrester

AbuseFilter

edit

ActiveAbstract

edit

No changes for ActiveAbstract

AdvancedSearch

edit
  • git #a46b94ba - Unify code requesting the main config from two sources by Thiemo Kreuz
  • git #6df10762 - Minor clean-ups to whitespace in Hooks.php code by Thiemo Kreuz

AntiSpoof

edit

ApiFeatureUsage

edit

No changes for ApiFeatureUsage

ArticleCreationWorkflow

edit

ArticlePlaceholder

edit

No changes for ArticlePlaceholder

Babel

edit

No changes for Babel

BetaFeatures

edit

No changes for BetaFeatures

BounceHandler

edit

No changes for BounceHandler

Calendar

edit
  • git #49957e1f - Various cleanups in CalendarHooks and CalendarTable by Thiemo Kreuz

Campaigns

edit

No changes for Campaigns

Capiunto

edit

No changes for Capiunto

CategoryTree

edit

CentralAuth

edit
  • git #5599948c - Fix typo 'avalaible' (T218453) by MarcoAurelio
  • git #81549976 - Pass ignore option for insert as array to IDatabase->insert by Umherirrender
  • git #93139a9a - Split api.* messages to a separate folder (T214983) (T189982) by Amire80
  • git #77f008f0 - Add missing parent::__construct() to ForceRenameUsers script by Thiemo Kreuz (WMDE)
  • git #d7e77bf0 - Fix incorrect $uniqueIndexes parameter to IDatabase::replace() by Aaron Schulz
  • git #a7444286 - Use php null coalesce operator ?? by Umherirrender
  • git #d7e7c121 - Avoid use of func_get_args() by Kunal Mehta

CharInsert

edit

No changes for CharInsert

CheckUser

edit
  • git #b79b2f22 - Use ::class on \DatabaseUpdater::addPostDatabaseUpdateMaintenance by Umherirrender
  • git #77482340 - Split a methods between logic and output (T213668) by Rxy

CirrusSearch

edit

Cite

edit

CiteThisPage

edit

No changes for CiteThisPage

Citoid

edit

No changes for Citoid

cldr

edit

Cognate

edit
  • git #4f650b8c - Only pass required arguments to hook handler functions by Thiemo Kreuz
  • git #ea90fed9 - Avoid use of func_get_args() by Kunal Mehta

CodeEditor

edit
  • git #5cac43dd - build: Update eslint-config-wikimedia to 0.11.0 by Ed Sanders

CodeMirror

edit

CodeReview

edit
  • git #0c703cfb - Use php null coalesce operator ?? by Umherirrender

CollaborationKit

edit

Collection

edit

No changes for Collection

CommonsMetadata

edit
  • git #46d720e9 - Use php null coalesce operator ?? by Umherirrender

ConfirmEdit

edit
  • git #9bc79745 - Swap ternary check for if statement by Umherirrender

CongressLookup

edit

No changes for CongressLookup

ContactPage

edit

No changes for ContactPage

ContentTranslation

edit
  • git #1508182a - Use source section as unmodified MT while restoring sections (T215591) by Petar.petkovic
  • git #6bb8ec08 - Show reset option in the MT card only when section has been modified (T196051) by jenkins-bot
  • git #3ea6ebcb - Communicate session has expired on translation view (T192066) by jenkins-bot
  • git #0a07024a - Put "Add new template" button inside missing block template issue card (T204937) by Nikerabbit
  • git #cb1037b5 - Avoid generating syntax errors in JSON dumps (T217899) by jenkins-bot
  • git #4233fc54 - Don't show link suggestions in source column by Santhosh
  • git #a7c65012 - Transfrom mw.cx.TranslationTracker to OOUI-style class by jenkins-bot
  • git #d39b8e0a - Rely on VE code to disable spellchecker for read-only surface (T217740) by Santhosh
  • git #cbacad45 - Merge RL modules into mw.cx.MwApiRequestManager and mw.cx.init.Translation (T203695) by jenkins-bot
  • git #b9e6aa9a - Fix fatal: Class 'ContentTranslation\Action' not found (T218366) by Niklas Laxström
  • git #b7f55ded - Don't use quotes around event names in @fires JS docs by Nikerabbit
  • git #8e7edcd4 - ve.dm.CXTransclusionNode: Do not set empty data-cx in DOM nodes (T217878) by Santhosh
  • git #4b868392 - Disable spellcheck and ime activation in source sections (T217740) by Petar.petkovic
  • git #ac4bc1f3 - Use php null coalesce operator ?? by jenkins-bot
  • git #bb9e94c5 - Fix incorrect $uniqueIndexes parameter to IDatabase::replace() by Nikerabbit
  • git #1743c31d - Fix gray background for source title (T218180) by Nikerabbit
  • git #14e6bbf0 - Move ContentTranslationHooks to ContentTranslation\Hooks by Nikerabbit

ContributionTracking

edit

No changes for ContributionTracking

CreditsSource

edit

No changes for CreditsSource

Dashiki

edit

No changes for Dashiki

Disambiguator

edit

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
  • git #c2c9ed09 - Disable DiscussionParserTest until we can figure out why it broke (T218388) by Kosta Harlan
  • git #4b75dc8d - Use ::class on \DatabaseUpdater::addPostDatabaseUpdateMaintenance by Umherirrender
  • git #c3d07604 - Use php null coalesce operator ?? by Umherirrender
  • git #84d3f8b0 - Remove problematic test case (T194632) by Kosta Harlan
  • git #0355c73c - Avoid use of func_get_args() by Kunal Mehta

Elastica

edit

No changes for Elastica

ElectronPdfService

edit
  • git #16af980f - Remove phan suppressed issue PhanTypeMismatchArgument by Umherirrender

EventBus

edit

EventLogging

edit

ExtensionDistributor

edit
  • git #717a5377 - Remove phan suppressed issue PhanTypeMismatchArgument by Umherirrender

ExternalGuidance

edit
  • git #4a170c7b - Special:ExternalGuidance: Show friendly error message instead of MWException (T216266) by Santhosh Thottingal
  • git #723e4cd5 - Create page: Make CX as default option if available (T212411) by Santhosh Thottingal
  • git #4a60d816 - build: Update eslint-config-wikimedia to 0.11.0 by Ed Sanders

FeaturedFeeds

edit

No changes for FeaturedFeeds

FileExporter

edit

No changes for FileExporter

FileImporter

edit

No changes for FileImporter

FlaggedRevs

edit
  • git #0f650830 - Use php null coalesce operator ?? by Umherirrender

Flow

edit
  • git #1790e814 - BadImageRemover: Decode URLs in resource attribute by Roan Kattouw
  • git #5c4c42a2 - Use ::class on \DatabaseUpdater::addPostDatabaseUpdateMaintenance by Umherirrender
  • git #580f0329 - Use php null coalesce operator ?? by Umherirrender

FundraiserLandingPage

edit

No changes for FundraiserLandingPage

FundraisingTranslateWorkflow

edit

No changes for FundraisingTranslateWorkflow

Gadgets

edit

GeoCrumbs

edit

GeoData

edit

No changes for GeoData

GettingStarted

edit

No changes for GettingStarted

GlobalBlocking

edit
  • git #4eef274d - Don't use deprecated IP::isValidBlock() by Max Semenik

GlobalCssJs

edit

No changes for GlobalCssJs

GlobalPreferences

edit
  • git #d5db0301 - Remove ooui suffix from modules/files by Ed Sanders
  • git #5f927b58 - Fix incorrect $uniqueIndexes parameter to IDatabase::replace() by Aaron Schulz

GlobalUsage

edit

No changes for GlobalUsage

GlobalUserPage

edit

No changes for GlobalUserPage

GoogleNewsSitemap

edit
  • git #59e624ae - Declare array variable before use by Thiemo Kreuz (WMDE)
  • git #4000088c - Use php null coalesce operator ?? by Umherirrender

Graph

edit

No changes for Graph

GrowthExperiments

edit

GuidedTour

edit

No changes for GuidedTour

GWToolset

edit
  • git #4772e66b - Use php null coalesce operator ?? by Umherirrender

ImageMap

edit

InputBox

edit
  • git #10cfa1cd - Parser::getConverterLanguage() is deprecated by Max Semenik

Insider

edit

intersection

edit

No changes for intersection

Interwiki

edit

InterwikiSorting

edit

JADE

edit
  • git #898ae758 - Declare array variable before use by Umherirrender

Josa

edit

JsonConfig

edit
  • git #e19c4747 - Use php null coalesce operator ?? by Umherirrender

Kartographer

edit

LabeledSectionTransclusion

edit

No changes for LabeledSectionTransclusion

LandingCheck

edit

No changes for LandingCheck

LdapAuthentication

edit
  • git #52cf5858 - Use php null coalesce operator ?? by Umherirrender

Linter

edit

No changes for Linter

LiquidThreads

edit
  • git #38a3d6f3 - Use php null coalesce operator ?? by Umherirrender

Listings

edit

LocalisationUpdate

edit

LoginNotify

edit

MapSources

edit

No changes for MapSources

MassMessage

edit

No changes for MassMessage

Math

edit

No changes for Math

MobileApp

edit
  • git #5712e704 - Move class MobileAppHooks to match filename by Umherirrender

MobileFrontend

edit

MultimediaViewer

edit
edit

No changes for NavigationTiming

Newsletter

edit
  • git #c8303d34 - Use php null coalesce operator ?? by Umherirrender

NewUserMessage

edit

No changes for NewUserMessage

Nuke

edit

No changes for Nuke

OATHAuth

edit

OAuth

edit

OpenStackManager

edit
  • git #307f8c67 - Use php null coalesce operator ?? by Umherirrender

ORES

edit

No changes for ORES

PageAssessments

edit

No changes for PageAssessments

PagedTiffHandler

edit

No changes for PagedTiffHandler

PageImages

edit

No changes for PageImages

PageTriage

edit
  • git #91ed38a7 - Check BasicData component to determine db query source (T218495) by Kosta Harlan
  • git #def8ff2b - ArticleCompileProcessor: Actually pass LinksUpdate objects to compilers by Kosta Harlan

PageViewInfo

edit

No changes for PageViewInfo

ParserFunctions

edit

ParsoidBatchAPI

edit
  • git #2934cfff - Follow-up I2842dfea7: Missed one by James D. Forrester
  • git #5756395e - Drop use of getModuleScripts, empty and now hard-deprecated (T206675) by James D. Forrester

PdfHandler

edit

PerformanceInspector

edit
  • git #20822cad - Move class PerformanceInspectorHooks to match filename by Umherirrender

Petition

edit

No changes for Petition

Poem

edit

No changes for Poem

PoolCounter

edit
  • git #b900ec28 - Init $errno as integer in PoolCounter_ConnectionManager by Thiemo Kreuz (WMDE)
  • git #2528a204 - Use php null coalesce operator ?? by Umherirrender
  • git #99aac33a - Avoid use of func_get_args() by Kunal Mehta

Popups

edit
  • git #47921517 - Split PreviewModel documentation into subclasses (T218105) by WMDE-Fisch
  • git #1627dadc - build: Update eslint-config-wikimedia to 0.11.0 by Stephen Niedzielski
  • git #43b6b89c - Avoid use of eslint-disable-… in another case by Thiemo Kreuz
  • git #932271b6 - Add missing escaping for jQuery ID selector by Thiemo Kreuz
  • git #3f7f0cc9 - Mention concatenated message keys in a comment for easy grep (T215063) by Thiemo Kreuz
  • git #1d2becc2 - Consistently talk about "Reference" instead of "Footnote" (T215063) by Thiemo Kreuz
  • git #0d2d6d4c - Move getPreviewType form gateway to model (T215420) by Stephen Niedzielski
  • git #bdb535c6 - Add SVG masks to Storybook app by Jdrewniak

ProofreadPage

edit
  • git #8c669461 - Use ::class on \DatabaseUpdater::addPostDatabaseUpdateMaintenance by Umherirrender
  • git #23df57f3 - Use php null coalesce operator ?? by Umherirrender
  • git #e3318a79 - Adds ext.wikiEditor to the Page: pages editing dependencies if enabled by Tpt

PropertySuggester

edit

No changes for PropertySuggester

QuickSurveys

edit

Quiz

edit

No changes for Quiz

ReadingLists

edit
  • git #740b94f1 - Use php null coalesce operator ?? by Umherirrender
edit

Renameuser

edit

No changes for Renameuser

RevisionSlider

edit

No changes for RevisionSlider

No changes for RSS

edit

No changes for SandboxLink

Score

edit
  • git #447f06f8 - Fix capitalization of “LilyPond” in interface message by Lucas Werkmeister
  • git #8f787ad8 - Fix score duplication due to double layout blocks (T218198) by Étienne Beaulé

Scribunto

edit

SearchExtraNS

edit
  • git #1a5bf2b8 - Rename hook class to contain word "Hooks" by Umherirrender

SecurePoll

edit
  • git #fa723dcc - Fix incorrect $uniqueIndexes parameter to IDatabase::replace() by Umherirrender

Sentry

edit

No changes for Sentry

ShortUrl

edit

No changes for ShortUrl

SiteMatrix

edit
  • git #f564934b - Remove wrong value type from call of Language::fetchLanguageNames by Fomafix
  • git #d20d8b27 - Apply LanguageCode::bcp47() to HTML attribute lang by Fomafix

SkinPerPage

edit

No changes for SkinPerPage

SpamBlacklist

edit

No changes for SpamBlacklist

SubPageList3

edit
  • git #dd25f8cc - Move class SubPageList3 to match filename by Umherirrender

SubpageSortkey

edit
  • git #51dcc688 - Move class SubpageSortkey to match filename by Umherirrender

SyntaxHighlight_GeSHi

edit

TemplateData

edit
  • git #6671a099 - build: Update eslint-config-wikimedia to 0.11.0 by James D. Forrester

TemplateSandbox

edit

No changes for TemplateSandbox

TemplateStyles

edit

No changes for TemplateStyles

TemplateWizard

edit

No changes for TemplateWizard

TextExtracts

edit
  • git #b6250d37 - Add missing test cases for ExtractFormatter by Thiemo Kreuz
  • git #e2344095 - Use AutoloadNamespaces by Max Semenik
  • git #070b13d5 - Remove PHP entry point by Max Semenik
  • git #b9a21cc8 - Better way to detect if Tidy is on by Max Semenik
  • git #1bdb8410 - Get rid of useless ApiQueryExtracts->parserOptions by Max Semenik
  • git #0215eae3 - Make ExtractFormatter not depend on configuration by Max Semenik
  • git #1017e3ab - Remove compat with old MW by Max Semenik

Thanks

edit

No changes for Thanks

TimedMediaHandler

edit
  • git #ed007b2f - Sync up with Parsoid timedMediaHandlerParserTests.txt by Arlo Breault
  • git #7ce56903 - Update tests to match parser changes (T208070) by C. Scott Ananian
  • git #bebde4c3 - Use php null coalesce operator ?? 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 #c03ee45b - Hide priority language notice if target language = msg documentation (T217419) by jenkins-bot
  • git #cef0e0c9 - Fix page suggestion not working on Special:PageMigration (T217726) by jenkins-bot
  • git #4284cfb6 - Fix: Hide workflow selector when source = target language for msg group (T217637) by jenkins-bot
  • git #21b95f59 - Fix broken Special:PageMigration due to error from MessageCollection API (T217727) by jenkins-bot
  • git #97052554 - Avoid isset for conditional assigned variable by jenkins-bot
  • git #47c6f835 - Fix incorrect $uniqueIndexes parameter to IDatabase::replace() by jenkins-bot

TranslationNotifications

edit

No changes for TranslationNotifications

TrustedXFF

edit

No changes for TrustedXFF

TwoColConflict

edit
  • git #fea5815e - Merge ….BaseVersionSelector module into ….initJs module by Thiemo Kreuz
  • git #3a873e48 - Upgrade to new phan (T216948) by WMDE-Fisch
  • git #14fd4889 - Integrate module 'ext.TwoColConflict.Inline.BaseVersionSelectorCss' by Fomafix
  • git #05f58020 - TwoColConflictHooks: Minor cleanup in the Hooks class by Thiemo Kreuz (WMDE)
  • git #2bd3a5ac - Remove pause() from tests by Thiemo Kreuz (WMDE)
  • git #3e97f3f3 - Use boolean WebRequest::getCheck() where possible by Thiemo Kreuz

UniversalLanguageSelector

edit
  • git #ce063ac7 - ULSJsonMessageLoaderTest: Expect a generic Exception by jenkins-bot
  • git #c0804520 - build: Update eslint-config-wikimedia to 0.11.0 by Ed Sanders
  • git #232b6a8a - ext.uls.eventlogger: Remove unused class by jenkins-bot
  • git #7d46d19e - Update jquery.ime from upstream by Amire80
edit

No changes for UploadsLink

UploadWizard

edit
  • git #fb1b4724 - Allow partially blocked users to access Special:UploadWizard (T217255) by Thalia
  • git #7fdd313d - Bind to correct event name by Matthias Mullie
  • git #10aaf440 - Break out of loop after finding first valid upload by Matthias Mullie
  • git #0cca2636 - Init other arrays used in OO.ui.FieldLayout.updateMessages by Matthias Mullie
  • git #23437a7f - FileList doesn't have .forEach by Matthias Mullie
  • git #e22570b5 - Fix type of $tutorial in class UploadWizardTutorial by Umherirrender
  • git #190bc162 - eslint: Enable reportUnusedDisableDirectives & cache by Jdlrobson
  • git #6f2dd206 - Update header text on UploadWizard CC0 notice (T217870) by Jdlrobson
  • git #ff09f06d - Center drop shadow on thumbnails by Ed Sanders
  • git #bfbc8c6f - Use lowercase for Flickr 'or' separator by Ed Sanders
  • git #54253700 - build: Update eslint-config-wikimedia to 0.11.0 by Jdlrobson
  • git #4f1668c9 - Fix select file buttons alignment by Ed Sanders

UrlShortener

edit

UserMerge

edit

No changes for UserMerge

VipsScaler

edit

No changes for VipsScaler

VisualEditor

edit

Wikibase

edit

WikibaseCirrusSearch

edit
  • git #a62a4ed1 - Set up result augmentor for Wikibase API results by DCausse
  • git #96edce5f - Use new i18n names instead of old Wikibase ones by Stanislav Malyshev
  • git #b664d479 - Use ExtendedResult class to make Wikibase skip its result display hook by Stanislav Malyshev
  • git #ff622fbb - Fix hook returns - false breaks results display by Stanislav Malyshev

WikibaseLexeme

edit

WikibaseMediaInfo

edit
  • git #74bc3b4d - Tabs: Fix class names for the two different tabs (wrong way around) by James D. Forrester
  • git #4a84390a - Remove autoFocus in tab content area (T218312) by ha78na
  • git #76e757e9 - Tabify file information and structured data (T215642) by Cormac Parle
  • git #e6ad5e92 - Let statements be still saved after deleting a statement (T218318) by Jforrester
  • git #b7737b67 - CC0 License acceptance uses single 'I agree' button (T217552) by ha78na
  • git #5c26365a - build: Upgrade stylelint-config-wikimedia from 0.4.3 to 0.5.0 and make pass by James D. Forrester
  • git #e0a721cd - build: Commit package-lock.json by James D. Forrester
  • git #f3c99d61 - build: Upgrade eslint-config-wikimedia from 0.10.0 to 0.11.0 and make pass by James D. Forrester
  • git #b151de46 - build: Upgrade grunt-banana-checker from 0.6.0 to 0.7.0 by James D. Forrester
  • git #1ff25916 - Drop old wikibase.mediainfo.filepagestyles module by Jforrester
  • git #45826474 - Stop setting a default value for MediaInfoProperties by James D. Forrester
  • git #9ae3538b - Add 'remove statement' and 'learn more' link (T216763) by James D. Forrester
  • git #9f26dcdf - Add descriptive text for depicts (T216757) by Matthias Mullie

WikibaseQualityConstraints

edit

Wikidata.org

edit

No changes for Wikidata.org

WikidataPageBanner

edit
  • git #795c4ef1 - Parser::getConverterLanguage() is deprecated by Max Semenik

WikiEditor

edit

wikihiero

edit

No changes for wikihiero

WikiLove

edit

No changes for WikiLove

WikimediaBadges

edit

No changes for WikimediaBadges

WikimediaEvents

edit

No changes for WikimediaEvents

WikimediaIncubator

edit

WikimediaMaintenance

edit
  • git #e718cd91 - Use php null coalesce operator ?? by Umherirrender

WikimediaMessages

edit

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

EUCopyrightCampaignSkin

edit

No changes for EUCopyrightCampaignSkin

MinervaNeue

edit

MonoBook

edit
  • git #244bc6b0 - build: Update eslint-config-wikimedia to 0.11.0 by Ed Sanders

Modern

edit

No changes for Modern

Nostalgia

edit

No changes for Nostalgia

Timeless

edit

No changes for Timeless

Vector

edit
  • git #7e76377b - build: Update eslint-config-wikimedia to 0.11.0 by Bartosz Dziewoński
  • git #74b9803d - Start extracting rendering from PHP into Mustache (T217172) by Krinkle

Total Changes

edit

391 Changes in 101 repos by 81 committers