Bug Tracker is our excellent homemade issue tracker software. However, its TinyMCE editor converts all your links which are made by your host into relative paths.
For example, if your host is http://example.com and you have established your bug tracker on it. Then, you want to add one link e.g. http://example.com/some_information.html to your report in bug tracker. By default, its TinyMCE editor converts your link to be ./some_information.html
It seems to be okay. But here’s one problem: If you use its forwarding email service, it would forward the “converted urls” to the project manager and the project subscribers. Thus, they may confuse with your link which is represented by http://./some_information.html not http://example.com/some_information.html !
The main cause of this strange phenomena is: “the default setting of its TinyMCE editor is relative_urls = true“. To avoid this terrible event, you should follow these steps:
1. Find the files listed below in your Bug Tracker directory:
(1) ./tinymce/tiny_mce_src.js
(2) ./tinymce/tiny_mce.js
(3) ./feedback_site/tinymce/tiny_mce_src.js
(4) ./feedback_site/tinymce/tiny_mce.js
[Chinese Translation]
(2) ./tinymce/tiny_mce.js
(3) ./feedback_site/tinymce/tiny_mce_src.js
(4) ./feedback_site/tinymce/tiny_mce.js