プロジェクト

全般

プロフィール

Vote #64860

未完了

application launch URLs not rendered as link

Admin Redmine さんが約2年前に追加. 約2年前に更新.

ステータス:
New
優先度:
通常
担当者:
-
カテゴリ:
Wiki_1
対象バージョン:
-
開始日:
2009/03/11
期日:
進捗率:

0%

予定工数:
category_id:
1
version_id:
0
issue_org_id:
2953
author_id:
2861
assigned_to_id:
0
comments:
4
status_id:
1
tracker_id:
2
plus1:
0
affected_version:
closed_on:
affected_version_id:
ステータス-->[New]

説明

There are URLs that launch 3rd party application when clicked on in the browser.
Redmine's wiki doesn't convert them into clickable link.

Example:

ea:1|50194|1|1607 3

converted to

Document X

launches application called EasyArchive and shows document identified by the numbers following @ea:@.

Maybe feature #2084 can fix this problem, since there is no simple conclusion how such links in general can be distinguished from regular text.


journals

I can't see why you entered this as a defect and I don't see what differs from #2084.
Please help me.
--------------------------------------------------------------------------------
I have marked this as defect since something like @ea:1|50194|1|1607%203@ is regular URL handled by browsers. So when I enter in the Wiki text like

<pre>
ea:1|50194|1|1607%203
</pre>
or
<pre>
"Link to document":ea:1|50194|1|1607%203
</pre>

it should be formatted to
<pre>
<a href="ea:1|50194|1|1607%203" class="external">ea:1|50194|1|1607%203</a>
</pre>
or
<pre>
<a href="ea:1|50194|1|1607%203" class="external">Link to document</a>
</pre>

like all other @http://@ @ftp://@ links are.

So in general the formatter should recognize not only @/https?:\/\/.*/@ and @/ftps?:\/\/.*/@ links, but also @/\w+:.*/@ links.

#2084 can solve this issue, but as a workaround (and with much more coding work).

--------------------------------------------------------------------------------
Perhaps it could be marked as Feature request if you consider parsing such type of links as new functionality.
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------


related_issues

relates,New,2084,Customizable "protocols" to generate external links

Admin Redmine さんが約2年前に更新

  • カテゴリWiki_1 にセット

他の形式にエクスポート: Atom PDF

いいね!0
いいね!0