Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Issue 29565858: Issue 5803 - add privacy friendly acceptable ads preference (Closed)

Created:
Oct. 5, 2017, 10:10 p.m. by saroyanm
Modified:
Oct. 9, 2017, 4:33 p.m.
Reviewers:
wspee, ire
CC:
Sebastian Noack
Visibility:
Public.

Description

Issue 5803 - add privacy friendly acceptable ads preference

Patch Set 1 #

Total comments: 1

Patch Set 2 : Removed the link and changed wording #

Total comments: 3

Patch Set 3 : Use consistent string name #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -0 lines) Patch
M pages/preferences.tmpl View 1 2 2 chunks +9 lines, -0 lines 0 comments Download

Messages

Total messages: 7
saroyanm
https://codereview.adblockplus.org/29565858/diff/29565859/pages/preferences.tmpl File pages/preferences.tmpl (right): https://codereview.adblockplus.org/29565858/diff/29565859/pages/preferences.tmpl#newcode228 pages/preferences.tmpl:228: {{"Location of the filter list used to\n<a href=\"acceptable-ads\">allow privacy-friendly ...
Oct. 5, 2017, 10:17 p.m. (2017-10-05 22:17:49 UTC) #1
wspee
On 2017/10/05 22:17:49, saroyanm wrote: > https://codereview.adblockplus.org/29565858/diff/29565859/pages/preferences.tmpl > File pages/preferences.tmpl (right): > > https://codereview.adblockplus.org/29565858/diff/29565859/pages/preferences.tmpl#newcode228 > ...
Oct. 6, 2017, 8:08 a.m. (2017-10-06 08:08:59 UTC) #2
wspee
On 2017/10/06 08:08:59, wspee wrote: > On 2017/10/05 22:17:49, saroyanm wrote: > > > https://codereview.adblockplus.org/29565858/diff/29565859/pages/preferences.tmpl ...
Oct. 6, 2017, 8:14 a.m. (2017-10-06 08:14:39 UTC) #3
saroyanm
On 2017/10/06 08:14:39, wspee wrote: > On 2017/10/06 08:08:59, wspee wrote: > > On 2017/10/05 ...
Oct. 6, 2017, 3:18 p.m. (2017-10-06 15:18:54 UTC) #4
ire
Thanks Manvel. Just one comment https://codereview.adblockplus.org/29565858/diff/29567796/pages/preferences.tmpl File pages/preferences.tmpl (right): https://codereview.adblockplus.org/29565858/diff/29567796/pages/preferences.tmpl#newcode557 pages/preferences.tmpl:557: "name": "subscriptions_exceptionsurl_privacy", This name ...
Oct. 9, 2017, 8:45 a.m. (2017-10-09 08:45:16 UTC) #5
saroyanm
New patch uploaded. https://codereview.adblockplus.org/29565858/diff/29567796/pages/preferences.tmpl File pages/preferences.tmpl (right): https://codereview.adblockplus.org/29565858/diff/29567796/pages/preferences.tmpl#newcode557 pages/preferences.tmpl:557: "name": "subscriptions_exceptionsurl_privacy", On 2017/10/09 08:45:16, ire ...
Oct. 9, 2017, 11:07 a.m. (2017-10-09 11:07:45 UTC) #6
ire
Oct. 9, 2017, 11:12 a.m. (2017-10-09 11:12:12 UTC) #7
LGTM

https://codereview.adblockplus.org/29565858/diff/29567796/pages/preferences.tmpl
File pages/preferences.tmpl (right):

https://codereview.adblockplus.org/29565858/diff/29567796/pages/preferences.t...
pages/preferences.tmpl:557: "name": "subscriptions_exceptionsurl_privacy",
On 2017/10/09 11:07:44, saroyanm wrote:
> On 2017/10/09 08:45:16, ire wrote:
> > This name doesn't match the translation id used above
> > 
> > `subscriptions_exceptionsurl-privacy` vs
`subscriptions_exceptionsurl_privacy`
> > 
> > (you used a `-` instead of `_` above)
> 
> Yes it's not, It's the name which appears in the preferences page and used by
> extension, but not the one that's used as a translation string.
> 
> To be consistent with other translation strings in this page I think we should
> use "subscriptions_exceptionsurlPrivacy" instead for translation string.
> 
> If we will decide to use "name" as a string ID I think we should adapt the
> macroses accordingly, but that's out of the scope of current review I think.
> 
> Side note: Also "-s1" in the end of the strings are leftover from the CMS
> migration while ago, where we migrated all strings from the old CMS called
> anwiki.

Oh okay. My bad, I thought there were supposed to match. 

Your modification makes things clearer, thanks

Powered by Google App Engine
This is Rietveld