Skip to content

Commit d14b220

Browse files
authored
fix show_bug links to work correctly (#64)
1 parent b4b5a72 commit d14b220

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

_releases/5.2.html

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -484,12 +484,12 @@ <h3 id="feat_mariadb">Explicit MariaDB Support</h3>
484484
sufficiently that you can't really call it a drop-in replacement for MySQL
485485
anymore. We new have a 'mariadb' database driver for all versions of MariaDB.
486486
<code>checksetup.pl</code> will prompt you to switch to it if it detects that you are connected to a MariaDB database server.
487-
(<a href="https://bugzilla.mozilla.org?show_bug.cgi?id=1467006">Bug 1467006</a>)</p>
487+
(<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1467006">Bug 1467006</a>)</p>
488488

489489
<h3 id="feat_mysql8">MySQL 8+ Support</h3>
490490

491491
<p>Bugzilla previously did not work on MySQL 8 or newer. Now it does.
492-
(<a href="https://bugzilla.mozilla.org?show_bug.cgi?id=1592129">Bug 1592129</a>)</p>
492+
(<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1592129">Bug 1592129</a>)</p>
493493

494494
<h3 id="feat_docker">Demo Docker Configuration</h3>
495495

@@ -501,16 +501,16 @@ <h3 id="feat_docker">Demo Docker Configuration</h3>
501501
installed. This configuration is not suitable for production use, and is just
502502
for playing around with it and testing it without needing to do a full
503503
installation.
504-
(<a href="https://bugzilla.mozilla.org?show_bug.cgi?id=1888068">Bug 1888068</a>)</p>
504+
(<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1888068">Bug 1888068</a>)</p>
505505

506506
<h3 id="feat_other">Other Enhancements and Changes</h3>
507507

508508
<h4>Enhancements for Users</h4>
509509

510510
<ul>
511-
<li><strong>UI:</strong> WineHQ Forum links are now accepted in the See Also field on bugs. (<a href="https://bugzilla.mozilla.org?show_bug.cgi?id=1523814">Bug 1523814</a>)</li>
512-
<li><strong>Accessibility:</strong> Color contrast in the default theme was adjusted to comply with WCAG AA 2.0 recommendations. (<a href="https://bugzilla.mozilla.org?show_bug.cgi?id=1798166">Bug 1798166</a>)</li>
513-
<li><strong>Email:</strong> Emails about bugs now include an <code>X-Bugzilla-ID</code> header which lists the Bug ID, for potential use in filtering. (<a href="https://bugzilla.mozilla.org?show_bug.cgi?id=1403169">Bug 1403169</a>)</li>
511+
<li><strong>UI:</strong> WineHQ Forum links are now accepted in the See Also field on bugs. (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1523814">Bug 1523814</a>)</li>
512+
<li><strong>Accessibility:</strong> Color contrast in the default theme was adjusted to comply with WCAG AA 2.0 recommendations. (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1798166">Bug 1798166</a>)</li>
513+
<li><strong>Email:</strong> Emails about bugs now include an <code>X-Bugzilla-ID</code> header which lists the Bug ID, for potential use in filtering. (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1403169">Bug 1403169</a>)</li>
514514
</ul>
515515

516516
<h4>Enhancements for Administrators and Developers</h4>
@@ -530,18 +530,18 @@ <h4>Enhancements for Administrators and Developers</h4>
530530
<li><strong>Installation:</strong> Bugzilla now supports
531531
Email::MIME version 1.949 and newer, which previously would crash
532532
Bugzilla when it tried to send email.
533-
(<a href="https://bugzilla.mozilla.org?show_bug.cgi?id=1657496">Bug 1657496</a>)</li>
533+
(<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1657496">Bug 1657496</a>)</li>
534534
<li><strong>Installation:</strong> The <code>testserver.pl</code> script will
535535
now work with self-signed SSL certificates if you pass the
536-
<code>--self-signed</code> option on the command line. (<a href="https://bugzilla.mozilla.org?show_bug.cgi?id=1851398">Bug 1851398</a>)</li>
536+
<code>--self-signed</code> option on the command line. (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1851398">Bug 1851398</a>)</li>
537537
<li><strong>Installation:</strong> An foreign key error when upgrading from
538-
versions prior to 3.0 to 5.0.6 or newer was fixed. (<a href="https://bugzilla.mozilla.org?show_bug.cgi?id=1902375">Bug 1902375</a></li>
538+
versions prior to 3.0 to 5.0.6 or newer was fixed. (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1902375">Bug 1902375</a></li>
539539
</ul>
540540

541541
<h4 id="feat_webservices_other">WebService Changes</h4>
542542

543543
<ul>
544-
<li><strong>Group.get</strong> method is now properly marked as Read Only. (<a href="https://bugzilla.mozilla.org?show_bug.cgi?id=1584477">Bug 1584477</a>)</li>
544+
<li><strong>Group.get</strong> method is now properly marked as Read Only. (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1584477">Bug 1584477</a>)</li>
545545
</ul>
546546

547547
<h4 id="code_changes">Code Changes Which May Affect Customizations and Extensions</h4>
@@ -553,9 +553,9 @@ <h4 id="code_changes">Code Changes Which May Affect Customizations and Extension
553553
<code>
554554
my $q = Bugzilla-&gt;dbh-&gt;qi;
555555
Bugzilla-&gt;dbh-&gt;do("SELECT COUNT(*) FROM $q-&gt;{groups}");
556-
</code><br>(<a href="https://bugzilla.mozilla.org?show_bug.cgi?id=1592129">Bug 1592129</a>)
556+
</code><br>(<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1592129">Bug 1592129</a>)
557557
</li>
558-
<li>Bugzilla now uses Email::Address::XS instead of Email::Address for managing email address parsing. If you made use of Email::Address directly you should update to use Email::Address::XS instead. (<a href="https://bugzilla.mozilla.org?show_bug.cgi?id=1853138">Bug 1853138</a>)</li>
558+
<li>Bugzilla now uses Email::Address::XS instead of Email::Address for managing email address parsing. If you made use of Email::Address directly you should update to use Email::Address::XS instead. (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1853138">Bug 1853138</a>)</li>
559559
</ul>
560560

561561
<h3 id="point504">Changes since Version 5.0.4</h3>
@@ -568,18 +568,18 @@ <h3>5.0.6</h3>
568568

569569
<ul>
570570
<li><strong>Adminstration:</strong> It is now possible to create more than 255
571-
flags (up to 65535) (<a href="https://bugzilla.mozilla.org?show_bug.cgi?id=1526703">Bug 1526703</a>)</li>
571+
flags (up to 65535) (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1526703">Bug 1526703</a>)</li>
572572
</ul>
573573

574574
<h3>5.0.5</h3>
575575

576576
<ul>
577577
<li><strong>User Interface:</strong> Email addresses with apostrophes (yes,
578578
that's legal) no longer break the "Send Mail to Bug Assignees"
579-
button on bug lists. (<a href="https://bugzilla.mozilla.org?show_bug.cgi?id=1226123">Bug 1226123</a>)</li>
579+
button on bug lists. (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1226123">Bug 1226123</a>)</li>
580580
<li><strong>Installation/Upgrading:</strong> If using MySQL, the
581581
<code>bugs_fulltext</code> table is now InnoDB instead of MyISAM. This may
582-
cause your upgrade to take a while. (<a href="https://bugzilla.mozilla.org?show_bug.cgi?id=981487">Bug 981487</a>)</li>
582+
cause your upgrade to take a while. (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=981487">Bug 981487</a>)</li>
583583
<li><strong>Developers:</strong> This release reformats the code according to
584584
the same conventions as the popular Mojolicious product and includes a
585585
<code>.perltidyrc</code> to do the same. You may use whatever coding style you

0 commit comments

Comments
 (0)