Bug 268468 - At events/2020/, events/2019/ …: links to archived years are broken
Summary: At events/2020/, events/2019/ …: links to archived years are broken
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Website (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Sergio Carlavilla Delgado
URL: https://github.com/freebsd/freebsd-do...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-12-19 15:47 UTC by Graham Perrin
Modified: 2023-11-25 10:39 UTC (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Graham Perrin freebsd_committer freebsd_triage 2022-12-19 15:47:28 UTC
<https://www.freebsd.org/events/2020/>

* is for 2020
* need not list 2020 under past years
* links are broken for 2020, 2019, and so on

    <https://www.freebsd.org/events/2020/2020/> … 
    <https://www.freebsd.org/events/2020/2003/>.

<https://www.freebsd.org/events/2019/>

* is for 2019
* need not list 2019 under past years
* links are similarly broken.

…

<https://www.freebsd.org/events/2003/>

* …
* …
* links are similarly broken.
Comment 1 Graham Perrin freebsd_committer freebsd_triage 2022-12-19 15:54:37 UTC
At the main events page <https://www.freebsd.org/events/>, the list of years appears to be OK ☑
Comment 2 Graham Perrin freebsd_committer freebsd_triage 2022-12-19 17:37:45 UTC
Re: comment #0

Where each page says: 

> Events from past years:

– instead: 

> Archives

Then, it'll be less peculiar when reading down (for example) the 2019 page in reverse chronological order: 

October 2019
…
June 2019
…
February 2019
…
2020
…
2019
…

I'll fix this, then someone else might like to fix the links.
Comment 3 Minsoo Choo 2023-11-24 18:15:47 UTC
https://reviews.freebsd.org/D42757
Comment 4 commit-hook freebsd_committer freebsd_triage 2023-11-25 10:38:05 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/doc/commit/?id=ac7ffa80b9bc89ff85b79636ff826b7770c270f8

commit ac7ffa80b9bc89ff85b79636ff826b7770c270f8
Author:     Minsoo Choo <minsoochoo0122@proton.me>
AuthorDate: 2023-11-25 10:36:16 +0000
Commit:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
CommitDate: 2023-11-25 10:36:16 +0000

    Website - Events: Fix broken links to past events

    PR:                     268468
    Differential Revision:  https://reviews.freebsd.org/D42757

 website/themes/beastie/layouts/events/list.html   | 36 +++++++++++------------
 website/themes/beastie/layouts/events/single.html | 36 +++++++++++------------
 2 files changed, 36 insertions(+), 36 deletions(-)
Comment 5 Sergio Carlavilla Delgado freebsd_committer freebsd_triage 2023-11-25 10:39:09 UTC
Fixed. Thanks!