Changeset 5319


Ignore:
Timestamp:
10/18/09 12:15:12 (2 years ago)
Author:
KennethLavrsen
Message:

Item2270: Disable TMCE's wordcount plugin by default due to issues with IE and potential for performance overhead on large topics.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Release01x00/TinyMCEPlugin/lib/Foswiki/Plugins/TinyMCEPlugin.pm

    r5313 r5319  
    4343save_callback : "FoswikiTiny.saveCallback", 
    4444%IF{"$TINYMCEPLUGIN_DEBUG" then="debug:true,"}% 
    45 plugins : "table,searchreplace,autosave,paste,safari,inlinepopups,fullscreen,wordcount,foswikibuttons,foswikiimage%IF{ "context TinyMCEUsabilityUpgradePluginEnabled" then=",foswikilink" else=""}%", 
     45plugins : "table,searchreplace,autosave,paste,safari,inlinepopups,fullscreen,foswikibuttons,foswikiimage%IF{ "context TinyMCEUsabilityUpgradePluginEnabled" then=",foswikilink" else=""}%", 
    4646foswiki_secret_id : "%WYSIWYG_SECRET_ID%", 
    4747foswiki_vars : { PUBURLPATH : "%PUBURLPATH%", PUBURL : "%PUBURL%", WEB : "%WEB%", TOPIC : "%TOPIC%", ATTACHURL : "%ATTACHURL%", ATTACHURLPATH : "%ATTACHURLPATH%", VIEWSCRIPTURL : "%SCRIPTURL{view}%", SCRIPTSUFFIX: "%SCRIPTSUFFIX%", SCRIPTURL : "%SCRIPTURL%", SYSTEMWEB: "%SYSTEMWEB%" }, 
Note: See TracChangeset for help on using the changeset viewer.