Skip to content

Commit

Permalink
Item12381: Revert comments on some Spec variables.
Browse files Browse the repository at this point in the history
These are not bootstrapped, so they have to get a default set from
Foswiki.spec or everything falls apart.
  • Loading branch information
gac410 committed Dec 20, 2014
1 parent e9b1775 commit cf11b88
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions core/lib/Foswiki.spec
Expand Up @@ -2093,25 +2093,25 @@ $Foswiki::cfg{MaxLSCBackups} = 10;
# change this setting, you must make sure the web exists and contains
# appropriate content, and upgrade scripts may no longer work (don't
# change it unless you are certain that you know what you are doing!)
# $Foswiki::cfg{SystemWebName} = 'System';
$Foswiki::cfg{SystemWebName} = 'System';

# **STRING 20 CHECK='nullok' EXPERT**
# Name of the web used as a trashcan (where deleted topics are moved)
# If you change this setting, you must make sure the web exists.
# $Foswiki::cfg{TrashWebName} = 'Trash';
$Foswiki::cfg{TrashWebName} = 'Trash';

# **STRING 20 CHECK='nullok' EXPERT**
# Name of the web used as a scratchpad or temporary workarea for users to
# experiment with Foswiki topics.
# $Foswiki::cfg{SandboxWebName} = 'Sandbox';
$Foswiki::cfg{SandboxWebName} = 'Sandbox';

# **STRING 20 CHECK='nullok' EXPERT**
# Name of site-level preferences topic in the {SystemWebName} web.
# *If you change this setting you will have to
# use Foswiki and *manually* rename the existing topic.*
# (don't change it unless you are *certain* that you know what
# you are doing!)
# $Foswiki::cfg{SitePrefsTopicName} = 'DefaultPreferences';
$Foswiki::cfg{SitePrefsTopicName} = 'DefaultPreferences';

# **STRING 70 EXPERT**
# Web.TopicName of the site-level local preferences topic. If this topic
Expand Down

0 comments on commit cf11b88

Please sign in to comment.