Advanced Logging With Changelog
This extensions restores the display of the basic ChangeLog on the Contact tab even after Advanced Logging is enabled. It aims to help bridge the gap when switching from one setting to another on sites that started with the standard changelog.
The extension is licensed under AGPL-3.0.
Requirements
- PHP v7.1+
- CiviCRM 5.19+
Installation
Install like a regular CiviCRM extension.
Usage
Once enabled, the old changelog will be displayed under the advanced changelog (on the Changelog tab of Contact records).
Known Issues
This extension overrides a core template file by replacing the path handler
for civicrm/contact/view/log
with the one from this extension,
as well as duplicates part of a PHP file.
This can cause problems when upgrading if the core files have been changed.