Edgewall Software

Opened 11 years ago

Last modified 10 years ago

#11082 closed defect

Indicators for add and copy events is no longer shown in revision log view — at Initial Version

Reported by: Jun Omae Owned by:
Priority: normal Milestone: 1.0.2
Component: version control/log view Version: 1.0
Severity: minor Keywords:
Cc: Branch:
Release Notes:
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 }  
    146146 vertical-align: middle;
    147147}
    148148.chglist td.author { color: #888 }
    149 .chglist td.change span.edit {
     149.chglist td.change span {
    150150 border: 1px solid #999;
    151151 float: left;
    152152 margin: .2em .5em 0 0;

I will commit it later.

Change History (0)

Note: See TracTickets for help on using tickets.