Edgewall Software

Opened 12 years ago

Last modified 12 years ago

#10652 closed enhancement

Suppress repeated file changes for collapsed changesets on timeline — at Initial Version

Reported by: Mikael Relbe Owned by:
Priority: normal Milestone: 1.0
Component: timeline Version: 0.13dev
Severity: normal Keywords: patch
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

Repeated changes of a file causes it to be reported repeatedly within a collapsed changeset event on the timeline when trac.ini is configured like this:

[timeline]
changeset_collapse_events = true
changeset_show_files = -1

Example of timeline event report:

8:57 Changesets [1-4]
     (edit) test/text.txt
     (edit) test/text.txt
     (edit) test/text.txt
     (add)  test/text.txt

This ticket suggests that identical file changes within a collapsed changeset event are suppressed.

The example above would then become:

8:57 Changesets [1-4]
     (edit) test/text.txt
     (add)  test/text.txt

Change History (1)

by Mikael Relbe, 12 years ago

patch to be applied on r11028

Note: See TracTickets for help on using tickets.