Edgewall Software
Modify

Opened 18 years ago

Closed 17 years ago

Last modified 17 years ago

#3274 closed enhancement (fixed)

Commit root path in timeline

Reported by: intgr@… Owned by: Christian Boos
Priority: low Milestone: 0.11
Component: timeline Version: 0.9.5
Severity: normal Keywords:
Cc: intgr@… Branch:
Release Notes:
API Changes:
Internal Changes:

Description

I think it would be extremely useful if the Timeline page showed the common root path of files affected by the commit. It would make it clearer which branch was changed since it's not usually mentioned in the commit message.

Attachments (1)

in.patch (773 bytes ) - added by Sergei Haller <sergei@…> 17 years ago.
tiny patch. without patch "1 editin location" is shown in rss mode. when changeset_show_files = location

Download all attachments as: .zip

Change History (7)

comment:1 by Christian Boos, 18 years ago

Owner: changed from Jonas Borgström to Christian Boos
Priority: normallow

Interesting, that could be a variant to the changeset_show_files feature.

[timeline]

abbreviated_messages

Whether wiki-formatted event messages should be truncated or not.

This only affects the default rendering, and can be overriden by specific event providers, see their own documentation.

enabled
changeset_collapse_events

Whether consecutive changesets from the same author having exactly the same message should be presented as one event. That event will link to the range of changesets in the log view.

disabled
changeset_long_messages

Whether wiki-formatted changeset messages should be multiline or not.

If this option is not specified or is false and wiki_format_messages is set to true, changeset messages will be single line only, losing some formatting (bullet points, etc).

disabled
changeset_show_files

Number of files to show (-1 for unlimited, 0 to disable).

This can also be location, for showing the common prefix for the changed files.

0
default_daysback

Default number of days displayed in the Timeline, in days.

30
max_daysback

Maximum number of days (-1 for unlimited) displayable in the Timeline.

90
newticket_formatter

Which formatter flavor (e.g. 'html' or 'oneliner') should be used when presenting the description for new tickets. If 'oneliner', the [timeline] abbreviated_messages option applies.

oneliner
ticket_show_component

Enable the display of component of tickets in the timeline. (since 1.1.1)

disabled
ticket_show_details

Enable the display of all ticket changes in the timeline, not only open / close operations.

enabled

comment:2 by Christian Boos, 18 years ago

Milestone: 0.11

See also #3549.

comment:3 by Christian Boos, 17 years ago

Resolution: fixed
Status: newclosed

Implemented in r4677.

[timeline] changeset_show_files = location can now be used to activate that feature.

in reply to:  3 comment:4 by Sergei Haller <sergei@…>, 17 years ago

Resolution: fixed
Status: closedreopened

Replying to cboos:

Implemented in r4677.

[timeline] changeset_show_files = location can now be used to activate that feature.

I just found that feature in the source when trying to implement something similar :)

then tried to edit TracIni wikipage to reflect that feature. The page seems to show it, but doesnt seeem to contain that option when editing. must be selfgenerated (??).

comment:5 by Sergei Haller <sergei@…>, 17 years ago

Resolution: fixed
Status: reopenedclosed

sorry, I take everything back. It is actually shown (generated from the source I guess) in my local wiki:TracIni file.

by Sergei Haller <sergei@…>, 17 years ago

Attachment: in.patch added

tiny patch. without patch "1 editin location" is shown in rss mode. when changeset_show_files = location

comment:6 by Christian Boos, 17 years ago

Good catch, fixed in r4801.

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.