Install
Using Composer to manage Drupal site dependencies
Downloads
Download tar.gz
53.7 KB
MD5: 74c2239611ace912cb1cfdabfb32539d
SHA-1: 37562085e208148d0e4533daebdc6873391e48db
SHA-256: f87a9948da618f564eeb2c067e13ff2880b68730deebfb2eff4d3d905e1e79ef
Download zip
95.58 KB
MD5: cae2fc9cb73dd4898e1d2d9d5e7fef1f
SHA-1: 05d40cba6735ed2a2e35c215b36044d924bcb7d0
SHA-256: e555e2f6450653d5ed1dd1d2ba871df6eff099d3dc40782a5626025a4c470958
Release notes
New features:
- Issue #2245239: Restructured Checks to move list of checks logic into command definitions to allow hook_drush_command_alter to add checks.
- Issue #2173257 by slv_: Allow bootstrap styling on any HTML formatted report, not just audit_all.
- Issue #2245239: Restructured audit_all to move list of Reports to command so hook_drush_command_alter can add reports.
- Issue #2245239 and Issue #2129415 - laying groundwork to allow other modules to add custom reports and checks.
- Issue #2245239 - Provide a mechanism for third-party modules to specify location of custom Checks and Reports; allow checks to be added to existing reports.
- Issue #2245239 - Documenting how to add custom Reports and Checks; rewrote README.
- Issue #2141405: Detail lock API, caching backends, default cache class, explicitly defined cache bins.
- Issue #2227565 - Detect modules that have been disabled, but have not been uninstalled.
- Issue #2299195 by arielqgold: Added Provide a mechanism for reporting the version of site_audit, added links to release notes
Bug fixes:
- Issue #2245239 - Also fixed a notice in the Drupal Status report.
- Issue #2245239 - Fixed bug with report name refactoring, don't attempt to require a check file if the class already exists.
- Issue #2315379 by dooug: Fixed Unused content types - Check does not report unused content types.
- Issue #2315379 by dooug: Fixed Unused content types - special case when content types exist and no nodes exist
- Issue #2315463 by dooug: Fixed Unused vocabularies - Check does not report unused vocabularies.
- Issue #2315159 by dooug: Updated publishing to GitHub Gist to v3 API
- Fixing PHP notices and warnings.