| /[drupal]/contributions/modules/statistics_advanced/statistics_advanced.module |
Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
by Dave Reid: Fixed coder warnings and slimmed down code.
by Dave Reid: Added statistics_advanced_user_access() so that user.module does not need to be loaded for cached visits.
#415968 by Dave Reid: Ignore counter visits by role.
by Dave Reid: Switched to trigger_error() in statistics_advanced_var().
by Dave Reid: Fixed minor cleanups with internal functions.
- Got a little ahead of myself with the new D7 SQL placeholders.
- #350813 by Dave Reid: Fix call to undefined function drupal_set_header () when using caching. - by Dave Reid: misc fixes.
- Oops
- Added debugging info back in for hook_link_alter(). I hate babysitting broken contrib modules.
- Remove debugging line.
- Use headers instead of node_access to determine if it is a 403 or 404. Should be much faster.
- Don't count 403's and 404's in the node counters.
- Beginnings of being able to compare node updated timestamp - Rewrite db_query() args to prepare for eventual D7 upgrade.
- #347749: Anonymous users that were logged in users are always counted (with test) - #331060: Disappearing node types - Split options into statistics_advanced.admin.inc. It's just easier that way - Moved ignore_user_roles variable into a permission. - Revised unit tests
- Initial commit of unit tests
- Added statistics_advanced_variables and statistics_advanced_var - Using _statistics_advanced_ignore internal function instead of globals
- Minor documentation fix and code spacing fix
- Major revisions and simplications - Integrated browscap filtering
- Converted $GLOBALS to proper global declaration
- Replaced array_slice parameter error - Changed delete queries
- Added message if no user roles are found besides default roles - Modification of index on accesslog table - Minor adjustments
Documentation update
Add indexes to accesslog table to optimize searching by sid and path
Replace db_query with appropriate db_query_range
Fixed unchanged global $user to $GLOBALS['user']
Added logic check for required enabled variable
Initial commit!
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |