Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
17.53 KB
MD5: e70e64dd941029a43ff43028f39a6605
SHA-1: 1c06a65d486c2752375b2629d5bcf7c28d104243
SHA-256: 7152620efc29cb63b76041818810af0fdf90987e98b724d25b9f96fdc4f4e19a
Download zip
21.52 KB
MD5: 0e952655a33a00b39bf498478d6d4828
SHA-1: 09c8c7ac7e70cc50ec7c3f8c2c7aae4c60dc2ae0
SHA-256: acac19e3f4eed0b6807a00d23398555f3519d028c8f08abb781e9c986668ad0d
Release notes
This update introduces the Statistics API. If you don't have ctools installed already, you will need it to make use of the module.
- Administrators can now select which Statistics API fields to include or exclude at admin/config/system/statistics.
- Developers can now declare their own fields in the accesslog by...
- Implementing hook_better_statistics_fields() and callback function(s) in a module.statistics.inc file
- Implementing hook_statistics_api() to make Better Statistics aware of the file containing declared fields.
For details, see better_statistics.api.php.
Very special thanks to mondrake for reviewing the Statistics API.