Item578: Still some TWiki stuff left behind in the Foswiki.spec
Priority: Normal
Current State: Closed
Released In: 1.0.0
Target Release: patch
Applies To: Engine
Component:
Branches:
Still some TWiki stuff left behind in the Foswiki.spec
Example $Foswiki::cfg{PluginsOrder} = 'TWikiCompatibilityPlugin,SpreadSheetPlugin';
Need to cleann that out
Actually the plugin order is OK. You can have plugins in that setting without generating errors.
The problem is the setting that says the
TWikiCompatibilityPlugin is enabled while it is actually not present at all.
Removing that is not a problem because it will get added disabled when you download the version with the compatibility plugin.
But removing that plugin bugs one unit test, as it uses Main instead of Main:
MailerContribSuite
Re-opening so I can fix this.