Opened 19 years ago
Last modified 10 years ago
#4887 new enhancement
Option for changeset viewer to show added and deleted files inline
| Reported by: | 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)
Change History (15)
comment:1 by , 19 years ago
| Resolution: | → wontfix | 
|---|---|
| Status: | new → closed | 
comment:2 by , 18 years ago
| Keywords: | view contents added removed files added | 
|---|---|
| Milestone: | → 0.11.1 | 
| Resolution: | wontfix | 
| Status: | closed → reopened | 
| Summary: | Web changeset does not show new files "changes" → Link to view contents of added and removed files | 
| Type: | defect → enhancement | 
| 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 , 18 years ago
| Milestone: | 0.11.1 → 0.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:5 by , 18 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 , 18 years ago
| Keywords: | diffoptions added; diff removed | 
|---|---|
| Summary: | Link to view contents of added and removed files → Option for changeset viewer to show added and deleted files inline | 
#7030 was closed as duplicate.
comment:7 by , 17 years ago
| Owner: | changed from to | 
|---|---|
| Status: | reopened → new | 
comment:8 by , 17 years ago
| Component: | version control/changeset view → ticket system | 
|---|---|
| Milestone: | 0.13 → 0.11-retriage | 
| Severity: | normal → major | 
| Version: | → 0.10.3 | 
comment:9 by , 17 years ago
| Component: | ticket system → version control/changeset view | 
|---|---|
| Milestone: | 0.11-retriage → 0.13 | 
| Owner: | changed from to | 
| Severity: | major → normal | 
anonymous: do not change ticket properties without providing details and a rationale.
comment:10 by , 17 years ago
| Milestone: | 0.13 → 0.12 | 
|---|
comment:11 by , 16 years ago
| Milestone: | 0.12 → next-major-0.1X | 
|---|
comment:12 by , 15 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.
 
by , 12 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 , 10 years ago
| Owner: | removed | 
|---|



  
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.