Relationship Graph

Relationship Graph
related to related to child of child of duplicate of duplicate of

View Issue Details

IDProjectCategoryView StatusLast Update
0010228mantisbtotherpublic2009-06-23 15:28
ReporterSteffenPoulsen Assigned Tojreese  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.2.0a3 
Fixed in Version1.2.0rc1 
Summary0010228: No way to avoid or escape the rendering plugin for part of a text
Description

The rendering plugin currently have a somewhat special way of rendering urls, see for instance this url:

http://support.navicat.com/index.php_a=tickets&_m=viewmain&emailre=test@test.dk&ticketkeyre=c356e&_i=JTI-34

Looks like the url and e-mail plugins are combatting each other, and the end result suffers.

I was wondering, is there a secret tag to put around the url to escape the rendering loop entirely? Or to mark it up specifically as a url, escaping the email rendering?

TagsNo tags attached.

Relationships

has duplicate 0010680 closedjreese Wrong interpretation of user-passwd formatted url in description field 
related to 0008814 closedjreese problem posting FTP access string 

Activities

Kirill

Kirill

2009-03-19 06:18

reporter   ~0021108

You can turn off in mantis plugin.

SteffenPoulsen

SteffenPoulsen

2009-03-19 06:49

reporter   ~0021109

I like the URL rendering in general, just not in "special cases"(?) like this that goes havoc - so I am not after a "global off", just a "local off".

I was hoping for something along the lines of a "verbatim" or "do-not-render" tag ..

<verbatim>
do not try to render this ..
</verbatim>

I am imagining it would be doable to catch and exclude by a plugin handling mechanism in that way.

jreese

jreese

2009-04-08 15:19

reporter   ~0021449

Fix committed to master branch.

Related Changesets

MantisBT: master 8940888b

2009-04-08 15:19

jreese


Details Diff
Fix 0010228: Email linking boundaries changed to whitespace, to prevent linking in the middle of a URL. Affected Issues
0010228
mod - core/string_api.php Diff File