Feature #5164
closedLinkify folder names on revision view
100%
Description
when you look at a revision page @ /projects/projectname/repository/revisions/
would it be possible to link the folder structure in the files section
through to the relevant folder in the repository (most likely in the same revision)
as for one of my projects, we would like to see all the other files in that folder
and it would be easier to find if that linked straight through
Files
Related issues
Updated by Felix Schäfer over 14 years ago
I'm not sure I understand your problem. If I'm at http://www.redmine.org/projects/redmine/repository and click on trunk, I get to http://www.redmine.org/projects/redmine/repository/show/trunk, which contains a list of the files in the directory.
Updated by diafza diafza over 14 years ago
- Assignee set to Felix Schäfer
for example im referring to this page [[http://www.redmine.org/projects/redmine/repository/revisions/3609]]
to link through to trunk, config and locales, in the files section showing the differences
Updated by Felix Schäfer over 14 years ago
- Subject changed from browse repository from revision page to Linkify folder names on revision view
- Category set to UI
- Assignee deleted (
Felix Schäfer) - Target version set to 0.9.4
This shouldn't be too hard, though I haven't had a chance to look at the code and I won't be able to in the next few days. I'l let JPLang or Eric Davis take care of that.
Updated by Yuki Kita over 14 years ago
Hi,
This is a patch to link folders on a revision view.
Please try it.
Updated by Yuki Kita over 14 years ago
Theo Silelidis wrote:
nope didnt work?
running 0.9.3
I tested the patch with trunk+git and 0.9.3+subversion.
And it worked fine for both situation.
What SCM do you use?
Updated by diafza diafza over 14 years ago
use subversion, and used tortoisesvn to apply the patch
maybe send me the full file for 0.9.3, would be appreciated
thanks
Updated by Yuki Kita over 14 years ago
- File repositories_helper.rb repositories_helper.rb added
Theo Silelidis wrote:
use subversion, and used tortoisesvn to apply the patch
maybe send me the full file for 0.9.3, would be appreciatedthanks
This is the full file for 0.9.3
Please try it again.
Updated by Jean-Philippe Lang over 14 years ago
- Status changed from New to Resolved
- Target version changed from 0.9.4 to 0.9.5
- Resolution set to Fixed
Feature committed in trunk in r3659. Will wait 0.9.5 to merge into 0.9-stable.
Updated by Eric Davis over 14 years ago
- Status changed from Resolved to Closed
- % Done changed from 0 to 100
Merged into 0.9-stable.