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
Change History
Changed 6 years ago by Tim Hatch <trac@…>
- Attachment printable-log.diff added
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
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.
Note: See
TracTickets for help on using
tickets.



Probably the wiki history too...