Closed
Bug 482445
Opened 16 years ago
Closed 16 years ago
Linking lotus notes documents or other applications in comments
Categories
(Bugzilla :: Bugzilla-General, enhancement)
Tracking
()
VERIFIED
WONTFIX
People
(Reporter: Florian.Sailer, Unassigned)
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)
Build Identifier: 3.0.4
We are using Bugzilla in our company since tree months. We also use Lotus Notes for mailing and some other issues, so it would be great to link lotus notes documents in bugzilla!
It's working great in the "URL" bug field, but not in the scope of comments or attachements! It would be a great benefit for us, if any syntax would provide an "autolincification"-like behavior for external programs like lotus notes!
Maybe it could be solved with an extra embracing syntax like [link] or [url]?
[link]Notes://LN000P02/C125740B005C1933/C1255F4400363ECC85255D7C00545AF7/08971CAFB73410E8C12574FF0054B94C[link]
Reproducible: Always
Actual Results:
Notes://LN000P02/C125740B005C1933/C1255F4400363ECC85255D7C00545AF7/08971CAFB73410E8C12574FF0054B94C
Expected Results:
Opens the Link Notes://LN000P02/C125740B005C1933/C1255F4400363ECC85255D7C00545AF7/08971CAFB73410E8C12574FF0054B94C
like it does in the URL field!
Maybe it could also ( or instead) realized as attachments!
Reporter | ||
Updated•16 years ago
|
Version: unspecified → 3.0.4
Suggest WONTFIX. This can be done quite easily with customisation.
AFAI see, you just have to change Bugzilla/Constants.pm :
# Protocols which are considered as safe.
use constant SAFE_PROTOCOLS => ('afs', 'cid', 'ftp', 'gopher', 'http', 'https',
'irc', 'mid', 'news', 'nntp', 'prospero', 'telnet',
'view-source', 'wais');
![]() |
||
Comment 2•16 years ago
|
||
Yeah, this is not something we will do upstream. Just hack the SAFE_PROTOCOLS constant mentioned in comment 1.
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → WONTFIX
Reporter | ||
Updated•16 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 3•16 years ago
|
||
It worked perfectly! Bug can be closed!
You need to log in
before you can comment on or make changes to this bug.
Description
•