Closed
Bug 294503
Opened 20 years ago
Closed 20 years ago
Status Whiteboard should not be called "StatusSummary" in buglist.cgi
Categories
(Bugzilla :: Query/Bug List, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.20
People
(Reporter: kiko, Assigned: timello)
Details
Attachments
(1 file, 1 obsolete file)
|
1.95 KB,
patch
|
mkanat
:
review+
|
Details | Diff | Splinter Review |
The buglist heading for status whiteboard says "StatusSummary". Two issues with that: - It's the only place I can see us saying "status summary", so I am clueless about it until I grep the source code, and that makes me look bad. - It confuses end users to think that "oh, that's the status column, but why is it blank" as I have been bugged about lately. Can we rename it to Whiteboard? Trivial fix.
| Reporter | ||
Comment 1•20 years ago
|
||
Annotations for template/en/default/list/table.html.tmpl
***************
1.6 (bbaetz%s 01-Jul-02): "status_whiteboard" => { title =>
"StatusSummary" , wrap => 1 } ,
Comment 2•20 years ago
|
||
Yes, good catch. This should be "Whiteboard".
| Reporter | ||
Comment 3•20 years ago
|
||
Timello, another trivial one. Rack up those bonus points! :-)
Assignee: query-and-buglist → timello
| Assignee | ||
Comment 4•20 years ago
|
||
Here it is the trivial change :).
Attachment #184062 -
Flags: review?(kiko)
| Assignee | ||
Updated•20 years ago
|
Status: NEW → ASSIGNED
Updated•20 years ago
|
Severity: normal → minor
OS: Linux → All
Hardware: PC → All
Summary: What is this StatusSummary nonsense? → Status Whiteboard should not be called "StatusSummary" in buglist.cgi
| Assignee | ||
Comment 5•20 years ago
|
||
Heh, sorry. :)
Attachment #184062 -
Attachment is obsolete: true
Attachment #184063 -
Flags: review?(mkanat)
Comment 6•20 years ago
|
||
Comment on attachment 184063 [details] [diff] [review] v2: changes in buglist.cgi too Yeah, grepping the source shows that these are the only two places that this informaiton shows up, and this certainly looks correct to me. :-) For the future... it seems like Whiteboard ought to have a maxlength, too.
Attachment #184063 -
Flags: review?(mkanat) → review+
Comment 7•20 years ago
|
||
This is so trivial, and yet nice. I'd take it for 2.20, if justdave agrees.
Target Milestone: --- → Bugzilla 2.20
Version: unspecified → 2.19.2
Updated•20 years ago
|
Attachment #184062 -
Flags: review?(kiko)
Comment 9•20 years ago
|
||
Checking in buglist.cgi; /cvsroot/mozilla/webtools/bugzilla/buglist.cgi,v <-- buglist.cgi new revision: 1.292; previous revision: 1.291 done Checking in template/en/default/list/table.html.tmpl; /cvsroot/mozilla/webtools/bugzilla/template/en/default/list/table.html.tmpl,v <-- table.html.tmpl new revision: 1.26; previous revision: 1.25 done
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•