Commit Graph

49 Commits (56141280b42f29f1e01acd249d78f17f81283afe)

Author SHA1 Message Date
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
Alex Pott 2296602ccf
Issue #3085354 by greg.1.anderson, mbaynton, hussainweb: Better default behavior for scaffold-created .gitignore files 2019-10-05 13:10:26 +01:00
catch 1e6ffcb5c3 Issue #3085608 by Wim Leers, mikelutz, voleger, larowlan: [Symfony 4] Symfony console command ::execute() methods should return 0 on success 2019-10-04 12:50:58 +01:00
Lee Rowlands c7a1b0204b
Issue #3084326 by hussainweb, greg.1.anderson: Install .editorconfig and .gitattributes at the project root 2019-09-30 16:24:21 +10:00
webchick 6340ef5877 Issue #3080205 by greg.1.anderson: Implicitly allow drupal/core and legacy scaffold projects to scaffold files 2019-09-20 08:52:52 -07:00
Alex Pott a68ff42323
Issue #3080649 by greg.1.anderson, larowlan, BinaryBlock, alexpott, danielnv18, Mile23: Drupal core scaffolding : path to vendor directory in generated autoload.php file is incorrect 2019-09-19 20:38:15 +01:00
catch 188c37bd94 Issue #3076585 by shubham.prakash, drumm, idebr: Update browse Git repo URLs in component READMEs 2019-09-17 11:34:04 +01:00
Lee Rowlands 3a4092e3fd
Issue #3076234 by greg.1.anderson, Mile23: Relocate Scaffold plugin outside of 'core' directory 2019-08-22 12:45:53 +10:00