|
@@ -771,6 +771,7 @@ VALUES
|
|
|
('sso_authentication_unauth_uri',NULL,'textfield','Security','/?q=logout','SSOServerUnAuthURITitle','SSOServerUnAuthURIComment',NULL,NULL,1),
|
|
|
('sso_authentication_protocol',NULL,'radio','Security','http://','SSOServerProtocolTitle','SSOServerProtocolComment',NULL,NULL,1),
|
|
|
('enabled_wiris',NULL,'radio','Editor','false','EnabledWirisTitle','EnabledWirisComment',NULL,NULL, 0),
|
|
|
+('allow_spellcheck',NULL,'radio','Editor','false','AllowSpellCheckTitle','AllowSpellCheckComment',NULL,NULL, 0),
|
|
|
('chamilo_database_version', NULL, 'textfield', NULL, '1.8.8.12885', 'DokeosDatabaseVersion', '', NULL, NULL, 0);
|
|
|
|
|
|
|
|
@@ -995,7 +996,9 @@ VALUES
|
|
|
('sso_authentication_protocol', 'http://', 'http://'),
|
|
|
('sso_authentication_protocol', 'https://', 'https://'),
|
|
|
('enabled_wiris','true','Yes'),
|
|
|
-('enabled_wiris','false','No');
|
|
|
+('enabled_wiris','false','No'),
|
|
|
+('allow_spellcheck','true','Yes'),
|
|
|
+('allow_spellcheck','false','No');
|
|
|
|
|
|
UNLOCK TABLES;
|
|
|
|