There is also need for an update hook, as mentioned here: https://www.drupal.org/project/commerce/issues/3469240#comment-15737394 🐛 The update to convert "numeric" arguments to "entity_target_id" is deprecated Needs work
Updated the views config to remove the deprecation.
ducktape → created an issue.
Added the fix as a MR for 3.0.x.
Added a patch for 2.x for who might need it in their workflow.
ducktape → created an issue.
Tests seem to fail because of https://www.drupal.org/project/drupal/issues/3400522 🐛 TimestampFormatter / time_diff missing config schema Needs work
Added the settings in entity view display & views config.
ducktape → created an issue.
Uploaded the correct patch file.
Since 10.1 the createUser has a deprecation warning on the parameters, so I updated these in the original.
The patch was not being tested, because phpstan blocked it. Due to the patch, drupalSetUpCurrentUser() does not exist any more. This was still used in BundleClassTest.
Added patch for Drush11, however the implementation has changed in Drush12 as well (see https://github.com/drush-ops/drush/issues/5626). Will need another fix.
ducktape → created an issue.
Added url to licsene.
ducktape → created an issue.
ducktape → created an issue.
Renamed the variable
ducktape → created an issue.
Bumped core version requirement
Bumped core version requirement
Bumped core version requirement
Bumped core version requirement
ducktape → created an issue.
ducktape → created an issue.
Applied patch in https://www.drupal.org/project/rocketship_core/issues/3370919 📌 Prepare custom code for a new Drupal major version Fixed
- Applied automated d10 compatibility patch from
https://www.drupal.org/project/rocketship_core/issues/3369654
📌
Automated Drupal 10 compatibility fixes
Fixed
- Fixed issues reported by upgrade status
Removed the unnecessary config
Added update hook to enable the module and create config for the node types.
Cleaned up the config
Fixed upgrade status remarks
ducktape → created an issue.
ducktape → created an issue.
ducktape → created an issue.
ducktape → created an issue.
ducktape → created an issue.
ducktape → created an issue.
ducktape → created an issue.
ducktape → created an issue.
Fixed upgrade status remarks
ducktape → made their first commit to this issue’s fork.
Fixed upgrade status remarks
- Updated core version requirements
- Remove deprecated calls
ducktape → made their first commit to this issue’s fork.
- Applied the fixes from the "Automated Drupal 10 compatibility fixes" issue
- Fixed upgrade status remarks
- Updated version requirements of submodules. I followed the main module here.
ducktape → made their first commit to this issue’s fork.
Updated the README with the expected zip file structure.
Possible change to support directories in the zip
public function importAssets(...) {
...
if (!is_dir($destination)) {
$this->fileSystem->move(...)
}
Mentioned before there was an issue with the zip import, but it is not related to this one.
Switched the import of the Story & Simple Header templates from migrate to single content sync.
This is blocked by the following issue that adds support for section library templates to the single content sync module: https://www.drupal.org/project/single_content_sync/issues/3346531 ✨ Easily manage library sections across sites Fixed
ducktape → created an issue.
Updated the MR with the image for the section library template.
As the image is being done by zip import, I noticed a problem with that. I will create an issue for it and link it here.
I have added support for exporting and importing Section Library template entities.
Image support is only possible via zip.
ducktape → made their first commit to this issue’s fork.
I updated the token to support hardcoded urls. The automatically created redirect, after the url alias change, takes care of the "Page 2" link in the breadcrumb.
I also had to update the token to be regarded as safe by pathauto, as is done in the kernel test PathAliasUpdateTest. I added this in a hook_update_N.
ducktape → created an issue. See original summary → .
Added a service with a function to facilitate string translation in update hooks.
ducktape → created an issue.
ducktape → made their first commit to this issue’s fork.
ducktape → created an issue.
ducktape → created an issue.
ducktape → created an issue.
Updated the layoutbuilder css to show the top & bottom regions.
ducktape → created an issue.
ducktape → created an issue.
ducktape → created an issue.
ducktape → created an issue.
Updated dependencies & removed some deprecations.
Updated dependencies & removed some deprecations.
Updated dependencies & removed some deprecations.
ducktape → created an issue.
ducktape → created an issue.
ducktape → created an issue.
Berdir → credited ducktape → .