MantisBT:如何关闭在笔记中插入 [^]
MantisBT: How to switch off inserting [^] into notes
当我将 XML 文档添加到 Mantis 笔记中时,例如一个 XML 片段:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
Mantis 将XML 命名空间声明视为超链接,并在后面添加一个“[^]”字符串:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> [^]
如果用户 copy/pastes 来自 Mantis 的 XML 由于这些不需要的字符串而无效。
有什么办法可以关闭这个功能吗?
您使用的似乎是旧版 Mantis;您可以通过更改 MantisCoreFormatting 插件中的相应设置来关闭 URL 处理:转到 Manage > Manage Plugins 然后单击 MantisBT 格式化 并设置 URL 处理 为关闭)。
请注意,最新版本的 MantisBT 不再插入 [^]
。
当我将 XML 文档添加到 Mantis 笔记中时,例如一个 XML 片段:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
Mantis 将XML 命名空间声明视为超链接,并在后面添加一个“[^]”字符串:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> [^]
如果用户 copy/pastes 来自 Mantis 的 XML 由于这些不需要的字符串而无效。
有什么办法可以关闭这个功能吗?
您使用的似乎是旧版 Mantis;您可以通过更改 MantisCoreFormatting 插件中的相应设置来关闭 URL 处理:转到 Manage > Manage Plugins 然后单击 MantisBT 格式化 并设置 URL 处理 为关闭)。
请注意,最新版本的 MantisBT 不再插入 [^]
。