ViewVC is the old system that can be used for comparison. It is BSD-style licensed, so if it makes sense to re-use their code I think that should be ok. We should try to track it clearly in a separate file if so though.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Created #229: [#5389] Code browser diff improvement - offer option for side by side
Before implementing it we need some details:
Do we need to have this option globally for the tracker (i.e. project admin will enable that option for the entire tracker, and all the diffs will be shown side by side)?
Or maybe we just need the ability to switch between side by side and default mode in a diff-viewer?
I think it should be an option for the end-user to switch between the views. It depends on the specific commit and user preference as to which is better. Perhaps store the current mode in the session, so that when you go to a new commit it uses the mode you were using last time.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
ViewVC is the old system that can be used for comparison. It is BSD-style licensed, so if it makes sense to re-use their code I think that should be ok. We should try to track it clearly in a separate file if so though.
Created #229: [#5389] Code browser diff improvement - offer option for side by side
Before implementing it we need some details:
Do we need to have this option globally for the tracker (i.e. project admin will enable that option for the entire tracker, and all the diffs will be shown side by side)?
Or maybe we just need the ability to switch between side by side and default mode in a diff-viewer?
Or both?
Related
Tickets:
#5389I think it should be an option for the end-user to switch between the views. It depends on the specific commit and user preference as to which is better. Perhaps store the current mode in the session, so that when you go to a new commit it uses the mode you were using last time.
Closed #229.
Created #235: [#5389] side-by-side diff: improve styles and check in other browsers (1cp)
allura:42cc_5389
Related
Tickets:
#5389Closed #235.
All changes are in
allura:42cc_5389a
Excellent. I made a couple of very minor UI tweaks but it was very well done.