Modify ↓
#11082 closed defect (fixed)
Indicators for add and copy events is no longer shown in revision log view
Reported by: | Jun Omae | Owned by: | Jun Omae |
---|---|---|---|
Priority: | normal | Milestone: | 1.0.2 |
Component: | version control/log view | Version: | 1.0 |
Severity: | minor | Keywords: | |
Cc: | Branch: | ||
Release Notes: |
Fix the disappear add and copy events in revision log view |
||
API Changes: | |||
Internal Changes: |
Description
The indicators for add and copy events are no longer shown in revision log view. It works for only edit events.
The changes is introduced in [10330].
-
trac/htdocs/css/browser.css
diff --git a/trac/htdocs/css/browser.css b/trac/htdocs/css/browser.css index cfe883d..c8a7bfc 100644
a b table.chglist { margin-top: 0 } 146 146 vertical-align: middle; 147 147 } 148 148 .chglist td.author { color: #888 } 149 .chglist td.change span .edit{149 .chglist td.change span { 150 150 border: 1px solid #999; 151 151 float: left; 152 152 margin: .2em .5em 0 0;
I will commit it later.
Attachments (0)
Change History (3)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Release Notes: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Yah. Me, too ;)
The patch has been committed in [11708-11709].
comment:3 by , 12 years ago
Owner: | set to |
---|
Note:
See TracTickets
for help on using tickets.
I was pretty sure I've also identified this one… must have been lost in a note somewhere, so good reflex to create a ticket ;-)