Project

General

Profile

Actions

Feature #1443

open

Making the Repository module as nice as the Trac one

Added by Ingmar S almost 16 years ago. Updated about 12 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
SCM
Target version:
-
Start date:
2008-06-13
Due date:
% Done:

0%

Estimated time:
Resolution:

Description

Trac offers some really nice features in the repository code browser, which Redmine currently lacks.

For examples those features I think would be nice to have in Redmine and already present in the Trac code browser:

- Inline diff: Trac shows which exact characters of a line have been changed and hightlights them in a different color (darker green / darker red compared to the color of the surrounding characters)
- Browsing through folders at a certain revision
- Cliking on a revision number brings you straight to the diff view, no second click on "View differences" necessary
- The ChangeSet view is very well structured, with messages, propchanges and meta information on top and diff below
- The diff view of ChangeSets has got various options: Inline vs. Side-by-Side view, Ignoring whitespace changes etc.
- ChangeSets can be downloaded as "Unified Diff" patches or "Zip Archive"
- File-renames are listed properly in the ChangeSet view instead of showing a separate add/remove (see also #804)

Would it be possible to port some code from Trac to Redmine?

It would be awesome to see some or all of those features in Redmine, too!


Files

trac_changeset_view.png (36.5 KB) trac_changeset_view.png Ingmar S, 2008-06-13 16:32

Related issues

Related to Redmine - Feature #804: Proper reporting of renames in the Repository moduleClosed2008-03-07

Actions
Related to Redmine - Feature #1311: Subversion: Show revision histories for branchesNew2008-05-27

Actions
Related to Redmine - Feature #4266: Display changeset comment on repository diff view.ClosedJean-Philippe Lang2009-11-23

Actions
Related to Redmine - Feature #2372: Ideas for the Revisions page New2008-12-22

Actions
Related to Redmine - Feature #3988: Show diff in revision pageReopened2009-10-07

Actions
Actions #1

Updated by Ingmar S almost 16 years ago

One more thing is the URLs: They look nicer in Trac as well.

While Trac has ChangeSet URLs like this:
http://trac.edgewall.org/changeset/7207

the Redmine ChangeSet URLs don't look quite as nice:
http://www.redmine.org/repositories/revision/redmine?rev=1524

...but of course the Trac doesn't have real multi project support, which makes good looking URLs more easy for them.

Actions #2

Updated by youngseok yi almost 16 years ago

+1, ChangeSets as zip archive, it is easy approach for those who are not familiar with unified diff format.

Ingmar S wrote:

- ChangeSets can be downloaded as "Unified Diff" patches or "Zip Archive"

Actions #3

Updated by Kimus Linuxus over 13 years ago

+1 for ChangeSets can be downloaded as "Unified Diff" patches or "Zip Archive"

2 year old feature?! I use this feature in trac very often... :-S

Actions #4

Updated by Brian Carlton almost 13 years ago

+1 for highlighting characters that changed. I use that in WinMerge frequently. I also use ignore whitespace change too, which can result in huge changes shown in Redmine.

Actions #5

Updated by Wojtek … about 12 years ago

+1 for ignoring white-space... it is VERY useful at times when someone committed a file with a lot of 'formatting' changes...

Actions

Also available in: Atom PDF