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

  * keywords:  Confirmed Review+ => Confirmed Review-


Comment:

 Unfortunately Review- due to problems with protect set to "false" when
 using ImageMap and SyntaxHighlight_GeSHi extensions.

 djb comment sounds reasonable. "What you put in is what you get out" is
 something
 that we would really like to have, however it's not easy to achieve.

 Anyway, let's give at least one more configuration option to the
 administrator.
 {{{
 /*
  * Regardless of this setting, $RTEprotectedTags settings have higher
 priority.
  *
  * If set to 0, all unknown tags <tag> are changed into HTML entities:
 &lt;tag&gt;
  *
  * If set to 1, all unknown tags are treated by FCKeditor as a special
 tag.
  *   When switching back to wikitext, <tag> will be displayed as <tag>.
  *   When editing in WYSIWYG mode, all contents inside of this tag will be
  *   transformed into HTML.
  *
  * If set to 2, all unknown tags are treated by FCKeditor as a special tag
 and
  *   content inside of them is displayed as a raw wikitext.
  */
 $RTEprotectAllUnknownTags = 0;
 }}}

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/2432#comment:6>
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