Closed
Bug 278376
Opened 20 years ago
Closed 10 years ago
[PatchReader] When using PatchViewer with context, the footer is not displayed
Categories
(Bugzilla :: Attachments & Requests, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: Wurblzap, Unassigned)
References
()
Details
This happens on b.m.o, but I don't know whether it's a regression. Clicking the URL shows the effect.
Comment 1•19 years ago
|
||
*** Bug 324243 has been marked as a duplicate of this bug. ***
Updated•18 years ago
|
Assignee: myk → attach-and-request
Updated•18 years ago
|
Summary: When using PatchViewer with context, the footer is not displayed → [PatchReader] When using PatchViewer with context, the footer is not displayed
Comment 2•15 years ago
|
||
The problem is that PatchReader::AddCVSContext::end_patch() doesn't call
$this->{TEMPLATE_PROCESSOR}->process($this->{FOOTER_TEMPLATE}, $this->{ARGS})
|| ::ThrowTemplateError($this->{TEMPLATE_PROCESSOR}->error());
so in context mode, the footer is never displayed. But I suppose it's not its job to call it. We should call PatchReader::DiffPrinter::template::end_patch() too but I don't know why it's not the case.
Comment 3•10 years ago
|
||
CVS related code has been removed, see bug 1068494.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•