Correct and improve patch logic of optional plugin list.

Sat, 18 Apr 2009 14:16:14 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 18 Apr 2009 14:16:14 +0200
changeset 164
3a96478f1303
parent 163
53d3d1f9b895
child 165
cff8cdb0b6c4

Correct and improve patch logic of optional plugin list.
Move core plugins to static config.php file, remove ldifimport which
conflicts with change_ldappass and otherwise appears broken, reorder
remaining plugins, and specify default theme (the one called 'Default'.)

squirrelmail/squirrelmail.patch.plugins file | annotate | diff | comparison | revisions
     1.1 --- a/squirrelmail/squirrelmail.patch.plugins	Sat Apr 18 14:15:58 2009 +0200
     1.2 +++ b/squirrelmail/squirrelmail.patch.plugins	Sat Apr 18 14:16:14 2009 +0200
     1.3 @@ -2,31 +2,30 @@
     1.4  diff -Nau etc/squirrelmail/config.php.orig etc/squirrelmail/config.php
     1.5  --- etc/squirrelmail/config.php.orig	2005-03-16 13:02:25 +0100
     1.6  +++ etc/squirrelmail/config.php	2005-03-16 12:31:51 +0100
     1.7 -@@ -88,6 +88,24 @@
     1.8 - $plugins[12] = 'squirrel_logger';
     1.9 - $plugins[13] = 'translate';
    1.10 +@@ -90,6 +90,23 @@
    1.11 + $plugins[15] = 'squirrelspell';
    1.12 + $plugins[16] = 'translate';
    1.13   
    1.14 -+$plugins[14] = 'addgraphics';
    1.15 -+$plugins[15] = 'avelsieve';
    1.16 -+$plugins[16] = 'check_quota';
    1.17 -+$plugins[17] = 'chg_sasl_passwd';
    1.18 -+$plugins[18] = 'change_ldappass';
    1.19 -+$plugins[19] = 'folder_sizes';
    1.20 -+$plugins[20] = 'gpg';
    1.21 -+$plugins[21] = 'ldifimport';
    1.22 -+$plugins[22] = 'pupdate';
    1.23 -+$plugins[23] = 'show_user_and_ip';
    1.24 -+$plugins[24] = 'smallcal';
    1.25 -+$plugins[25] = 'vkeyboard';
    1.26 -+$plugins[26] = 'username';
    1.27 -+$plugins[27] = 'login_notes';
    1.28 -+$plugins[28] = 'password_forget';
    1.29 -+$plugins[39] = 'captcha';
    1.30 ++$plugins[17] = 'addgraphics';
    1.31 ++$plugins[18] = 'avelsieve';
    1.32 ++$plugins[19] = 'captcha';
    1.33 ++$plugins[20] = 'change_ldappass';
    1.34 ++$plugins[21] = 'check_quota';
    1.35 ++$plugins[22] = 'chg_sasl_passwd';
    1.36 ++$plugins[23] = 'folder_sizes';
    1.37 ++$plugins[24] = 'gpg';
    1.38 ++$plugins[25] = 'login_notes';
    1.39 ++$plugins[26] = 'password_forget';
    1.40 ++$plugins[27] = 'pupdate';
    1.41 ++$plugins[28] = 'show_user_and_ip';
    1.42 ++$plugins[29] = 'smallcal';
    1.43  +$plugins[30] = 'smime';
    1.44 ++$plugins[31] = 'username';
    1.45 ++$plugins[32] = 'vkeyboard';
    1.46  +
    1.47   /* NOP, for patch line placeholder (avoids fuzz) */
    1.48   $theme_css = '';
    1.49 - $theme_default = 0;
    1.50 + $theme_default = 4;
    1.51  Index: share/squirrelmail/plugins/gpg/setup.php
    1.52  diff -Nau share/squirrelmail/plugins/gpg/setup.php.orig share/squirrelmail/plugins/gpg/setup.php
    1.53  --- share/squirrelmail/plugins/gpg/setup.php.orig	2005-03-18 12:01:39.398171000 +0100

mercurial