Ignore:
Timestamp:
10/29/09 03:25:56 (3 years ago)
Author:
PaulHarvey
Message:

Item2245: Updated documentation, removed redundant setting: paste_auto_cleanup_on_paste : true for MSIE browsers (TinyMCE now defaults to true for all browsers), corrected (?) $VERSION string in TinyMCEPlugin.pm

File:
1 edited

Legend:

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

    r5332 r5385  
    1919 
    2020our $VERSION           = '$Rev$'; 
    21 our $RELEASE           = '20 Sep 2009'; 
     21our $RELEASE           = '29 Oct 2009'; 
    2222our $SHORTDESCRIPTION  = 'Integration of the Tiny MCE WYSIWYG Editor'; 
    2323our $NO_PREFS_IN_TOPIC = 1; 
     
    7979HERE 
    8080our %defaultINIT_BROWSER = ( 
    81     MSIE   => 'paste_auto_cleanup_on_paste : true', 
     81    MSIE   => '', 
    8282    OPERA  => '', 
    8383    GECKO  => 'gecko_spellcheck : true', 
Note: See TracChangeset for help on using the changeset viewer.