Closed
Bug 547466
Opened 15 years ago
Closed 15 years ago
Release Notes for Bugzilla 3.6rc1
Categories
(Bugzilla :: Documentation, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.6
People
(Reporter: mkanat, Assigned: mkanat)
References
Details
Attachments
(1 file, 7 obsolete files)
33.43 KB,
patch
|
mkanat
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Flags: blocking3.6+
Assignee | ||
Comment 1•15 years ago
|
||
Assignee: documentation → mkanat
Status: NEW → ASSIGNED
Comment 2•15 years ago
|
||
Comment on attachment 428264 [details] [diff] [review]
Work In Progress
+ <li>The <kbd>loginnetmask</kbd> parameter has been removed. Since
+ [% terms.Bugzilal %] sends secure cookies, it's no longer necessary
+ to always restrict logins to a specific IP or block of addresses.</li>
s/Bugzilal/Bugzilla/
+ <li>The <kbd>quicksearch_comment_cutoff</kbd> parameter is gone.
+ Quicksearch now always searches comments, but uses a much faster
+ algorithm to do it.</li>
Comma-splice.
Assignee | ||
Comment 3•15 years ago
|
||
Thanks for the feedback reed. :-) I fixed both of the things you pointed out in this one (in addition to adding more stuff).
Attachment #428264 -
Attachment is obsolete: true
Comment 4•15 years ago
|
||
Comment on attachment 428279 [details] [diff] [review]
WIP 2
>+ <li><b>Attachments:</b> There is now a link back to the [% terms.bug %]
>+ at the bottom of the "Details" page for an attachment.</li>
>+ <li><b>Attachments:</b> There is now a link back to the [% terms.bug %]
>+ at the bottom of the "Details" page for an attachment.</li>
The Department of Redundancy Department called. It wants its sentence back. ;)
Assignee | ||
Comment 5•15 years ago
|
||
Attachment #428279 -
Attachment is obsolete: true
Assignee | ||
Comment 6•15 years ago
|
||
Okay, this is complete and passes runtests.
Attachment #428296 -
Attachment is obsolete: true
Attachment #428312 -
Flags: review?(LpSolit)
Comment 7•15 years ago
|
||
Happy day all , Thanks for reply.
Comment 8•15 years ago
|
||
Shouldn't the attribution for Lambda Research be with the attributions for the other companies that funded Bugzilla work?
Otherwise, seems fine to me.
Assignee | ||
Comment 9•15 years ago
|
||
(In reply to comment #8)
> Shouldn't the attribution for Lambda Research be with the attributions for the
> other companies that funded Bugzilla work?
In this particular case, since their contribution was so focused, I decided to list them in the feature itself.
Assignee | ||
Comment 10•15 years ago
|
||
Added a credit for Red Hat.
Attachment #428312 -
Attachment is obsolete: true
Attachment #428823 -
Flags: review?(LpSolit)
Attachment #428312 -
Flags: review?(LpSolit)
![]() |
||
Comment 11•15 years ago
|
||
Comment on attachment 428823 [details] [diff] [review]
v2
>+ [% terms.Bugzilla %], but the results of the research have already
Please also fixes such lines which start with " [% terms.* %]". I see 5 occurences. Should be [%+
Assignee | ||
Comment 12•15 years ago
|
||
I used a regex to fix all the lines like that, which included some old relnotes. I'll probably go back and fix those on the stable branches as well, without a bug filed, since I have the regex command line to do it now.
Attachment #428823 -
Attachment is obsolete: true
Attachment #428826 -
Flags: review?(LpSolit)
Attachment #428823 -
Flags: review?(LpSolit)
Assignee | ||
Comment 13•15 years ago
|
||
Okay, I actually just went ahead and fixed the old release notes on all the branches for the "[% terms" stuff, so this patch now only contains the current release notes.
Attachment #428826 -
Attachment is obsolete: true
Attachment #428828 -
Flags: review?(LpSolit)
Attachment #428826 -
Flags: review?(LpSolit)
Comment 14•15 years ago
|
||
Happy day sir! What is Release Notes for Bugzilla 3.6rc1? Thanks.
Comment 15•15 years ago
|
||
Comment on attachment 428828 [details] [diff] [review]
v4
Priorify -> Priority.
Otherwise, looks good :-)
Gerv
Comment 16•15 years ago
|
||
Bug 108243, comment #35 needs to be added to the relnotes.
![]() |
||
Comment 17•15 years ago
|
||
Comment on attachment 428828 [details] [diff] [review]
v4
>-<ul>
>- <li><a href="#v34_req_perl">Perl</a></li>
>- <li><a href="#v34_req_mysql">For MySQL Users</a></li>
>- <li><a href="#v34_req_pg">For PostgreSQL Users</a></li>
>- <li><a href="#v34_req_oracle">For Oracle Users</a></li>
>- <li><a href="#v34_req_modules">Required Perl Modules</a></li>
>- <li><a href="#v34_req_optional_mod">Optional Perl Modules</a></li>
>-</ul>
>-
>-<h3 id="v34_req_perl">Perl</h3>
>-
>+<ul>
>+ <li><a href="#v34_req_perl">Perl</a></li>
>+ <li><a href="#v34_req_mysql">For MySQL Users</a></li>
>+ <li><a href="#v34_req_pg">For PostgreSQL Users</a></li>
>+ <li><a href="#v34_req_oracle">For Oracle Users</a></li>
>+ <li><a href="#v34_req_modules">Required Perl Modules</a></li>
>+ <li><a href="#v34_req_optional_mod">Optional Perl Modules</a></li>
>+</ul>
Please revert these changes. These lines do not need an extra whitespace at the end.
Otherwise looks good (I didn't check all links, nor did I check that every new feature or bug fix is indeed new to 3.6). r=LpSolit
Attachment #428828 -
Flags: review?(LpSolit) → review+
![]() |
||
Comment 18•15 years ago
|
||
Comment on attachment 428828 [details] [diff] [review]
v4
>+ <li><a href="#v36_req">Minimum Requirements</a></li>
I just found that this link points to nowhere. Please fix that on checkin.
Assignee | ||
Comment 19•15 years ago
|
||
Thanks for all the feedback, everybody!
Committing to: bzr+ssh://bzr.mozilla.org/bugzilla/trunk/
modified Bugzilla/Template.pm
modified template/en/default/pages/release-notes.html.tmpl
Committed revision 7037.
Committing to: bzr+ssh://bzr.mozilla.org/bugzilla/3.6/
modified Bugzilla/Template.pm
modified template/en/default/pages/release-notes.html.tmpl
Committed revision 7008.
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 20•15 years ago
|
||
On checkin, thanks to LpSolit's comments, I noticed that I had accidentally added back-in some <a name> tags, and I also fixed up the problem that LpSolit pointed out (which was actually that there was no <h2> or Table of Contents for a Minimum Requirements section for 3.6!).
Attachment #428828 -
Attachment is obsolete: true
Attachment #429445 -
Flags: review+
You need to log in
before you can comment on or make changes to this bug.
Description
•