Ticket #2482 (closed Bug: fixed)

Opened 4 months ago

Last modified 3 months ago

improper handling of template-within-wikilink (SVN 2.5 for MediaWiki)

Reported by: pkoppstein Owned by:
Priority: High Milestone:
Component: Project : MediaWiki+FCKeditor Version: FCKeditor 2.5
Keywords: Confirmed Cc:

Description

For example:

[[{{SITENAME}}:Welcome|Bienvenu]]

becomes

[[<span class=|{{SITENAME}}:Welcome"&gt;Bienvenu]]

which is of course not only incorrect but also invalid.

Change History

Changed 3 months ago by wwalc

  • keywords Confirmed added; template hyperlink mediawiki removed

Changed 3 months ago by wwalc

  • status changed from new to closed
  • resolution set to fixed

Fixed with [2388] (massive commit, it's a trick with $opened <= $closed in fck_replaceTemplates() located in files FCKeditorParser.body.php and FCKeditorParser_OldPP.body.php).

Note: See TracTickets for help on using tickets.