Closed (fixed)
Project:
Google Analytics
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Reporter:
Created:
7 Aug 2007 at 23:32 UTC
Updated:
5 Oct 2007 at 23:11 UTC
Jump to comment: Most recent file
This is the upgraded Google Analytics module for Drupal 6.x.
It's build on top of current 5.x dev, while HEAD looks somewhat out of sync.
What this patch does and additional fixes:
- numerous code style issues (read drupal code styles rules, please)
- split the settings part in small googleanalytics.admin.inc file for *speed*, like all other core modules are doing
- removes some E_ALL Notices
Please review and commit to the new DRUPAL-6 branch and release a "6.x-1.x-dev" build, please :-).
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | googleanalytics_D6_0.patch | 13.42 KB | hass |
| googleanalytics_D6.patch | 14.58 KB | hass |
Comments
Comment #1
hass commentedTesters: you need to manually add the string "core = 6.x" to the .info file or you cannot activate the module! If this update is committed to D6 branch, normal packaging does this job for us... so this line is not included in the patch.
Comment #2
hass commentedAdditional, the translation files directory "po" need to be renamed to "translations".
I think this is out of the scope of this upgrade patch and should be done after the commit, by "hand" in CVS.
Comment #3
hass commentedPS:
patch < googleanalytics_D6.patchComment #4
buddaThanks for the quick upgrade.
Just holding off doing a D6 branch until the 5.x-dev is stable and i can release an official update containing this evenings tweaks.
I was under the impression Drupal coding standards applied to patches contributed to Drupal core.
Spaces before opening parenthesis, pffft. By the way, you missed one in googleanalytics.admin.inc :-p
if(!module_exists('profile'))Comment #5
hass commentedNow after we hopefully fixed all known code style issues... should i re-roll this patch and commit into D6 branch?
Comment #6
hass commentedupdated patch attached
Comment #7
hass commentedcommitted to CVS...
Comment #8
(not verified) commented