Closed
Bug 137623
Opened 23 years ago
Closed 23 years ago
showdependencytree.cgi has minor grammatical and formatting issues
Categories
(Bugzilla :: Creating/Changing Bugs, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.16
People
(Reporter: myk, Assigned: gerv)
References
Details
Attachments
(1 file, 1 obsolete file)
4.08 KB,
patch
|
gerv
:
review+
justdave
:
review+
|
Details | Diff | Splinter Review |
The following two complete sentences appear without periods:
This bug appears elsewhere in this tree.
Only bugs whose depth is less than # will be shown.
The following sentence is redundantly highlighted (italic style and angle brackets):
This bug appears elsewhere in this tree.
The following sentence is redundantly highlighted (bold style and parentheses):
Only bugs whose depth is less than # will be shown.
The following tree meta-data are inside the tree title:
Only bugs whose depth is less than # will be shown.
view as bug list
change several
The depth sentence is misleading and unnecessarily complicated. It should be:
(up to # levels deep)
Words in the tree titles are not capitalized.
The word "bug" in the expression "bug ####" is not linked.
The "unlimited" link is enabled even when an unlimited number of levels are
already being displayed.
The number of levels is displayed even when it is greater than the maximum depth
of the tree.
Assignee | ||
Comment 1•23 years ago
|
||
Try this on for size.
Gerv
Comment 2•23 years ago
|
||
Comment on attachment 80853 [details] [diff] [review]
Patch v.1
>+ [% IF maxdepth -%]Up to [% maxdepth %] levels deep | [% END %]
s/levels/level[% "s" IF maxdepth > 1 %]/
and the same thing below (why do we have duplicate code, btw?)
r=bbaetz with that fix
Attachment #80853 -
Flags: review+
Assignee | ||
Comment 3•23 years ago
|
||
We have duplicate code, I think, because Myk decided it would be too complex
parameterised. I agree with him.
Gerv
Assignee | ||
Comment 4•23 years ago
|
||
With bbaetz' requested markup.
Gerv
Attachment #80853 -
Attachment is obsolete: true
Assignee | ||
Updated•23 years ago
|
Attachment #81183 -
Flags: review+
Comment 5•23 years ago
|
||
Comment on attachment 81183 [details] [diff] [review]
Patch v.2
r= justdave
Attachment #81183 -
Flags: review+
Assignee | ||
Comment 6•23 years ago
|
||
Fixed.
Checking in template/en/default/bug/dependency-tree.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/bug/dependency-tree.html.tmpl,v
<-- dependency-tree.html.tmpl
new revision: 1.4; previous revision: 1.3
done
Gerv
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•