Closed (fixed)
Project:
Doubleclick for Publishers (DFP)
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 Jan 2013 at 01:25 UTC
Updated:
9 Feb 2013 at 01:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
bleen commentedif we are going to allow for global tokens we should allow them everywhere ... do a search for "#global_types" and you'll see that there are several more places to change this. Once thats done this is RTBC
Comment #2
bleen commentedComment #3
bleen commentedalso .. if you could review #1895522: Node tokens do not get rewritten when used in the Ad Unit pattern ... Im ready to commit that too
Comment #4
soulston commentedAdded patch.
* Brought global tokens into scope
* Fixed a few typos - Implements of hook_... -> Implements hook_...
* Fixed typo $tagets[] = check_plain($data['target']) . '=' . check_... -> $targets[] = check_plain($data['target']) . '=' . check_...
Comment #5
bleen commentedre-roling #4 .. if testbot is happy I will commit
Comment #6
bleen commentedcommitted