Dzahn has submitted this change and it was merged. Change subject: static Bugzilla: explain cgi links are redirects ......................................................................
static Bugzilla: explain cgi links are redirects Some more info on the index page to explain how old "show_*.cgi" URLs are internally redirected. So people can just add "static-" to old BZ URLs when they find them and want to link here instead of getting the phabricator redirect. Bug:T85140 Change-Id: I4c142e020d615e4d77461e6ff91a440fa79f95c6 --- M modules/bugzilla/files/static-bz-index.html 1 file changed, 3 insertions(+), 1 deletion(-) Approvals: jenkins-bot: Verified Dzahn: Looks good to me, approved diff --git a/modules/bugzilla/files/static-bz-index.html b/modules/bugzilla/files/static-bz-index.html index 3638a9c..214869a 100644 --- a/modules/bugzilla/files/static-bz-index.html +++ b/modules/bugzilla/files/static-bz-index.html @@ -20,8 +20,10 @@ <li><a href="activity1.html">activity1.html</a></li> </ul> -Replace '1' with your bug number. +<p>Replace '1' with your bug number.</p> +<p>Links in the original Bugzilla format such as <a href="show_bug.cgi?id=42">show_bug.cgi?id=42</a> or <a href="show_activity.cgi?id=23">show_activity.cgi?id=23</a> also work and are internal redirects to the HTML files.</p> +<p>So you can simply add "static-" to old Bugzilla URLs to get here.</p> </body> </html> -- To view, visit https://gerrit.wikimedia.org/r/192865 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I4c142e020d615e4d77461e6ff91a440fa79f95c6 Gerrit-PatchSet: 2 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Dzahn <[email protected]> Gerrit-Reviewer: Dzahn <[email protected]> Gerrit-Reviewer: John F. Lewis <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
