From: Michael M Slusarz Date: Tue, 9 Mar 2010 00:20:38 +0000 (-0700) Subject: editor_plugins are not used anymore X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=c359084410756acfbe4a1a9704818235a5be512e;p=horde.git editor_plugins are not used anymore --- diff --git a/horde/config/prefs.php.dist b/horde/config/prefs.php.dist index 0fcbf05a6..a1ce5d4ba 100644 --- a/horde/config/prefs.php.dist +++ b/horde/config/prefs.php.dist @@ -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:{}', diff --git a/horde/docs/UPGRADING b/horde/docs/UPGRADING index 21ea4282a..1ebe80df8 100644 --- a/horde/docs/UPGRADING +++ b/horde/docs/UPGRADING @@ -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: