/[drupal]/contributions/modules/statistics_advanced/statistics_advanced.module
ViewVC logotype

Log of /contributions/modules/statistics_advanced/statistics_advanced.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.1.2.26 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 26 04:21:55 2009 UTC (6 months ago) by davereid
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-5
Changes since 1.1.2.25: +37 -27 lines
Diff to previous 1.1.2.25 , to branch point 1.1
by Dave Reid: Fixed coder warnings and slimmed down code.

Revision 1.1.2.25 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 26 03:57:48 2009 UTC (6 months ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.1.2.24: +45 -4 lines
Diff to previous 1.1.2.24 , to branch point 1.1
by Dave Reid: Added statistics_advanced_user_access() so that user.module does not need to be loaded for cached visits.

Revision 1.1.2.24 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 17 02:27:44 2009 UTC (7 months, 1 week ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.1.2.23: +19 -9 lines
Diff to previous 1.1.2.23 , to branch point 1.1
#415968 by Dave Reid: Ignore counter visits by role.

Revision 1.1.2.23 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 20 06:01:50 2009 UTC (8 months, 1 week ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.1.2.22: +2 -3 lines
Diff to previous 1.1.2.22 , to branch point 1.1
by Dave Reid: Switched to trigger_error() in statistics_advanced_var().

Revision 1.1.2.22 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 2 22:33:27 2009 UTC (8 months, 3 weeks ago) by davereid
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-4
Changes since 1.1.2.21: +5 -5 lines
Diff to previous 1.1.2.21 , to branch point 1.1
by Dave Reid: Fixed minor cleanups with internal functions.

Revision 1.1.2.21 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 14 02:29:35 2009 UTC (10 months, 1 week ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.1.2.20: +3 -3 lines
Diff to previous 1.1.2.20 , to branch point 1.1
- Got a little ahead of myself with the new D7 SQL placeholders.

Revision 1.1.2.20 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 14 02:07:33 2009 UTC (10 months, 1 week ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.1.2.19: +36 -30 lines
Diff to previous 1.1.2.19 , to branch point 1.1
- #350813 by Dave Reid: Fix call to undefined function drupal_set_header () when using caching.
- by Dave Reid: misc fixes.

Revision 1.1.2.19 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 22 20:24:54 2008 UTC (11 months ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.1.2.18: +1 -1 lines
Diff to previous 1.1.2.18 , to branch point 1.1
- Oops

Revision 1.1.2.18 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 22 20:24:32 2008 UTC (11 months ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.1.2.17: +12 -0 lines
Diff to previous 1.1.2.17 , to branch point 1.1
- Added debugging info back in for hook_link_alter(). I hate babysitting broken contrib modules.

Revision 1.1.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 18 05:42:11 2008 UTC (11 months, 1 week ago) by davereid
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-3
Changes since 1.1.2.16: +0 -1 lines
Diff to previous 1.1.2.16 , to branch point 1.1
- Remove debugging line.

Revision 1.1.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 18 05:32:28 2008 UTC (11 months, 1 week ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.1.2.15: +8 -3 lines
Diff to previous 1.1.2.15 , to branch point 1.1
- Use headers instead of node_access to determine if it is a 403 or 404. Should be much faster.

Revision 1.1.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 18 05:24:52 2008 UTC (11 months, 1 week ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.1.2.14: +16 -3 lines
Diff to previous 1.1.2.14 , to branch point 1.1
- Don't count 403's and 404's in the node counters.

Revision 1.1.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 18 01:51:12 2008 UTC (11 months, 1 week ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.1.2.13: +22 -11 lines
Diff to previous 1.1.2.13 , to branch point 1.1
- Beginnings of being able to compare node updated timestamp
- Rewrite db_query() args to prepare for eventual D7 upgrade.

Revision 1.1.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 17 22:30:53 2008 UTC (11 months, 1 week ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.1.2.12: +65 -110 lines
Diff to previous 1.1.2.12 , to branch point 1.1
- #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

Revision 1.1.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 4 03:57:52 2008 UTC (12 months, 3 weeks ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.1.2.11: +2 -2 lines
Diff to previous 1.1.2.11 , to branch point 1.1
- Initial commit of unit tests

Revision 1.1.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 3 07:06:23 2008 UTC (12 months, 3 weeks ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.1.2.10: +89 -59 lines
Diff to previous 1.1.2.10 , to branch point 1.1
- Added statistics_advanced_variables and statistics_advanced_var
- Using _statistics_advanced_ignore internal function instead of globals

Revision 1.1.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 7 20:45:20 2008 UTC (13 months, 2 weeks ago) by davereid
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-2
Changes since 1.1.2.9: +6 -1 lines
Diff to previous 1.1.2.9 , to branch point 1.1
- Minor documentation fix and code spacing fix

Revision 1.1.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 7 20:39:55 2008 UTC (13 months, 2 weeks ago) by davereid
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-1
Changes since 1.1.2.8: +138 -54 lines
Diff to previous 1.1.2.8 , to branch point 1.1
- Major revisions and simplications
- Integrated browscap filtering

Revision 1.1.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 24 04:43:00 2008 UTC (15 months ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.1.2.7: +12 -7 lines
Diff to previous 1.1.2.7 , to branch point 1.1
- Converted $GLOBALS to proper global declaration

Revision 1.1.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 23 02:38:47 2008 UTC (15 months ago) by davereid
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0
Changes since 1.1.2.6: +9 -8 lines
Diff to previous 1.1.2.6 , to branch point 1.1
- Replaced array_slice parameter error
- Changed delete queries

Revision 1.1.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 3 16:41:32 2008 UTC (15 months, 3 weeks ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.1.2.5: +12 -9 lines
Diff to previous 1.1.2.5 , to branch point 1.1
- Added message if no user roles are found besides default roles
- Modification of index on accesslog table
- Minor adjustments

Revision 1.1.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 2 12:16:41 2008 UTC (15 months, 3 weeks ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.1.2.4: +1 -1 lines
Diff to previous 1.1.2.4 , to branch point 1.1
Documentation update

Revision 1.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 2 12:02:28 2008 UTC (15 months, 3 weeks ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.1.2.3: +1 -1 lines
Diff to previous 1.1.2.3 , to branch point 1.1
Add indexes to accesslog table to optimize searching by sid and path

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 2 11:46:19 2008 UTC (15 months, 3 weeks ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.1.2.2: +1 -1 lines
Diff to previous 1.1.2.2 , to branch point 1.1
Replace db_query with appropriate db_query_range

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 2 11:14:54 2008 UTC (15 months, 3 weeks ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.1.2.1: +2 -2 lines
Diff to previous 1.1.2.1 , to branch point 1.1
Fixed unchanged global $user to $GLOBALS['user']

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 2 11:08:59 2008 UTC (15 months, 3 weeks ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.1: +1 -1 lines
Diff to previous 1.1
Added logic check for required enabled variable

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 2 10:37:39 2008 UTC (15 months, 3 weeks ago) by davereid
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-5, DRUPAL-6--1
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.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2