📄 release-notes.html.tmpl
字号:
<h3><a name="v30_feat_cc"></a>Default CC List for Components</h3><p>You can specify a list of users who will <em>always</em> be added to the CC list of new [% terms.bugs %] in a component.</p><h3><a name="v30_feat_emi"></a>File/Modify [% terms.Bugs %] By Email</h3><p>You can now file or modify [% terms.bugs %] via email. Previous versions of [% terms.Bugzilla %] included this feature only as an unsupported add-on, but it is now an official interface to [%+ terms.Bugzilla %].</p><p>For more details see the <a href="[% Param('docs_urlbase') FILTER html %]api/email_in.html">documentation for email_in.pl</a>.</p><h3><a name="v30_feat_gw"></a>Users Who Get All [% terms.Bug %] Notifications</h3><p>There is now a parameter called <kbd>globalwatchers</kbd>. This is a comma-separated list of [% terms.Bugzilla %] users who will get all [% terms.bug %] notifications generated by [% terms.Bugzilla %].</p><p>Group controls still apply, though, so users who can't see a [% terms.bug %] still won't get notifications about that [% terms.bug %].</p><h3><a name="v30_feat_utf8"></a>Improved UTF-8 Support</h3><p>[% terms.Bugzilla %] users running MySQL should now have excellent UTF-8 support if they turn on the <kbd>utf8</kbd> parameter. (New installs have this parameter on by default.) [% terms.Bugzilla %] now correctly supports searching and sorting in non-English languages, including multi-bytes languages such as Chinese.</p><h3><a name="v30_feat_upda"></a>Automatic Update Notification</h3><p>If you belong to the <kbd>admin</kbd> group, you will be notified when you log in if there is a new release of [% terms.Bugzilla %] available to download.</p><p>You can control these notifications by changing the <kbd>upgrade_notification</kbd> parameter.</p><p>If your [% terms.Bugzilla %] installation is on a machine that needs to go through a proxy to access the web, you may also have to set the <kbd>proxy_url</kbd> parameter.</p><h3><a name="v30_feat_welc"></a>Welcome Page for New Installs</h3><p>When you log in for the first time on a brand-new [% terms.Bugzilla %] installation, you will be presented with a page that describes where you should go from here, and what parameters you should set.</p><h3><a name="v30_feat_qs"></a>QuickSearch Plugin for IE7 and Firefox 2</h3><p>Firefox 2 users and Internet Explorer 7 users will be presented with the option to add [% terms.Bugzilla %] to their search bar. This uses the <a href="page.cgi?id=quicksearch.html">QuickSearch syntax</a>.</p><h3><a name="v30_feat_other"></a>Other Enhancements and Changes</h3><p>These are either minor enhancements, or enhancements that have very short descriptions. Some of these are very useful, though!</p><h4>Enhancements That Affect [% terms.Bugzilla %] Users</h4><ul> <li>In comments, quoted text (lines that start with <kbd>></kbd>) will be a different color from normal text.</li> <li>There is now a user preference that will add you to the CC list of any [% terms.bug %] you modify. Note that it's <strong>on</strong> by default.</li> <li>[% terms.Bugs %] can now be filed with an initial state of <kbd>ASSIGNED</kbd>, if you are in the <kbd>editbugs</kbd> group.</li> <li>By default, comment fields will zoom large when you are typing in them, and become small when you move out of them. You can disable this in your user preferences.</li> <li>You can hide obsolete attachments on [% terms.abug %] by clicking "Hide Obsolete" at the bottom of the attachment table.</li> <li>If a [% terms.bug %] has flags set, and you move it to a different product that has flags with the same name, the flags will be preserved.</li> <li>You now can't request a flag to be set by somebody who can't set it ([% terms.Bugzilla %] will throw an error if you try).</li> <li>Many new headers have been added to outbound [% terms.Bugzilla %] [%+ terms.bug %] emails: <code>X-Bugzilla-Status</code>, <code>X-Bugzilla-Priority</code>, <code>X-Bugzilla-Assigned-To</code>, <code>X-Bugzilla-Target-Milestone</code>, and <code>X-Bugzilla-Changed-Fields</code>, <code>X-Bugzilla-Who</code>. You can look at an email to get an idea of what they contain.</li> <li>In addition to the old <code>X-Bugzilla-Reason</code> email header which tells you why you got an email, if you got an email because you were watching somebody, there is now an <code>X-Bugzilla-Watch-Reason</code> header that tells you who you were watching and what role they had.</li> <li>If you hover your mouse over a full URL (like <code>http://bugs.mycompany.com/show_bug.cgi?id=1212</code>) that links to [% terms.abug %], you will see the title of the [%+ terms.bug %]. Of course, this only works for [% terms.bugs %] in your [%+ terms.Bugzilla %] installation.</li> <li>If your installation has user watching enabled, you will now see the users that you can remove from your watch-list as a multi-select box, much like the current CC list. (Previously it was just a text box.)</li> <li>When a user creates their own account in [% terms.Bugzilla %], the account is now not actually created until they verify their email address by clicking on a link that is emailed to them.</li> <li>You can change [% terms.abug %]'s resolution without reopening it.</li> <li>When you view the dependency tree on [% terms.abug %], resolved [%+ terms.bugs %] will be hidden by default. (In previous versions, resolved [% terms.bugs %] were shown by default.)</li> <li>When viewing [% terms.bug %] activity, fields that hold [% terms.bug %] numbers (such as "Blocks") will have the [% terms.bug %] numbers displayed as links to those [% terms.bugs %].</li> <li>When viewing the "Keywords" field in a [% terms.bug %] list, it will be sorted alphabetically, so you can sanely sort a list on that field.</li> <li>In most places, the Version field is now sorted using a version-sort (so 1.10 is greater than 1.2) instead of an alphabetical sort.</li> <li>Options for flags will only appear if you can set them. So, for example, if you can't grant <kbd>+</kbd> on a flag, that option won't appear for you.</li> <li>You can limit the product-related output of <kbd>config.cgi</kbd> by specifying a <kbd>product=</kbd> URL argument, containing the name of a product. You can specify the argument more than once for multiple products.</li> <li>You can now search the boolean charts on whether or not a comment is private.</li></ul><h4>Enhancements For Administrators</h4><ul> <li>Administrators can now delete attachments, making them disappear entirely from [% terms.Bugzilla %].</li> <li><kbd>sanitycheck.cgi</kbd> can now only be accessed by users in the <kbd>editcomponents</kbd> group.</li> <li>The "Field Values" control panel can now only be accessed by users in the <kbd>admin</kbd> group. (Previously it was accessible to anybody in the <kbd>editcomponents</kbd> group.)</li> <li>There is a new parameter <kbd>announcehtml</kbd>, that will allow you to enter some HTML that will be displayed at the top of every page, as an announcement.</li> <li>The <kbd>loginnetmask</kbd> parameter now defaults to 0 for new installations, meaning that as long as somebody has the right login cookie, they can log in from any IP address. This makes life a lot easier for dial-up users or other users whose IP changes a lot. This could be done because the login cookie is now very random, and thus secure.</li> <li>Classifications now have sortkeys, so they can be sorted in an order that isn't alphabetical.</li> <li>Authentication now supports LDAP over SSL (LDAPS) or TLS (using the STARTLS command) in addition to plain LDAP.</li> <li>LDAP users can have their LDAP username be their email address, instead of having the LDAP <kbd>mail</kbd> attribute be their email address. You may wish to set the <kbd>emailsuffix</kbd> parameter if you do this.</li> <li>Administrators can now see what has changed in a user account, when using the "Users" control panel.</li> <li><code>REMIND</code> and <code>LATER</code> are no longer part of the default list of resolutions. Upgrading installations will not be affected--they will still have these resolutions.</li> <li><kbd>editbugs</kbd> is now the default for the <kbd>timetrackinggroup</kbd> parameter, meaning that time-tracking will be on by default in a new installation.</li></ul><h2><a name="v30_issues"></a>Outstanding Issues</h2><ul> <li><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=69621"> [%- terms.Bug %] 69621</a>: If you rename or remove a keyword that is in use on [% terms.bugs %], you will need to rebuild the "keyword cache" by running <a href="sanitycheck.cgi">sanitycheck.cgi</a> and choosing the option to rebuild the cache when it asks. Otherwise keywords may not show up properly in search results.</li> <li><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=99215"> [%- terms.Bug %] 99215</a>: Flags are not protected by "mid-air collision" detection. Nor are any attachment changes.</li> <li><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=89822"> [%- terms.Bug %] 89822</a>: When changing multiple [% terms.bugs %] at the same time, there is no "mid-air collision" protection.</li> <li><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=276230"> [%- terms.Bug %] 276230</a>: The support for restricting access to particular Categories of New Charts is not complete. You should treat the 'chartgroup' Param as the only access mechanism available.<br> However, charts migrated from Old Charts will be restricted to the groups that are marked MANDATORY for the corresponding Product. There is currently no way to change this restriction, and the groupings will not be updated if the group configuration for the Product changes.</li> <li><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=370370"> [%- terms.Bug %] 370370</a>: mod_perl support is currently not working on Windows machines.</li> <li><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=361149"> [%- terms.Bug %] 361149</a>: If you are using Perl 5.8.0, you may get a lot of warnings in your Apache error_log about "deprecated pseudo-hashes." These are harmless--they are a b[%# fool test %]ug in Perl 5.8.0. Perl 5.8.1 and later do not have this problem.</li> <li>[% terms.Bugzilla %] 3.0rc1 allowed custom field column names in the database to be mixed-case. [% terms.Bugzilla %] 3.0 only allows lowercase column names. It will fix any column names that you have made mixed-case, but if you have custom fields that previously were mixed-case in any Saved Search, you will have to re-create that Saved Search yourself.</li></ul><h2><a name="v30_security"></a>Security Updates in This Release</h2><h3>3.0.6</h3><p>[% terms.Bugzilla %] contains a minor security fix. For details, see the <a href="http://www.bugzilla.org/security/2.20.6/">Security Advisory</a>.</p><h3>3.0.5</h3><p>[% terms.Bugzilla %] contains one security fix for <a href="[% Param('docs_urlbase') FILTER html %]api/importxml.html">importxml.pl</a>. For details, see the <a href="http://www.bugzilla.org/security/2.22.4/">Security Advisory</a>.</p><h3>3.0.4</h3><p>[% terms.Bugzilla %] 3.0.4 contains three security fixes. For details, see the <a href="http://www.bugzilla.org/security/2.20.5/">Security Advisory</a>.</p></p><h3>3.0.3</h3><p>No security fixes in this release.</p><h3>3.0.2</h3><p>[% terms.Bugzilla %] 3.0.1 had an important security fix that is critical for public installations with "requirelogin" turned on. For details, see the <a href="http://www.bugzilla.org/security/3.0.1/">Security Advisory</a></p><h3>3.0.1</h3><p>[% terms.Bugzilla %] 3.0 had three security issues that have been fixed in this release: one minor information leak, one hole only exploitable by an admin or using <code>email_in.pl</code>, and one in an uncommonly-used template. For details, see the
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -