Edgewall Software
Modify

Opened 17 years ago

Last modified 9 years ago

#4887 new enhancement

Option for changeset viewer to show added and deleted files inline

Reported by: paul.wants.no.spam@… Owned by:
Priority: normal Milestone: next-major-releases
Component: version control/changeset view Version: 0.10.3
Severity: normal Keywords: diffoptions changeset view contents added removed files
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

The unified diff correctly includes new files. However the web changeset view does not.

For an example, see this change set on r4848 trac. It is missing the contents of trunk/trac/htdocs/js/ie_pre7_hacks.js.

Attachments (1)

show_new_file.patch (3.8 KB ) - added by walty@… 11 years ago.
a simple patch to show new files during diff view (for trac 1.0)

Download all attachments as: .zip

Change History (15)

comment:1 by anonymous, 17 years ago

Resolution: wontfix
Status: newclosed

This is by design. The changeset view is optimized for displaying the changes and the browser view is optimized for displaying the full content of the files. So when you're looking at a changeset, you should following the links for the added entries to see the full content of the added files, and likewise, you should follow the links for deleted entries to see the full content of the removed files.

comment:2 by jeroen, 16 years ago

Keywords: view contents added removed files added
Milestone: 0.11.1
Resolution: wontfix
Status: closedreopened
Summary: Web changeset does not show new files "changes"Link to view contents of added and removed files
Type: defectenhancement
Version: 0.10.3

I think this feature would be really useful. I'd often like to view all the changes someone has made to a project, or print a full changeset or diff including added and removed files. This is not possible at the moment. Please consider adding a link to the changeset view to also display the contents of added and removed files. Thanks.

comment:3 by Christian Boos, 16 years ago

Milestone: 0.11.10.12

What about adding that as an option to the list of things to ignore?

Ignore:
 |_|  Blank lines
 |_|  White space changes 
 |*|  Added files
 |*|  Removed files

(selected by default, for backward compatibility)

comment:4 by jeroen, 16 years ago

Sounds great cboos!

comment:5 by Christian Boos, 16 years ago

(implementation note: use #afileN and #dfileN for added and deleted files resp. in order to keep the sequence #fileN of modified files unchanged)

comment:6 by Christian Boos, 16 years ago

Keywords: diffoptions added; diff removed
Summary: Link to view contents of added and removed filesOption for changeset viewer to show added and deleted files inline

#7030 was closed as duplicate.

comment:7 by anonymous, 15 years ago

Owner: changed from Christian Boos to anonymous
Status: reopenednew

comment:8 by anonymous, 15 years ago

Component: version control/changeset viewticket system
Milestone: 0.130.11-retriage
Severity: normalmajor
Version: 0.10.3

comment:9 by Emmanuel Blot, 15 years ago

Component: ticket systemversion control/changeset view
Milestone: 0.11-retriage0.13
Owner: changed from anonymous to Christian Boos
Severity: majornormal

anonymous: do not change ticket properties without providing details and a rationale.

comment:10 by Christian Boos, 15 years ago

Milestone: 0.130.12

comment:11 by Remy Blank, 15 years ago

Milestone: 0.12next-major-0.1X

comment:12 by cheesus, 14 years ago

  • we have modified our ticket workflow to include a "review" step
  • naturally everybody clicks through the changesets linked into the ticket by the svn hook
  • and must pay attention like hell not to miss added/deleted files in the review
  • so yes, this is an important feature :-)
  • does anybody know of a hack or a patch to "just enable display of added/deleted files", while waiting for the "clean solution" to be provided by this ticket ?
  • Cheers, Tom.

comment:13 by Christian Boos, 14 years ago

#9675 was closed as duplicate.

by walty@…, 11 years ago

Attachment: show_new_file.patch added

a simple patch to show new files during diff view (for trac 1.0)

comment:14 by Ryan J Ollos, 9 years ago

Owner: Christian Boos removed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The ticket will remain with no owner.
The ticket will be disowned.
as The resolution will be set. Next status will be 'closed'.
The owner will be changed from (none) to anonymous. Next status will be 'assigned'.

Add Comment


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