Explore GitLab
Discover projects, groups and snippets. Share your projects with others
-
Re-enables the basic "Change Log" from CiviCRM after the full logging has been enabled, so that admins can see the list of changes that were done before logging was enabled.
-
Makes E_NOTICES and E_WARNINGS fatal. This extension is for developers.
While you can set error_reporting in php, there are situations where the E_NOTICES and E_WARNINGS are "hidden" by popup forms or ajax calls and so you never see them unless you check the CMS logs while developing. Some CMS's may not even log them.
-
Purge Logs is a configurable API Job, to remove files older than a defined timeframe.
-