= Ideas for improving the changeset view == User Interface === Current Status The display of the changeset is stable across all Trac releases, for example our changeset:17 in: [/demo-0.12/changeset/17 0.12], [/demo-1.0/changeset/17 1.0], [/demo-1.2/changeset/17 1.2], [/demo-1.3/changeset/17 1.3] Here's how the same changeset looks in [https://github.com/edgewall/trac/commit/461956be66fd46f14979ba471ff36de1b369c1c9 github]. === Convergence The links on the file entries at the top currently directly lead to the file browser and only the (diff) links get you to the actual diff. I think we should reconsider this choice as in github and bitbucket the file entries link to the diff instead. An alternative would be to directly inline the changes below the path, #515 (as done in !FishEye and Gitorious for example). The Redmine/!ChiliProject way of showing the tree is also interesting, but having the diffs on a separate page is not. === Related tickets Most ERs concerning the "version control/changeset view" probably apply: [[TicketQuery(status=!closed,component=version control/changeset view,type=enhancement)]] The bugs are more about the generation of the changesets ( [[TicketQuery(status=!closed,component=version control/changeset view,type=defect,format=compact)]]) and are not so relevant for the user interface except: [[TicketQuery(id=5549)]]