Closed
Bug 759356
Opened 13 years ago
Closed 13 years ago
Change links to highlighted wiki pages to point at Kuma equivalents
Categories
(developer.mozilla.org Graveyard :: Wiki pages, defect, P1)
developer.mozilla.org Graveyard
Wiki pages
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: lorchard, Assigned: groovecoder)
References
Details
(Whiteboard: c=wiki u=user s=2012-06-19 p=1 t=2012-07-09)
On the front page and in the top nav, there are lots of links to wiki pages (eg. HTML, CSS, DOM, Canvas, etc).
These point to MindTouch URLs and use the devmo_url() helper, which will stop consulting MindTouch for localization advice once bug 757940 is implemented.
So, go through the site, find links to MindTouch wiki pages, change them to use Kuma equivalents. Since we should be supporting redirects, we might be able to get by without changing paths - though we really should, and maybe even use the Django/Jinja url() helper. The devmo_url helper will definitely not do the right thing any more.
Reporter | ||
Comment 1•13 years ago
|
||
This PR might have a partial fix for this in the devmo_url() helper:
https://github.com/mozilla/kuma/pull/242
Assignee | ||
Updated•13 years ago
|
Whiteboard: c=wiki u=user s=2012-06-19 p=
Updated•13 years ago
|
Whiteboard: c=wiki u=user s=2012-06-19 p= → c=wiki u=user s=2012-06-19 p=1
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → lcrouch
Comment 2•13 years ago
|
||
Commits pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/0cccdf1b2a1c58ea4ab690a17e48e85af4eb60a2
fix bug 759356 - update devmo_url for kuma
https://github.com/mozilla/kuma/commit/824118b44197a1e52649767c32c59a0cc626ab4b
Merge pull request #269 from groovecoder/devmo_url_kuma
fix bug 759356 - update devmo_url for kuma
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Whiteboard: c=wiki u=user s=2012-06-19 p=1 → c=wiki u=user s=2012-06-19 p=1 t=2012-06-26
Assignee | ||
Comment 3•13 years ago
|
||
reopening to remind us to restore the url changes made in https://github.com/mozilla/kuma/commit/0cccdf1b2a1c58ea4ab690a17e48e85af4eb60a2 after we disable MindTouch to avoid the redirect response.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 4•13 years ago
|
||
Commits pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/a9b9a58928566535fd1e9054c31f0b69e0ab28bd
bug 759356 - restore MT url paths to fix devmo_url
https://github.com/mozilla/kuma/commit/48ba78fa70a343b280cd6e77ddbea9cee75d0d7b
Merge pull request #331 from groovecoder/devmo-url-mt-paths-759356
bug 759356 - restore MT url paths to fix devmo_url
Comment 5•13 years ago
|
||
Commit pushed to next at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/f92bdd06d4b5287bd02168a1250ba760e25841b1
bug 759356 - restore MT url paths to fix devmo_url
Updated•13 years ago
|
Whiteboard: c=wiki u=user s=2012-06-19 p=1 t=2012-06-26 → c=wiki u=user s=2012-06-19 p=1 t=2012-07-09
Comment 6•13 years ago
|
||
I think Luke mentioned that the only downside of not doing this is that the links will redirect to the correct pages, rather than linking to them correctly. If that's the case, I think we can push this one off until after launch.
Updated•13 years ago
|
Priority: -- → P1
Updated•13 years ago
|
Status: REOPENED → RESOLVED
Closed: 13 years ago → 13 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Version: Kuma → unspecified
Updated•12 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
•