Problem/Motivation

Track the steps needed to deprecate extension Olivero. See Remove a core extension and move it to a contributed project of the deprecation policy.

The removal of extension Olivero was approved in #3590816: [policy, no patch] Deprecate Olivero and move to contrib.

All the child issues here, except in the infrastructure project, are "11.5.0 release priority".

Remaining tasks

To find uses of olivero:

git grep -lwi olivero | grep -v core/themes/olivero/ | grep -v core/assets | grep -v phpstan-baseline | grep -v MAINTAINERS
  1. Begin finding someone to maintain the contrib version of the extension.
  2. Add the extension to the list of the Upcoming Deprecations.
  3. Move integrations implemented by other modules to the extension.
    Create child issues or child meta issues, as needed, to address the following points. Not all points will apply to all extensions.
  4. Do a thorough search of core for any remaining references to the extension. If references are found, outside of the extension, then create issues to remove the references.
  5. Create the contrib project with a stable release, before the alpha version of the major release. Follow the process in Create the contrib project with a stable release for creating the sub tree split.
  6. Deprecate the core extension.#3595083: Deprecate the Olivero theme
  7. Create an issue, 'Ensure that Olivero does not get special core treatment' in the packages.drupal.org issue queue to ensure that the composer namespace for the contributed project matches the core one after removal. This is to allocate the drupal/olivero Composer namespace to contrib extension rather than the core extension.
  8. Update the Deprecated and obsolete extensions

Comments

quietone created an issue. See original summary.

quietone’s picture

Issue summary: View changes
quietone’s picture

Issue summary: View changes
quietone’s picture

quietone’s picture

Issue summary: View changes
quietone’s picture

Issue summary: View changes
quietone’s picture

Issue summary: View changes
quietone’s picture

There are two Nightwatch tests in the Search module which shouldn't have to be moved, as long as Search is removed before Olivero.

Still to do are 47 tests with that are likely installing Olivero

$ git grep -lwi "'olivero'" | grep -v core/themes/olivero/ | grep -v core/assets | grep -v phpstan-baseline | grep -v MAINTAINERS | grep -iv nightwatch | grep -i test | wc -l
47