Configuration Update Manager

Module Drupal Illustration Voir sur Drupal.org
Nb téléchargements : 59078

Components

  • Base module
  • Reports module
  • Drush commands
  • Documentation
  • Tests
  • Other

Images



Licence

http://www.gnu.org/licenses/old-licenses/gpl-2.0.html

permet d'avoir une interface graphique pour voir les différences entre la config local et celle modifiée

Release

Status : Published
Projects : Modules
Maintenance status : Actively maintained
Development status : Under active development
Supported Branches : 2.0.
shield Stable releases for this project are covered by the security advisory policy.


Description

The Configuration Update Manager project contains a base module and a reporting module.

Use the base module if another project has it as a dependency (example: Features).

The report module supplements the core Configuration Manager module, by providing a report that allows you to see the differences between the configuration items provided by the current versions of your installed modules, themes, and install profile, and the configuration on your site. The report is available from the administration UI, or via Drush commands.

If you run the report from the administration UI, you can also import new configuration provided by updates, delete unwanted configuration items, and revert your site configuration to the provided values, on a case-by-case basis.

The main use case is: You update a module, and it has either changed default config that it provides, or added new config items. You want to be able to import the new items, view the differences between the site config and the changed config, and possibly "revert" (or it may be an update) to the newly-provided default config.

This module is related to several existing issues:

Other configuration-related contrib modules

  • Configuration Tools: Facilitates storing your active config in files instead of the database.
  • Configuration Split: Supports deploying a subset of your site configuration between sites
  • Features: In Drupal 8, Features is basically a configuration packager. I have heard that this module be deprecated in favor of Configuration Split, but I am not sure.
  • Configuration Development: A developer module that automatically imports/exports config at every page request, and allows you to export configuration in bulk into modules
  • Configuration Synchronizer: Provides methods for safely importing site configuration from updated modules and themes.


Toutes les informations proviennent du site drupal.org