
10 Dec
2004
10 Dec
'04
3:57 p.m.
Hello,
I'm looking for feedback about the attached one line patch, It uses existing capabilities to allow the editing of subscribeack.txt. If this is the right approach I would be happy to follow up with additional patches to help support this capability. The first thing that comes to mind adjusting the text of the HTML selection page. If this isn't the right approach to provide this capability then what are the alternatives?
Thanks,
--
-- Grant Bowman grantbow@grantbow.com
--- Mailman/Cgi/edithtml.py.orig 2001-11-30 00:00:18.000000000 -0800
+++ Mailman/Cgi/edithtml.py 2004-12-10 12:09:31.000000000 -0800
@@ -42,6 +42,7 @@
template_data = (
('listinfo.html', _('General list information page')),
('subscribe.html', _('Subscribe results page')),
+ ('subscribeack.txt', _('Welcome email text file')),
('options.html', _('User specific options page')),
)

16 Dec
16 Dec
3:19 p.m.
bug id# 1085501
http://sourceforge.net/tracker/index.php?func=detail&aid=1085501&gro...
--
-- Grant Bowman grantbow@grantbow.com
* Grant Bowman grantbow@grantbow.com [041210 13:01]:
> Hello,
>
> I'm looking for feedback about the attached one line patch, It uses
> existing capabilities to allow the editing of subscribeack.txt. If this
> is the right approach I would be happy to follow up with additional
> patches to help support this capability. The first thing that comes to
> mind adjusting the text of the HTML selection page. If this isn't the
> right approach to provide this capability then what are the
> alternatives?
>
> Thanks,
>
> --
> -- Grant Bowman grantbow@grantbow.com
>
>
> --- Mailman/Cgi/edithtml.py.orig 2001-11-30 00:00:18.000000000 -0800
> +++ Mailman/Cgi/edithtml.py 2004-12-10 12:09:31.000000000 -0800
> @@ -42,6 +42,7 @@
> template_data = (
> ('listinfo.html', _('General list information page')),
> ('subscribe.html', _('Subscribe results page')),
> + ('subscribeack.txt', _('Welcome email text file')),
> ('options.html', _('User specific options page')),
> )

27 Dec
27 Dec
11:08 p.m.
On Thu, 2004-12-16 at 15:19, Grant Bowman wrote:
bug id# 1085501
http://sourceforge.net/tracker/index.php?func=detail&aid=1085501&gro...
This knocks off such a persistent FAQ, that I've applied it to 2.1.6. Thanks!
-Barry
6665
Age (days ago)
6683
Last active (days ago)
2 comments
2 participants
participants (2)
-
Barry Warsaw
-
Grant Bowman