launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #04101
[Merge] lp:~matsubara/launchpad/772016-mailinglist-help into lp:launchpad
Diogo Matsubara has proposed merging lp:~matsubara/launchpad/772016-mailinglist-help into lp:launchpad.
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~matsubara/launchpad/772016-mailinglist-help/+merge/66443
== Summary ==
This branch includes a note in the +mailinglist page stating that email
addresses not registered in LP will be silently discarded.
It also fixes the link to "Help for mailing lists" to point to the most
current documentation and rewrites the paragraph concerning ubuntu list
creation.
== Pre-implementation notes ==
Matthew helped with the text changes and Robert suggested that
help.launchpad.net should also include documentation about this behaviour. I
checked the page on the wiki and there's already documentation there about it.
== Tests ==
./bin/test -t stories/mailinglists
== Demo and Q/A ==
1. Open https://launchpad.dev/~ubuntu-team/+mailinglist
You'll see a note stating that email addresses not registered in LP will be
be discarded.
--
https://code.launchpad.net/~matsubara/launchpad/772016-mailinglist-help/+merge/66443
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~matsubara/launchpad/772016-mailinglist-help into lp:launchpad.
=== modified file 'lib/lp/registry/stories/mailinglists/lifecycle.txt'
--- lib/lp/registry/stories/mailinglists/lifecycle.txt 2011-05-27 19:53:20 +0000
+++ lib/lp/registry/stories/mailinglists/lifecycle.txt 2011-06-30 11:59:14 +0000
@@ -21,7 +21,7 @@
He thinks for a second whether his mailing list is for Ubuntu or not.
>>> print extract_text(find_tag_by_id(browser.contents, 'ubuntu-notice'))
- Ubuntu mailing lists should not be created here. Create them
+ Ubuntu does not use Launchpad to host its mailing lists. Create them
at lists.ubuntu.com instead.
>>> print browser.getLink('lists.ubuntu.com')
<Link text='lists.ubuntu.com' url='https://lists.ubuntu.com'>
=== modified file 'lib/lp/registry/templates/team-mailinglist.pt'
--- lib/lp/registry/templates/team-mailinglist.pt 2010-12-15 20:40:26 +0000
+++ lib/lp/registry/templates/team-mailinglist.pt 2011-06-30 11:59:14 +0000
@@ -49,15 +49,19 @@
<strong id="mailing-list-archive"
tal:content="context/visibility/title/fmt:lower" /> archive
</li>
+ <li>
+ Launchpad will silently delete email sent from addresses that are
+ not associated with a Launchpad account.
+ </li>
</ul>
- <p id="ubuntu-notice"><strong>Ubuntu mailing lists should not be
- created here. Create them
- at <a href="https://lists.ubuntu.com">lists.ubuntu.com</a> instead.
+ <p id="ubuntu-notice"><strong>Ubuntu does not use Launchpad to host
+ its mailing lists. Create them at
+ <a href="https://lists.ubuntu.com">lists.ubuntu.com</a> instead.
</strong></p>
<p>
- » <a href="https://help.launchpad.net/ListHelp">Help for mailing lists</a>
+ » <a href="https://help.launchpad.net/Teams/MailingLists">Help for mailing lists</a>
</p>
<input tal:replace="structure view/request_list_creation/render" />
</div>
Follow ups