Changeset 484 for trunk/core/lib/TWiki.spec
- Timestamp:
- 11/09/08 15:46:31 (4 years ago)
- File:
-
- 1 edited
-
trunk/core/lib/TWiki.spec (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/lib/TWiki.spec
r14 r484 30 30 # /edit/web/topic?cmd=repRev 31 31 # * use only as a last resort, as history is altered 32 # * you must be in TWikiAdminGroup32 # * you must be in AdminGroup 33 33 # * you will be presented with normal edit box, but this will also 34 34 # include meta information, modify this with extreme care … … 37 37 # /edit/web/topic?cmd=delRev 38 38 # * use only as a last resort, as history is lost 39 # * you must be in TWikiAdminGroup39 # * you must be in AdminGroup 40 40 # * fill in some dummy text in the edit box 41 41 # * ignore preview output … … 328 328 # for an explanation of twiki groups. This user will also run all the 329 329 # standard cron jobs, such as statistics and mail notification. 330 # The default value " TWikiAdminGroup" is used everywhere in TWiki to330 # The default value "AdminGroup" is used everywhere in TWiki to 331 331 # protect important settings so you would need a really special reason to 332 332 # change this setting. 333 $TWiki::cfg{SuperAdminGroup} = ' TWikiAdminGroup';333 $TWiki::cfg{SuperAdminGroup} = 'AdminGroup'; 334 334 335 335 # **STRING 20 EXPERT** … … 1114 1114 # (i.e. don't change it unless you are <b>certain</b> that you know what 1115 1115 # you are doing!) 1116 $TWiki::cfg{SitePrefsTopicName} = ' TWikiPreferences';1116 $TWiki::cfg{SitePrefsTopicName} = 'DefaultPreferences'; 1117 1117 1118 1118 # **STRING 40 EXPERT** … … 1123 1123 # a {LocalSitePreferences} topic rather than changing TWikiPreferences, 1124 1124 # as it will make upgrading a lot easier. 1125 $TWiki::cfg{LocalSitePreferences} = 'Main. TWikiPreferences';1125 $TWiki::cfg{LocalSitePreferences} = 'Main.SitePreferences'; 1126 1126 1127 1127 # **STRING 20 EXPERT**
Note: See TracChangeset
for help on using the changeset viewer.
