#2432: Unknown parser tag has brackets changed to < and >
-------------------------------------------+--------------------------------
 Reporter:  djb                            |       Owner:                 
     Type:  Bug                            |      Status:  new            
 Priority:  High                           |   Milestone:                 
Component:  Project : MediaWiki+FCKeditor  |     Version:  FCKeditor 2.6.3
 Keywords:  Confirmed Review-              |  
-------------------------------------------+--------------------------------
Changes (by atereshko):

 * cc: [EMAIL PROTECTED] (added)


Comment:

 Found solution that allows to fix this bug at least for tag extensions
 (hooks) included in mediawiki...

 All we need it init parser object ($wgParser) before use it methots (like
 $wgParser->getTags() ) in files :
 FCKeditorParser.body.php ( method  __construct() );
 FCKeditorSajax.body.php ( method wfSajaxSearchSpecialTagFCKeditor() );
 mw12/FCKeditorParser_OldPP.body.php ( method  __construct() );
 {{{
     $wgParser->firstCallInit();
 }}}

 Sorry, but at that moment I don't have condition's to attach diff patch
 I also sorry for my english =)

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/2432#comment:14>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to