Commit Graph

57 Commits (48f3e0cf9d58a43ca3284982ca89a24447c6e3c7)

Author SHA1 Message Date
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
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
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
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
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
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
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
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
catch 30eb18c5ad Issue #3233456 by daffie, longwave: [Symfony 6] Add "int" type hint to methods overriding Symfony\Component\Console\Command\Command::execute() 2021-12-13 12:45:57 +00:00
Alex Pott 576bd7543d
Issue #3207567 by Spokje, quietone, guilhermevp, yogeshmpawar, daffie, alexpott: Fix Drupal.Commenting.FunctionComment.MissingParamComment 2021-11-19 09:49:33 +00:00
Lee Rowlands 6d39cdeeb4
Issue #3222769 by bbrala, alexpott, longwave, Matroskeen: [November 8, 2021] Replace all list (array destructuring) assignment to the array syntax 2021-11-15 12:35:55 +10:00
Lee Rowlands f06ad93f53
Issue #3224523 by alexpott, longwave: [PHP 8.1] Add ReturnTypeWillChange attribute where necessary 2021-09-17 13:12:50 +10:00
Alex Pott b0f50910d0
Issue #3221748 by Dane Powell, longwave, alexpott: drupal/core is implicitly allowed by scaffold 2021-08-24 13:03:58 +01:00
Alex Pott dc9a09e802
Issue #3207111 by guilhermevp, swatichouhan012, joachim: Improve ScaffoldFilePath::__construct() documentation 2021-07-10 23:39:26 +01:00
Alex Pott b8ab85c4d6
Issue #3130685 by manarth: Correct PHP CodeSniffer coding-standards violation in autoload.php 2020-08-07 23:30:13 +01:00
Lee Rowlands cedf38f159
Issue #3121847 by alexpott, joegraduate, greg.1.anderson, mmjvb: Composer project templates do not support drupal-custom-profile installer package type 2020-07-18 07:34:37 +10:00
Alex Pott 81e9500d67
Issue #3138718 by sja112, longwave, dww, xjm, alexpott: Convert British English spellings to American English, for the umpteenth time 2020-05-29 12:25:47 +01:00
Alex Pott 23d5106efe
Issue #3101214 by mrinalini9, Sutharsan, Kristen Pol: Document that Core is implicitly allowed to scaffold files 2020-05-25 13:02:25 +01:00
Alex Pott 8ac02b5cbd
Issue #3101210 by mrinalini9, Sutharsan, Kristen Pol, greg.1.anderson: Remove 'overwrite' as documented example in scaffold options 2020-05-23 15:36:48 +01:00
catch 90af0a65b3 Issue #3134606 by greg.1.anderson, longwave, Kristen Pol, catch, jungle, alexpott: PHP Fatal error in 8.9.x / 9.0.x upgrade path 2020-05-11 18:00:25 +01:00
catch 349ae78525 Issue #3126566 by greg.1.anderson, jungle, tedbow, hussainweb, Kristen Pol, alexpott: Allow Drupal to work with Composer 2 2020-05-04 11:21:33 +01:00
Alex Pott c1548fce81
Issue #3103090 by greg.1.anderson, alexpott, jungle, ravi.shankar, dww, Mile23, larowlan: Avoid re-scaffolding unchanged files (and printing scaffold file information over and over) 2020-05-03 11:42:30 +01:00
Alex Pott e3e5937d5c
Issue #3115624 by martijn.cuppens, jungle, JeroenT, greg.1.anderson, Mile23: Scaffolding: Only add root files to gitignore 2020-03-05 21:32:44 +00:00
Gábor Hojtsy 151825efee Issue #3103918 by greg.1.anderson, Mile23, alexpott, Mixologic, catch: [policy + patch] Decide on backwards compatibility policy for Composer plugins in Drupal 8 2020-02-21 10:34:07 +01:00
catch 9ed2caaeaa Issue #3106075 by Krzysztof Domański, heddn, Gábor Hojtsy, xjm, catch, mondrake, larowlan, greg.1.anderson: Bump minimum PHP for Drupal 9 to PHP 7.3 2020-01-21 11:05:11 +00:00
Alex Pott 61fa1bf27c
Issue #3104922 by greg.1.anderson, Mile23, alexpott: Guard against changes to Scaffold Plugin that might cause upgrade problems 2020-01-10 15:01:26 +00:00
Alex Pott 68a659fde3
Issue #3079791 by mikelutz, shaal, Wim Leers, hussainweb, xjm, catch, Charlie ChX Negyesi, Mixologic, Gábor Hojtsy, heddn, amateescu: Bump Drupal's minimum PHP version to 7.2 as soon as 9.0.x is branched (a higher version may be required later) 2019-10-16 23:35:03 +01:00
Lee Rowlands c1346b674f
Issue #3085697 by greg.1.anderson, Mixologic, mbaynton, larowlan: Allow scaffold plugin to append to non-scaffolded files 2019-10-09 12:55:24 +10:00
Lee Rowlands f5040c6cde
Revert "Issue #3085697 by greg.1.anderson, mbaynton, Mixologic, larowlan: Allow scaffold plugin to append to non-scaffolded files"
This reverts commit c5ac07aa8a.
2019-10-09 10:14:28 +10:00
Lee Rowlands c5ac07aa8a
Issue #3085697 by greg.1.anderson, mbaynton, Mixologic, larowlan: Allow scaffold plugin to append to non-scaffolded files 2019-10-09 08:48:27 +10:00
webchick 1082bca9f6 Issue #3086148 by greg.1.anderson, hussainweb, Mixologic: Make scaffold "extra" data key conform with plugin command name 2019-10-08 14:20:58 -07:00
webchick f9ebeb1a86 Issue #3086081 by hussainweb, greg.1.anderson: Name of composer:scaffold command is awkward 2019-10-08 14:15:12 -07:00
Alex Pott 0671ed8a14
Issue #3086118 by Krzysztof Domański: Correct the example in composer/Plugin/Scaffold/README.md 2019-10-08 19:51:07 +01:00