Account created on 17 January 2007, almost 18 years ago
#

Merge Requests

More

Recent comments

🇧🇪Belgium ducktape

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

🇧🇪Belgium ducktape

Updated the views config to remove the deprecation.

🇧🇪Belgium ducktape

Added the fix as a MR for 3.0.x.

Added a patch for 2.x for who might need it in their workflow.

🇧🇪Belgium ducktape

Tests seem to fail because of https://www.drupal.org/project/drupal/issues/3400522 🐛 TimestampFormatter / time_diff missing config schema Needs work

🇧🇪Belgium ducktape

Added the settings in entity view display & views config.

🇧🇪Belgium ducktape

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.

🇧🇪Belgium ducktape

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.

🇧🇪Belgium ducktape

Applied patch in https://www.drupal.org/project/rocketship_core/issues/3370919 📌 Prepare custom code for a new Drupal major version Fixed

🇧🇪Belgium ducktape

- 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

🇧🇪Belgium ducktape

Removed the unnecessary config
Added update hook to enable the module and create config for the node types.

🇧🇪Belgium ducktape

Fixed upgrade status remarks
- Updated core version requirements
- Remove deprecated calls

🇧🇪Belgium ducktape

- 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.

🇧🇪Belgium ducktape

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(...)
}
🇧🇪Belgium ducktape

Mentioned before there was an issue with the zip import, but it is not related to this one.

🇧🇪Belgium ducktape

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

🇧🇪Belgium ducktape

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.

🇧🇪Belgium ducktape

I have added support for exporting and importing Section Library template entities.

Image support is only possible via zip.

🇧🇪Belgium ducktape

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.

🇧🇪Belgium ducktape

Added a service with a function to facilitate string translation in update hooks.

🇧🇪Belgium ducktape

Updated the layoutbuilder css to show the top & bottom regions.

🇧🇪Belgium ducktape

Updated dependencies & removed some deprecations.

🇧🇪Belgium ducktape

Updated dependencies & removed some deprecations.

Production build 0.71.5 2024