Changeset 807
- Timestamp:
- 11/19/08 12:17:13 (3 years ago)
- Location:
- trunk/TWikiCompatibilityPlugin
- Files:
-
- 2 edited
-
data/TWiki/TWikiCompatibilityPlugin.txt (modified) (1 diff)
-
lib/TWiki/Plugins/TWikiCompatibilityPlugin.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/TWikiCompatibilityPlugin/data/TWiki/TWikiCompatibilityPlugin.txt
r806 r807 11 11 Automaticalle maps requests for legacy TWiki web topics to Foswiki free topics as per 12 12 [[http://foswiki.org/Development/TopicNameMappingTable][TopicNameMappingTable]]. 13 14 Map TWIKIWEB to SYSTEMWEB and MAINWEB to USERSWEB - no Preference settings required. 13 15 14 16 -
trunk/TWikiCompatibilityPlugin/lib/TWiki/Plugins/TWikiCompatibilityPlugin.pm
r806 r807 107 107 $MainWebTopicNameConversion->{$TWiki::Plugins::SESSION->{topicName}}; 108 108 } 109 110 #Map TWIKIWEB to SYSTEMWEB and MAINWEB to USERSWEB 111 #TODO: should we test for existance and other things? 112 TWiki::Func::setPreferencesValue('TWIKIWEB', 'SYSTEMWEB'); 113 TWiki::Func::setPreferencesValue('MAINWEB', 'USERSWEB'); 109 114 110 115 return;
Note: See TracChangeset
for help on using the changeset viewer.
