Closed
Bug 609113
Opened 15 years ago
Closed 15 years ago
Appropriate links to various MDN pages should be relative
Categories
(developer.mozilla.org Graveyard :: Wiki pages, defect)
developer.mozilla.org Graveyard
Wiki pages
Tracking
(Not tracked)
VERIFIED
FIXED
0.9.2
People
(Reporter: retornam, Unassigned)
Details
Links from the MDN- Django app are hard-coded to Deki production pages. These links should be relative
Updated•15 years ago
|
Target Milestone: --- → 0.9.2
Comment 1•15 years ago
|
||
This will make testing the site sooo much easier.
Fred suggested we configure the base url somewhere so we can easily change this as needed in the future.
Right now, clicking on various links on staging still take you to the production pages. Fixing this will make our stage9 staging server a lot more "fully integrated".
Comment 2•15 years ago
|
||
Updating bug title.
Also, just wanted to make sure we think this through... since I don't know if making all links relative will break the URL handlers we are going to put into place for 0.9.2.
Summary: https://developer-stage9.mozilla.org/en-US/ → Appropriate links to various MDN pages should be relative
Comment 3•15 years ago
|
||
Including:
/Special:UserRegistration - from homepage upper right "Become an MDN member"
Comment 4•15 years ago
|
||
(In reply to comment #3)
> Including:
> /Special:UserRegistration - from homepage upper right "Become an MDN member"
Hmmm... that's a good question. I'm assuming yes, since that will allow us to test creating new accounts. Otherwise, we'll always be working off the production db, right?
As long as we are confident that the data between prod Deki and stage9 will be in-sync (most of the time), I think that's probably the best way to go.
Comment 5•15 years ago
|
||
Fixed.
Other places to test:
https://developer-stage9.mozilla.org/en-US/addons - Extensions link
https://developer-stage9.mozilla.org/en-US/docs - Lots of Deki links
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 6•15 years ago
|
||
qa-verified-trunk ( multiple urls)
| Reporter | ||
Comment 7•15 years ago
|
||
verified fixed https://developer.mozilla.org/en-US/
Status: RESOLVED → VERIFIED
| Assignee | ||
Updated•13 years ago
|
Version: MDN → unspecified
| Assignee | ||
Updated•13 years ago
|
Component: Website → Landing pages
Updated•5 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•