Edgewall Software
Modify

Opened 11 years ago

Closed 11 years ago

Last modified 10 years ago

#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 }  
    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.

Attachments (0)

Change History (3)

comment:1 by Christian Boos, 11 years ago

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 ;-)

comment:2 by Jun Omae, 11 years ago

Release Notes: modified (diff)
Resolution: fixed
Status: newclosed

Yah. Me, too ;)

The patch has been committed in [11708-11709].

Last edited 10 years ago by Jun Omae (previous) (diff)

comment:3 by Jun Omae, 11 years ago

Owner: set to Jun Omae

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jun Omae.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jun Omae to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.