From 22f220e35aab5fb121f98aa9a52b5053a785d86f Mon Sep 17 00:00:00 2001 From: d-skora Date: Tue, 13 May 2014 17:15:18 +0200 Subject: PIWIK-767 changed segmentEditor so it has configurable access level --- config/global.ini.php | 1 + 1 file changed, 1 insertion(+) (limited to 'config') diff --git a/config/global.ini.php b/config/global.ini.php index c8eb245981..5119990ec2 100644 --- a/config/global.ini.php +++ b/config/global.ini.php @@ -6,6 +6,7 @@ ; edit config/config.ini.php and add the following: ; [General] ; action_title_category_delimiter = "-" +; segment_editor_required_access = "admin" ;-------- ; WARNING - YOU SHOULD NOT EDIT THIS FILE DIRECTLY - Edit config.ini.php instead. -- cgit v1.2.3 From 7a8f9fe22cb7ffceb1bad7d870099f47a26ab844 Mon Sep 17 00:00:00 2001 From: d-skora Date: Thu, 15 May 2014 15:13:16 +0200 Subject: PIWIK-767 changes in global.ini after review --- config/global.ini.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'config') diff --git a/config/global.ini.php b/config/global.ini.php index 5119990ec2..500ad3a0d3 100644 --- a/config/global.ini.php +++ b/config/global.ini.php @@ -6,7 +6,9 @@ ; edit config/config.ini.php and add the following: ; [General] ; action_title_category_delimiter = "-" -; segment_editor_required_access = "admin" +; Change the following value to set the required access level for creating, editing and removing segments +; Possible values are "view", "admin" and "superadmin" +segment_editor_required_access = "admin" ;-------- ; WARNING - YOU SHOULD NOT EDIT THIS FILE DIRECTLY - Edit config.ini.php instead. -- cgit v1.2.3 From db037d6c63451385170f5acd778250319de60dfb Mon Sep 17 00:00:00 2001 From: d-skora Date: Tue, 20 May 2014 10:21:51 +0200 Subject: PIWIK-767 cleanup after review --- config/global.ini.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'config') diff --git a/config/global.ini.php b/config/global.ini.php index 500ad3a0d3..22674ae735 100644 --- a/config/global.ini.php +++ b/config/global.ini.php @@ -6,9 +6,6 @@ ; edit config/config.ini.php and add the following: ; [General] ; action_title_category_delimiter = "-" -; Change the following value to set the required access level for creating, editing and removing segments -; Possible values are "view", "admin" and "superadmin" -segment_editor_required_access = "admin" ;-------- ; WARNING - YOU SHOULD NOT EDIT THIS FILE DIRECTLY - Edit config.ini.php instead. @@ -425,6 +422,10 @@ enable_auto_update = 1 ; If set to 0 it also disables the "sent plugin update emails" feature in general and the related setting in the UI. enable_update_communication = 1 +; Change the following value to set the required access level for creating, editing and removing segments +; Possible values are "view", "admin" and "superadmin" +segment_editor_required_access = "admin" + [Tracker] ; Piwik uses first party cookies by default. If set to 1, ; the visit ID cookie will be set on the Piwik server domain as well -- cgit v1.2.3 From 2ac4f79f5cbf892f09701eb0154c194609387421 Mon Sep 17 00:00:00 2001 From: d-skora Date: Tue, 20 May 2014 11:36:23 +0200 Subject: PIWIK-767 cleanup after review --- config/global.ini.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/global.ini.php b/config/global.ini.php index 22674ae735..db59ddac7c 100644 --- a/config/global.ini.php +++ b/config/global.ini.php @@ -424,7 +424,7 @@ enable_update_communication = 1 ; Change the following value to set the required access level for creating, editing and removing segments ; Possible values are "view", "admin" and "superadmin" -segment_editor_required_access = "admin" +segment_editor_required_access = "view" [Tracker] ; Piwik uses first party cookies by default. If set to 1, -- cgit v1.2.3