Closed
Bug 683312
Opened 14 years ago
Closed 7 years ago
Update/Remove links in Mozilla Global Header/Footer
Categories
(Websites :: Other, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: cmore, Unassigned)
References
Details
(Whiteboard: [dev])
Attachments
(2 files)
Now that mozilla.com is no more and mozilla.org is the main domain, footer links on the Django template need to be update.
Old Link > New Link
The following links only changed from .com to .org and the rest of the URL structure stayed the same:
http://www.mozilla.com/firefox/features/ > http://www.mozilla.org/firefox/features/
http://www.mozilla.com/firefox/security/ > http://www.mozilla.org/firefox/security/
http://www.mozilla.com/firefox/performance/ > http://www.mozilla.org/firefox/performance/
http://www.mozilla.com/firefox/customize/ > http://www.mozilla.org/firefox/customize/
http://www.mozilla.com/firefox/technology/ > http://www.mozilla.org/firefox/technology/
http://www.mozilla.com/firefox/video/ > http://www.mozilla.org/firefox/video/
http://www.mozilla.com/firefox/tour/ > http://www.mozilla.org/firefox/video/
http://www.mozilla.com/mobile/ > http://www.mozilla.org/mobile/
http://www.mozilla.com/mobile/download/ > http://www.mozilla.org/mobile/download/
http://www.mozilla.com/mobile/features/ > http://www.mozilla.org/mobile/features/
http://www.mozilla.com/mobile/sync/ > http://www.mozilla.org/mobile/sync/
http://www.mozilla.com/mobile/getinvolved/ > http://www.mozilla.org/mobile/getinvolved/
http://www.mozilla.com/mobile/faq/ > http://www.mozilla.org/mobile/faq/
http://www.mozilla.com/about/participate/ > http://www.mozilla.org/about/participate/
http://www.mozilla.com/press/ > http://www.mozilla.org/press/
http://www.mozilla.com/about/participate/ > http://www.mozilla.org/about/participate/
http://www.mozilla.com/press/ > http://www.mozilla.org/press/
http://www.mozilla.com/about/careers.html > http://www.mozilla.org/about/careers.html
http://www.mozilla.com/about/partnerships.html > http://www.mozilla.org/about/partnerships.html
http://www.mozilla.com/about/legal.html > http://www.mozilla.org/about/legal.html
http://www.mozilla.com/about/contact.html > http://www.mozilla.org/about/contact.html
The following links changed the directory:
http://www.mozilla.com/about/ > http://www.mozilla.org/firefox/about/
http://www.mozilla.org/join > https://donate.mozilla.org/page/contribute/protect-the-web
| Reporter | ||
Updated•14 years ago
|
Target Milestone: --- → 1.0
| Reporter | ||
Updated•14 years ago
|
Target Milestone: 1.0 → 1.1
Updated•14 years ago
|
Assignee: nobody → mozilla+bugzilla
| Reporter | ||
Comment 1•14 years ago
|
||
We also need to add Affiliates to the standard footer in the template for other non-affiliates django sites using the template.
Whiteboard: [dev]
Updated•14 years ago
|
Assignee: mozilla+bugzilla → nobody
Comment 2•14 years ago
|
||
Unassigning from a milestone. The global header will soon be changing, and this change will be affected by how that changes.
Target Milestone: 1.1 → ---
| Assignee | ||
Updated•14 years ago
|
Product: Websites → Firefox Affiliates
Comment 3•13 years ago
|
||
Marking as WONTFIX. The library we use for the header and footer is woefully out of date and used by very few sites. Given the desire for a site redesign anyway, and the fact that the links still work, the effort isn't worth it.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WONTFIX
| Reporter | ||
Comment 4•12 years ago
|
||
There is recent concern about the footer links in Affiliates and other websites that use the global footer because of the obsolete links or projects that will soon change many of the URLs.
Couldn't we just remove everything in this file:
https://github.com/mozilla/django-moz-header/blob/master/menu_links.html
Or remove the reference to menu_links here:
https://github.com/mozilla/django-moz-header/blob/master/footer.html
We don't do a link farm in the footer of our websites anymore as it is what Tabzilla is used for.
Affiliates.mozilla.org, nightly.mozilla.org, and addons.mozilla.org appear to be the only sites using this footer and thus they all have the same problem with the links.
Status: RESOLVED → REOPENED
Component: affiliates.mozilla.org → Other
Product: Firefox Affiliates → Websites
Resolution: WONTFIX → ---
Summary: Affiliates: Update footer links → Update/Remove links in Mozilla Global Footer
Comment 5•12 years ago
|
||
Can this wait until the re-design is implemented?
| Reporter | ||
Comment 6•12 years ago
|
||
(In reply to Chelsea Novak [:chelsea] from comment #5)
> Can this wait until the re-design is implemented?
This change is not on Affiliates as the footer in Affiliates is part of the global footer that as only ever used by a few Mozilla websites. Most sites have moved away from the legacy footer. This change doesn't happen on the Affiliates code-base or repository, but it would require a push of Affiliates to make it live. AMO/nightly would also see the change when they push their website.
The PMM team wants the links to go away and the pages linked there are being redirected so it will be more confusing soon once that happens.
Comment 7•12 years ago
|
||
Sounds good then :)
| Reporter | ||
Comment 8•12 years ago
|
||
Screenshot of what affiliates would look like with no footer product links.
| Reporter | ||
Comment 9•12 years ago
|
||
Screenshot of what AMO would look like with no footer product links.
| Reporter | ||
Comment 10•12 years ago
|
||
Clouser: If we remove these legacy product links on the global footer that is being phased out, it will should also affect the footer on AMO. Are you fine with pulling these links out of the global footer? The next time AMO pushes, it should update AMO.
Flags: needinfo?(clouserw)
Comment 11•12 years ago
|
||
No worries from me, I'm not sure if we'll need to manually update our global footer pull. Let me know when you pull them out and we'll check it out.
Flags: needinfo?(clouserw)
| Reporter | ||
Comment 12•12 years ago
|
||
I submitted a pull request for this change: https://github.com/mozilla/django-moz-header/pull/17
| Reporter | ||
Comment 13•12 years ago
|
||
Also, opened up this PR:
https://github.com/mozilla/django-moz-header/pull/18
Both PRs closed and merged. AMO, Affiliates, and Nightly just need to be pushed to update their reference to the global footer.
Affiliates stage is update: https://affiliates.allizom.org/en-US/
Wil: Do you want to update AMO dev to preview the footer change?
Flags: needinfo?(clouserw)
| Reporter | ||
Comment 14•12 years ago
|
||
I just realized that the same links are in the global header too. arrr.
Header content for the global nav seems to be only used on nightly.mozilla.org and affiliates.mozilla.org.
Content here:
https://github.com/mozilla/django-moz-header/blob/unified/header.html
https://github.com/mozilla/django-moz-header/blob/master/menu_links.html (
:jbertsch: What should we do about the header on Affiliates and nightly? Remove everything?
Flags: needinfo?(jbertsch)
Summary: Update/Remove links in Mozilla Global Footer → Update/Remove links in Mozilla Global Header/Footer
Comment 15•12 years ago
|
||
Affiliates footer has been updated with the removed links: https://affiliates.mozilla.org/
Comment 16•12 years ago
|
||
AMO has a pull request: https://github.com/mozilla/zamboni/pull/1620
Flags: needinfo?(clouserw)
Updated•7 years ago
|
Flags: needinfo?(jbertsch)
| Reporter | ||
Comment 18•7 years ago
|
||
Yes. I will close.
Status: REOPENED → RESOLVED
Closed: 13 years ago → 7 years ago
Flags: needinfo?(chrismore.bugzilla)
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•