Edgewall Software
Modify

Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#13224 closed enhancement (worksforme)

Howto add a "href=tel:" link in a ticket or wiki

Reported by: anton Owned by:
Priority: normal Milestone:
Component: general Version: 1.4
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

Hi,

I would like to add a link to a telephone number or another custom link in my trac on windows.

Example:

<a href="tel:12345">tel 12345</a>
<a href="myprogram://form?action=edit&entity=122">my entity 122</a>

I assume:

  • if somebody clicks the link "tel 12345", then my skype will pop up proposing me to call 12345
  • if somebody clicks the link "my entity 122", then the application myprogram will be started (my firefox will do this will the html snippet above)

Is there some possibility to do this in trac?

Attachments (0)

Change History (3)

comment:1 by Jun Omae, 4 years ago

Resolution: worksforme
Status: newclosed

Please ask on the MailingList for support questions.

Use [wiki] safe_schemes option. See wiki:TracIni#wiki-safe_schemes-option.

comment:2 by anton, 4 years ago

OK, thanks.

I see for wiki it does work, but I didn't find an option for tickets.

It would be helpful if I could have such links in tickets description/comment.

Is this an enhancement or did I miss something?

in reply to:  2 comment:3 by Ryan J Ollos, 4 years ago

Replying to anton:

It would be helpful if I could have such links in tickets description/comment.

Ticket description/comment uses Wiki markup, so you will get same behavior as in Wiki pages (/wiki).

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.