Changes since 1.2:
M getclicky.admin.inc: add option to track or not admin pages
M getclicky.module: refactor the tracking logic functions - the decision happens on 3 levels: site_id is empty/not, user role is marked to be tracked and current page is admin/not. All 3 must be true to include tracking code.
CHANGES since 7.x-1.1:
- 4fe5491 M getclicky.admin.inc: - renamed form builder function getclicky_admin_settings() -> getclicky_admin_settings_form() - added getclicky_admin_settings_form_validate() that validates the site_id number for ! empty and is_numeric - minor: added note next to site key field 'Site Key Number (Optional: needed for displaying stats here in getclicky's drupal admin area.' - minor: replaced all to
- d95071b M getclicky.module: trim site id and key numbers just in case; admin page trimming on save already implemented