Edgewall Software
Modify

Ticket #3134 (closed defect: fixed)

Opened 6 years ago

Last modified 6 years ago

Log pages don't print

Reported by: Tim Hatch <trac@…> Owned by: cboos
Priority: normal Milestone: 0.10
Component: version control/log view Version: devel
Severity: minor Keywords: print css log
Cc:
Release Notes:
API Changes:

Description

trac.css specifies that all forms shouldn't print, but the form on a log page should, since it contains all the log entries. I looked around the templates and believe that log.cs is the only one with such a form that wraps printable data. I'm attaching a patch in a sec with one way to fix it.

Attachments

printable-log.diff (885 bytes) - added by Tim Hatch <trac@…> 6 years ago.

Download all attachments as: .zip

Change History

Changed 6 years ago by Tim Hatch <trac@…>

comment:1 Changed 6 years ago by cboos

  • Milestone set to 0.10
  • Owner changed from jonas to cboos
  • Severity changed from normal to minor
  • Status changed from new to assigned

Probably the wiki history too...

comment:2 Changed 6 years ago by cboos

  • Resolution set to fixed
  • Status changed from assigned to closed

As in general the forms should not be shown when
printing, I liked the idea of a printableform class
to selectively mark what forms should be printed.

Implemented in r3284.

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
to The owner will be changed from cboos. Next status will be 'closed'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.