Dzahn has uploaded a new change for review. https://gerrit.wikimedia.org/r/192865
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, 2 insertions(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/65/192865/1 diff --git a/modules/bugzilla/files/static-bz-index.html b/modules/bugzilla/files/static-bz-index.html index 3638a9c..747edb4 100644 --- a/modules/bugzilla/files/static-bz-index.html +++ b/modules/bugzilla/files/static-bz-index.html @@ -20,8 +20,9 @@ <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. 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: newchange Gerrit-Change-Id: I4c142e020d615e4d77461e6ff91a440fa79f95c6 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Dzahn <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
