Activity log for bug #986437

Date Who What changed Old value New value Message
2012-04-21 00:49:00 Gary Lasker bug added bug
2012-04-21 00:49:16 Gary Lasker software-center (Ubuntu): status New Confirmed
2012-04-21 00:49:19 Gary Lasker software-center (Ubuntu): importance Undecided Medium
2012-04-21 00:49:22 Gary Lasker software-center (Ubuntu): assignee Gary Lasker (gary-lasker)
2012-04-21 00:49:35 Gary Lasker software-center (Ubuntu): milestone precise-updates
2012-04-21 02:03:49 Gary Lasker software-center (Ubuntu): status Confirmed In Progress
2012-04-21 02:04:59 Gary Lasker branch linked lp:~gary-lasker/software-center/recommendations-string-change-lp986437
2012-04-21 02:05:19 Gary Lasker description We need to remove the word "anonymous" from the opt-in panel text, per mpt's comment #5 in bug 967064: https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/967064/comments/5 We need to do this because we currently require the user to have an SSO account and to be logged into it so that they can receive personalized recommendations. Give that, even though the list of uploaded packages is not tracked in any way, it is nevertheless not accurate to use the word "anonymous" in the opt-in text, The diff is very simple: === modified file 'softwarecenter/ui/gtk3/widgets/recommendations.py' --- softwarecenter/ui/gtk3/widgets/recommendations.py 2012-04-15 23:53:57 +0000 +++ softwarecenter/ui/gtk3/widgets/recommendations.py 2012-04-16 00:00:36 +0000 @@ -145,7 +145,7 @@ TURN_ON_RECOMMENDATIONS_TEXT = _(u"Turn On Recommendations") RECOMMENDATIONS_OPT_IN_TEXT = _(u"To make recommendations, " "Ubuntu Software Center " - "will occasionally send to Canonical an anonymous list " + "will occasionally send to Canonical a list " "of software currently installed.") def __init__(self, catview): We need to remove the word "anonymous" from the opt-in panel text, per mpt's comment #5 in bug 967064: https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/967064/comments/5 We need to do this because we currently require the user to have an SSO account and to be logged into it so that they can receive personalized recommendations. Given that, even though the list of uploaded packages is not tracked in any way, it is nevertheless not accurate to use the word "anonymous" in the opt-in text, The diff is very simple: === modified file 'softwarecenter/ui/gtk3/widgets/recommendations.py' --- softwarecenter/ui/gtk3/widgets/recommendations.py 2012-04-15 23:53:57 +0000 +++ softwarecenter/ui/gtk3/widgets/recommendations.py 2012-04-16 00:00:36 +0000 @@ -145,7 +145,7 @@      TURN_ON_RECOMMENDATIONS_TEXT = _(u"Turn On Recommendations")      RECOMMENDATIONS_OPT_IN_TEXT = _(u"To make recommendations, "                   "Ubuntu Software Center " - "will occasionally send to Canonical an anonymous list " + "will occasionally send to Canonical a list "                   "of software currently installed.")      def __init__(self, catview):
2012-04-25 14:55:50 Gary Lasker bug added subscriber Ubuntu Release Team
2012-05-04 03:53:09 Martin Pitt nominated for series Ubuntu Precise
2012-05-04 03:53:09 Martin Pitt bug task added software-center (Ubuntu Precise)
2012-05-04 03:53:09 Martin Pitt nominated for series Ubuntu Quantal
2012-05-04 03:53:09 Martin Pitt bug task added software-center (Ubuntu Quantal)
2012-05-07 21:30:54 Gary Lasker software-center (Ubuntu Precise): status New In Progress
2012-05-07 21:30:59 Gary Lasker software-center (Ubuntu Precise): importance Undecided Medium
2012-05-07 21:31:02 Gary Lasker software-center (Ubuntu Precise): assignee Gary Lasker (gary-lasker)
2012-05-07 21:31:13 Gary Lasker software-center (Ubuntu Precise): milestone precise-updates
2012-05-07 21:31:20 Gary Lasker software-center (Ubuntu Quantal): milestone precise-updates
2012-06-20 14:22:26 Gary Lasker branch linked lp:~gary-lasker/software-center/recommendations-string-change-lp986437-for-5.2
2012-06-28 09:44:42 Michael Vogt description We need to remove the word "anonymous" from the opt-in panel text, per mpt's comment #5 in bug 967064: https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/967064/comments/5 We need to do this because we currently require the user to have an SSO account and to be logged into it so that they can receive personalized recommendations. Given that, even though the list of uploaded packages is not tracked in any way, it is nevertheless not accurate to use the word "anonymous" in the opt-in text, The diff is very simple: === modified file 'softwarecenter/ui/gtk3/widgets/recommendations.py' --- softwarecenter/ui/gtk3/widgets/recommendations.py 2012-04-15 23:53:57 +0000 +++ softwarecenter/ui/gtk3/widgets/recommendations.py 2012-04-16 00:00:36 +0000 @@ -145,7 +145,7 @@      TURN_ON_RECOMMENDATIONS_TEXT = _(u"Turn On Recommendations")      RECOMMENDATIONS_OPT_IN_TEXT = _(u"To make recommendations, "                   "Ubuntu Software Center " - "will occasionally send to Canonical an anonymous list " + "will occasionally send to Canonical a list "                   "of software currently installed.")      def __init__(self, catview): TEST CASE: 1. open software-center 2. ensure that the word "anonymous" is in the text of the panel on the the bottom of the lobby page in the "Recommended for you" text 3. install software-center from precise-proposed 4. close/reopen software-center, verify that this time the word "anonymous" is no longer there 5. for bonus points switch to a different well translated language to ensure that the string is still translated We need to remove the word "anonymous" from the opt-in panel text, per mpt's comment #5 in bug 967064: https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/967064/comments/5 We need to do this because we currently require the user to have an SSO account and to be logged into it so that they can receive personalized recommendations. Given that, even though the list of uploaded packages is not tracked in any way, it is nevertheless not accurate to use the word "anonymous" in the opt-in text, The diff is very simple: === modified file 'softwarecenter/ui/gtk3/widgets/recommendations.py' --- softwarecenter/ui/gtk3/widgets/recommendations.py 2012-04-15 23:53:57 +0000 +++ softwarecenter/ui/gtk3/widgets/recommendations.py 2012-04-16 00:00:36 +0000 @@ -145,7 +145,7 @@      TURN_ON_RECOMMENDATIONS_TEXT = _(u"Turn On Recommendations")      RECOMMENDATIONS_OPT_IN_TEXT = _(u"To make recommendations, "                   "Ubuntu Software Center " - "will occasionally send to Canonical an anonymous list " + "will occasionally send to Canonical a list "                   "of software currently installed.")      def __init__(self, catview):
2012-06-28 10:12:18 Launchpad Janitor branch linked lp:ubuntu/quantal-proposed/software-center
2012-06-28 20:15:14 Launchpad Janitor software-center (Ubuntu Quantal): status In Progress Fix Released
2012-07-03 18:31:27 Brian Murray software-center (Ubuntu Precise): status In Progress Fix Committed
2012-07-03 18:31:28 Brian Murray bug added subscriber Ubuntu Stable Release Updates Team
2012-07-03 18:31:30 Brian Murray bug added subscriber SRU Verification
2012-07-03 18:31:38 Brian Murray tags verification-needed
2012-07-03 18:43:11 Launchpad Janitor branch linked lp:ubuntu/precise-proposed/software-center
2012-07-05 22:33:33 Gary Lasker description TEST CASE: 1. open software-center 2. ensure that the word "anonymous" is in the text of the panel on the the bottom of the lobby page in the "Recommended for you" text 3. install software-center from precise-proposed 4. close/reopen software-center, verify that this time the word "anonymous" is no longer there 5. for bonus points switch to a different well translated language to ensure that the string is still translated We need to remove the word "anonymous" from the opt-in panel text, per mpt's comment #5 in bug 967064: https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/967064/comments/5 We need to do this because we currently require the user to have an SSO account and to be logged into it so that they can receive personalized recommendations. Given that, even though the list of uploaded packages is not tracked in any way, it is nevertheless not accurate to use the word "anonymous" in the opt-in text, The diff is very simple: === modified file 'softwarecenter/ui/gtk3/widgets/recommendations.py' --- softwarecenter/ui/gtk3/widgets/recommendations.py 2012-04-15 23:53:57 +0000 +++ softwarecenter/ui/gtk3/widgets/recommendations.py 2012-04-16 00:00:36 +0000 @@ -145,7 +145,7 @@      TURN_ON_RECOMMENDATIONS_TEXT = _(u"Turn On Recommendations")      RECOMMENDATIONS_OPT_IN_TEXT = _(u"To make recommendations, "                   "Ubuntu Software Center " - "will occasionally send to Canonical an anonymous list " + "will occasionally send to Canonical a list "                   "of software currently installed.")      def __init__(self, catview): [TEST CASE] 1. open software-center 2. ensure that the word "anonymous" is in the text of the panel on the the bottom of the lobby page in the "Recommended for you" text 3. install software-center from precise-proposed 4. close/reopen software-center, verify that this time the word "anonymous" is no longer there 5. for bonus points switch to a different well translated language to ensure that the string is still translated [Regression Potential] Risk of regression is very low. The only regression potential would be if this string has not been translated to a given language. In that case, it will appear in English. However, we uploaded this new string to rosetta well before Precise final even, so it has had many weeks to be translated, and the translations were released with the first Precise language packs update weeks ago. --- We need to remove the word "anonymous" from the opt-in panel text, per mpt's comment #5 in bug 967064: https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/967064/comments/5 We need to do this because we currently require the user to have an SSO account and to be logged into it so that they can receive personalized recommendations. Given that, even though the list of uploaded packages is not tracked in any way, it is nevertheless not accurate to use the word "anonymous" in the opt-in text, The diff is very simple: === modified file 'softwarecenter/ui/gtk3/widgets/recommendations.py' --- softwarecenter/ui/gtk3/widgets/recommendations.py 2012-04-15 23:53:57 +0000 +++ softwarecenter/ui/gtk3/widgets/recommendations.py 2012-04-16 00:00:36 +0000 @@ -145,7 +145,7 @@      TURN_ON_RECOMMENDATIONS_TEXT = _(u"Turn On Recommendations")      RECOMMENDATIONS_OPT_IN_TEXT = _(u"To make recommendations, "                   "Ubuntu Software Center " - "will occasionally send to Canonical an anonymous list " + "will occasionally send to Canonical a list "                   "of software currently installed.")      def __init__(self, catview):
2012-07-06 23:38:16 Gary Lasker tags verification-needed verification-done
2012-07-09 20:27:23 Launchpad Janitor software-center (Ubuntu Precise): status Fix Committed Fix Released