https://bugzilla.wikimedia.org/show_bug.cgi?id=41275
Markus Krötzsch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #1 from Markus Krötzsch <[email protected]> 2012-10-22 17:19:29 UTC --- I think this is caused by " |link=subject" in the query, which advises SMW to avoid links in all parameters other than the subject. For URLs, this can only be done by escaping the URL so that MediaWiki won't autolink it. Unfortunately, this also prevents explicit linking. The change that caused this is https://bugzilla.wikimedia.org/show_bug.cgi?id=39392 Maybe this change needs to be augmented to get the desired behaviour. Is there any way to craft a string that will no be linked by MW by default, but will be linkable when put into [ ]? -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
