Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
17.35 KB
MD5: 80e8e95928ce1ab080e05c0cf59163d3
SHA-1: c2514a0dbf87c74879f387fb5d9cc004d65f211d
SHA-256: cda969920b29709fbdf76e4f54756cc6a93dc78ffd7ec02147a0abfe412ec4b9
Download zip
19.02 KB
MD5: c0ad65dbe7d3e14688165dc89305a481
SHA-1: 73ab62633a612bee52550cf480b590b42c040fd1
SHA-256: 9dcc98059ca3e0efb45acf6aedb11ba546ef8ce39fcd7603dbb3d02f001dd466
Release notes
- Complete code cleanup & code documentation
- Aligned D6 & D7 code as much as possible
- Use of query builder for all queries
- Changed path names to use - instead of _
- Added tabs on settings page & log report pages
- Added data source and switcher on reports page if multiple cache systems are available and in use
- Completed Memcache integration: add prune on cron + deliver data to hook_nagios()
- Updated Readme.txt
- Fixed PHP Notice #1022204: performance_shutdown() generates Notice: Undefined index: performance in get() (line 80 of /includes/database/log.inc) by larskleiner
- Fixed broken Nagios integration introduced in 7.x branch