Ignore:
Timestamp:
11/09/08 15:46:31 (4 years ago)
Author:
CrawfordCurrie
Message:

Item109: topic renamings, and TWiki.spec updates to match

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/lib/TWiki.spec

    r14 r484  
    3030# /edit/web/topic?cmd=repRev 
    3131#    * use only as a last resort, as history is altered 
    32 #    * you must be in TWikiAdminGroup 
     32#    * you must be in AdminGroup 
    3333#    * you will be presented with normal edit box, but this will also 
    3434#      include meta information, modify this with extreme care 
     
    3737# /edit/web/topic?cmd=delRev 
    3838#    * use only as a last resort, as history is lost 
    39 #    * you must be in TWikiAdminGroup 
     39#    * you must be in AdminGroup 
    4040#    * fill in some dummy text in the edit box 
    4141#    * ignore preview output 
     
    328328# for an explanation of twiki groups. This user will also run all the 
    329329# standard cron jobs, such as statistics and mail notification. 
    330 # The default value "TWikiAdminGroup" is used everywhere in TWiki to 
     330# The default value "AdminGroup" is used everywhere in TWiki to 
    331331# protect important settings so you would need a really special reason to 
    332332# change this setting. 
    333 $TWiki::cfg{SuperAdminGroup} = 'TWikiAdminGroup'; 
     333$TWiki::cfg{SuperAdminGroup} = 'AdminGroup'; 
    334334 
    335335# **STRING 20 EXPERT** 
     
    11141114# (i.e. don't change it unless you are <b>certain</b> that you know what 
    11151115# you are doing!) 
    1116 $TWiki::cfg{SitePrefsTopicName} = 'TWikiPreferences'; 
     1116$TWiki::cfg{SitePrefsTopicName} = 'DefaultPreferences'; 
    11171117 
    11181118# **STRING 40 EXPERT** 
     
    11231123# a {LocalSitePreferences} topic rather than changing TWikiPreferences, 
    11241124# as it will make upgrading a lot easier. 
    1125 $TWiki::cfg{LocalSitePreferences} = 'Main.TWikiPreferences'; 
     1125$TWiki::cfg{LocalSitePreferences} = 'Main.SitePreferences'; 
    11261126 
    11271127# **STRING 20 EXPERT** 
Note: See TracChangeset for help on using the changeset viewer.