Changeset 665


Ignore:
Timestamp:
11/15/08 03:36:49 (4 years ago)
Author:
SvenDowideit
Message:

Item109: TWikiGuest -> WikiGuest

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • branches/Release04x02/lib/TWiki.spec

    r639 r665  
    307307# **STRING 20 EXPERT** 
    308308# Guest user's wiki name. You are recommended not to change this. 
    309 $TWiki::cfg{DefaultUserWikiName} = 'TWikiGuest'; 
     309$TWiki::cfg{DefaultUserWikiName} = 'WikiGuest'; 
    310310 
    311311# **STRING 20 EXPERT** 
     
    373373#  determine user information, and group memberships. 
    374374# </li><li> 
    375 #  TWiki::Users::BaseUserMapping - has only 2 users, {TWikiAdminUser} and 
    376 #  {TWikiGuestUser}, with the Admins login and password being set from this 
     375#  TWiki::Users::BaseUserMapping - has only pseudo users such as {TWikiAdminUser} and 
     376#  {DefaultUserWikiName}, with the Admins login and password being set from this 
    377377#  configure script. <b>Does not support User registration</b>, and 
    378378#  only works with TemplateLogin. 
  • branches/Release04x02/tools/admin/mrtg/twiki.cfg

    r3 r665  
    2929  </H1>shows the number of twiki topics requested.  
    3030ShortLegend[twiki]: hits 
    31 Legend1[twiki]: total Topic requests by TWikiGuest 
    32 LegendI[twiki]: &nbsp; TWikiGuest: 
     31Legend1[twiki]: total Topic requests by WikiGuest 
     32LegendI[twiki]: &nbsp; WikiGuest: 
    3333Legend2[twiki]: total Topic requests by Registered users 
    3434LegendO[twiki]: &nbsp; Registered users: 
  • trunk/LdapContrib/lib/TWiki/Contrib/LdapContrib/Config.spec

    r626 r665  
    173173# **STRING 50** 
    174174# Prevent certain names from being looked up in LDAP 
    175 $TWiki::cfg{Ldap}{Exclude} = 'TWikiGuest, TWikiContributor, ProjectContributor, RegistrationAgent, TWikiAdminGroup, NobodyGroup'; 
     175$TWiki::cfg{Ldap}{Exclude} = 'WikiGuest, TWikiContributor, ProjectContributor, RegistrationAgent, TWikiAdminGroup, NobodyGroup'; 
  • trunk/LdapContrib/lib/ldap.cfg

    r626 r665  
    7070 
    7171# prevent certain names from being looked up in ldap 
    72 #$TWiki::cfg{Ldap}{Exclude} = 'TWikiGuest, TWikiContributor, ProjectContributor, RegistrationAgent, TWikiAdminGroup, NobodyGroup'; 
     72#$TWiki::cfg{Ldap}{Exclude} = 'WikiGuest, TWikiContributor, ProjectContributor, RegistrationAgent, TWikiAdminGroup, NobodyGroup'; 
    7373 
    7474# number of user objects to fetch in one paged result when building the username mappings; 
  • trunk/TWikiInstallerContrib/lib/TWiki/Contrib/TWikiInstallerContrib/plugins.NOTES

    r611 r665  
    181181! GenerateSearchPlugin - calls TWiki::Form::getFormDef() directly 
    182182! IncludeRevisionPlugin - doesn't render 
    183 !& LatexModePlugin - viewing the page (after configuring program paths properly) yields: AccessControlException: Access to CHANGE TWiki.LatexModePlugin for TWikiGuest is denied. access not allowed on web[Sun Dec 11 17:27:09 2005] [error] [client 127.0.0.1] Premature end of script headers: view.cgi - need to move the sample to the Sandbox web 
     183!& LatexModePlugin - viewing the page (after configuring program paths properly) yields: AccessControlException: Access to CHANGE TWiki.LatexModePlugin for WikiGuest is denied. access not allowed on web[Sun Dec 11 17:27:09 2005] [error] [client 127.0.0.1] Premature end of script headers: view.cgi - need to move the sample to the Sandbox web 
    184184! LoginNameAliasesPlugin - TWiki::Plugins::LoginNameAliasesPlugin::earlyInitPlugin failed: 1 
    185185! MsOfficeAttachmentsAsHTMLPlugin - no docs, not sure what to do... 
     
    187187! PhantomPlugin - no skin, probably other stuff... 
    188188! PollPlugin - problems with TWiki::userToWikiName(), TWiki::editLockTime, TWiki::dataDir 
    189 ! PublishContrib - Can't locate object method "param" via package "TWikiGuest" (perhaps you forgot to load "TWikiGuest"?) at ../lib/TWiki.pm line 1044. 
     189! PublishContrib - Can't locate object method "param" via package "WikiGuest" (perhaps you forgot to load "WikiGuest"?) at ../lib/TWiki.pm line 1044. 
    190190! QuickSearchPlugin - sh: - : invalid option 
    191191! RevisionLinkPlugin - Can't locate object method "_getHandler" via package "TWiki" at /home/twiki/public_html/cgi-bin/twiki/lib/TWiki/Store.pm line 629. 
     
    352352<input type="select" ... selection="%CALC{$GET(base_web)}%" ... /> 
    353353 
    354    * are there variables for TWikiGuest?  (if so, TWiki/SitePermissions doesn't use them, who knows where else) 
     354   * are there variables for WikiGuest?  (if so, TWiki/SitePermissions doesn't use them, who knows where else) 
    355355 
    356356 
  • trunk/core/lib/TWiki.spec

    r651 r665  
    307307# **STRING 20 EXPERT** 
    308308# Guest user's wiki name. You are recommended not to change this. 
    309 $TWiki::cfg{DefaultUserWikiName} = 'TWikiGuest'; 
     309$TWiki::cfg{DefaultUserWikiName} = 'WikiGuest'; 
    310310 
    311311# **STRING 20 EXPERT** 
     
    373373#  determine user information, and group memberships. 
    374374# </li><li> 
    375 #  TWiki::Users::BaseUserMapping - has only 2 users, {TWikiAdminUser} and 
    376 #  {TWikiGuestUser}, with the Admins login and password being set from this 
     375#  TWiki::Users::BaseUserMapping - has only pseudo users such as {TWikiAdminUser} and 
     376#  {DefaultUserWikiName}, with the Admins login and password being set from this 
    377377#  configure script. <b>Does not support User registration</b>, and 
    378378#  only works with TemplateLogin. 
  • trunk/core/tools/admin/mrtg/twiki.cfg

    r14 r665  
    2929  </H1>shows the number of twiki topics requested.  
    3030ShortLegend[twiki]: hits 
    31 Legend1[twiki]: total Topic requests by TWikiGuest 
    32 LegendI[twiki]: &nbsp; TWikiGuest: 
     31Legend1[twiki]: total Topic requests by WikiGuest 
     32LegendI[twiki]: &nbsp; WikiGuest: 
    3333Legend2[twiki]: total Topic requests by Registered users 
    3434LegendO[twiki]: &nbsp; Registered users: 
Note: See TracChangeset for help on using the changeset viewer.