Skip to content
Snippets Groups Projects

Issue #3316721: Add script to convert this module into a core merge request

Merged Issue #3316721: Add script to convert this module into a core merge request
2 unresolved threads
2 unresolved threads

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Wim Leers
  • 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.
  • Ted Bowman
  • Ted Bowman
  • Kunal Sachdev added 1 commit

    added 1 commit

    Compare with previous version

  • Kunal Sachdev added 32 commits

    added 32 commits

    Compare with previous version

  • Ted Bowman added 3 commits

    added 3 commits

    Compare with previous version

  • Ted Bowman
    Ted Bowman @tedbow started a thread on the diff
  • 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
  • merged

  • Please register or sign in to reply
    Loading