Opened 16 years ago
Closed 16 years ago
#2482 closed Bug (fixed)
improper handling of template-within-wikilink (SVN 2.5 for MediaWiki)
Reported by: | Peter Koppstein | Owned by: | |
---|---|---|---|
Priority: | Must have (possibly next milestone) | Milestone: | |
Component: | Project : MediaWiki+FCKeditor | Version: | FCKeditor 2.5 |
Keywords: | Confirmed | Cc: |
Description
For example:
becomes
{{SITENAME}}:Welcome">Bienvenu?
which is of course not only incorrect but also invalid.
Change History (2)
comment:1 Changed 16 years ago by
Keywords: | Confirmed added; template hyperlink mediawiki removed |
---|
comment:2 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
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).