Closed
Bug 208711
Opened 21 years ago
Closed 5 years ago
Format For Printing should print out url for the bug
Categories
(Bugzilla :: Query/Bug List, enhancement, P3)
Bugzilla
Query/Bug List
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: jpyeron, Unassigned)
References
(Depends on 1 open bug)
Details
Attachments
(1 file, 3 obsolete files)
(deleted),
patch
|
myk
:
review-
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0; .NET CLR 1.0.3705)
Build Identifier:
for a QA engineer who recives printed reports on their desk, it would help if
he knew which bugzilla instance it came from.
Many sites leave their header as the default "This is Bugzilla"
Reproducible: Always
Steps to Reproduce:
Reporter | ||
Comment 1•21 years ago
|
||
how do I get the server and url base in templates???
Comment 2•21 years ago
|
||
[% Param("urlbase") %]
Updated•21 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•21 years ago
|
Assignee: endico → nobody
Reporter | ||
Comment 3•20 years ago
|
||
Attachment #125184 -
Attachment is obsolete: true
Reporter | ||
Updated•20 years ago
|
Attachment #160892 -
Flags: review?
Comment 4•20 years ago
|
||
Comment on attachment 160892 [details] [diff] [review]
bugzilla-208711-v1.02.diff
Bug needs to be replaced with a template variable since it can be customized to
"issue" or other things by Bugzilla administrators. I think it's [% terms.Bug
%], check template\en\default\global\variables.none.tmpl to be sure.
(A) The URL of a bug shouldn't be displayed when viewing a bug report, since
it's already available in the address field of the browser.
(B) The URL of a bug could be displayed when viewing multiple bugs. It's useful
to copy-paste the URL of a bug when viewing multiple ones, for example.
(C) The URL of a bug could be displayed on the "Format for printing" page,
since this would solve item0.
Since (B) and (C) use the same thing, your patches implements the correct
behaviour for all three cases.
This is ready to go in regarding my point of view if you address the previous
issue. :)
Attachment #160892 -
Flags: review? → review-
Updated•20 years ago
|
Assignee: nobody → jpyeron
Target Milestone: --- → Bugzilla 2.22
Updated•20 years ago
|
Status: NEW → ASSIGNED
Comment 5•20 years ago
|
||
Comment on attachment 160892 [details] [diff] [review]
bugzilla-208711-v1.02.diff
Oh, and it makes sense to make it clickable, to be similar with the URL field
and to enable easy copy-pasting.
Reporter | ||
Updated•20 years ago
|
Attachment #160904 -
Flags: review?
Comment 8•20 years ago
|
||
Comment on attachment 160904 [details] [diff] [review]
bugzilla-208711-v1.03.diff
It's not clickable (see comment 5).
Attachment #160904 -
Flags: review? → review-
Comment 9•20 years ago
|
||
Well, yeah, but it would still be nice to open the bugs you're interested in new
tabs. Or to copy-paste it in IRC or in an IM window. It's difficult to do either
of those if it's not clickable.
Comment 10•20 years ago
|
||
AFAIK, almost all URLs in Bugzilla are clickable as well.
Reporter | ||
Updated•20 years ago
|
Attachment #160906 -
Flags: review?
Comment 12•20 years ago
|
||
I am against this change. If the site administrator hasn't customized his
header, adding adding a visible link to the long list output seems like a
hideous hack to help an engineer identify what bugzilla that list refers to. We
don't want to make long list any wordier than it should be -- it already is
packed full with data. Most printouts of web pages include URLs in the header
anyway.
Reopen if you can find good justification for this.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → WONTFIX
Updated•20 years ago
|
Attachment #160906 -
Flags: review?
Reporter | ||
Comment 13•20 years ago
|
||
Certain versions of acrobat do not make header/footer with url in it.
Certain version of IE, crop the url in the footer.
modifing the header to include the whole url does it for all the pages.
modifing just this page, is 'too much' for a novice admin to do.
this is just for the print bug page.
may be we should de discussing placement instead.
Status: RESOLVED → REOPENED
Resolution: WONTFIX → ---
Summary: long_list.cgi should print out url for show_bug → Format For Printing should print out url for the bug
Comment 14•20 years ago
|
||
I honestly think this has no place in mainline Bugzilla, and should be
implemented as a site-specific change; I know it's frustrating to hear this, but
it's a trivial template change that can be easily ported, and doesn't bring
enough benefit to justify adding it. If you still feel strongly about this, I'd
say ask Dave as he has the authority to pronouce a final decision here.
Reporter | ||
Comment 15•20 years ago
|
||
If knowing template toolkit is a requirement to admin bz, then yes.
But since the docs for bz don't really get into [% Param('this or that')%] nor
do they give a file tree to cross reference
'Format For Printing' -> 'show-multiple.html.tmpl'
I don't think it is reasonable to ask an admin to do this type of change.
Printouts, by their very nature, are used in contexts outside of bugzilla.
Making it imperative to provide ALL the information to the reader, especially
the link.
It would be analogous to a published paper not having the publisher's info and
page numbers.
Status: REOPENED → ASSIGNED
Comment 16•20 years ago
|
||
(In reply to comment #15)
> If knowing template toolkit is a requirement to admin bz, then yes.
> But since the docs for bz don't really get into [% Param('this or that')%] nor
> do they give a file tree to cross reference
> 'Format For Printing' -> 'show-multiple.html.tmpl'
>
> I don't think it is reasonable to ask an admin to do this type of change.
Then the docs are lacking, and we should fix them up. This is by all means
expected of Bugzilla admins who want to change what the site looks like. TT is
a lot easier to learn than Perl. :)
That said, the format for printing page really needs a complete overhaul anyway,
in my opinion. There's been a lot of data added to the "bug" over the last
couple years, and everyone always ignores the long format template when adding
stuff to the single bug template.
Reporter | ||
Updated•20 years ago
|
Attachment #160906 -
Flags: review?
Comment 17•20 years ago
|
||
Comment on attachment 160906 [details] [diff] [review]
bugzilla-208711-v1.04.diff
Adding URLs is a good idea for users who work from printouts, but we shouldn't
display it in the web version of the page, just the print version. Use a
print-specific stylesheet with a style rule like the following to get that
behavior:
a.bug:after { content: " <" attr(href) ">"; }
(You'll also have to add class="bug" to bug link anchors.)
Attachment #160906 -
Flags: review? → review-
Comment 18•19 years ago
|
||
The trunk is now frozen to prepare Bugzilla 2.22. Enhancement bugs are retargetted to 2.24.
Target Milestone: Bugzilla 2.22 → Bugzilla 2.24
Updated•18 years ago
|
QA Contact: mattyt-bugzilla → default-qa
Comment 19•18 years ago
|
||
This bug is retargetted to Bugzilla 3.2 for one of the following reasons:
- it has no assignee (except the default one)
- we don't expect someone to fix it in the next two weeks (i.e. before we freeze the trunk to prepare Bugzilla 3.0 RC1)
- it's not a blocker
If you are working on this bug and you think you will be able to submit a patch in the next two weeks, retarget this bug to 3.0.
If this bug is something you would like to see implemented in 3.0 but you are not a developer or you don't think you will be able to fix this bug yourself in the next two weeks, please *do not* retarget this bug.
If you think this bug should absolutely be fixed before we release 3.0, either ask on IRC or use the "blocking3.0 flag".
Target Milestone: Bugzilla 3.0 → Bugzilla 3.2
Updated•18 years ago
|
Assignee: jpyeron → query-and-buglist
Status: ASSIGNED → NEW
Priority: -- → P3
Whiteboard: [Good Intro Bug]
Target Milestone: Bugzilla 3.2 → ---
Whiteboard: [Good Intro Bug] → [good first bug][lang=perl]
Comment 21•10 years ago
|
||
@jmaher: Max won't answer that as he unCCed from any tickets on 2013‑08‑01 (see user activity)
Flags: needinfo?(mkanat)
Reporter | ||
Comment 22•10 years ago
|
||
Still watching this. If you need the patch updated, let me know.
Updated•7 years ago
|
Keywords: good-first-bug
Comment 23•6 years ago
|
||
Removing good-first-bug
keyword because team does not have bandwidth to mentor at the moment.
Keywords: good-first-bug
Updated•5 years ago
|
Whiteboard: [good first bug][lang=perl]
Reporter | ||
Comment 24•5 years ago
|
||
wow - this is still open?
Comment 25•5 years ago
|
||
I think we can close this as WONTFIX...
- We don’t
havelink to the separate Format For Printing page anymore thanks to the (incomplete) print CSS - Your printer allows to show the bug URL on the page header or footer.
Status: NEW → RESOLVED
Closed: 20 years ago → 5 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•