Changeset 665
- Timestamp:
- 11/15/08 03:36:49 (4 years ago)
- Files:
-
- 7 edited
-
branches/Release04x02/lib/TWiki.spec (modified) (2 diffs)
-
branches/Release04x02/tools/admin/mrtg/twiki.cfg (modified) (1 diff)
-
trunk/LdapContrib/lib/TWiki/Contrib/LdapContrib/Config.spec (modified) (1 diff)
-
trunk/LdapContrib/lib/ldap.cfg (modified) (1 diff)
-
trunk/TWikiInstallerContrib/lib/TWiki/Contrib/TWikiInstallerContrib/plugins.NOTES (modified) (3 diffs)
-
trunk/core/lib/TWiki.spec (modified) (2 diffs)
-
trunk/core/tools/admin/mrtg/twiki.cfg (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/Release04x02/lib/TWiki.spec
r639 r665 307 307 # **STRING 20 EXPERT** 308 308 # Guest user's wiki name. You are recommended not to change this. 309 $TWiki::cfg{DefaultUserWikiName} = ' TWikiGuest';309 $TWiki::cfg{DefaultUserWikiName} = 'WikiGuest'; 310 310 311 311 # **STRING 20 EXPERT** … … 373 373 # determine user information, and group memberships. 374 374 # </li><li> 375 # TWiki::Users::BaseUserMapping - has only 2 users,{TWikiAdminUser} and376 # { TWikiGuestUser}, with the Admins login and password being set from this375 # TWiki::Users::BaseUserMapping - has only pseudo users such as {TWikiAdminUser} and 376 # {DefaultUserWikiName}, with the Admins login and password being set from this 377 377 # configure script. <b>Does not support User registration</b>, and 378 378 # only works with TemplateLogin. -
branches/Release04x02/tools/admin/mrtg/twiki.cfg
r3 r665 29 29 </H1>shows the number of twiki topics requested. 30 30 ShortLegend[twiki]: hits 31 Legend1[twiki]: total Topic requests by TWikiGuest32 LegendI[twiki]: TWikiGuest:31 Legend1[twiki]: total Topic requests by WikiGuest 32 LegendI[twiki]: WikiGuest: 33 33 Legend2[twiki]: total Topic requests by Registered users 34 34 LegendO[twiki]: Registered users: -
trunk/LdapContrib/lib/TWiki/Contrib/LdapContrib/Config.spec
r626 r665 173 173 # **STRING 50** 174 174 # 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 70 70 71 71 # 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'; 73 73 74 74 # 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 181 181 ! GenerateSearchPlugin - calls TWiki::Form::getFormDef() directly 182 182 ! 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 web183 !& 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 184 184 ! LoginNameAliasesPlugin - TWiki::Plugins::LoginNameAliasesPlugin::earlyInitPlugin failed: 1 185 185 ! MsOfficeAttachmentsAsHTMLPlugin - no docs, not sure what to do... … … 187 187 ! PhantomPlugin - no skin, probably other stuff... 188 188 ! 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. 190 190 ! QuickSearchPlugin - sh: - : invalid option 191 191 ! RevisionLinkPlugin - Can't locate object method "_getHandler" via package "TWiki" at /home/twiki/public_html/cgi-bin/twiki/lib/TWiki/Store.pm line 629. … … 352 352 <input type="select" ... selection="%CALC{$GET(base_web)}%" ... /> 353 353 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) 355 355 356 356 -
trunk/core/lib/TWiki.spec
r651 r665 307 307 # **STRING 20 EXPERT** 308 308 # Guest user's wiki name. You are recommended not to change this. 309 $TWiki::cfg{DefaultUserWikiName} = ' TWikiGuest';309 $TWiki::cfg{DefaultUserWikiName} = 'WikiGuest'; 310 310 311 311 # **STRING 20 EXPERT** … … 373 373 # determine user information, and group memberships. 374 374 # </li><li> 375 # TWiki::Users::BaseUserMapping - has only 2 users,{TWikiAdminUser} and376 # { TWikiGuestUser}, with the Admins login and password being set from this375 # TWiki::Users::BaseUserMapping - has only pseudo users such as {TWikiAdminUser} and 376 # {DefaultUserWikiName}, with the Admins login and password being set from this 377 377 # configure script. <b>Does not support User registration</b>, and 378 378 # only works with TemplateLogin. -
trunk/core/tools/admin/mrtg/twiki.cfg
r14 r665 29 29 </H1>shows the number of twiki topics requested. 30 30 ShortLegend[twiki]: hits 31 Legend1[twiki]: total Topic requests by TWikiGuest32 LegendI[twiki]: TWikiGuest:31 Legend1[twiki]: total Topic requests by WikiGuest 32 LegendI[twiki]: WikiGuest: 33 33 Legend2[twiki]: total Topic requests by Registered users 34 34 LegendO[twiki]: Registered users:
Note: See TracChangeset
for help on using the changeset viewer.
