From ba92f14a81983443dd9203927a6ea3a709efc05d Mon Sep 17 00:00:00 2001 From: George Clark Date: Thu, 25 Feb 2016 19:11:01 -0500 Subject: [PATCH] Item13883: Incomplete add/del of config settings. The old Locale settings are gone. And Sandbox web name should be there. --- core/lib/Foswiki.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/core/lib/Foswiki.spec b/core/lib/Foswiki.spec index 7f43e622ea..1d11d62e81 100644 --- a/core/lib/Foswiki.spec +++ b/core/lib/Foswiki.spec @@ -888,7 +888,6 @@ $Foswiki::cfg{AccessibleCFG} = [ '{LinkProtocolPattern}', '{LocalSitePreferences}', '{LoginNameFilterIn}', - '{LowerNational}', '{MaxRevisionsInADiff}', '{MinPasswordLength}', '{NameFilter}', @@ -905,10 +904,10 @@ $Foswiki::cfg{AccessibleCFG} = [ '{Register}{NeedVerification}', '{Register}{RegistrationAgentWikiName}', '{ReplaceIfEditedAgainWithin}', + '{SandboxWebName}', '{ScriptSuffix}', '{ScriptUrlPath}', '{Site}{Locale}', - '{Site}{LocaleRegexes}', '{SitePrefsTopicName}', '{Stats}{TopContrib}', '{Stats}{TopicName}', @@ -919,7 +918,6 @@ $Foswiki::cfg{AccessibleCFG} = [ '{TemplatePath}', '{TrashWebName}', '{UploadFilter}', - '{UpperNational}', '{UseLocale}', '{UserInterfaceInternationalisation}', '{UsersTopicName}',