Skip to content

Commit

Permalink
Removing the Piwik module from configuration feature, since analytics…
Browse files Browse the repository at this point in the history
… configuration is site-specific – some sites use GTM/GA.
  • Loading branch information
ZeiP committed Jun 16, 2017
1 parent 06d996b commit d1726aa
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 279 deletions.

This file was deleted.

Expand Up @@ -63,7 +63,6 @@ dependencies[] = og_ui
dependencies[] = og_webform
dependencies[] = openlayers
dependencies[] = options
dependencies[] = piwik
dependencies[] = proj4js
dependencies[] = radioactivity
dependencies[] = redirect
Expand Down Expand Up @@ -113,7 +112,6 @@ features[ds_view_modes][] = current
features[ds_view_modes][] = label_icon
features[ds_view_modes][] = project
features[ds_view_modes][] = term_name
features[elysia_cron][] = piwik_cron
features[fe_block_boxes][] = footer_information_en
features[fe_block_boxes][] = footer_information_fi
features[fe_block_boxes][] = footer_information_sv
Expand Down Expand Up @@ -566,31 +564,6 @@ features[variable][] = pathauto_taxonomy_term_theme_pattern
features[variable][] = pathauto_transliterate
features[variable][] = pathauto_update_action
features[variable][] = pathauto_verbose
features[variable][] = piwik_cache
features[variable][] = piwik_codesnippet_after
features[variable][] = piwik_codesnippet_before
features[variable][] = piwik_custom
features[variable][] = piwik_custom_var
features[variable][] = piwik_domain_mode
features[variable][] = piwik_js_scope
features[variable][] = piwik_page_title_hierarchy
features[variable][] = piwik_page_title_hierarchy_exclude_home
features[variable][] = piwik_pages
features[variable][] = piwik_privacy_donottrack
features[variable][] = piwik_roles
features[variable][] = piwik_site_id
features[variable][] = piwik_site_search
features[variable][] = piwik_track
features[variable][] = piwik_trackfiles_extensions
features[variable][] = piwik_trackmailto
features[variable][] = piwik_trackmessages
features[variable][] = piwik_trackuserid
features[variable][] = piwik_translation_set
features[variable][] = piwik_url_http
features[variable][] = piwik_url_https
features[variable][] = piwik_url_skiperror
features[variable][] = piwik_visibility_pages
features[variable][] = piwik_visibility_roles
features[variable][] = radioactivity_checksum_salt
features[variable][] = radioactivity_flood_protection
features[variable][] = radioactivity_flood_timeout
Expand Down
Expand Up @@ -2953,230 +2953,6 @@ example.org';
);
$export['path_alias_whitelist'] = $strongarm;

$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'piwik_cache';
$strongarm->value = 1;
$export['piwik_cache'] = $strongarm;

$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'piwik_codesnippet_after';
$strongarm->value = '';
$export['piwik_codesnippet_after'] = $strongarm;

$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'piwik_codesnippet_before';
$strongarm->value = '';
$export['piwik_codesnippet_before'] = $strongarm;

$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'piwik_custom';
$strongarm->value = '0';
$export['piwik_custom'] = $strongarm;

$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'piwik_custom_var';
$strongarm->value = array(
'slots' => array(
1 => array(
'slot' => 1,
'name' => '',
'value' => '',
'scope' => 'visit',
),
2 => array(
'slot' => 2,
'name' => '',
'value' => '',
'scope' => 'visit',
),
3 => array(
'slot' => 3,
'name' => '',
'value' => '',
'scope' => 'visit',
),
4 => array(
'slot' => 4,
'name' => '',
'value' => '',
'scope' => 'visit',
),
5 => array(
'slot' => 5,
'name' => '',
'value' => '',
'scope' => 'visit',
),
),
);
$export['piwik_custom_var'] = $strongarm;

$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'piwik_domain_mode';
$strongarm->value = '1';
$export['piwik_domain_mode'] = $strongarm;

$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'piwik_js_scope';
$strongarm->value = 'header';
$export['piwik_js_scope'] = $strongarm;

$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'piwik_pages';
$strongarm->value = 'admin
admin/*
batch
node/add*
node/*/*
user/*/*';
$export['piwik_pages'] = $strongarm;

$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'piwik_page_title_hierarchy';
$strongarm->value = 0;
$export['piwik_page_title_hierarchy'] = $strongarm;

$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'piwik_page_title_hierarchy_exclude_home';
$strongarm->value = 1;
$export['piwik_page_title_hierarchy_exclude_home'] = $strongarm;

$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'piwik_privacy_donottrack';
$strongarm->value = 1;
$export['piwik_privacy_donottrack'] = $strongarm;

$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'piwik_roles';
$strongarm->value = array(
1 => '1',
2 => 0,
4 => 0,
5 => 0,
3 => 0,
6 => 0,
);
$export['piwik_roles'] = $strongarm;

$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'piwik_site_id';
$strongarm->value = '4';
$export['piwik_site_id'] = $strongarm;

$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'piwik_site_search';
$strongarm->value = FALSE;
$export['piwik_site_search'] = $strongarm;

$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'piwik_track';
$strongarm->value = 1;
$export['piwik_track'] = $strongarm;

$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'piwik_trackfiles_extensions';
$strongarm->value = '7z|aac|arc|arj|asf|asx|avi|bin|csv|doc(x|m)?|dot(x|m)?|exe|flv|gif|gz|gzip|hqx|jar|jpe?g|js|mp(2|3|4|e?g)|mov(ie)?|msi|msp|pdf|phps|png|ppt(x|m)?|pot(x|m)?|pps(x|m)?|ppam|sld(x|m)?|thmx|qtm?|ra(m|r)?|sea|sit|tar|tgz|torrent|txt|wav|wma|wmv|wpd|xls(x|m|b)?|xlt(x|m)|xlam|xml|z|zip';
$export['piwik_trackfiles_extensions'] = $strongarm;

$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'piwik_trackmailto';
$strongarm->value = 1;
$export['piwik_trackmailto'] = $strongarm;

$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'piwik_trackmessages';
$strongarm->value = array(
'status' => 0,
'warning' => 0,
'error' => 0,
);
$export['piwik_trackmessages'] = $strongarm;

$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'piwik_trackuserid';
$strongarm->value = 0;
$export['piwik_trackuserid'] = $strongarm;

$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'piwik_translation_set';
$strongarm->value = 0;
$export['piwik_translation_set'] = $strongarm;

$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'piwik_url_http';
$strongarm->value = 'http://wwwstats2.turku.fi/piwik/';
$export['piwik_url_http'] = $strongarm;

$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'piwik_url_https';
$strongarm->value = 'https://wwwstats2.turku.fi/piwik/';
$export['piwik_url_https'] = $strongarm;

$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'piwik_url_skiperror';
$strongarm->value = '';
$export['piwik_url_skiperror'] = $strongarm;

$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'piwik_visibility_pages';
$strongarm->value = '0';
$export['piwik_visibility_pages'] = $strongarm;

$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'piwik_visibility_roles';
$strongarm->value = '0';
$export['piwik_visibility_roles'] = $strongarm;

$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
Expand Down
3 changes: 0 additions & 3 deletions conf/kadaproject.make
Expand Up @@ -486,9 +486,6 @@ projects[pathauto][subdir] = contrib
projects[picture][version] = 2.9
projects[picture][subdir] = contrib

projects[piwik][version] = 2.7
projects[piwik][subdir] = contrib

projects[plupload][version] = 1.7
projects[plupload][subdir] = contrib

Expand Down

0 comments on commit d1726aa

Please sign in to comment.