[Trac-tickets] [The Trac Project] #2072: The formatting of the
timeline with changeset_show_files set to an integer is hard to read.
The Trac Project
noreply at edgewall.com
Thu Sep 15 10:07:42 CDT 2005
#2072: The formatting of the timeline with changeset_show_files set to an integer
is hard to read.
------------------------------------------------------+---------------------
Reporter: Daniel Beckham <danbeck-trac at glazed.org> | Owner: jonas
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: timeline | Version: 0.8.4
Severity: normal | Keywords: |
------------------------------------------------------+---------------------
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
----
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/2072>
The Trac Project <http://trac.edgewall.com/>
More information about the Trac-Tickets
mailing list