From eb7bd9b7b01e0cf97a14e81ca6b0f1725873699c Mon Sep 17 00:00:00 2001 From: jervfors Date: Tue, 21 Feb 2006 21:55:33 +0000 Subject: [PATCH 1/1] Adding comments about obsolete plugins. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10804 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/configtest.php | 52 +++++++++++++++++++++++----------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/src/configtest.php b/src/configtest.php index 82a3ac9e..e64f8e54 100644 --- a/src/configtest.php +++ b/src/configtest.php @@ -194,32 +194,32 @@ if($data_dir == $attachment_dir) { /* check plugins and themes */ $bad_plugins = array( - 'attachment_common', - 'auto_prune_sent', - 'compose_new_window', - 'delete_move_next', - 'disk_quota', - 'email_priority', - 'emoticons', - 'focus_change', - 'folder_preferences', - 'global_sql_addressbook', - 'hancock', - 'message_source', - 'motd', - 'paginator', - 'printer_friendly', - 'procfilter', - 'redhat_php_cgi_fix', - 'send_to_semicolon', - 'spamassassin', - 'sqcalendar', - 'sqclock', - 'sql_squirrel_logger', - 'tmda', - 'vacation', - 'view_as_html', - 'xmailer' + 'attachment_common', // Integrated into SM 1.2 Core + 'auto_prune_sent', // Obsolete: See Proon Automatic Folder Pruning plugin + 'compose_new_window', // Integrated into SM 1.4 Core + 'delete_move_next', // Integrated into SM 1.5 Core + 'disk_quota', // Obsolete: See Check Quota plugin + 'email_priority', // Integrated into SM 1.2 Core + 'emoticons', // Obsolete: See HTML Mail plugin + 'focus_change', // Integrated into SM 1.2 Core + 'folder_preferences', // + 'global_sql_addressbook', // Integrated into SM 1.4 Core + 'hancock', // Not Working: See Random Signature Taglines plugin + 'message_source', // Added to SM 1.4 Core Plugins (message_details) + 'motd', // Integrated into SM 1.2 Core + 'paginator', // Integrated into SM 1.2 Core + 'printer_friendly', // Integrated into SM 1.2 Core + 'procfilter', // Obsolete: See Server Side Filter plugin + 'redhat_php_cgi_fix', // Integrated into SM 1.1.1 Core + 'send_to_semicolon', // Integrated into SM 1.4.1 Core + 'spamassassin', // Not working beyond SM 1.2.7: See Spamassassin SpamFilter (Frontend) v2 plugin + 'sqcalendar', // Added to SM 1.2 Core Plugins (calendar) + 'sqclock', // Integrated into SM 1.2 Core + 'sql_squirrel_logger', // Obsolete: See Squirrel Logger plugin + 'tmda', // Obsolete: See TMDA Tools plugin + 'vacation', // Obsolete: See Vacation Local plugin + 'view_as_html', // Integrated into SM 1.5.1 Core + 'xmailer' // Integrated into SM 1.2 Core ); if (isset($plugins[0])) { -- 2.25.1