Closed
Bug 805645
Opened 12 years ago
Closed 12 years ago
Release notes for Bugzilla 4.4rc1
Categories
(Bugzilla :: Documentation, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 4.4
People
(Reporter: LpSolit, Assigned: LpSolit)
References
Details
Attachments
(1 file, 1 obsolete file)
30.34 KB,
patch
|
dkl
:
review+
|
Details | Diff | Splinter Review |
We are reaching the release candidate stage for 4.4. It's time to write release notes for this branch.
Flags: blocking4.4+
Assignee | ||
Comment 1•12 years ago
|
||
I'm on it. Almost done.
Assignee: documentation → LpSolit
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•12 years ago
|
||
Attachment #678425 -
Flags: review?(dkl)
>+ change. The second major difference is that the list of available tags is
>+ illimited and is in no way hardcoded by administrators. You can type either
s/illimited/unlimited/
>+ <li><strong>[% terms.Bugs %]:</strong> It is now possible to add himself to
>+ the CC list when uploading an attachment and when editing an existing one.</li>
s/himself/yourself/
Comment 4•12 years ago
|
||
Comment on attachment 678425 [details] [diff] [review]
relnotes, v1
Review of attachment 678425 [details] [diff] [review]:
-----------------------------------------------------------------
::: template/en/default/pages/release-notes.html.tmpl
@@ +120,5 @@
> + <li><a href="#v44_feat_mimetype_autodetect">Auto-Detection of the Attachment MIME Type</a></li>
> + <li><a href="#v44_feat_saved_reports">Saving Tabular and Graphical Reports</a></li>
> + <li><a href="#v44_feat_apache_config">New Apache Configuration</a></li>
> + <li><a href="#v44_feat_whining">Custom Columns in Whine Emails</a></li>
> + <li><a href="#v44_feat_other">Other Enhancements and Changes</a></li>
I feel that the WebServices improvements (what is checked in so far and what will hopefully be added before release) are lengthy enough to be included in this list.
@@ +211,5 @@
> +
> +<h4>Enhancements for Users</h4>
> +
> +<ul>
> + <li><strong>[% terms.Bugs %]:</strong> It is now possible to add himself to
s/himself/yourself/
@@ +216,5 @@
> + the CC list when uploading an attachment and when editing an existing one.</li>
> + <li><strong>[% terms.Bugs %]:</strong> There is a new user preference to be
> + automatically added to the CC list of [% terms.bugs %] for which a flag
> + request is addressed to you (the flag has you as the requestee).</li>
> + <li><strong>[% terms.Bugs %]:</strong> Changes to the CC list no longer cause
s/cause/causes/
@@ +228,5 @@
> + <li><strong>[% terms.Bugs %]:</strong> When reporting a new [% terms.bug %],
> + flags which are not available for the selected component and those which
> + the reporter cannot edit are now hidden instead of being disabled. For
> + existing [% terms.bugs %], unset flags are also hidden by default. Clicking
> + the <em>(set flags)</em> or <em>(more flags)</em> link will make them to
s/to//
@@ -191,5 @@
> -[% INCLUDE db_req db='pg' db_new => 1 %]
> -
> -[% INCLUDE db_req db='oracle' %]
> -
> -[% INCLUDE db_req db='sqlite' %]
Any reason you are removing the template directives and replacing with HTML?
@@ -197,5 @@
> <h3 id="v42_req_modules">Required Perl Modules</h3>
>
> -[% INCLUDE req_table reqs = REQUIRED_MODULES
> - new = ['Math-Random-ISAAC']
> - updated = ['URI'] %]
same here
@@ -207,5 @@
>
> -[% INCLUDE req_table reqs = OPTIONAL_MODULES
> - new = ['Encode', 'Encode-Detect']
> - updated = ['PatchReader', 'Apache-SizeLimit']
> - include_feature = 1 %]
and here.
Attachment #678425 -
Flags: review?(dkl) → review-
Assignee | ||
Comment 5•12 years ago
|
||
(In reply to David Lawrence [:dkl] from comment #4)
> Any reason you are removing the template directives and replacing with HTML?
Yes. The directives get their data from Bugzilla::Install::Requirements, which is valid for the current release only. Every time we branch, we have to hardcode the list for older releases.
Assignee | ||
Comment 6•12 years ago
|
||
Attachment #678425 -
Attachment is obsolete: true
Attachment #679408 -
Flags: review?(dkl)
Comment 7•12 years ago
|
||
Comment on attachment 679408 [details] [diff] [review]
relnotes, v2
r=dkl
Attachment #679408 -
Flags: review?(dkl) → review+
Assignee | ||
Updated•12 years ago
|
Flags: approval4.4+
Flags: approval+
Assignee | ||
Comment 8•12 years ago
|
||
Committing to: bzr+ssh://lpsolit%40gmail.com@bzr.mozilla.org/bugzilla/trunk/
modified template/en/default/pages/release-notes.html.tmpl
Committed revision 8460.
Committing to: bzr+ssh://lpsolit%40gmail.com@bzr.mozilla.org/bugzilla/4.4/
modified template/en/default/pages/release-notes.html.tmpl
Committed revision 8446.
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•