Opened 11 years ago

Closed 10 years ago

#20747 closed New feature (fixed)

Djangoproject site 'Documentation' menu item does not respect version.

Reported by: andy.cottrell@… Owned by: nobody
Component: *.djangoproject.com Version:
Severity: Normal Keywords: menu version documentation
Cc: Baptiste Mispelon Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: yes

Description

Having selected an older version of Django documentation (say 1.4) all page navigation links related to that version. Unless I select "Documentation" on the main menu, in which case it silently switches me to the latest version.

If I am being alert, I will notice the change displayed on ul#doc-versions. But I am often not alert.....
It feels to me that changing versions should ideally be an explicit choice by me.

Can this main menu item be made aware of which version I am navigating in?

Change History (3)

comment:1 by Tim Graham, 11 years ago

Easy pickings: unset
Triage Stage: UnreviewedAccepted
Type: UncategorizedNew feature

comment:2 by Baptiste Mispelon, 10 years ago

Cc: Baptiste Mispelon added
Has patch: set

Here's an attempt at fixing this: https://github.com/django/djangoproject.com/pull/65

Feedback welcome.

comment:3 by Baptiste Mispelon <bmispelon@…>, 10 years ago

Resolution: fixed
Status: newclosed

In 8f93e33c4fd295dd8b58e224e7f060701be4ef71/djangoproject.com:

Fixed #20747 -- Made the documentation link in the navbar point at the current version.

Thanks to Andy Cottrell for the report.

Note: See TracTickets for help on using tickets.
Back to Top