Commit Graph

109 Commits (11.2.x)

Author SHA1 Message Date
catch 71cecb29de Revert "Issue #3534278 by phenaproxima, longwave, xjm: The vendor hardening plugin should provide a way to skip cleaning certain packages"
This reverts commit ce807bf9d0.
2025-08-06 21:51:44 +01:00
catch ce807bf9d0 Issue #3534278 by phenaproxima, longwave, xjm: The vendor hardening plugin should provide a way to skip cleaning certain packages
(cherry picked from commit e96610e2c3)
2025-07-23 16:01:09 +01:00
Lee Rowlands 9ac21a9248
Issue #3536939 by phenaproxima, savage1974, thejimbirch: The unpacker chokes on Composer platform dependencies, like `ext-mbstring`
(cherry picked from commit 47f443d061)
2025-07-22 15:40:47 +10:00
catch 50cbe65ce8 Issue #3532796 by alexpott, jurgenhaas, rkoller: Composer unpack plugin runs into issue when requiring a dev-release of a module
(cherry picked from commit a38e8d0f53)
2025-06-30 12:36:15 +01:00
Lee Rowlands d0e45ebb5f
Issue #3355485 by alexpott, robert-arias, phenaproxima, b_sharpe, yonas.legesse, sonfd, larowlan, longwave: Dependencies should be 'unpacked' to the root composer.json and merged/resolved 2025-05-09 06:53:48 +10:00
catch ff186c3950 Issue #3470895 by quietone, longwave: Add blacklist and whitelist to the list of flagwords 2025-05-05 17:18:58 +01:00
nod_ e990205339
Issue #2721309 by spokje, quietone, shalini_jha, anoopjohn, smustgrave: Fix Drupal.Commenting.FunctionComment.ParamCommentFullStop 2025-03-03 15:03:21 +01:00
nod_ b9f3fe737c
Issue #2909372 by zaporylie, quietone, osman, mfernea, shkiper, martin107, xjm, andriyun, alexpott, daffie, spokje, borisson_, smustgrave, longwave, ioana apetri, kul.pratap, larowlan: Enable 'Drupal.Commenting.VariableComment.MissingVar' coding standard 2025-02-16 22:19:17 +09:00
nod_ aaec64c351
Issue #3489416 by quietone, lavanyatalwar, shalini_jha, smustgrave, borisson_: Fix Drupal.Commenting.FunctionComment.MissingReturnComment in non-tests 2025-02-03 11:59:29 +01:00
quietone 798ad9e459
Issue #3495778 by bramdriesen, smustgrave, cmlara, dawehner, drumm, effulgentsia, fabianx, catch, berdir, alexpott, amateescu, BarisW, benjifisher, gábor hojtsy, guypaddock, tim.plunkett, webchick, wim leers, quicksketch, xjm, tedbow, poker10, kim.pepper, jenlampton, larowlan, longwave, plach, mondrake: Update all references to file_save_htaccess() 2025-01-20 13:48:40 +13:00
catch b47d7a0f81 Issue #3484463 by andypost, benjifisher: Upgrade open-telemetry packages for PHP 8.4 2024-11-11 18:37:32 +00:00
Dave Long 5a87e35f8f
Issue #3330481 by spokje, quietone, mstrelan, smustgrave: Fix PHPStan L2 error "PHPDoc tag @foo has invalid value (Bar)" 2024-11-02 22:48:59 +00:00
nod_ fa418559a4
Issue #3463440 by mstrelan, smustgrave, quietone, longwave: Fix param docs identified by phpstan 2024-08-22 16:31:12 +02:00
nod_ 1d1669b4f4
Revert "Issue #3463440 by mstrelan, smustgrave: Fix param docs identified by phpstan"
This reverts commit e07e27a670.
2024-08-07 01:15:49 +02:00
nod_ e07e27a670
Issue #3463440 by mstrelan, smustgrave: Fix param docs identified by phpstan 2024-08-06 16:23:50 +02:00
catch 9476e1d3b9 Issue #3447886 by alexpott, sime, phenaproxima: Add support for recipes to drupal/recommended-project and drupal/legacy-project 2024-07-22 17:42:05 +09:00
Alex Pott a61eee36d2
Issue #3266160 by smustgrave, alex.skrypnyk, tannguyenhn, beatrizrodrigues, joachim, larowlan: Composer Scaffold plugin calls dispatch() instead of dispatchScript() 2024-05-11 09:21:21 +01:00
Alex Pott d4fa83453d
Issue #3417066 by mondrake, longwave, larowlan, alexpott, catch: Upgrade PHPUnit to 10, drop Symfony PHPUnit-bridge dependency 2024-05-07 11:52:49 +01:00
catch 031b4907aa Issue #3444020 by andypost, smustgrave: [8.4] Fix implicitly nullable type declarations in composer plugin 2024-04-29 23:08:32 +01:00
catch f2bb8818ec Issue #3437335 by fromme, catch: Remove web.config from 11.x 2024-04-14 08:26:06 +01:00
Alex Pott f35f0419c7
Issue #3438034 by tannguyenhn, adwivedi008, alex.skrypnyk, alexpott: Fix Composer Scaffold plugin event listeners 2024-04-09 08:27:02 +01:00
Alex Pott 64fb3ff51c
Issue #3438846 by mondrake: Add return typehints for classes that inherit from Composer 2024-04-05 13:31:59 +01:00
catch 5927d8fe07 Issue #3240792 by justafish, alexpott, andypost, smustgrave, longwave: Use lullabot/mink-selenium2-driver and lullabot/php-webdriver for functional browser testing 2024-03-07 15:23:16 +00:00
Dave Long bd3e71a8a1
Issue #3425337 by mondrake: Fix root namespace classes DebugClassLoader forward compatibility warnings 2024-03-06 15:14:18 +00:00
Dave Long c5c85f184d
Revert "Issue #3425337 by mondrake: Fix root namespace classes DebugClassLoader forward compatibility warnings"
This reverts commit ea9cc7538b.
2024-03-05 23:11:18 +00:00
Dave Long ea9cc7538b
Issue #3425337 by mondrake: Fix root namespace classes DebugClassLoader forward compatibility warnings 2024-03-04 16:56:35 +00:00
Alex Pott 661f5453d0
Issue #3112393 by cmlara, smustgrave, AdamPS, alexpott: Allow vendor hardening to remove individual files 2024-03-01 13:04:39 +00:00
Lee Rowlands 4a5308123a
Issue #3410210 by quietone, sourabhjain, smustgrave, Spokje, catch: Remove statistics module from comments 2024-01-31 08:22:19 +10:00
Dave Long b501becfe3
Issue #3409362 by quietone, smustgrave: Fix spelling of some words with 'un' prefix 2024-01-26 15:00:15 +00:00
catch 16552b02a3 Issue #3328457 by xjm, dimitriskr: Replace most substr($a, $i) where $i is negative with str_ends_with() 2024-01-11 21:45:16 +00:00
xjm 9ef77100bd
Issue #3396153 by joachim: Composer Scaffold plugin README is incomplete 2023-11-15 17:22:47 -06:00
catch b50ba1f4a9 Issue #3383316 by Spokje: Replace deprecated getComposer() of class Composer\Command\BaseCommand in ComposerScaffoldCommand 2023-08-26 09:14:31 +01:00
catch 7939d08092 Issue #3376431 by quietone, bbrala: Spellcheck core after removal of "Please" 2023-07-24 08:55:25 +01:00
Dave Long b212d24449
Issue #3268835 by quietone, smustgrave, ravi.shankar, xjm, borisson_, catch: Fix method comments in non tests for Drupal.Commenting.DocComment.ShortSingleLine 2023-04-30 17:15:32 +01:00
catch b3fac4a09f Issue #3328454 by xjm, Bhanu951, jidrone, smustgrave: Replace most strpos() !== FALSE or === FALSE with str_contains() 2023-03-18 11:30:09 +00:00
Dave Long de09fc95c5
Issue #3322743 by Spokje, mondrake: Fix PHPStan L2 errors "Parameter $foo of method Foo::bar() has invalid type Foo\Baz." and "Method Foo::bar() has invalid return type Foo\Baz. " 2023-03-12 19:15:58 +00:00
Alex Pott 56913d2ad2
Issue #3101209 by Sutharsan, longwave, smustgrave: Document the correct web-root default value 2023-03-09 21:30:34 +00:00
Dave Long 85eeb1bde1
Issue #3324801 by Spokje, mondrake: Fix PHPStan L2 error "Property Foo::$bar has unknown class Baz as its type." 2022-12-07 11:22:31 +00:00
catch 3d06e72be0 Issue #3322125 by longwave, NivethaSubramaniyan: Add peast to vendor hardening 2022-11-17 14:16:42 +00:00
catch cee6b9ca2b Issue #3267515 by Spokje, longwave, quietone, phenaproxima: Remove RDF from core 2022-09-02 07:49:58 +01:00
catch 6c6f6a3f31 Issue #3284420 by longwave, Gábor Hojtsy, Spokje: Remove Composer 1 specific code paths from Drupal 10 2022-07-01 09:32:39 +01:00
Alex Pott fc14cbc685
Issue #3283498 by Mile23, alexpott: Scaffold ReplaceOp::copyScaffold() throws an error for empty files 2022-06-19 17:14:06 +01:00
catch 1b0a476f2d Issue #3264903 by murilohp, Spokje, ravi.shankar, catch, longwave: Switch from friends-of-behat/mink back to behat/mink once it's Symfony 6 compatible 2022-03-31 10:19:21 +01:00
xjm 752ad0248e Issue #3253059 by Spokje, longwave, xjm: Upgrade to composer/installers 2 2022-03-04 20:08:44 -06:00
Alex Pott 01bd426e28
Issue #3088730 by Spokje, anmolgoyal74, ankithashetty, Mile23, longwave, naresh_bavaskar, greg.1.anderson, Mixologic, klausi: Include 'composer' directory in phpcs scans 2022-02-24 17:39:07 +00:00
catch 2add9d83da Issue #3252757 by catch, longwave, Gábor Hojtsy, xjm, daffie, andypost, dww: Update Drupal 10 to depend on Symfony 6.0 2022-02-17 21:09:21 +00:00
Alex Pott 76c0ec234c
Issue #3219649 by quietone, murilohp, longwave: Fix spelling for words used once, beginning with 'q' -> 's', inclusive 2022-01-27 02:25:01 +00:00
Alex Pott c97b85451a
Issue #3258902 by longwave, Spokje, catch, daffie: [Symfony 6] Bring stackphp/builder into core for Symfony 6 compatibility and remove it as a dependency 2022-01-26 10:19:42 +00:00
Alex Pott 7b324dd8f1
Issue #3197482 by longwave, Spokje, Taran2L, murilohp, catch, Gábor Hojtsy, daffie: Update Drupal 10 to depend on Symfony 5.4 (as a stepping stone to Symfony 6, for deprecation checking support) 2022-01-17 09:03:46 +00:00
Alex Pott eb1adb0b92
Issue #3252257 by Spokje, beatrizrodrigues, longwave, paulocs, mondrake: Remove PHPUnit 8 support 2021-12-29 18:34:48 +00:00