more styling for disabled options

new "Developer" tab (by default all options are disabled, users can't modify them)
fixed UserprefsDisallow export in setup script
This commit is contained in:
Crack
2010-07-22 01:29:36 +02:00
parent 7b0135ed6a
commit 7ac7e24d8c
12 changed files with 119 additions and 46 deletions

View File

@@ -106,6 +106,11 @@ $forms['Features']['Warnings'] = array(
'PmaNoRelation_DisableWarning',
'SuhosinDisableWarning',
'McryptDisableWarning');
$forms['Features']['Developer'] = array(
'Error_Handler/display',
'Error_Handler/gather',
'DBG/sql',
'DBG/php');
$forms['Features']['Other_core_settings'] = array(
'NaturalOrder',
'InitialSlidersState',