------------------------------------------------------------ revno: 1146 committer: Mark Sapiro <[EMAIL PROTECTED]> branch nick: 2.1 timestamp: Fri 2008-12-05 15:23:43 -0800 message: Updated some FAQ URLs for wiki.list.org. modified: FAQ Mailman/Cgi/edithtml.py NEWS
=== modified file 'FAQ' --- a/FAQ 2008-06-06 18:13:09 +0000 +++ b/FAQ 2008-12-05 23:23:43 +0000 @@ -2,9 +2,8 @@ Copyright (C) 1998-2005 by the Free Software Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA -Note: We're migrating the FAQ to an on-line interactive system called - "FAQ Wizard". To see the Mailman FAQ Wizard in action, go to - http://www.python.org/cgi-bin/faqw-mm.py +Note: We've migrated the FAQ to the wiki at http://wiki.list.org/ + To see the Mailman FAQ go to http://wiki.list.org/x/AgA3 FREQUENTLY ASKED QUESTIONS @@ -188,8 +187,7 @@ Q. I want to backup my lists. What do I need to save? -A. See this FAQ wizard entry: - http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq04.006.htp +A. See this FAQ entry: http://wiki.list.org/x/5oA9 Q. How do I rename a list? === modified file 'Mailman/Cgi/edithtml.py' --- a/Mailman/Cgi/edithtml.py 2007-12-04 19:52:18 +0000 +++ b/Mailman/Cgi/edithtml.py 2008-12-05 23:23:43 +0000 @@ -168,7 +168,7 @@ """))) doc.AddItem(_('See ')) doc.AddItem(Link( -'http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq04.048.htp', +'http://wiki.list.org/x/jYA9', _('FAQ 4.48.'))) doc.AddItem(Header(3,_("Page Unchanged."))) doc.AddItem('<hr>') === modified file 'NEWS' --- a/NEWS 2008-12-03 00:28:35 +0000 +++ b/NEWS 2008-12-05 23:23:43 +0000 @@ -43,6 +43,9 @@ - Fixed a minor issue in cron/gate_news that could cause a list's watermark to not be completely updated. + - Fixed an issue that prevented editing the options.html template from + the web admin interface. SF Bug #2164798. + 2.1.11 (30-Jun-2008) New Features -- Stable, maintained release series https://code.launchpad.net/~mailman-coders/mailman/2.1 You are receiving this branch notification because you are subscribed to it. _______________________________________________ Mailman-checkins mailing list [email protected] Unsubscribe: http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org
