Closed
Bug 509881
Opened 16 years ago
Closed 16 years ago
Change prefs-clear-private-data helpTopic link
Categories
(support.mozilla.org :: General, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
1.4.1
People
(Reporter: cilias, Assigned: paulc)
References
Details
(Whiteboard: sumo_only)
Attachments
(1 file)
|
1.24 KB,
patch
|
jsocol
:
review+
|
Details | Diff | Splinter Review |
We're getting a lot of comments on <https://support.mozilla.com/en-US/kb/Options+window+-+Privacy+panel>, from people who want to know what "site Preferences" is.
"Site Preferences" is not in the Privacy panel. After some investigating, I found the window that opens up when you click on the Settings button beside "Clear history when Firefox closes" does have a helpTopic link, which currently points to the Privacy panel article.
In http://svn.mozilla.org/projects/sumo/trunk/webroot/htaccess.dist there's the line:
RewriteRule ^1/([\-a-zA-Z]+)/([\.0-9ab]+(?:pre)?)/([\-_a-zA-Z0-9]+)/([\-a-zA-Z]+)/prefs-clear-private-data\/$ /$4/kb/Options+window+-+Privacy+panel?style_mode=inproduct#private_data [R,NE]
I assume that's the correct helpTopic name. We should change it to point to
/Clear+Recent+History?style_mode=inproduct [R,NE]
| Assignee | ||
Comment 1•16 years ago
|
||
Found it. I can take this, or if Laura thinks so, James could have a shot at it.
| Reporter | ||
Updated•16 years ago
|
Target Milestone: --- → 1.4.1
| Assignee | ||
Comment 2•16 years ago
|
||
Good find Chris.
Assignee: nobody → paulc
Attachment #403584 -
Flags: review?(james)
Comment 3•16 years ago
|
||
Comment on attachment 403584 [details] [diff] [review]
patch, v1
WFM.
Attachment #403584 -
Flags: review?(james) → review+
| Assignee | ||
Comment 4•16 years ago
|
||
r52558 / r52559
Not committed to Fennec since the mobile browser probably needs a different set of rules.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 5•16 years ago
|
||
I suppose this'll need htaccess.sh run again before we can see the fix, right?
| Assignee | ||
Comment 6•16 years ago
|
||
I guess there's no cron for that yet?
Comment 7•16 years ago
|
||
(In reply to comment #6)
> I guess there's no cron for that yet?
Doubtful, since bug 519399 still remains open.
Comment 8•16 years ago
|
||
Verified, FIXED.
Verified on Win/Mac/Linux
Steps to Reproduce:
1. in your Firefox browser, Preferences (Mac) / Tools Options (Win) - > Privacy Panel -> Set 'Firefox Will' -> Use Custom settings -> Check 'Clear History When FF closes' -> click on Settings -> click on Help (Win/Lin) or '?' (Mac)
You should be redirected to http://support-stage.mozilla.org/en-US/kb/Clear+Recent+History?style_mode=inproduct
Status: RESOLVED → VERIFIED
Updated•16 years ago
|
Whiteboard: sumo_only
You need to log in
before you can comment on or make changes to this bug.
Description
•