Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tracking_code
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
tracking_code
Commits
77d2428f
Commit
77d2428f
authored
11 years ago
by
Joe Pitassi
Browse files
Options
Downloads
Plain Diff
Merge branch '7.x-1.x-dev' of git.drupal.org:project/tracking_code into 7.x-1.x
parents
519f9f85
905c4483
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.txt
+1
-0
1 addition, 0 deletions
CHANGELOG.txt
tracking_code.info
+1
-0
1 addition, 0 deletions
tracking_code.info
tracking_code.install
+0
-3
0 additions, 3 deletions
tracking_code.install
with
2 additions
and
3 deletions
CHANGELOG.txt
+
1
−
0
View file @
77d2428f
...
...
@@ -23,6 +23,7 @@ Tracking Code 1.4
New Features
- #1852840 -- Ability to define tracking code visibility by user role
- #2024537 -- Adding "configure" link to .info file for convenience
Bug Fixes
- #1911998 -- Use Drupal's static caching instead of $_SESSION
...
...
This diff is collapsed.
Click to expand it.
tracking_code.info
+
1
−
0
View file @
77d2428f
...
...
@@ -2,3 +2,4 @@ name = "Tracking Code"
description = "Provides an interface for adding tracking code snippets into pages using block-like visibility"
package = Statistics
core = 7.x
configure = admin/structure/tracking_code
This diff is collapsed.
Click to expand it.
tracking_code.install
+
0
−
3
View file @
77d2428f
...
...
@@ -63,19 +63,16 @@ function tracking_code_schema() {
'description'
=>
'Contents of the "Pages" block; contains a list of paths on which to include/exclude the tracking code.'
,
'type'
=>
'text'
,
'not null'
=>
TRUE
,
'default'
=>
''
,
),
'content_types'
=>
array
(
'description'
=>
'A serialized array of key=>value pairs that specify which content type nodes to display a tracking code block on.'
,
'type'
=>
'text'
,
'not null'
=>
TRUE
,
'default'
=>
serialize
(
array
()),
),
'roles'
=>
array
(
'description'
=>
'A serialized array of key=>value pairs that specify which user roles to display a tracking code block on.'
,
'type'
=>
'text'
,
'not null'
=>
TRUE
,
'default'
=>
serialize
(
array
()),
),
),
'primary key'
=>
array
(
'tcid'
),
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment