Issue #3316721: Add script to convert this module into a core merge request
2 unresolved threads
Merge request reports
Activity
added 14 commits
- 569acda7 - add converter class
- 0aaaaab3 - change method name
- 93f0ed92 - fix composer.json
- 21086f8e - change to simple exception
- 877367cc - use realpath
- 4fcd1954 - use getContribDir
- b5a47b00 - exit
- efa534b5 - add info messages
- eb7d220a - switch
- 99b2af65 - remove exit
- a1a08cda - fix paths
- 84c5b8d4 - added not about switching branches
- b20f8704 - phpcs
- d060ca5c - add script description
Toggle commit listadded 1 commit
- 24ee4acb - changed code to add words to cspell dictionary
- Resolved by Ted Bowman
- Resolved by Ted Bowman
- scripts/src/Converter.php 0 → 100644
86 static::replaceContents($core_module_path, $search, $replace); 87 } 88 self::info('Replacements done.'); 89 90 static::removeLines($core_dir); 91 self::info('Remove unneeded lines'); 92 $fs->rename("$core_module_path/package_manager", $core_dir . "/core/modules/package_manager"); 93 self::info('Move package manager'); 94 95 static::addWordsToDictionary($core_dir, $core_dir . "/core/modules/auto_updates/dictionary.txt"); 96 self::info("Added to dictionary"); 97 static::runCoreChecks($core_dir); 98 self::info('Ran core checks'); 99 static::makeCommit($core_dir); 100 self::info('Make commit'); 101 // @todo Commit with the specific commit from contrib. changed this line in version 5 of the diff
- Resolved by Ted Bowman
- Resolved by Ted Bowman
added 32 commits
-
a2d14ae0...81d6ccbd - 14 commits from branch
project:8.x-2.x
- cdeba54b - add converter class
- 559547dd - change method name
- fd4853bb - fix composer.json
- a4a9f8a9 - change to simple exception
- 67712094 - use realpath
- 8b249394 - use getContribDir
- 871e317c - exit
- 52964aae - add info messages
- bd7d841c - switch
- f2daad6f - remove exit
- d2453502 - fix paths
- 4f61c339 - added not about switching branches
- 131d25a5 - phpcs
- 7815bf91 - add script description
- 9bbc3ada - improvements in progress
- 035b2562 - more improvements
- 316b879f - changed code to add words to cspell dictionary
- 108df71e - small changes
Toggle commit list-
a2d14ae0...81d6ccbd - 14 commits from branch
251 251 // Now that we know the project was created successfully, we can set the 252 252 // web root with confidence. 253 253 $this->webRoot = 'project/' . $this->runComposer('composer config extra.drupal-scaffold.locations.web-root', 'project'); 254
Please register or sign in to reply