Edgewall Software
Modify

Opened 14 years ago

Closed 14 years ago

#8901 closed defect (fixed)

[PATCH] Unified diff is broken in changeset view on 0.12dev

Reported by: Jun Omae <jun66j5@…> Owned by: Christian Boos
Priority: normal Milestone: 0.12
Component: version control/changeset view Version: 0.12dev
Severity: normal Keywords: patch
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

We use Trac-0.12dev_r8725, in changeset view, unified diff is broken. The problem will be fixed by this patch.

  • trac/htdocs/js/diff.js

     
    11(function($){
    22
    33  function convertDiff(name, table, pre) {
    4     var inline = table.className == 'inline';
     4    var inline = $(table).hasClass('inline');
    55    var ths = table.tHead.rows[0].cells;
    66    var afile, bfile;
    77    if ( inline ) {

Attachments (0)

Change History (2)

comment:1 by Christian Boos, 14 years ago

Keywords: patch added
Owner: set to Christian Boos

Self-illustrating problem report ;-)

Thanks for the patch!

comment:2 by Christian Boos, 14 years ago

Resolution: fixed
Status: newclosed

Patch applied in r8957, thanks!

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christian Boos.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christian Boos 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.