Opened 20 years ago
Closed 20 years ago
#2072 closed enhancement (fixed)
The formatting of the timeline with changeset_show_files set to an integer is hard to read.
| Reported by: | Owned by: | Christian Boos | |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.10 |
| Component: | timeline | Version: | 0.8.4 |
| Severity: | minor | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
With the changeset_show_files option set to an integer, the Timeline in trac is very hard to read. Way too much information on a single line. Currently, a changeset in the timeline would like similar to this:
Changeset [ 870 ] by danbeck
foo/trunk/bar/foo.php, foo/trunk/bar/foo2.php, foo/trunk/bar/foo3.php: Fixed # 322. Some useful commit log message here. Very hard to read if it's a long commit message or there are more than 1 or 2 files in the list.
I propose that it looks something more like this:
Changeset [ 870 ] by danbeck
Fixed # 322. Some useful commit log message here.
foo/trunk/bar/foo.php
foo/trunk/bar/foo2.php
foo/trunk/bar/foo3.php
Attachments (0)
Change History (3)
comment:1 by , 20 years ago
| Milestone: | → 0.10 |
|---|---|
| Owner: | changed from to |
| Severity: | normal → minor |
| Status: | new → assigned |
comment:2 by , 20 years ago
| Milestone: | 0.10 → 0.9.4 |
|---|
I committed that separately in [2817]. As that change contains nevertheless some RSS fixes, I'll port it to 0.9-stable.
comment:3 by , 20 years ago
| Milestone: | 0.9.4 → 0.10 |
|---|---|
| Resolution: | → fixed |
| Status: | assigned → closed |
Hm, not porting to stable after all, as it's not a straightforward merge.



I "accidentally" implemented this in the patch for #2580