Feature #4052
openCross-project redmine links with alternate link text for source and export links.
50%
Description
In Feature #3346 (Support for cross-project revision links), James Wells and Babar O'Cap collaborated to make it possible to create commit and revision links across projects.
I have now extended the project:
syntax to source:
and export:
links and also extended them with the ability to specify alternate link text: "Download filename" instead of projectname:export:foo/bar/path/filename.
I have also corrected the issue causing source and export links to not be properly converted to absolute links in issue update emails. (See Defect #3483)
So... Source and export links now work in emails, can be cross project, and can have alternate display text for the link.
Syntax:
- ["Link alternate display title"=][project:]source:some/path[/file][@52][#L120]
- ["Link alternate display title"=][project:]export:some/path/file[@52]
Note: For the link text, the double-quotes are currently required, even if the text is only one word. I chose to implement the alternate link name functionality in a way that altered the primary regex as little as possible. It's getting a bit unwieldy.
091018-cross-project_redmine_links-tests.patch contains changes to test/* files as provided in:
- #3346 cross-project_revision_and_commit_links_v5.diff - Patch v5 - from Babar O'Cap, 2009-08-26 03:27
I have no idea how to use, extend, or test this test/* functionality, so I didn't attempt to..
091018-cross-project_redmine_links.patch contains no test/* file modifications.
Files
Related issues