improvements:
1. SC variables created from taxonomy terms moved to sub-module
2. new SC variables (in sub-module): page title, user name

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Pasqualle’s picture

Status: Needs review » Active

patched version: [EDIT: download link removed]

Pasqualle’s picture

in omniture_basic.module
'und' should be replaced with LANGUAGE_NONE

Pasqualle’s picture

Status: Active » Needs review
greggles’s picture

Awesome - 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.

Race.it’s picture

If I get chance ill review tomorrow, there are another couple I need to review also.

Pasqualle’s picture

Status: Needs review » Needs work

the original patch was not fully committed.

problems:
function omniture_page_alter()
wrong function description

 if (arg(0) == 'admin' && $track <= 0) {

this must be ||

function omniture_admin_settings()

1/H.13--NS/0

old value; should be H.20.3

->execure();
...
 roless
...
$role-rid

typo

$string

remove unused variable

'#title' => $role->name,

replace with '#title' => $role_name,

remove trailing spaces..
please remove .project file from cvs (from all branches)

greggles’s picture

Can you provide a new patch?

Pasqualle’s picture

Status: Needs work » Needs review
FileSize
4.07 KB

sure

Race.it’s picture

I 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.

Status: Active » Needs review

The last submitted patch, D7_port_omniture.patch, failed testing.

Status: Needs review » Needs work

The last submitted patch, 8: 679320-8-D7_port_omniture.patch, failed testing.

The last submitted patch, D7_port_omniture.patch, failed testing.

The last submitted patch, 8: 679320-8-D7_port_omniture.patch, failed testing.

Pasqualle’s picture

Issue summary: View changes
Status: Needs work » Closed (fixed)