Edgewall Software
Modify

Opened 20 years ago

Closed 20 years ago

Last modified 18 years ago

#415 closed defect (fixed)

Changeset header with message & files list has weird layout...

Reported by: jamesm@… Owned by: daniel
Priority: high Milestone: 0.7.1
Component: version control/changeset view Version: 0.7
Severity: major Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

The layout change from 0.6.1 to 0.7 on the changeset header looks to me like a setback. My svn repository averages 6-9 folders deep because I track multiple projects and Java is not exactly a terse language with class and package names. The log messages and file list end up competing for space and end up creating alot of wasted space and look addly positioned in the browser.
I found 0.6.1 header more readable and layed out better in Firefox & IE.
I also (still) think the font size on the folder position in the browser view is way to large - I would say it was perfect @ 12 pt - or whatever it was for 0.6.1.

Attachments (0)

Change History (6)

comment:1 by Christopher Lenz, 20 years ago

Milestone: 0.7.1
Owner: changed from Jonas Borgström to Christopher Lenz
Status: newassigned

I'm currently working on this.

comment:2 by Christopher Lenz, 20 years ago

Priority: normalhigh
Severity: normalmajor

comment:3 by daniel, 20 years ago

The header is changing in 0.7.1. cmlenz has half a patch ready, but didn't make it into 0.7.

The font size in the Browser heading is simply too large, just like you say. It should be a standard H1 element like all other pages.

Thanks for your report. :)

comment:4 by Christopher Lenz, 20 years ago

Filed ticket #420 to discuss the browser path links size problem described here, as that's a separate issue.

comment:5 by Christopher Lenz, 20 years ago

Owner: changed from Christopher Lenz to daniel

This is now fixed in [555].

The markup underlying the changeset overview is now a table. A definition list might have been better, but was pretty much impossible to get to look right on IE/Win. But a table is not that bad, either.

This change also removes the "Revision" field, because the revision number is always the same as the changeset number, which is already being displayed in the header.

The file list is now always on the left side among the other fields, between the author and the message fields. This should scale a lot better for long path names.

Daniel, please port this change to the 0.7-stable branch, insufficient karma here).

comment:6 by daniel, 20 years ago

Resolution: fixed
Status: assignedclosed

Merged in [562].

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain daniel.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from daniel 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.