[Home]

Summary:ASTERISK-06209: Change $g_bug_link_tag configuration for mantis
Reporter:Dan Hollis (bani)Labels:
Date Opened:2006-01-27 18:57:41.000-0600Date Closed:2006-02-01 14:55:17.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:When people paste text into the bugnotes, mantis converts numbers with a leading octothorpe into mantis bug links. This causes problems like ASTERISK-6207 where a pasted config had the text mangled by mantis.

The fix is to explicitly require a special tag to identify bug links in notes.

Edit config_defaults_inc.php and change $g_bug_link_tag to $g_bug_link_tag = 'bug:';

Then numbers will no longer be inadvertently mangled and converted to links. In order to link to a bug you would then use bug:1234 instead of ASTERISK-1227.
Comments:By: Collin Klopfenstein (collin) 2006-01-30 12:08:49.000-0600

Should be taken care of Russell.

ASTERISK-6209 vs bug:6369

By: Matt O'Gorman (mogorman) 2006-02-01 14:54:21.000-0600

collin fixed it