1 |
slords |
1.1 |
diff -Nur -x '*.orig' -x '*.rej' smeserver-ezmlm-web-1.1.2/root/etc/e-smith/db/accounts/defaults/ezmlm-web/type mezzanine_patched_smeserver-ezmlm-web-1.1.2/root/etc/e-smith/db/accounts/defaults/ezmlm-web/type |
2 |
|
|
--- smeserver-ezmlm-web-1.1.2/root/etc/e-smith/db/accounts/defaults/ezmlm-web/type 1970-01-01 10:00:00.000000000 +1000 |
3 |
|
|
+++ mezzanine_patched_smeserver-ezmlm-web-1.1.2/root/etc/e-smith/db/accounts/defaults/ezmlm-web/type 2006-03-08 13:31:07.084307730 +1100 |
4 |
|
|
@@ -0,0 +1 @@ |
5 |
|
|
+url |
6 |
|
|
diff -Nur -x '*.orig' -x '*.rej' smeserver-ezmlm-web-1.1.2/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/85EzmlmWebAccess mezzanine_patched_smeserver-ezmlm-web-1.1.2/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/85EzmlmWebAccess |
7 |
|
|
--- smeserver-ezmlm-web-1.1.2/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/85EzmlmWebAccess 1970-01-01 10:00:00.000000000 +1000 |
8 |
|
|
+++ mezzanine_patched_smeserver-ezmlm-web-1.1.2/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/85EzmlmWebAccess 2006-03-08 13:29:47.340065940 +1100 |
9 |
|
|
@@ -0,0 +1,8 @@ |
10 |
|
|
+Alias /ezmlm-web /home/httpd/html/ezmlm-web |
11 |
|
|
+ |
12 |
|
|
+<Directory /home/httpd/html/ezmlm-web > |
13 |
|
|
+ Options +ExecCGI |
14 |
|
|
+ order deny,allow |
15 |
|
|
+ deny from all |
16 |
|
|
+ allow from { "$localAccess $externalSSLAccess"; } |
17 |
|
|
+</Directory> |
18 |
|
|
diff -Nur -x '*.orig' -x '*.rej' smeserver-ezmlm-web-1.1.2/root/etc/e-smith/web/functions/mailinglists mezzanine_patched_smeserver-ezmlm-web-1.1.2/root/etc/e-smith/web/functions/mailinglists |
19 |
|
|
--- smeserver-ezmlm-web-1.1.2/root/etc/e-smith/web/functions/mailinglists 2006-03-08 13:34:36.883110153 +1100 |
20 |
|
|
+++ mezzanine_patched_smeserver-ezmlm-web-1.1.2/root/etc/e-smith/web/functions/mailinglists 2006-03-08 13:23:21.511629194 +1100 |
21 |
|
|
@@ -5,7 +5,7 @@ |
22 |
|
|
# description : Mailing lists |
23 |
|
|
# navigation : 3000 3600 |
24 |
|
|
# |
25 |
|
|
-# copyright (C) 2000 Gormand Pty Ltd |
26 |
|
|
+# copyright (C) 2000-2006 Gormand Pty Ltd |
27 |
|
|
# copyright (C) 2001,2006 Mitel Networks Corporation |
28 |
|
|
# |
29 |
|
|
# This program is free software; you can redistribute it and/or modify |
30 |
|
|
@@ -64,7 +64,7 @@ |
31 |
|
|
$CGI::POST_MAX=1024 * 100; # max 100K posts |
32 |
|
|
$CGI::DISABLE_UPLOADS = 1; # no uploads |
33 |
|
|
|
34 |
|
|
-use constant EZMLMWEB => '/common/ezmlm-web'; |
35 |
|
|
+use constant EZMLMWEB => '/ezmlm-web'; |
36 |
|
|
|
37 |
|
|
my $conf = esmith::ConfigDB->open; |
38 |
|
|
my $accounts = esmith::AccountsDB->open; |
39 |
|
|
@@ -184,7 +184,8 @@ |
40 |
|
|
esmith::cgi::genSmallCell ($q, $description), |
41 |
|
|
esmith::cgi::genSmallCell ($q, |
42 |
|
|
$q->a ( { href => EZMLMWEB . |
43 |
|
|
- "?state=select&action=[Edit]&list=$list" }, |
44 |
|
|
+ "?state=select&action=[Edit]&list=" . |
45 |
|
|
+ $list->key }, |
46 |
|
|
'Modify...')), |
47 |
|
|
|
48 |
|
|
esmith::cgi::genSmallCell ($q, |