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)

enhancement
Not set
normal

Tracking

()

RESOLVED FIXED
Bugzilla 5.0

People

(Reporter: vitaly.fedrushkov, Assigned: sjoshi)

Details

Attachments

(1 file, 1 obsolete file)

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
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
The idea is to have bug # at the beginning, but without the "Bug" word, which eats the space on tabs.
Oh, yes, that's a great idea, let's do that.
Status: UNCONFIRMED → NEW
Ever confirmed: true
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
(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.
Adding references to bugs in russian are pretty unhelpful to us. Please only add references to bugs being in english.
Attached patch Patch-v1 (obsolete) — Splinter Review
Removed "Bug" word from title of the browser where bug numbers are present.
Assignee: ui → joshi_sunil
Status: NEW → ASSIGNED
Attachment #782140 - Flags: review?(sgreen)
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-
Target Milestone: --- → Bugzilla 5.0
Attached patch Patch-v2Splinter Review
Only titles that starts with Bug.
Attachment #782140 - Attachment is obsolete: true
Attachment #782185 - Flags: review?(sgreen)
Attachment #782185 - Flags: review?(sgreen) → review+
Flags: approval?
Keywords: relnote
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.
I don't think this needs to be mentioned in the release notes.
Keywords: relnote
Flags: approval? → approval+
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.

Attachment

General

Created:
Updated:
Size: