You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h3id="feat_other">Other Enhancements and Changes</h3>
507
507
508
508
<h4>Enhancements for Users</h4>
509
509
510
510
<ul>
511
-
<li><strong>UI:</strong> WineHQ Forum links are now accepted in the See Also field on bugs. (<ahref="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. (<ahref="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. (<ahref="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. (<ahref="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. (<ahref="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. (<ahref="https://bugzilla.mozilla.org/show_bug.cgi?id=1403169">Bug 1403169</a>)</li>
514
514
</ul>
515
515
516
516
<h4>Enhancements for Administrators and Developers</h4>
@@ -530,18 +530,18 @@ <h4>Enhancements for Administrators and Developers</h4>
530
530
<li><strong>Installation:</strong> Bugzilla now supports
531
531
Email::MIME version 1.949 and newer, which previously would crash
<li><strong>Group.get</strong> method is now properly marked as Read Only. (<ahref="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. (<ahref="https://bugzilla.mozilla.org/show_bug.cgi?id=1584477">Bug 1584477</a>)</li>
545
545
</ul>
546
546
547
547
<h4id="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
553
553
<code>
554
554
my $q = Bugzilla->dbh->qi;
555
555
Bugzilla->dbh->do("SELECT COUNT(*) FROM $q->{groups}");
<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. (<ahref="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. (<ahref="https://bugzilla.mozilla.org/show_bug.cgi?id=1853138">Bug 1853138</a>)</li>
559
559
</ul>
560
560
561
561
<h3id="point504">Changes since Version 5.0.4</h3>
@@ -568,18 +568,18 @@ <h3>5.0.6</h3>
568
568
569
569
<ul>
570
570
<li><strong>Adminstration:</strong> It is now possible to create more than 255
571
-
flags (up to 65535) (<ahref="https://bugzilla.mozilla.org?show_bug.cgi?id=1526703">Bug 1526703</a>)</li>
571
+
flags (up to 65535) (<ahref="https://bugzilla.mozilla.org/show_bug.cgi?id=1526703">Bug 1526703</a>)</li>
572
572
</ul>
573
573
574
574
<h3>5.0.5</h3>
575
575
576
576
<ul>
577
577
<li><strong>User Interface:</strong> Email addresses with apostrophes (yes,
578
578
that's legal) no longer break the "Send Mail to Bug Assignees"
579
-
button on bug lists. (<ahref="https://bugzilla.mozilla.org?show_bug.cgi?id=1226123">Bug 1226123</a>)</li>
579
+
button on bug lists. (<ahref="https://bugzilla.mozilla.org/show_bug.cgi?id=1226123">Bug 1226123</a>)</li>
580
580
<li><strong>Installation/Upgrading:</strong> If using MySQL, the
581
581
<code>bugs_fulltext</code> table is now InnoDB instead of MyISAM. This may
582
-
cause your upgrade to take a while. (<ahref="https://bugzilla.mozilla.org?show_bug.cgi?id=981487">Bug 981487</a>)</li>
582
+
cause your upgrade to take a while. (<ahref="https://bugzilla.mozilla.org/show_bug.cgi?id=981487">Bug 981487</a>)</li>
583
583
<li><strong>Developers:</strong> This release reformats the code according to
584
584
the same conventions as the popular Mojolicious product and includes a
585
585
<code>.perltidyrc</code> to do the same. You may use whatever coding style you
0 commit comments