RESOLVED FIXED 285430
incorrect url on "Past Week of Modified Bugs" button via bugs.webkit.org
https://bugs.webkit.org/show_bug.cgi?id=285430
Summary incorrect url on "Past Week of Modified Bugs" button via bugs.webkit.org
Nilesh Prajapati
Reported 2025-01-06 06:21:31 PST
Created attachment 473804 [details] screenshot various filter by x day buttons Hi, I noticed an issue with the "Past Week of Modified Bugs" anchor link button on https://bugs.webkit.org where it would send the user to Modified Bugs for the Past Day result rather than a week. <a href="buglist.cgi?chfieldfrom=24h" class="query"> <h3>Past Week of Modified Bugs</h3> <p>Bugs changed in the last 7 days</p> </a> I include a snippet of the code of the issue. The URL for this link should be "buglist.cgi?chfieldfrom=7d" in comparison to "Past Week of New Bugs" link. Thanks, Nilesh
Attachments
screenshot various filter by x day buttons (45.92 KB, image/png)
2025-01-06 06:21 PST, Nilesh Prajapati
no flags
Alexey Proskuryakov
Comment 1 2025-01-06 08:52:56 PST
Thank you for the report! Would you be willing to post a fix? The template is in Websites/bugs.webkit.org/template/en/custom/index.html.tmpl, and a guide for contributing to WebKit is at https://webkit.org/contributing-code/ (most of it is not really relevant for a small change like this).
Ahmad Saleem
Comment 2 2025-01-07 21:30:26 PST
We need to update: https://github.com/WebKit/WebKit/blob/fcd917d3534dfcb387c24e6c48710f188a8754c2/Websites/bugs.webkit.org/template/en/custom/index.html.tmpl#L159 From: <a href="buglist.cgi?chfieldfrom=24h" class="query"> To: <a href="buglist.cgi?chfieldfrom=7d" class="query">
Jay Stfleur
Comment 3 2025-01-08 20:55:30 PST
Note You need to log in before you can comment on or make changes to this bug.