#3274 closed enhancement (fixed)
Commit root path in timeline
Reported by: | 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)
Change History (7)
comment:1 by , 19 years ago
Owner: | changed from | to
---|---|
Priority: | normal → low |
follow-up: 4 comment:3 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Implemented in r4677.
[timeline] changeset_show_files = location
can now be used to activate that feature.
comment:4 by , 18 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
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 , 18 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
sorry, I take everything back. It is actually shown (generated from the source I guess) in my local wiki:TracIni file.
by , 18 years ago
tiny patch. without patch "1 editin location" is shown in rss mode. when changeset_show_files = location
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