Closed
Bug 466125
Opened 16 years ago
Closed 16 years ago
Add .htaccess rules for new in-product help link "places-locked"
Categories
(support.mozilla.org :: General, defect, P1)
support.mozilla.org
General
Tracking
(Not tracked)
VERIFIED
FIXED
0.8.1
People
(Reporter: djst, Assigned: laura)
References
()
Details
(Keywords: fixed1.9.1, Whiteboard: sumo_only)
With bug 414715, we'll get a new product help link from Firefox (http://support.mozilla.com/1/%APP%/%VERSION%/%OS%/%LOCALE%/places-locked) that needs to be directed to the correct article.
For now, let's use the article Bookmarks+not+saved#Bookmarks_file_is_write_protected, but we might want to move this out to an article of its own for added clarity.
Reporter | ||
Updated•16 years ago
|
Comment 1•16 years ago
|
||
Would having its own article be a better idea for l10n as well?
Reporter | ||
Comment 2•16 years ago
|
||
i think a separate article is the long term solution. we need to move this to 0.8 because 0.7.3. code freeze is today, so let's create a separate article for this.
Target Milestone: 0.7.3 → 0.8
Assignee | ||
Updated•16 years ago
|
Target Milestone: 0.8 → 0.9
Assignee | ||
Updated•16 years ago
|
Flags: blocking-firefox3.1?
Comment 3•16 years ago
|
||
We're about to check in the fix for this. The drop-dead date for this is when 3.1b3 is shipped. However, it'd reduce nightly-tester confusion if at least a placeholder page is in place as soon as possible.
Reporter | ||
Comment 4•16 years ago
|
||
Chris, what's the final URL to the standalone article?
Priority: -- → P1
Target Milestone: 0.9 → 0.8.1
Comment 5•16 years ago
|
||
Reporter | ||
Comment 6•16 years ago
|
||
OK, so we need this line to be added to .htaccess:
RewriteRule ^1/([\-a-zA-Z]+)/([\.0-9ab]+(?:pre)?)/([\-_a-zA-Z0-9]+)/([\-a-zA-Z]+)/places-locked\/$ /$4/kb/The+bookmarks+and+history+system+will+not+be+functional?style_mode=inproduct [R,NE]
Someone with svn, please help submitting a patch!
Assignee | ||
Updated•16 years ago
|
Assignee: nobody → laura
Assignee | ||
Comment 7•16 years ago
|
||
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 8•16 years ago
|
||
The URL provided doesn't work on staging:
http://support-stage.mozilla.org/1/firefox/3.1b2pre/Darwin/en-US/places-locked/
Assignee | ||
Comment 9•16 years ago
|
||
We need an IT person to run
sudo webroot/htaccess.sh
on staging before you can verify.
Comment 10•16 years ago
|
||
Who from IT do we CC on this? Cause the URL no worky.
(In reply to comment #10)
> Who from IT do we CC on this? Cause the URL no worky.
reed, I think?
Assignee | ||
Comment 12•16 years ago
|
||
Reed, can you check that htaccess.sh was run *after* the svn checkout was
unborked?
Comment 13•16 years ago
|
||
(In reply to comment #12)
> Reed, can you check that htaccess.sh was run *after* the svn checkout was
> unborked?
It wasn't. Done now on staging and production. Seems to work fine.
https://support-stage.mozilla.org/en-US/kb/The+bookmarks+and+history+system+will+not+be+functional?style_mode=inproduct& just keeps giving me a login loop on staging, but production *is* working fine.
Both production and staging are now working fine; Verified FIXED!
Status: RESOLVED → VERIFIED
Updated•16 years ago
|
Flags: blocking-firefox3.1? → blocking-firefox3.1+
Updated•16 years ago
|
Keywords: fixed1.9.1
Updated•15 years ago
|
Whiteboard: sumo_only
You need to log in
before you can comment on or make changes to this bug.
Description
•