Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Compatibility with Drupal 11 #1054

Open
11 tasks
kayakr opened this issue Sep 10, 2024 · 0 comments
Open
11 tasks

[FEATURE] Compatibility with Drupal 11 #1054

kayakr opened this issue Sep 10, 2024 · 0 comments

Comments

@kayakr
Copy link

kayakr commented Sep 10, 2024

Overview of feature request
Per Upgrade Status:

  • src/Controller/ManageMediaController.php L38: Call to deprecated method toRenderArray() of class Drupal\Core\Url. Deprecated in drupal:10.1.0 and is removed from drupal:11.0.0. There is no replacement.
  • src/Controller/ManageMembersController.php L102: Call to deprecated method toRenderArray() of class Drupal\Core\Url. Deprecated in drupal:10.1.0 and is removed from drupal:11.0.0. There is no replacement.
  • src/MediaSource/MediaSourceService.php L285: Call to deprecated function file_validate_extensions(). Deprecated in drupal:10.2.0 and is removed from drupal:11.0.0. Use the 'file.validator' service instead.
  • src/MediaSource/MediaSourceService.phpL367: Call to deprecated function file_validate_extensions(). Deprecated in drupal:10.2.0 and is removed from drupal:11.0.0. Use the 'file.validator' service instead.
  • modules/islandora_core_feature/config/optional/views.view.display_media.yml L162: Support from all Views contextual filter settings for the default_argument_skip_url setting is removed from drupal:11.0.0. No replacement is provided. See https://www.drupal.org/node/3382316.
  • modules/islandora_core_feature/config/optional/views.view.file_checksum.ymlL214: Support from all Views contextual filter settings for the default_argument_skip_url setting is removed from drupal:11.0.0. No replacement is provided. See https://www.drupal.org/node/3382316.
  • modules/islandora_core_feature/config/optional/views.view.manage_members.yml L250: Support from all Views contextual filter settings for the default_argument_skip_url setting is removed from drupal:11.0.0. No replacement is provided. See https://www.drupal.org/node/3382316.
  • modules/islandora_core_feature/config/optional/views.view.media_of.yml L445: Support from all Views contextual filter settings for the default_argument_skip_url setting is removed from drupal:11.0.0. No replacement is provided. See https://www.drupal.org/node/3382316.
  • modules/islandora_core_feature/config/optional/views.view.reorder_children.yml L209: Support from all Views contextual filter settings for the default_argument_skip_url setting is removed from drupal:11.0.0. No replacement is provided. See https://www.drupal.org/node/3382316.
  • islandora.info.yml L7: Value of core_version_requirement: ^10.2 is not compatible with the next major version of Drupal core. See https://drupal.org/node/3070687.
  • *.info.yml for sub-modules: all need ^11 added

I've ignored recommended updates for islandora_advanced_search because that feature is deprecated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant