Closed
Bug 467510
Opened 16 years ago
Closed 11 years ago
Remove 'bug' from all page titles containing bug number
Categories
(Bugzilla :: User Interface, enhancement)
Tracking
()
RESOLVED
FIXED
Bugzilla 5.0
People
(Reporter: vitaly.fedrushkov, Assigned: sjoshi)
Details
Attachments
(1 file, 1 obsolete file)
1.31 KB,
patch
|
mail
:
review+
|
Details | Diff | Splinter Review |
Many default templates use 'Bug XXXXX ...' as page title. With tabbed browsing, word 'Bug' eats up precious tabs space (with top/bottom tabs only, but side tabs are uncommon). With localized terms and many tabs users see only
Bug...|Bug...|Bug...|Bug...
Expected results: distinctive favicon.ico and bug number is enough to identify both Bugzilla instance and bug number.
Idea coined by bugzilla.altlinux.org users and implemented by dottedmag: see URL
Comment 1•16 years ago
|
||
We could instead put the bug number at the end, that'd keep it in the title but away from the start of tabs.
This would be a little problematic for people who have lots of bugs with similar titles.
Severity: minor → enhancement
Comment 2•16 years ago
|
||
The idea is to have bug # at the beginning, but without the "Bug" word, which eats the space on tabs.
Comment 3•16 years ago
|
||
Oh, yes, that's a great idea, let's do that.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Reporter | ||
Comment 4•15 years ago
|
||
Also it would be good to indicate bug status/resolution using icons:
<link rel="shortcut icon" href="...">
Icon overlays are widely used for the same in version control UI
Comment 5•15 years ago
|
||
(In reply to comment #4)
> Also it would be good to indicate bug status/resolution using icons:
This is a separate request, and a bug has already been filed some time ago, IIRC.
Comment 6•15 years ago
|
||
Adding references to bugs in russian are pretty unhelpful to us. Please only add references to bugs being in english.
Assignee | ||
Comment 7•11 years ago
|
||
Removed "Bug" word from title of the browser where bug numbers are present.
Comment 8•11 years ago
|
||
Comment on attachment 782140 [details] [diff] [review]
Patch-v1
This change is only relevant for bug reports, for which the title starts with "Bug". Leave other templates alone; one reason is that it's very hard to click on a one or two digit link while it's much easier to click on a link such as "bug 35".
Attachment #782140 -
Flags: review?(sgreen) → review-
Updated•11 years ago
|
Target Milestone: --- → Bugzilla 5.0
Assignee | ||
Comment 9•11 years ago
|
||
Only titles that starts with Bug.
Attachment #782140 -
Attachment is obsolete: true
Attachment #782185 -
Flags: review?(sgreen)
Updated•11 years ago
|
Attachment #782185 -
Flags: review?(sgreen) → review+
Comment 10•11 years ago
|
||
Comment on attachment 782185 [details] [diff] [review]
Patch-v2
>=== modified file 'template/en/default/bug/process/header.html.tmpl'
> [% title = BLOCK %]
> [% IF Bugzilla.cgi.param('id') %]
>- [% terms.Bug %] [%+ id FILTER html %]
>+ [%+ id FILTER html %]
On checkin, replace [%+ by [%. We don't want the extra whitespaces in the title.
Comment 11•11 years ago
|
||
I don't think this needs to be mentioned in the release notes.
Keywords: relnote
Updated•11 years ago
|
Flags: approval? → approval+
Comment 12•11 years ago
|
||
Committing to: bzr+ssh://bzr.mozilla.org/bugzilla/trunk/
modified template/en/default/bug/show-header.html.tmpl
modified template/en/default/bug/process/header.html.tmpl
Committed revision 8683.
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•