editor_plugins are not used anymore
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 9 Mar 2010 00:20:38 +0000 (17:20 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 9 Mar 2010 03:12:53 +0000 (20:12 -0700)
horde/config/prefs.php.dist
horde/docs/UPGRADING

index 0fcbf05..a1ce5d4 100644 (file)
@@ -163,14 +163,6 @@ if (!empty($GLOBALS['conf']['imsp']['enabled'])) {
     );
 }
 
-// Determine functionality of richtext editor
-$prefGroups['richtext'] = array(
-    'column' => _("Other Information"),
-    'label' => _("Rich Text Editor Options"),
-    'desc' => _("Which plugins to enable for the Rich Text editor."),
-    'members' => array('editor_plugins'),
-);
-
 $prefGroups['syncml'] = array(
     'column' => _("Other Information"),
     'label' => _("SyncML"),
@@ -549,23 +541,6 @@ if (!empty($GLOBALS['conf']['imsp']['enabled'])) {
     );
 }
 
-// Rich Text Editor preferences.
-$_prefs['editor_plugins'] = array(
-    'value' => 'a:2:{i:0;s:8:"ListType";i:1;s:12:"CharacterMap";}',
-    'locked' => false,
-    'shared' => true,
-    'type' => 'multienum',
-    'enum' => array(
-        'ContextMenu' => _("Right click context menu"),
-        'TableOperations' => _("Table operations menu bar"),
-        'ListType' => _("Allow setting of ordered list type"),
-        'CharacterMap' => _("Special characters"),
-        'AnselImage' => _("Insertion of images from Photo Galleries in text")),
-    'desc' => _("Select editor plugins")
-);
-// End Rich Text Editor preferences.
-
-
 // last time login tasks were run.
 $_prefs['last_logintasks'] = array(
     'value' => 'a:0:{}',
index 21ea428..1ebe80d 100644 (file)
@@ -2,7 +2,7 @@
  Upgrading Horde
 =================
 
-:Contact:       horde@lists.horde.org
+:Contact: horde@lists.horde.org
 
 
 These are instructions to upgrade from earlier Horde versions. Please backup
@@ -27,8 +27,9 @@ necessary SQL statements are found at::
 
 The following preferences are no longer used and can be removed:
 
-    * do_maintenance
     * confirm_maintenance
+    * do_maintenance
+    * editor_plugins
     * last_maintenance
 
 The following hooks have changed: