Ignore:
Timestamp:
11/17/08 23:20:13 (4 years ago)
Author:
KennethLavrsen
Message:

Item205: More TWiki. to %SYSTEMWEB% conversions
note that sometimes you have to replace TWiki.xx by System.xx
It depends on the context.
And watch out for plugins that has Javascript where TWiki. is part
of a namespace. They will be goofed up by a %SYSTEMWEB%
This is a loooooooong slow task.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BibtexPlugin/lib/TWiki/Plugins/BibtexPlugin.pm

    r42 r765  
    109109  $defaultTopic = TWiki::Func::getPreferencesValue( "\U${pluginName}\E_DEFAULTTOPIC", $web ) ||  
    110110    TWiki::Func::getPreferencesValue( "\U${pluginName}\E_DEFAULTTOPIC" ) ||  
    111     "TWiki.BibtexPlugin"; 
     111    "System.BibtexPlugin"; 
    112112  $defaultSearchTemplate = TWiki::Func::getPreferencesValue( "\U${pluginName}\E_DEFAULTSEARCHTEMPLATE", $web ) ||  
    113113    TWiki::Func::getPreferencesValue( "\U${pluginName}\E_DEFAULTSEARCHTEMPLATE" ) ||  
    114     "TWiki.BibtexSearchTemplate"; 
     114    "System.BibtexSearchTemplate"; 
    115115 
    116116  $hostUrl = &TWiki::Func::getUrlHost(); 
Note: See TracChangeset for help on using the changeset viewer.