Closed (fixed)
Project:
Omniture Integration
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
8 Jan 2010 at 20:19 UTC
Updated:
14 Jan 2014 at 11:02 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
pasquallepatched version: [EDIT: download link removed]
Comment #2
pasquallein omniture_basic.module
'und'should be replaced withLANGUAGE_NONEComment #3
pasqualleComment #4
gregglesAwesome - thanks Pasqualle. I'm not using the module and so not in a position to test this out right now. Pending a review from someone who is using it I could also just commit this and make a dev release to help others testing it.
Comment #5
Race.it commentedIf I get chance ill review tomorrow, there are another couple I need to review also.
Comment #6
pasquallethe original patch was not fully committed.
problems:
function omniture_page_alter()
wrong function description
this must be ||
function omniture_admin_settings()
old value; should be H.20.3
typo
remove unused variable
replace with '#title' => $role_name,
remove trailing spaces..
please remove .project file from cvs (from all branches)
Comment #7
gregglesCan you provide a new patch?
Comment #8
pasquallesure
Comment #9
Race.it commentedI have commited this change, I did notice one issue thought and that was with the page_alter() function, and its been updated to work with php 5.3
A new dev version should be rebuilt shortly for testing.
Comment #15
pasqualle