launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #07685
[Merge] lp:~wallyworld/launchpad/info-type-descriptions-993575 into lp:launchpad
Ian Booth has proposed merging lp:~wallyworld/launchpad/info-type-descriptions-993575 into lp:launchpad.
Requested reviews:
Curtis Hovey (sinzui)
Related bugs:
Bug #993575 in Launchpad itself: "What is "artefact" in Bug information type"
https://bugs.launchpad.net/launchpad/+bug/993575
For more details, see:
https://code.launchpad.net/~wallyworld/launchpad/info-type-descriptions-993575/+merge/105162
== Implementation ==
I've tried to improve the wording of the InformationType descriptions.
== Tests ==
None that I know of. ec2 will reveal all.
== Lint ==
Checking for conflicts and issues in changed files.
Linting changed files:
lib/lp/registry/enums.py
--
https://code.launchpad.net/~wallyworld/launchpad/info-type-descriptions-993575/+merge/105162
Your team Launchpad code reviewers is subscribed to branch lp:launchpad.
=== modified file 'lib/lp/registry/enums.py'
--- lib/lp/registry/enums.py 2012-03-29 00:48:21 +0000
+++ lib/lp/registry/enums.py 2012-05-09 02:34:21 +0000
@@ -45,22 +45,22 @@
EMBARGOEDSECURITY = DBItem(3, """
Embargoed Security
- Only users with permission to see the project's security related
- artifacts can see this information.
+ Visible only to users with permission to see the project's private
+ security related information.
""")
USERDATA = DBItem(4, """
User Data
- Only users with permission to see the project's artifacts containing
- user data can see this information.
+ Visible only to users with permission to see the project's information
+ containing user data.
""")
PROPRIETARY = DBItem(5, """
Proprietary
- Only users with permission to see the project's artifacts containing
- proprietary data can see this information.
+ Visible only to users with permission to see the project's information
+ containing proprietary data.
""")
Follow ups