Closed
Bug 326617
Opened 20 years ago
Closed 20 years ago
Hidden "site-tools" footer should link to https://doctor.mozilla.com instead of doctor-test
Categories
(www.mozilla.org :: General, defect)
www.mozilla.org
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: reed, Unassigned)
References
()
Details
Attachments
(1 file)
|
891 bytes,
patch
|
reed
:
review+
|
Details | Diff | Splinter Review |
Currently, all pages on www.mozilla.com have a link to http://doctor-test.mozilla.org hidden in the footer. The real doctor for the www.mozilla.com pages is https://doctor.mozilla.com, not doctor-test.
For reference sake, this footer is contained in mozilla-com/lib/wrapper.tmpl.
| Reporter | ||
Comment 1•20 years ago
|
||
Basically, the link should be:
<li><a href="https://doctor.mozilla.com/doctor.cgi?action=edit&file=[% sourcefile %]">[% strings.Edit %]</a></li>
Notice that this new version of doctor does not need the "mozilla-com/html/" at the front of the filename. If it is added (as it is now), it will not work. As an example, https://doctor.mozilla.com/doctor.cgi?action=edit&file=firefox/releases/1.5.0.1.html edits http://www.mozilla.com/firefox/releases/1.5.0.1.html.
| Reporter | ||
Comment 2•20 years ago
|
||
(In reply to comment #1)
er, I meant "mozilla-com/src/" instead of "mozilla-com/html/".
(In reply to comment #1)
> Notice that this new version of doctor does not need the "mozilla-com/html/" at
> the front of the filename. If it is added (as it is now), it will not work. As
Looks OK to me with it.
Comment 4•20 years ago
|
||
Attachment #211348 -
Flags: review?(steven)
Attachment #211348 -
Flags: review?(steven) → review?(justin)
| Reporter | ||
Comment 5•20 years ago
|
||
Comment on attachment 211348 [details] [diff] [review]
fix what reed mentions
As per bug 326341, https://doctor.mozilla.com should be used (https instead of http).
Attachment #211348 -
Attachment description: fix what reeeed mentions → fix what reed mentions
Comment 6•20 years ago
|
||
I've checked this in (with the https link). It might have to wait on a full site rebuild before you start to see it on the live site.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 7•20 years ago
|
||
Comment on attachment 211348 [details] [diff] [review]
fix what reed mentions
As per steven's check-in of the patch (with http->https) [revision 1.19 of mozilla-com/lib/wrapper.tmpl].
Attachment #211348 -
Flags: review?(justin) → review+
| Assignee | ||
Updated•14 years ago
|
Component: www.mozilla.org/firefox → www.mozilla.org
| Assignee | ||
Updated•13 years ago
|
Component: www.mozilla.org → General
Product: Websites → www.mozilla.org
You need to log in
before you can comment on or make changes to this bug.
Description
•