Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Excerpt
The Changelog Provisioning Plugin is a simple plugin that generates logfile entries on provisioning events. Entries are JSON encoded representations of CO Person and CO Group data.


Note

The Changelog Provisioning Plugin is unrelated to Changelog Behavior.

...

(warning) Because this plugin allows configuration of arbitrary file paths to be written to (subject to the web server having permission to write to them), it is disabled by default. To enable this plugin, edit the file app/Plugin/ChangelogProvisioner/Model/ChangelogProvisioner.php and change $cmPluginType to provisioner. Care should be taken when enabling this plugin in a multi-tenant environment. You may also wish to set open_basedir in php.ini.

This is a non-core plugin, see Installing and Enabling Registry Plugins for more information.

See Also