Index: branches/5.2.x/admin/system_presets/simple/email_logs_email-log.php =================================================================== diff -u -N -r14244 -r15024 --- branches/5.2.x/admin/system_presets/simple/email_logs_email-log.php (.../email_logs_email-log.php) (revision 14244) +++ branches/5.2.x/admin/system_presets/simple/email_logs_email-log.php (.../email_logs_email-log.php) (revision 15024) @@ -7,6 +7,11 @@ // 'in-portal:emaillog', ); + // section in debug mode + $debug_only_sections = Array ( + 'in-portal:searchlog', + ); + // toolbar buttons $remove_buttons = Array ( // list of sent emails Index: branches/5.2.x/admin/system_presets/simple/session_logs_session-log.php =================================================================== diff -u -N -r14244 -r15024 --- branches/5.2.x/admin/system_presets/simple/session_logs_session-log.php (.../session_logs_session-log.php) (revision 14244) +++ branches/5.2.x/admin/system_presets/simple/session_logs_session-log.php (.../session_logs_session-log.php) (revision 15024) @@ -9,13 +9,13 @@ // section in debug mode $debug_only_sections = Array ( -// 'in-portal:session_logs', + 'in-portal:session_logs', ); // toolbar buttons $remove_buttons = Array ( -// list of sessions -// 'session_log_list' => Array ('view', 'dbl-click'), + // list of sessions +// 'session_log_list' => Array ('delete', 'view'), ); // fields to hide Index: branches/5.2.x/admin/system_presets/simple/scheduled_tasks_scheduled-task.php =================================================================== diff -u -N -r14880 -r15024 --- branches/5.2.x/admin/system_presets/simple/scheduled_tasks_scheduled-task.php (.../scheduled_tasks_scheduled-task.php) (revision 14880) +++ branches/5.2.x/admin/system_presets/simple/scheduled_tasks_scheduled-task.php (.../scheduled_tasks_scheduled-task.php) (revision 15024) @@ -4,12 +4,12 @@ // section removal $remove_sections = Array ( - 'in-portal:scheduled_tasks', +// 'in-portal:scheduled_tasks', ); // sections shown with debug on $debug_only_sections = Array ( -// 'in-portal:scheduled_tasks', + 'in-portal:scheduled_tasks', ); // toolbar buttons Index: branches/5.2.x/admin/system_presets/simple/visits_visits.php =================================================================== diff -u -N -r14244 -r15024 --- branches/5.2.x/admin/system_presets/simple/visits_visits.php (.../visits_visits.php) (revision 14244) +++ branches/5.2.x/admin/system_presets/simple/visits_visits.php (.../visits_visits.php) (revision 15024) @@ -4,7 +4,7 @@ // section removal $remove_sections = Array ( - 'in-portal:visits', +// 'in-portal:visits', ); // sections shown with debug on @@ -15,10 +15,10 @@ // toolbar buttons $remove_buttons = Array ( // list of visits; section: Visits - 'visits_list' => Array ('search', 'search_reset', 'refresh', 'delete', 'export', 'view'), +// 'visits_list' => Array ('search', 'search_reset', 'refresh', 'delete', 'export', 'view'), // list of visits when In-Commerce installed; section: Visits - 'visits.incommerce_list' => Array ('search', 'search_reset', 'refresh', 'delete', 'export', 'view'), +// 'visits.incommerce_list' => Array ('search', 'search_reset', 'refresh', 'delete', 'export', 'view'), ); // fields to hide Index: branches/5.2.x/admin/system_presets/simple/sections_core-sections.php =================================================================== diff -u -N -r14929 -r15024 --- branches/5.2.x/admin/system_presets/simple/sections_core-sections.php (.../sections_core-sections.php) (revision 14929) +++ branches/5.2.x/admin/system_presets/simple/sections_core-sections.php (.../sections_core-sections.php) (revision 15024) @@ -4,17 +4,17 @@ $remove_sections = Array ( 'in-portal:reviews', - 'in-portal:reports', 'in-portal:help', 'in-portal:backup', 'in-portal:restore', 'in-portal:main_import', - 'in-portal:sql_query', - 'in-portal:server_info', ); // section in debug mode $debug_only_sections = Array ( + 'in-portal:reports', 'in-portal:configure_advanced', 'in-portal:tools', + 'in-portal:sql_query', + 'in-portal:server_info', ); Index: branches/5.2.x/admin/system_presets/simple/permission_types_permission-type.php =================================================================== diff -u -N -r14662 -r15024 --- branches/5.2.x/admin/system_presets/simple/permission_types_permission-type.php (.../permission_types_permission-type.php) (revision 14662) +++ branches/5.2.x/admin/system_presets/simple/permission_types_permission-type.php (.../permission_types_permission-type.php) (revision 15024) @@ -4,12 +4,12 @@ // section removal $remove_sections = Array ( - 'in-portal:permission_types', +// 'in-portal:permission_types', ); // debug only sections $debug_only_sections = Array ( -// 'in-portal:permission_types', + 'in-portal:permission_types', ); // toolbar buttons