Ignore:
Timestamp:
09/14/09 13:15:31 (3 years ago)
Author:
MichaelDaum
Message:

Item8264:Item8178:Item2017:

  • yet another attempt to support <nop>TinyMCEPlugin
  • don't take over raw edit automatically
  • added <nop>PatternSkin css fixes for edit dialogs
  • fixed DEPENDENCIES for ajax upload feature
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NatEditPlugin/lib/Foswiki/Plugins/NatEditPlugin.pm

    r4699 r4907  
    2323 
    2424$VERSION = '$Rev$'; 
    25 $RELEASE = 'v4.10'; 
     25$RELEASE = 'v4.11'; 
    2626 
    2727$NO_PREFS_IN_TOPIC = 1; 
     
    4545  Foswiki::Func::registerTagHandler('FORMBUTTON', \&handleFORMBUTTON); 
    4646  Foswiki::Func::registerTagHandler('NATFORMLIST', \&handleNATFORMLIST); 
    47  
    48   my $skin = Foswiki::Func::getPreferencesValue('SKIN'); 
    49   # not using Foswiki::Func::getSkin() to prevent  
    50   # getting the cover as well 
    51  
    52   unless ($skin =~ /\b(natedit)\b/) { 
    53     $skin = "natedit,$skin"; 
    54     Foswiki::Func::setPreferencesValue('SKIN', $skin); 
    55   } 
    5647 
    5748  # register the natedit jquery plugin 
Note: See TracChangeset for help on using the changeset viewer.