Changeset 664


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

Item109: TWikiGuest -> WikiGuest

Files:
213 edited

Legend:

Unmodified
Added
Removed
  • branches/Release04x02/bin/.htaccess.txt

    r3 r664  
    6464# By convention this is the TWikiRegistration page, that allows users 
    6565# to register with the TWiki. Apache requires this to be a *local* path. 
    66 # Comment this out if you setup TWiki to completely deny access to TWikiGuest 
     66# Comment this out if you setup TWiki to completely deny access to WikiGuest 
    6767# in all webs or change the path to a static html page. 
    6868ErrorDocument 401 {ScriptUrlPath}/view/TWiki/TWikiRegistration 
  • branches/Release04x02/data/Main/TWikiGuest.txt

    r481 r664  
    11%META:TOPICINFO{author="ProjectContributor" date="1123211354" format="1.1" version="$Rev: 14617 $"}% 
    2 ---+ The <nop>TWikiGuest User 
     2---+ The <nop>WikiGuest User 
    33 
    44A guest of this TWiki web, not unlike yourself. You can leave your trace behind you, just add your name in %SYSTEMWEB%.TWikiRegistration and create your own page. 
  • branches/Release04x02/data/Main/WebNotify.txt

    r481 r664  
    22This is a subscription service to be automatically notified by e-mail when topics change in this *<nop>%WEB%* web. This is a convenient service, so you do not have to come back and check all the time if something has changed. To subscribe, please add a bullet with your %SYSTEMWEB%.WikiName in alphabetical order to this list: 
    33 
    4    * Main.TWikiGuest - example@your.company 
     4   * Main.WikiGuest - example@your.company 
    55 
    66%INCLUDE{"%SYSTEMWEB%.WebChangesAlert"}% 
  • branches/Release04x02/data/Sandbox/WebNotify.txt

    r481 r664  
    44%MAKETEXT{"This is a subscription service to be automatically notified by e-mail when topics change in this [_1] web. This is a convenient service, so you do not have to come back and check all the time if something has changed. To subscribe, please add a bullet with your [_2] in alphabetical order to this list:" args="*<nop>%WEB%*,%SYSTEMWEB%.WikiName"}% 
    55 
    6    * Main.TWikiGuest - example@your.company 
     6   * Main.WikiGuest - example@your.company 
    77 
    88%INCLUDE{"%SYSTEMWEB%.WebChangesAlert"}% 
  • branches/Release04x02/data/TWiki/AccessControl.txt

    r662 r664  
    4545   * The user is added to the %USERSWEB%.%WIKIUSERSTOPIC% topic. 
    4646 
    47 The default visitor name is %USERSWEB%.TWikiGuest. This is the non-authenticated user. 
     47The default visitor name is %USERSWEB%.WikiGuest. This is the non-authenticated user. 
    4848 
    4949#ManagingGroups 
  • branches/Release04x02/data/TWiki/IfStatements.txt

    r546 r664  
    30302. Compare TWiki variable 
    3131<verbatim> 
    32 You are %IF{ "$ WIKINAME='TWikiGuest' and not defined 'OPEN_DAY'" then="not" }% allowed to 
     32You are %IF{ "$ WIKINAME='WikiGuest' and not defined 'OPEN_DAY'" then="not" }% allowed to 
    3333%IF{ "context view" then="view" else="edit"}% this TWiki today. 
    3434</verbatim> 
  • branches/Release04x02/data/TWiki/ReleaseNotes01x00.txt

    r662 r664  
    257257| [[%BUGS%/Item4848][Item4848]] | !EditTablePlugin textarea bug! | 
    258258| [[%BUGS%/Item4846][Item4846]] | Installation process SNAFU if you don't set a configure PW | 
    259 | [[%BUGS%/Item4819][Item4819]] | viewauth redirect loops to death when Main and TWiki webs both are view denied for !TWikiGuest | 
     259| [[%BUGS%/Item4819][Item4819]] | viewauth redirect loops to death when Main and TWiki webs both are view denied for !WikiGuest | 
    260260| [[%BUGS%/Item4816][Item4816]] | !EditPreferences of !Main.TWikiPreferences broken | 
    261261| [[%BUGS%/Item4807][Item4807]] | swap twikistyle and defaultstyle definitions | 
  • branches/Release04x02/data/TWiki/SitePermissions.txt

    r610 r664  
    99 
    1010   * A blank in the the above table may mean _either_ the corresponding control is absent or commented out _or_ that it has been set to a null value.  The two conditions have dramatically different and possibly opposed semantics. 
    11    * %USERSWEB%.TWikiGuest is the guest account - used by unauthenticated users. 
    12    * The TWiki web must not deny view to %USERSWEB%.TWikiGuest; otherwise, people will not be able to register. 
     11   * %USERSWEB%.WikiGuest is the guest account - used by unauthenticated users. 
     12   * The TWiki web must not deny view to %USERSWEB%.WikiGuest; otherwise, people will not be able to register. 
    1313 
    1414%STOPINCLUDE% 
  • branches/Release04x02/data/TWiki/TWikiSiteTools.txt

    r610 r664  
    7575      * __Attention:__ The script must run as the same user as the CGI scripts are running, which is user =nobody= on many systems. Example crontab entry: %BR% =0 0 * * * (cd /path/to/twiki/bin; ./statistics &gt;/dev/null 2&gt;&amp;1)= 
    7676      * There is a workaround in case you can't run the script as user =nobody= : Run the utility =twiki/tools/geturl.pl= in your cron job and specify the URL of the =twiki/bin/statistics= script as a parameter. Example: %BR% =0 0 * * * (cd /path/to/twiki/tools; ./geturl.pl mydomain.com /urlpath/to/twiki/bin/statistics &gt;/dev/null 2&gt;&amp;1)=  
    77       * __NOTE:__ =geturl.pl= will do a TWiki CGI request as the <nop>TWikiGuest user, so if you use this workaround, the !WebStatistics topics you are updating will have to be writable by <nop>TWikiGuest. 
     77      * __NOTE:__ =geturl.pl= will do a TWiki CGI request as the <nop>WikiGuest user, so if you use this workaround, the !WebStatistics topics you are updating will have to be writable by <nop>WikiGuest. 
    7878 
    7979When running from the command line or a cron job, you can pass parameters to the script like this: 
     
    100100     =| &lt;time&gt; | &lt;wikiusername&gt; | &lt;action&gt; | &lt;web&gt;.&lt;topic&gt; | &lt;extra info&gt; | &lt;IP address&gt; |= 
    101101   * Example log entry: %BR% 
    102      =| %SERVERTIME{$day $mon $year - $hour:$min}% | %USERSWEB%.TWikiGuest | view | %SYSTEMWEB%.WebRss |  | 66.124.232.02 |= 
     102     =| %SERVERTIME{$day $mon $year - $hour:$min}% | %USERSWEB%.WikiGuest | view | %SYSTEMWEB%.WebRss |  | 66.124.232.02 |= 
    103103   * Actions are logged if enabled in [[%SCRIPTURLPATH{"configure"}%][configure]] by the *{Log}{<i>action</i>}* flags 
    104104   * Logged actions: 
  • branches/Release04x02/data/TWiki/TWikiUpgradeGuide.txt

    r657 r664  
    137137---+++ !TWikiUsers topic in Main web 
    138138 
    139 Your Cairo [[Main.TWikiUsers][Main.TWikiUsers]] topic will work in TWiki4 but you will need to ensure that these 4 users from the default TWiki4 version of !TWikiUsers are copied to the existing !TWikiUsers topic. !TWikiGuest is probably already there but the others are new 
     139Your Cairo [[Main.TWikiUsers][Main.TWikiUsers]] topic will work in TWiki4 but you will need to ensure that these 4 users from the default TWiki4 version of !TWikiUsers are copied to the existing !TWikiUsers topic. !WikiGuest is probably already there but the others are new 
    140140   * *ProjectContributor* - placeholder for a TWiki developer, and is used in TWiki documentation 
    141    * *TWikiGuest* - guest user, used as a fallback if the user can't be identified 
     141   * *WikiGuest* - guest user, used as a fallback if the user can't be identified 
    142142   * *RegistrationAgent* - special user used during the new user registration process 
    143143   * *UnknownUser* - used where the author of a previously stored piece of data can't be determined 
  • branches/Release04x02/data/TWiki/UserAuthentication.txt

    r624 r664  
    6161---+++ No Login (select =none=) 
    6262 
    63 Does exactly what it says on the tin. Forget about authentication to make your site completely public - anyone can browse and edit freely, in classic Wiki style. All visitors are given the %USERSWEB%.TWikiGuest default identity, so you can't track individual user activity. 
     63Does exactly what it says on the tin. Forget about authentication to make your site completely public - anyone can browse and edit freely, in classic Wiki style. All visitors are given the %USERSWEB%.WikiGuest default identity, so you can't track individual user activity. 
    6464 
    6565__%X% Note:__ This setup is *not* recommended on public websites for security reasons; anyone would be able to change system settings and perform tasks usually restricted to administrators. 
  • branches/Release04x02/data/TWiki/VarUSERINFO.txt

    r519 r664  
    99      * Expands to: =%USERINFO{ format="$username is really !$wikiname" }%= 
    1010   * Retrieve information about another user: 
    11       * Example: =%<nop>USERINFO{ "TWikiGuest" format="$username is really $wikiname" }%= 
    12       * Expands to: <code>%USERINFO{ "TWikiGuest" format="$username is really !$wikiname" }%</code> 
     11      * Example: =%<nop>USERINFO{ "WikiGuest" format="$username is really $wikiname" }%= 
     12      * Expands to: <code>%USERINFO{ "WikiGuest" format="$username is really !$wikiname" }%</code> 
    1313      * __Note:__ The parameter should be the wikiname of a user. Since TWiki 4.2.1, you can also pass a login name. You can only get information about another user if the ={AntiSpam}{HideUserDetails}= configuration option is not enabled, or if you are an admin. %IF{"{AntiSpam}{HideUserDetails}" then=" _(User details are hidden in this TWiki)_ "}% 
    1414   * Related: [[%IF{"'%INCLUDINGTOPIC%'='TWikiVariables'" then="#"}%VarUSERNAME][USERNAME]], [[%IF{"'%INCLUDINGTOPIC%'='TWikiVariables'" then="#"}%VarWIKINAME][WIKINAME]], [[%IF{"'%INCLUDINGTOPIC%'='TWikiVariables'" then="#"}%VarWIKIUSERNAME][WIKIUSERNAME]], UserAuthentication, ChangeEmailAddress 
  • branches/Release04x02/data/TWiki/VarUSERNAME.txt

    r519 r664  
    33#VarUSERNAME 
    44---+++ USERNAME -- your login username 
    5    * TWiki makes names available in three formats: USERNAME like =jsmith=, WIKINAME like =JohnSmith= and WIKIUSERNAME like =%USERSWEB%.JohnSmith=. Un-authenticated users are all %USERSWEB%.TWikiGuest. 
     5   * TWiki makes names available in three formats: USERNAME like =jsmith=, WIKINAME like =JohnSmith= and WIKIUSERNAME like =%USERSWEB%.JohnSmith=. Un-authenticated users are all %USERSWEB%.WikiGuest. 
    66   * Syntax: =%<nop>USERNAME%= 
    77   * Expands to: =%USERNAME%= 
  • branches/Release04x02/data/TWiki/WebNotify.txt

    r481 r664  
    22This is a subscription service to be automatically notified by e-mail when topics change in this *<nop>%WEB%* web. This is a convenient service, so you do not have to come back and check all the time if something has changed. To subscribe, please add a bullet with your %SYSTEMWEB%.WikiName in alphabetical order to this list: 
    33 
    4    * %USERSWEB%.TWikiGuest - example@your.company 
     4   * %USERSWEB%.WikiGuest - example@your.company 
    55 
    66%INCLUDE{"%SYSTEMWEB%.WebChangesAlert"}% 
  • branches/Release04x02/data/TestCases/LinkBox.txt

    r3 r664  
    1 %META:TOPICINFO{author="TWikiGuest" date="1108551480" format="1.0" version="1.1"}% 
     1%META:TOPICINFO{author="WikiGuest" date="1108551480" format="1.0" version="1.1"}% 
    22%META:TOPICPARENT{name="TestCaseAutoFormatting"}% 
    33Empty text fixture 
  • branches/Release04x02/data/TestCases/TestCaseIncludedVerbatim.txt

    r3 r664  
    1 %META:TOPICINFO{author="TWikiGuest" date="1129310581" format="1.1" version="1.2"}% 
     1%META:TOPICINFO{author="WikiGuest" date="1129310581" format="1.1" version="1.2"}% 
    22%META:TOPICPARENT{name="WebHome"}% 
    33---+!! %TOPIC% 
  • branches/Release04x02/data/TestCases/TestCaseIncludedVerbatimData.txt

    r3 r664  
    1 %META:TOPICINFO{author="TWikiGuest" date="1129310577" format="1.1" version="1.2"}% 
     1%META:TOPICINFO{author="WikiGuest" date="1129310577" format="1.1" version="1.2"}% 
    22%META:TOPICPARENT{name="TestCaseIncludedVerbatim"}% 
    33<verbatim> 
  • branches/Release04x02/data/TestCases/TocFixture.txt

    r3 r664  
    1 %META:TOPICINFO{author="TWikiGuest" date="1108664432" format="1.0" version="1.1"}% 
     1%META:TOPICINFO{author="WikiGuest" date="1108664432" format="1.0" version="1.1"}% 
    22---+ Nonsense 
    33rhyming 
  • branches/Release04x02/data/TestCases/WebPreferences.txt

    r610 r664  
    77        * Set BROADCASTMESSAGE = <div class="twikiBroadcastMessage" style="background-color:black; color:yellow; font-weight:bold;">NOTE: This is the <nop>TestCases web. You cannot edit any topic named "TestCase..." or "Web..." in this web, you can only create new topics. Any topics you _do_ create that are not checked into subversion may be deleted by anyone, at any time.</div> 
    88 
    9 The following settings are __web preferences__ of the <nop>%WEB% web. These preferences overwrite the __site-level preferences__ in %SYSTEMWEB%.%WIKIPREFSTOPIC%, and can be overwritten by __user preferences__ (your personal topic, i.e. %USERSWEB%.TWikiGuest in the %USERSWEB% web) 
     9The following settings are __web preferences__ of the <nop>%WEB% web. These preferences overwrite the __site-level preferences__ in %SYSTEMWEB%.%WIKIPREFSTOPIC%, and can be overwritten by __user preferences__ (your personal topic, i.e. %USERSWEB%.WikiGuest in the %USERSWEB% web) 
    1010 
    1111__Preferences:__ 
  • branches/Release04x02/data/Trash/WebNotify.txt

    r481 r664  
    33%MAKETEXT{"This is a subscription service to be automatically notified by e-mail when topics change in this [_1] web. This is a convenient service, so you do not have to come back and check all the time if something has changed. To subscribe, please add a bullet with your [_2] in alphabetical order to this list:" args="*<nop>%WEB%*,%SYSTEMWEB%.WikiName"}% 
    44 
    5    * Main.TWikiGuest - example@your.company 
     5   * Main.WikiGuest - example@your.company 
    66 
    77%INCLUDE{"%SYSTEMWEB%.WebChangesAlert"}% 
  • branches/Release04x02/data/_default/WebNotify.txt

    r481 r664  
    22%MAKETEXT{"This is a subscription service to be automatically notified by e-mail when topics change in this [_1] web. This is a convenient service, so you do not have to come back and check all the time if something has changed. To subscribe, please add a bullet with your [_2] in alphabetical order to this list:" args="*<nop>%WEB%*,%SYSTEMWEB%.WikiName"}% 
    33 
    4         * Main.TWikiGuest - example@your.company 
     4        * Main.WikiGuest - example@your.company 
    55 
    66%INCLUDE{"%SYSTEMWEB%.WebChangesAlert"}% 
  • branches/Release04x02/lib/MANIFEST

    r661 r664  
    5757data/Main/TWikiAdminUser.txt 0644 
    5858data/Main/TWikiGroups.txt 0644 
    59 data/Main/TWikiGuest.txt 0644 
     59data/Main/WikiGuest.txt 0644 
    6060data/Main/UnknownUser.txt 0644 
    6161data/Main/WebAtom.txt 0644 
  • branches/Release04x02/lib/TWiki/Func.pm

    r657 r664  
    881881---+++ isGuest( ) -> $boolean 
    882882 
    883 Test if logged in user is a guest (TWikiGuest) 
     883Test if logged in user is a guest (WikiGuest) 
    884884 
    885885*Since:* TWiki::Plugins::VERSION 1.000 (7 Dec 2002) 
     
    20722072   * =$web=   - Web name, optional, e.g. ='Main'=. The current web is taken if missing 
    20732073   * =$meta=  - topic meta-data to use while expanding (Since TWiki::Plugins::VERSION 1.2) 
    2074 Return: =$text=     Expanded text, e.g. ='Current user is <nop>TWikiGuest'= 
     2074Return: =$text=     Expanded text, e.g. ='Current user is <nop>WikiGuest'= 
    20752075 
    20762076*Since:* TWiki::Plugins::VERSION 1.000 (7 Dec 2002) 
  • branches/Release04x02/lib/TWiki/UI/Register.pm

    r662 r664  
    855855        my $e = shift; 
    856856 
    857 #only change the session's identity _if_ the registration was done by TWikiGuest 
     857#only change the session's identity _if_ the registration was done by WikiGuest 
    858858    if ( $session->{user} eq 
    859859        $session->{users}->getCanonicalUserID( $TWiki::cfg{DefaultUserLogin} ) ) 
     
    916916 
    917917    # Only change the session's identity _if_ the registration was done by 
    918     # TWikiGuest, and an email was correctly sent. 
     918    # WikiGuest, and an email was correctly sent. 
    919919    if( $safe2login && 
    920920          $session->{user} eq $session->{users}->getCanonicalUserID( 
     
    11771177    #      user topic exists, or, Main.UserList mapping exists 
    11781178    #NOTE: it is important that _any_ user can register any random third party 
    1179     #      this is not only how TWikiGuest registers as someone else, but often 
     1179    #      this is not only how WikiGuest registers as someone else, but often 
    11801180    #      how users pre-register others. 
    11811181    my $users    = $session->{users}; 
  • branches/Release04x02/lib/TWiki/UI/Statistics.pm

    r21 r664  
    209209 
    210210# print "Main.WebHome views = " . ${$statsRef}{'Main'}{'WebHome'}."\n"; 
    211 # print "Main web, TWikiGuest contribs = " . ${$statsRef}{'Main'}{'Main.TWikiGuest'}."\n"; 
     211# print "Main web, WikiGuest contribs = " . ${$statsRef}{'Main'}{'Main.WikiGuest'}."\n"; 
    212212    foreach my $web ( sort keys %$statsRef ) { 
    213213        my $count = 0; 
     
    478478 
    479479# print "Main.WebHome views = " . $statsRef->{$webName}{'WebHome'}."\n"; 
    480 # print "Main web, TWikiGuest contribs = " . ${$statsRef}{$webName}{'Main.TWikiGuest'}."\n"; 
     480# print "Main web, WikiGuest contribs = " . ${$statsRef}{$webName}{'Main.WikiGuest'}."\n"; 
    481481 
    482482    my @list = (); 
  • branches/Release04x02/lib/TWiki/Users/BaseUserMapping.pm

    r663 r664  
    3131---++ Users 
    3232   * $TWiki::cfg{AdminUserLogin} - TWikiAdmin - uses the password that was set in Configure (IF its not null) 
    33    * $TWiki::cfg{DefaultUserLogin} - TWikiGuest 
     33   * $TWiki::cfg{DefaultUserLogin} - WikiGuest 
    3434   * UnknownUser 
    3535   * ProjectContributor - 1 Jan 2005 
  • branches/Release04x02/test/tinderbox/tinderbox.pl

    r3 r664  
    6666    'Getopt::Long' => { }, 
    6767    'Pod::Usage' => { }, 
    68     'LWP::UserAgent::TWiki::TWikiGuest' => { }, 
     68    'LWP::UserAgent::TWiki::WikiGuest' => { }, 
    6969 
    7070    'WWW::Mechanize::TWiki' => { version => '0.08' }, 
  • branches/Release04x02/tools/TWikiKernel/MANIFEST

    r657 r664  
    3939data/Main/TWikiGroupTemplate.txt 0660 
    4040data/Main/TWikiGroups.txt 0660 
    41 data/Main/TWikiGuest.txt 0660 
     41data/Main/WikiGuest.txt 0660 
    4242data/Main/RegistrationAgent.txt 0660 
    4343data/Main/TWikiUsers.txt 0660 
  • branches/Release04x02/tools/admin/mrtg/twiki.pl

    r3 r664  
    4343                         
    4444                         
    45                         if ( $user =~ /TWikiGuest/ ) { 
    46                                 $pos->{total_number_of_twikiguest_requests}++; 
     45                        if ( $user =~ /WikiGuest/ ) { 
     46                                $pos->{total_number_of_WikiGuest_requests}++; 
    4747                        } 
    4848                        if ( $oper =~ /view/ ) { 
     
    7171        my $total_number_of_requests = 0; 
    7272        my $total_number_of_views = 0; 
    73         my $total_number_of_twikiguest_requests = 0; 
     73        my $total_number_of_WikiGuest_requests = 0; 
    7474 
    7575        my %pos; 
     
    105105            
    106106#reset the important vars           
    107 $pos{total_number_of_twikiguest_requests} = 0; 
     107$pos{total_number_of_WikiGuest_requests} = 0; 
    108108$pos{total_number_of_requests} = 0; 
    109109$pos{total_number_of_views} = 0;            
     
    127127 
    128128 
    129 #number of TWikiGuest requests 
    130 print $pos{total_number_of_twikiguest_requests}."\n"; 
     129#number of WikiGuest requests 
     130print $pos{total_number_of_WikiGuest_requests}."\n"; 
    131131#number of registered user requests 
    132 print ($pos{total_number_of_requests}-$pos{total_number_of_twikiguest_requests}); 
     132print ($pos{total_number_of_requests}-$pos{total_number_of_WikiGuest_requests}); 
    133133print "\n"; 
    134134#total number of views 
  • branches/Release04x02/tools/distro/TWikiTopic2TestCase.pl

    r3 r664  
    1313use URI; 
    1414use Cwd qw( cwd ); 
    15 use LWP::UserAgent::TWiki::TWikiGuest; 
     15use LWP::UserAgent::TWiki::WikiGuest; 
    1616use WWW::Mechanize::TWiki 0.05; 
    1717 
     
    124124     
    125125    # attachments 
    126     my $uaAttachment = LWP::UserAgent::TWiki::TWikiGuest->new( agent => $Config->{agent} ) or die $!; 
     126    my $uaAttachment = LWP::UserAgent::TWiki::WikiGuest->new( agent => $Config->{agent} ) or die $!; 
    127127    my @attachments = $srcMech->getAttachmentsList( $topic ); 
    128128    foreach my $attachment ( @attachments ) 
  • branches/Release04x02/tools/pkg/debian/apache.conf

    r3 r664  
    130130                Deny from all 
    131131                Allow from 127.0.0.1 
    132                 Require user TWikiGuest 
     132                Require user WikiGuest 
    133133                Satisfy Any 
    134134        </FilesMatch> 
  • branches/Release04x02/tools/pkg/debian/postinst

    r3 r664  
    124124                        if [ ! -e /var/lib/twiki/data/.htpasswd ]; then 
    125125                            touch /var/lib/twiki/data/.htpasswd 
    126                             $HTPASSWDCMD -b /var/lib/twiki/data/.htpasswd TWikiGuest guest 
     126                            $HTPASSWDCMD -b /var/lib/twiki/data/.htpasswd WikiGuest guest 
    127127                            chown $TWIKI_OWNER.www-data /var/lib/twiki/data/.htpasswd 
    128128                            chmod 664 /var/lib/twiki/data/.htpasswd 
  • branches/Release04x02/twiki_httpd_conf.txt

    r3 r664  
    6868        # By convention this is the TWikiRegistration page, that allows users 
    6969        # to register with the TWiki. Apache requires this to be a *local* path. 
    70         # Comment this out if you setup TWiki to completely deny access to TWikiGuest 
     70        # Comment this out if you setup TWiki to completely deny access to WikiGuest 
    7171        # in all webs or change the path to a static html page. 
    7272        ErrorDocument 401 /twiki/bin/view/TWiki/TWikiRegistration 
  • branches/Release04x02/twikiplugins/EditTablePlugin/test/unit/EditTablePlugin/EditTablePluginTests.pm

    r551 r664  
    569569    my $pubUrlTWikiWeb = 
    570570      TWiki::Func::getUrlHost() . TWiki::Func::getPubUrlPath() . '/TWiki'; 
    571     my $userName = $this->{users_web} . '.' . 'TWikiGuest'; 
     571    my $userName = $this->{users_web} . '.' . 'WikiGuest'; 
    572572 
    573573    my $text = <<INPUT; 
  • branches/Release04x02/twikiplugins/MailerContrib/test/unit/MailerContrib/MailerContribSuite.pm

    r513 r664  
    8181        # traditional subscriptions 
    8282        { 
    83             entry     => "$this->{users_web}.TWikiGuest - example\@example.com", 
     83            entry     => "$this->{users_web}.WikiGuest - example\@example.com", 
    8484            email     => "example\@example.com", 
    8585            topicsout => "" 
  • branches/Release04x02/twikiplugins/PatternSkin/data/TWiki/PatternSkinCustomization.txt

    r505 r664  
    312312</pre></blockquote> 
    313313 
    314 In the user page of %MAINWEB%.TWikiGuest, set the cover to 
     314In the user page of %MAINWEB%.WikiGuest, set the cover to 
    315315<blockquote><pre> 
    316316   * <nop>Set COVER = customer 
  • branches/Release04x02/twikiplugins/PatternSkin/data/TWiki/PatternSkinHeaderArt.txt

    r481 r664  
    44 
    55 
    6 %META:FILEATTACHMENT{name="BulgarianWall.png" attr="" autoattached="1" comment="" date="1136466813" path="BulgarianWall.png" size="84767" user="Main.TWikiGuest" version="1"}% 
    7 %META:FILEATTACHMENT{name="ConcreteHole.png" attr="" autoattached="1" comment="" date="1136466970" path="ConcreteHole.png" size="136926" user="Main.TWikiGuest" version="1"}% 
    8 %META:FILEATTACHMENT{name="cobblestones.png" attr="" autoattached="1" comment="" date="1136466903" path="cobblestones.png" size="207280" user="Main.TWikiGuest" version="1"}% 
    9 %META:FILEATTACHMENT{name="CrackedMud.png" attr="" autoattached="1" comment="" date="1136467047" path="CrackedMud.png" size="207473" user="Main.TWikiGuest" version="1"}% 
    10 %META:FILEATTACHMENT{name="Chest.png" attr="" autoattached="1" comment="" date="1136466869" path="Chest.png" size="48286" user="Main.TWikiGuest" version="1"}% 
    11 %META:FILEATTACHMENT{name="FloridaGrass.png" attr="" autoattached="1" comment="" date="1136467083" path="FloridaGrass.png" size="181621" user="Main.TWikiGuest" version="1"}% 
    12 %META:FILEATTACHMENT{name="BulgarianBureaucracy.png" attr="" autoattached="1" comment="" date="1136466662" path="BulgarianBureaucracy.png" size="134141" user="Main.TWikiGuest" version="1"}% 
    13 %META:FILEATTACHMENT{name="BulgarianMountainVillage.png" attr="" autoattached="1" comment="" date="1136466732" path="BulgarianMountainVillage.png" size="164265" user="Main.TWikiGuest" version="1"}% 
    14 %META:FILEATTACHMENT{name="BulgarianMinistryOfFinance.png" attr="" autoattached="1" comment="" date="1136466683" path="BulgarianMinistryOfFinance.png" size="105142" user="Main.TWikiGuest" version="1"}% 
    15 %META:FILEATTACHMENT{name="IstanbulSunset.png" attr="" autoattached="1" comment="" date="1136467194" path="IstanbulSunset.png" size="134339" user="Main.TWikiGuest" version="1"}% 
    16 %META:FILEATTACHMENT{name="birdseed.png" attr="" autoattached="1" comment="" date="1136466626" path="birdseed.png" size="109546" user="Main.TWikiGuest" version="1"}% 
    17 %META:FILEATTACHMENT{name="TurkishVase.png" attr="" autoattached="1" comment="" date="1136467332" path="TurkishVase.png" size="156653" user="Main.TWikiGuest" version="1"}% 
    18 %META:FILEATTACHMENT{name="FloridaPines.png" attr="" autoattached="1" comment="" date="1136467140" path="FloridaPines.png" size="147711" user="Main.TWikiGuest" version="1"}% 
    19 %META:FILEATTACHMENT{name="eiffel.png" attr="" autoattached="1" comment="" date="1136467064" path="eiffel.png" size="91229" user="Main.TWikiGuest" version="1"}% 
     6%META:FILEATTACHMENT{name="BulgarianWall.png" attr="" autoattached="1" comment="" date="1136466813" path="BulgarianWall.png" size="84767" user="Main.WikiGuest" version="1"}% 
     7%META:FILEATTACHMENT{name="ConcreteHole.png" attr="" autoattached="1" comment="" date="1136466970" path="ConcreteHole.png" size="136926" user="Main.WikiGuest" version="1"}% 
     8%META:FILEATTACHMENT{name="cobblestones.png" attr="" autoattached="1" comment="" date="1136466903" path="cobblestones.png" size="207280" user="Main.WikiGuest" version="1"}% 
     9%META:FILEATTACHMENT{name="CrackedMud.png" attr="" autoattached="1" comment="" date="1136467047" path="CrackedMud.png" size="207473" user="Main.WikiGuest" version="1"}% 
     10%META:FILEATTACHMENT{name="Chest.png" attr="" autoattached="1" comment="" date="1136466869" path="Chest.png" size="48286" user="Main.WikiGuest" version="1"}% 
     11%META:FILEATTACHMENT{name="FloridaGrass.png" attr="" autoattached="1" comment="" date="1136467083" path="FloridaGrass.png" size="181621" user="Main.WikiGuest" version="1"}% 
     12%META:FILEATTACHMENT{name="BulgarianBureaucracy.png" attr="" autoattached="1" comment="" date="1136466662" path="BulgarianBureaucracy.png" size="134141" user="Main.WikiGuest" version="1"}% 
     13%META:FILEATTACHMENT{name="BulgarianMountainVillage.png" attr="" autoattached="1" comment="" date="1136466732" path="BulgarianMountainVillage.png" size="164265" user="Main.WikiGuest" version="1"}% 
     14%META:FILEATTACHMENT{name="BulgarianMinistryOfFinance.png" attr="" autoattached="1" comment="" date="1136466683" path="BulgarianMinistryOfFinance.png" size="105142" user="Main.WikiGuest" version="1"}% 
     15%META:FILEATTACHMENT{name="IstanbulSunset.png" attr="" autoattached="1" comment="" date="1136467194" path="IstanbulSunset.png" size="134339" user="Main.WikiGuest" version="1"}% 
     16%META:FILEATTACHMENT{name="birdseed.png" attr="" autoattached="1" comment="" date="1136466626" path="birdseed.png" size="109546" user="Main.WikiGuest" version="1"}% 
     17%META:FILEATTACHMENT{name="TurkishVase.png" attr="" autoattached="1" comment="" date="1136467332" path="TurkishVase.png" size="156653" user="Main.WikiGuest" version="1"}% 
     18%META:FILEATTACHMENT{name="FloridaPines.png" attr="" autoattached="1" comment="" date="1136467140" path="FloridaPines.png" size="147711" user="Main.WikiGuest" version="1"}% 
     19%META:FILEATTACHMENT{name="eiffel.png" attr="" autoattached="1" comment="" date="1136467064" path="eiffel.png" size="91229" user="Main.WikiGuest" version="1"}% 
    2020%META:FILEATTACHMENT{name="igp1" attr="" autoattached="1" comment="" date="1136467341" path="igp1" size="4096" user="UnknownUser" version=""}% 
    2121%META:FILEATTACHMENT{name="AbandonedFactory.png" attr="" autoattached="1" comment="" date="1136466507" path="AbandonedFactory.png" size="185242" user="UnknownUser" version=""}% 
    22 %META:FILEATTACHMENT{name="CrackedMud2.png" attr="" autoattached="1" comment="" date="1136466998" path="CrackedMud2.png" size="194195" user="Main.TWikiGuest" version="1"}% 
    23 %META:FILEATTACHMENT{name="MetalSwiss.png" attr="" autoattached="1" comment="" date="1136467231" path="MetalSwiss.png" size="128352" user="Main.TWikiGuest" version="1"}% 
    24 %META:FILEATTACHMENT{name="bamboo.png" attr="" autoattached="1" comment="" date="1136466542" path="bamboo.png" size="151614" user="Main.TWikiGuest" version="1"}% 
    25 %META:FILEATTACHMENT{name="HagiaSofia.png" attr="" autoattached="1" comment="" date="1136467173" path="HagiaSofia.png" size="154441" user="Main.TWikiGuest" version="1"}% 
    26 %META:FILEATTACHMENT{name="beachwood.png" attr="" autoattached="1" comment="" date="1136466591" path="beachwood.png" size="168126" user="Main.TWikiGuest" version="1"}% 
    27 %META:FILEATTACHMENT{name="RumanianFlowers.png" attr="" autoattached="1" comment="" date="1136467295" path="RumanianFlowers.png" size="194051" user="Main.TWikiGuest" version="1"}% 
    28 %META:FILEATTACHMENT{name="GermanCastle.png" attachment="GermanCastle.png" attr="" comment="" date="1136467357" path="GermanCastle.png" size="10859" stream="GermanCastle.png" user="Main.TWikiGuest" version="1"}% 
     22%META:FILEATTACHMENT{name="CrackedMud2.png" attr="" autoattached="1" comment="" date="1136466998" path="CrackedMud2.png" size="194195" user="Main.WikiGuest" version="1"}% 
     23%META:FILEATTACHMENT{name="MetalSwiss.png" attr="" autoattached="1" comment="" date="1136467231" path="MetalSwiss.png" size="128352" user="Main.WikiGuest" version="1"}% 
     24%META:FILEATTACHMENT{name="bamboo.png" attr="" autoattached="1" comment="" date="1136466542" path="bamboo.png" size="151614" user="Main.WikiGuest" version="1"}% 
     25%META:FILEATTACHMENT{name="HagiaSofia.png" attr="" autoattached="1" comment="" date="1136467173" path="HagiaSofia.png" size="154441" user="Main.WikiGuest" version="1"}% 
     26%META:FILEATTACHMENT{name="beachwood.png" attr="" autoattached="1" comment="" date="1136466591" path="beachwood.png" size="168126" user="Main.WikiGuest" version="1"}% 
     27%META:FILEATTACHMENT{name="RumanianFlowers.png" attr="" autoattached="1" comment="" date="1136467295" path="RumanianFlowers.png" size="194051" user="Main.WikiGuest" version="1"}% 
     28%META:FILEATTACHMENT{name="GermanCastle.png" attachment="GermanCastle.png" attr="" comment="" date="1136467357" path="GermanCastle.png" size="10859" stream="GermanCastle.png" user="Main.WikiGuest" version="1"}% 
  • branches/Release04x02/twikiplugins/TipsContrib/data/TWiki/TWikiTip025.txt

    r481 r664  
    1717To space out WikiWords, write:  
    1818 
    19 =%<nop>CALC{"$PROPERSPACE(<nop>TWikiGuest)"}%=  
     19=%<nop>CALC{"$PROPERSPACE(<nop>WikiGuest)"}%=  
    2020 
    2121to get: 
    2222 
    23 =%CALC{"$PROPERSPACE(TWikiGuest)"}%= 
     23=%CALC{"$PROPERSPACE(WikiGuest)"}%= 
    2424 
    2525[[SpreadSheetPlugin][More Information...]] 
  • branches/Release04x02/twikiplugins/TopicUserMappingContrib/data/TWiki/ChangePassword.txt

    r481 r664  
    4343 
    4444<!-- 
    45    * Set DENYTOPICVIEW = TWikiGuest 
     45   * Set DENYTOPICVIEW = WikiGuest 
    4646--> 
  • branches/Release04x02/twikiplugins/TopicUserMappingContrib/data/TWiki/LoginName.txt

    r481 r664  
    1313e.g. 
    1414 
    15    * !TWikiGuest - guest - 05 Sep 2004 
     15   * !WikiGuest - guest - 05 Sep 2004 
    1616 
    17 Would mean that !TWikiGuest would log in using the login name 'guest' 
     17Would mean that !WikiGuest would log in using the login name 'guest' 
    1818 
    1919If, on the other hand, if your entry is like this: 
    2020 
    21    * !TWikiGuest - 05 Sep 2004 
     21   * !WikiGuest - 05 Sep 2004 
    2222 
    23 Then you would log in using your WikiName, in this case 'TWikiGuest' 
     23Then you would log in using your WikiName, in this case 'WikiGuest' 
    2424 
    2525__Related Topics for Administrators:__ ManagingUsers, UserDocumentationCategory 
  • branches/Release04x02/twikiplugins/TopicUserMappingContrib/data/TWiki/UsersTemplate.txt

    r662 r664  
    3333   * T - <a name="T">- - - -</a> 
    3434   * ProjectContributor - 1 Jan 2005 
    35    * TWikiGuest - guest - 10 Feb 1999 
     35   * WikiGuest - guest - 10 Feb 1999 
    3636   * RegistrationAgent - 1 Jan 2005 
    3737   * U - <a name="U">- - - -</a> 
     
    4545__%X% Note:__ There are four default system users: 
    4646   * *ProjectContributor* - placeholder for a TWiki developer, and is used in TWiki documentation 
    47    * *TWikiGuest* - guest user, used as a fallback if the user can't be identified 
     47   * *WikiGuest* - guest user, used as a fallback if the user can't be identified 
    4848   * *RegistrationAgent* - special user used during the new user registration process 
    4949   * *UnknownUser* - used where the author of a previously stored piece of data can't be determined 
  • branches/Release04x02/twikiplugins/TopicUserMappingContrib/lib/TWiki/Users/TopicUserMapping.pm

    r636 r664  
    11111111            # Get the WikiNames and userids, and build hashes in both directions 
    11121112            # This matches: 
    1113             #   * TWikiGuest - guest - 10 Mar 2005 
    1114             #   * TWikiGuest - 10 Mar 2005 
     1113            #   * WikiGuest - guest - 10 Mar 2005 
     1114            #   * WikiGuest - 10 Mar 2005 
    11151115            $text =~ 
    11161116s/^\s*\* (?:$TWiki::regex{webNameRegex}\.)?($TWiki::regex{wikiWordRegex})\s*(?:-\s*(\S+)\s*)?-.*$/(_cacheUser( $this, $1, $2)||'')/gome; 
  • branches/Release04x02/twikiplugins/TopicUserMappingContrib/test/unit/TopicUserMappingContrib/TopicUserMappingTests.pm

    r662 r664  
    247247    $this->assert( $k =~ s/^SorryOldMan,//,        $k ); 
    248248    $this->assert( $k =~ s/^StupidOldMan,//,       $k ); 
    249     $this->assert( $k =~ s/^TWikiGuest,//,         $k ); 
     249    $this->assert( $k =~ s/^WikiGuest,//,         $k ); 
    250250    $this->assert( $k =~ s/^UnknownUser,//,        $k ); 
    251251    $this->assert( $k =~ s/^ZebediahUser//,        $k ); 
  • branches/Release04x02/twikiplugins/UnitTestContrib/test/unit/Fn_GROUPS.pm

    r624 r664  
    2020    $this->{twiki}->{store}->saveTopic( $this->{twiki}->{user}, 
    2121        $this->{users_web}, "GropeGroup", 
    22         "   * Set GROUP = ScumBag,TWikiGuest\n" ); 
     22        "   * Set GROUP = ScumBag,WikiGuest\n" ); 
    2323} 
    2424 
     
    3232| *Group* | *Members* | 
    3333| <nop>AdminGroup | [[TemporaryGROUPSUsersWeb.AdminUser][AdminUser]] [[TemporaryGROUPSUsersWeb.RegistrationAgent][RegistrationAgent]] | 
    34 | <nop>TWikiBaseGroup | [[TemporaryGROUPSUsersWeb.AdminUser][AdminUser]] [[TemporaryGROUPSUsersWeb.TWikiGuest][TWikiGuest]] [[TemporaryGROUPSUsersWeb.UnknownUser][UnknownUser]] [[TemporaryGROUPSUsersWeb.ProjectContributor][ProjectContributor]] [[TemporaryGROUPSUsersWeb.RegistrationAgent][RegistrationAgent]] | 
    35 | [[TemporaryGROUPSUsersWeb.GropeGroup][GropeGroup]] | [[TemporaryGROUPSUsersWeb.ScumBag][ScumBag]] [[TemporaryGROUPSUsersWeb.TWikiGuest][TWikiGuest]] | 
     34| <nop>TWikiBaseGroup | [[TemporaryGROUPSUsersWeb.AdminUser][AdminUser]] [[TemporaryGROUPSUsersWeb.WikiGuest][WikiGuest]] [[TemporaryGROUPSUsersWeb.UnknownUser][UnknownUser]] [[TemporaryGROUPSUsersWeb.ProjectContributor][ProjectContributor]] [[TemporaryGROUPSUsersWeb.RegistrationAgent][RegistrationAgent]] | 
     35| [[TemporaryGROUPSUsersWeb.GropeGroup][GropeGroup]] | [[TemporaryGROUPSUsersWeb.ScumBag][ScumBag]] [[TemporaryGROUPSUsersWeb.WikiGuest][WikiGuest]] | 
    3636HUMPH 
    3737} 
  • branches/Release04x02/twikiplugins/UnitTestContrib/test/unit/Fn_IF.pm

    r21 r664  
    281281        test => "'" 
    282282          . TWiki::Func::getWikiName( $this->{twiki}->{user} ) 
    283           . "' ingroup 'TWikiGuest'", 
     283          . "' ingroup 'WikiGuest'", 
    284284        then => 0, 
    285285        else => 1 
     
    294294            TWiki::Func::getWikiName( $this->{twiki}->{user} ) 
    295295          ) 
    296           . "' ingroup 'TWikiGuest'", 
     296          . "' ingroup 'WikiGuest'", 
    297297        then => 0, 
    298298        else => 1 
     
    303303    my $this = shift; 
    304304    $this->simpleTest( 
    305         test => "'" . $this->{twiki}->{user} . "' ingroup 'TWikiGuest'", 
     305        test => "'" . $this->{twiki}->{user} . "' ingroup 'WikiGuest'", 
    306306        then => 0, 
    307307        else => 1 
     
    421421    my $this = shift; 
    422422    $this->simpleTest( 
    423         test => "'%USERNAME%' ingroup 'TWikiGuest'", 
     423        test => "'%USERNAME%' ingroup 'WikiGuest'", 
    424424        then => 0, 
    425425        else => 1 
     
    457457    my $this = shift; 
    458458    $this->simpleTest( 
    459         test => "'%USERINFO{format=\"\$username\"}%' ingroup 'TWikiGuest'", 
     459        test => "'%USERINFO{format=\"\$username\"}%' ingroup 'WikiGuest'", 
    460460        then => 0, 
    461461        else => 1 
     
    495495    my $this = shift; 
    496496    $this->simpleTest( 
    497         test => "'%USERINFO{format=\"\$wikiname\"}%' ingroup 'TWikiGuest'", 
     497        test => "'%USERINFO{format=\"\$wikiname\"}%' ingroup 'WikiGuest'", 
    498498        then => 0, 
    499499        else => 1 
     
    533533    my $this = shift; 
    534534    $this->simpleTest( 
    535         test => "'%USERINFO{format=\"\$wikiusername\"}%' ingroup 'TWikiGuest'", 
     535        test => "'%USERINFO{format=\"\$wikiusername\"}%' ingroup 'WikiGuest'", 
    536536        then => 0, 
    537537        else => 1 
     
    573573        test => "'" 
    574574          . TWiki::Func::getWikiName( $this->{twiki}->{user} ) 
    575           . "' ingroup 'TWikiGuest'", 
     575          . "' ingroup 'WikiGuest'", 
    576576        then => 0, 
    577577        else => 1 
     
    616616    my $this = shift; 
    617617    $this->simpleTest( 
    618         test => "'" . $TWiki::cfg{AdminUserWikiName} . "' ingroup 'TWikiGuest'", 
     618        test => "'" . $TWiki::cfg{AdminUserWikiName} . "' ingroup 'WikiGuest'", 
    619619        then => 0, 
    620620        else => 1 
     
    659659        test => "'" 
    660660          . $TWiki::cfg{DefaultUserWikiName} 
    661           . "' ingroup 'TWikiGuest'", 
     661          . "' ingroup 'WikiGuest'", 
    662662        then => 0, 
    663663        else => 1 
     
    700700    my $this = shift; 
    701701    $this->simpleTest( 
    702         test => "'" . $TWiki::cfg{AdminUserLogin} . "' ingroup 'TWikiGuest'", 
     702        test => "'" . $TWiki::cfg{AdminUserLogin} . "' ingroup 'WikiGuest'", 
    703703        then => 0, 
    704704        else => 1 
     
    741741    my $this = shift; 
    742742    $this->simpleTest( 
    743         test => "'" . $TWiki::cfg{DefaultUserLogin} . "' ingroup 'TWikiGuest'", 
     743        test => "'" . $TWiki::cfg{DefaultUserLogin} . "' ingroup 'WikiGuest'", 
    744744        then => 0, 
    745745        else => 1 
     
    782782    my $this = shift; 
    783783    $this->simpleTest( 
    784         test => "'" . $TWiki::cfg{AdminUserLogin} . "' ingroup 'TWikiGuest'", 
     784        test => "'" . $TWiki::cfg{AdminUserLogin} . "' ingroup 'WikiGuest'", 
    785785        then => 0, 
    786786        else => 1 
     
    823823    my $this = shift; 
    824824    $this->simpleTest( 
    825         test => "'" . $TWiki::cfg{DefaultUserLogin} . "' ingroup 'TWikiGuest'", 
     825        test => "'" . $TWiki::cfg{DefaultUserLogin} . "' ingroup 'WikiGuest'", 
    826826        then => 0, 
    827827        else => 1 
  • branches/Release04x02/twikiplugins/UnitTestContrib/test/unit/Fn_REVINFO.pm

    r21 r664  
    2121    $this->{twiki}->{store}->saveTopic( $this->{test_user_cuid}, 
    2222        $this->{users_web}, "GropeGroup", 
    23         "   * Set GROUP = ScumBag,TWikiGuest\n" ); 
     23        "   * Set GROUP = ScumBag,WikiGuest\n" ); 
    2424    $this->{twiki}->{store}->saveTopic( $this->{test_user_cuid}, 
    2525        $this->{test_web}, "GlumDrop", "Burble\n" ); 
     
    8383} 
    8484 
    85 #the following 2 return with reasonable looking non-0, but with TWikiGuest as author - perhaps there's a bigger bug out there. 
     85#the following 2 return with reasonable looking non-0, but with WikiGuest as author - perhaps there's a bigger bug out there. 
    8686sub BROKENtest_thisTopicVars { 
    8787    my $this = shift; 
  • branches/Release04x02/twikiplugins/UnitTestContrib/test/unit/Fn_USERINFO.pm

    r21 r664  
    2121    $this->{twiki}->{store}->saveTopic( $this->{twiki}->{user}, 
    2222        $this->{users_web}, "GropeGroup", 
    23         "   * Set GROUP = ScumBag,TWikiGuest\n" ); 
     23        "   * Set GROUP = ScumBag,WikiGuest\n" ); 
    2424} 
    2525 
     
    7676 
    7777    my $guest_ui = $this->{twiki}->handleCommonTags( 
    78 '%USERINFO{"TWikiGuest" format="W$wikiusernameU$wikinameE$emailsG$groupsE"}%', 
     78'%USERINFO{"WikiGuest" format="W$wikiusernameU$wikinameE$emailsG$groupsE"}%', 
    7979        $this->{test_web}, $this->{test_topic} 
    8080    ); 
    8181    $this->assert_str_equals( 
    82 "WTemporaryUSERINFOUsersWeb.TWikiGuestUTWikiGuestEGTWikiBaseGroup, GropeGroupE", 
     82"WTemporaryUSERINFOUsersWeb.WikiGuestUWikiGuestEGTWikiBaseGroup, GropeGroupE", 
    8383        $guest_ui 
    8484    ); 
  • branches/Release04x02/twikiplugins/UnitTestContrib/test/unit/FuncTests.pm

    r408 r664  
    762762    $this->assert_str_equals( "PiggleNut", $change->{topic} ); 
    763763    $this->assert_equals( 2,            $change->{revision} ); 
    764     $this->assert_equals( 'TWikiGuest', $change->{user} ); 
     764    $this->assert_equals( 'WikiGuest', $change->{user} ); 
    765765    $this->assert( $it->hasNext() ); 
    766766    $change = $it->next(); 
     
    776776    $this->assert_str_equals( "ClutterBuck", $change->{topic} ); 
    777777    $this->assert_equals( 1,            $change->{revision} ); 
    778     $this->assert_equals( 'TWikiGuest', $change->{user} ); 
     778    $this->assert_equals( 'WikiGuest', $change->{user} ); 
    779779    $this->assert( !$it->hasNext() ); 
    780780 
     
    784784    $this->assert_str_equals( "PiggleNut", $change->{topic} ); 
    785785    $this->assert_equals( 2,            $change->{revision} ); 
    786     $this->assert_equals( 'TWikiGuest', $change->{user} ); 
     786    $this->assert_equals( 'WikiGuest', $change->{user} ); 
    787787    $change = $it->next(); 
    788788    $this->assert_str_equals( "ClutterBuck", $change->{topic} ); 
  • branches/Release04x02/twikiplugins/UnitTestContrib/test/unit/FuncUsersTests.pm

    r662 r664  
    216216    if ( $TWiki::cfg{UserMappingManager} eq 'TWiki::Users::BaseUserMapping' ) { 
    217217        @correctList = 
    218           qw/ProjectContributor TWikiGuest RegistrationAgent UnknownUser/; 
     218          qw/ProjectContributor WikiGuest RegistrationAgent UnknownUser/; 
    219219    } 
    220220    else { 
    221221        @correctList = 
    222           qw/ProjectContributor TWikiGuest RegistrationAgent UnknownUser User86A UserA UserA86 UserB UserC UserZ/; 
     222          qw/ProjectContributor WikiGuest RegistrationAgent UnknownUser User86A UserA UserA86 UserB UserC UserZ/; 
    223223        if ( $TWiki::cfg{Register}{AllowLoginName} == 1 ) { 
    224224            push @correctList, 'ScumBag' 
     
    366366        sort join( ',', @list ) ); 
    367367 
    368     $it   = TWiki::Func::eachMembership('TWikiGuest'); 
     368    $it   = TWiki::Func::eachMembership('WikiGuest'); 
    369369    @list = (); 
    370370    while ( $it->hasNext() ) { 
  • branches/Release04x02/twikiplugins/UnitTestContrib/test/unit/InitFormTests.pm

    r408 r664  
    5858 
    5959my $testtmpl1 = <<'HERE'; 
    60 %META:TOPICINFO{author="TWikiGuest" date="1124568292" format="1.1" version="1.2"}% 
    61  
    62 -- Main.TWikiGuest - 20 Aug 2005 
     60%META:TOPICINFO{author="WikiGuest" date="1124568292" format="1.1" version="1.2"}% 
     61 
     62-- Main.WikiGuest - 20 Aug 2005 
    6363 
    6464%META:FORM{name="$testform"}% 
     
    8787 
    8888my $testtext1 = <<'HERE'; 
    89 %META:TOPICINFO{author="TWikiGuest" date="1159721050" format="1.1" reprev="1.3" version="1.3"}% 
     89%META:TOPICINFO{author="WikiGuest" date="1159721050" format="1.1" reprev="1.3" version="1.3"}% 
    9090Needs the following 
    9191   * TestFormInitFormA - Form to be attached 
     
    9595 
    9696my $testtext2 = <<'HERE'; 
    97 %META:TOPICINFO{author="TWikiGuest" date="1159721050" format="1.1" reprev="1.3" version="1.3"}% 
     97%META:TOPICINFO{author="WikiGuest" date="1159721050" format="1.1" reprev="1.3" version="1.3"}% 
    9898Needs the following 
    9999   * TestFormInitFormA - Form to be attached 
     
    111111 
    112112my $testtext3 = <<'HERE'; 
    113 %META:TOPICINFO{author="TWikiGuest" date="1159721050" format="1.1" reprev="1.3" version="1.3"}% 
     113%META:TOPICINFO{author="WikiGuest" date="1159721050" format="1.1" reprev="1.3" version="1.3"}% 
    114114...no text... 
    115115%META:FORM{name="InitTestForm"}% 
  • branches/Release04x02/twikiplugins/UnitTestContrib/test/unit/VariableTests.pm

    r632 r664  
    122122%USERINFO% 
    123123%USERINFO{format="$cUID,$emails,$username,$wikiname,$wikiusername"}% 
    124 %USERINFO{"TWikiGuest" format="$cUID,$emails,$username,$wikiname,$wikiusername"}% 
     124%USERINFO{"WikiGuest" format="$cUID,$emails,$username,$wikiname,$wikiusername"}% 
    125125END 
    126126    my $result = 
     
    133133scum, $this->{users_web}.ScumBag, scumbag\@example.com 
    134134${TWiki::Users::TopicUserMapping::TWIKI_USER_MAPPING_ID}scum,scumbag\@example.com,scum,ScumBag,$this->{users_web}.ScumBag 
    135 BaseUserMapping_666,,guest,TWikiGuest,$this->{users_web}.TWikiGuest 
     135BaseUserMapping_666,,guest,WikiGuest,$this->{users_web}.WikiGuest 
    136136END 
    137137    $this->annotate( "TWiki::cfg{Register}{AllowLoginName} == " 
  • trunk/ActionTrackerPlugin/data/TWiki/ActionTrackerPlugin.txt

    r555 r664  
    6161For example, 
    6262<pre> 
    63 %<nop>ACTION{ who="TWikiGuest" due="2 Jan 2004" state="open" notify="AttillaTheHun" }% An action for TWikiGuest %<nop>ENDACTION% 
     63%<nop>ACTION{ who="WikiGuest" due="2 Jan 2004" state="open" notify="AttillaTheHun" }% An action for WikiGuest %<nop>ENDACTION% 
    6464%<nop>ACTION{ who="LittleOysters" due="2 Jan 1884" state="open" }% 
    6565The time has come, the walrus said, 
     
    100100%<nop>ACTIONSEARCH{ who="me" state="late" }% 
    101101%<nop>ACTIONSEARCH{ who="me" open late }% 
    102 %<nop>ACTIONSEARCH{ who="TWikiGuest" state="open" within="7" }% 
     102%<nop>ACTIONSEARCH{ who="WikiGuest" state="open" within="7" }% 
    103103%<nop>ACTIONSEARCH{ web=".*" who="Genghis.Khan@mongol.empire.org" state="open" within="7" }% 
    104104</pre> 
     
    392392%$INSTALL_INSTRUCTIONS% 
    393393        * If the plugin is installed and enabled correctly you should see a formatted action below: 
    394 %ACTION{who=TWikiGuest,due="1 Jan 2003",open}% Example action %ENDACTION% 
     394%ACTION{who=WikiGuest,due="1 Jan 2003",open}% Example action %ENDACTION% 
    395395        * ... and the result of a formatted search below: 
    396 %ACTIONSEARCH{topic=ActionTrackerPlugin who=TWikiGuest header="|Who|Due|State|Description|" format="| $who |$due|$state|$text $link|" orient="rows" }% 
     396%ACTIONSEARCH{topic=ActionTrackerPlugin who=WikiGuest header="|Who|Due|State|Description|" format="| $who |$due|$state|$text $link|" orient="rows" }% 
    397397 
    398398Note that if you want to use the =action= template shipped with the TWiki:Plugins.CommentPlugin to create actions, then you must put the !CommentPlugin *before* the !ActionTrackerPlugin in the ={PluginsOrder}= configuration option. 
  • trunk/ActionTrackerPlugin/test/unit/ActionTrackerPlugin/ActionTrackerPluginTests.pm

    r23 r664  
    205205    my $re = qr/\s+state=\"open\"\s+/; 
    206206    $this->assert_matches($re, $first); $first =~ s/$re/ /; 
    207     $re = qr/\s+creator=\"$this->{users_web}\.TWikiGuest\"\s+/o; 
     207    $re = qr/\s+creator=\"$this->{users_web}\.WikiGuest\"\s+/o; 
    208208    $this->assert_matches($re, $first); $first =~ s/$re/ /; 
    209209    $re = qr/\s+due=\"3-Jun-2002\"\s+/; 
     
    211211    $re = qr/\s+created=\"3-Jun-2002\"\s+/; 
    212212    $this->assert_matches($re, $first); $first =~ s/$re/ /; 
    213     $re = qr/\s+who=\"$this->{users_web}.TWikiGuest\"\s+/; 
     213    $re = qr/\s+who=\"$this->{users_web}.WikiGuest\"\s+/; 
    214214    $this->assert_matches($re, $first); $first =~ s/$re/ /; 
    215215} 
     
    234234    my $re = qr/ state=\"open\"/; 
    235235    $this->assert_matches($re, $text); $text =~ s/$re//; 
    236     $re = qr/ creator=\"$this->{users_web}.TWikiGuest\"/o; 
     236    $re = qr/ creator=\"$this->{users_web}.WikiGuest\"/o; 
    237237    $this->assert_matches($re, $text); $text =~ s/$re//; 
    238238    $re = qr/ created=\"3-Jun-2002\"/o; 
     
    240240    $re = qr/ due=\"3-Jun-2002\"/o; 
    241241    $this->assert_matches($re, $text); $text =~ s/$re//; 
    242     $re = qr/ who=\"$this->{users_web}.TWikiGuest\"/o; 
     242    $re = qr/ who=\"$this->{users_web}.WikiGuest\"/o; 
    243243    $this->assert_matches($re, $text); $text =~ s/$re//; 
    244244    $re = qr/ No description/o; 
     
    279279    my $re = qr/ state=\"open\"/o; 
    280280    $this->assert_matches($re, $text); $text =~ s/$re//; 
    281     $re = qr/ creator=\"$this->{users_web}.TWikiGuest\"/o; 
     281    $re = qr/ creator=\"$this->{users_web}.WikiGuest\"/o; 
    282282    $this->assert_matches($re, $text); $text =~ s/$re//; 
    283283    $re = qr/ created=\"3-Jun-2002\"/o; 
     
    285285    $re = qr/ due=\"3-Jun-2002\"/o; 
    286286    $this->assert_matches($re, $text); $text =~ s/$re//; 
    287     $re = qr/ who=\"$this->{users_web}.TWikiGuest\"/o; 
     287    $re = qr/ who=\"$this->{users_web}.WikiGuest\"/o; 
    288288    $this->assert_matches($re, $text); $text =~ s/$re//; 
    289289} 
  • trunk/AlbumOfSnapsPlugin/data/TWiki/AlbumOfSnapsPlugin.txt

    r27 r664  
    2828                * Set DEBUG = 0 
    2929 
    30 -- Main.TWikiGuest - 02 Nov 2004 
     30-- Main.WikiGuest - 02 Nov 2004 
    3131 
  • trunk/ApprovalPlugin/lib/TWiki/Plugins/ApprovalPlugin.pm

    r464 r664  
    263263        # not permitted to change state 
    264264        my $logIn = ''; 
    265         my $guest = $TWiki::cfg{DefaultUserWikiName} || 'TWikiGuest'; 
     265        my $guest = $TWiki::cfg{DefaultUserWikiName} || 'WikiGuest'; 
    266266        #if( TWiki::Func::isGuest() ){ 
    267267        if( $user eq $guest ){ 
  • trunk/AttachContentPlugin/data/TWiki/AttachContentPlugin.txt

    r529 r664  
    5353<?xml version="1.0" encoding="ISO-8859-1"?> 
    5454<users> 
    55 %SEARCH{ "[F]irstName.*value=.*()" web="%MAINWEB%" type="regex" nonoise="on" excludetopic="UserForm,ProjectContributor,TWikiGuest,UnknownUser" format="<user><firstname><![CDATA[$formfield(FirstName)]]></firstname><lastname><![CDATA[$formfield(LastName)]]></lastname><url><![CDATA[%SCRIPTURL{view}%/%WEB%/$topic]]></url></user>" }% 
     55%SEARCH{ "[F]irstName.*value=.*()" web="%MAINWEB%" type="regex" nonoise="on" excludetopic="UserForm,ProjectContributor,WikiGuest,UnknownUser" format="<user><firstname><![CDATA[$formfield(FirstName)]]></firstname><lastname><![CDATA[$formfield(LastName)]]></lastname><url><![CDATA[%SCRIPTURL{view}%/%WEB%/$topic]]></url></user>" }% 
    5656</users> 
    5757%ENDATTACH% 
  • trunk/AttachmentListPlugin/data/TWiki/AttachmentListPlugin.txt

    r549 r664  
    4040| =excludeextension=  | Comma-separated list of file extensions to not show | none | =excludeextension="htm"= | 
    4141| =user=  | Comma-separated list of user names (that have attached an attachment) to be listed. To find attachments where no user is specified, use =UnknownUser=. | none | =user="ProjectContributor"= | 
    42 | =excludeuser=  | Comma-separated list of user names (that have attached an attachment) to not show | none | =excludeuser="<nop>ProjectContributor, <nop>TWikiAdminUser, <nop>TWikiGuest, <nop>UnknownUser"= | 
     42| =excludeuser=  | Comma-separated list of user names (that have attached an attachment) to not show | none | =excludeuser="<nop>ProjectContributor, <nop>TWikiAdminUser, <nop>WikiGuest, <nop>UnknownUser"= | 
    4343| =hide=      | Set to "on" to show only non-hidden attachments | show all attachments | =hide="on"= | 
    4444| =fromdate=, =todate=  | Date range filter: show attachments between =fromdate= and =todate=; dates are specified in format =yyyy/mm/dd= \ 
  • trunk/AutoCompleteAddOn/data/Sandbox/AutoCompleteTestData.txt

    r482 r664  
    1414To be used with TWiki:Plugins/PersonalInfoAddOn. 
    1515 
    16 %STARTSECTION{"usernames"}%%SEARCH{ "[F]irstName.*value=.*();[W]orkStatus.*value=.*(Current)" web="%MAINWEB%" type="regex" nonoise="on" excludetopic="UserForm,PersonalInfo,PersonalInfoDocumentation,ProjectContributor,TWikiGuest,UnknownUser" format="[\"$topic\", \"$formfield(FirstName) $formfield(LastName)\"]" separator=","}%%ENDSECTION{"usernames"}% 
     16%STARTSECTION{"usernames"}%%SEARCH{ "[F]irstName.*value=.*();[W]orkStatus.*value=.*(Current)" web="%MAINWEB%" type="regex" nonoise="on" excludetopic="UserForm,PersonalInfo,PersonalInfoDocumentation,ProjectContributor,WikiGuest,UnknownUser" format="[\"$topic\", \"$formfield(FirstName) $formfield(LastName)\"]" separator=","}%%ENDSECTION{"usernames"}% 
  • trunk/AutoCompletePlugin/data/Sandbox/AutoCompletePluginTestData.txt

    r482 r664  
    77Data is returned as an array of arrays. %BR% 
    88 
    9 %STARTSECTION{"usernames"}%%SEARCH{ "[F]irstName.*value=.*()" web="%MAINWEB%" type="regex" nonoise="on" excludetopic="UserForm,PersonalInfo,PersonalInfoDocumentation,ProjectContributor,TWikiGuest,UnknownUser" format="[\"$topic\", \"$formfield(FirstName) $formfield(LastName)\"]" separator=","}%%ENDSECTION{"usernames"}% 
     9%STARTSECTION{"usernames"}%%SEARCH{ "[F]irstName.*value=.*()" web="%MAINWEB%" type="regex" nonoise="on" excludetopic="UserForm,PersonalInfo,PersonalInfoDocumentation,ProjectContributor,WikiGuest,UnknownUser" format="[\"$topic\", \"$formfield(FirstName) $formfield(LastName)\"]" separator=","}%%ENDSECTION{"usernames"}% 
    1010 
    1111---++ topiclist 
  • trunk/BenchmarkContrib/data/Benchmarks/WebHome.txt

    r464 r664  
    1 %META:TOPICINFO{author="TWikiGuest" date="1147648879" format="1.1" reprev="1.5" version="1.5"}% 
     1%META:TOPICINFO{author="WikiGuest" date="1147648879" format="1.1" reprev="1.5" version="1.5"}% 
    22---+!! Benchmarks - Examine TWiki Performance 
    33 
  • trunk/BenchmarkContrib/data/Benchmarks/WebNotify.txt

    r482 r664  
    22%MAKETEXT{"This is a subscription service to be automatically notified by e-mail when topics change in this [_1] web. This is a convenient service, so you do not have to come back and check all the time if something has changed. To subscribe, please add a bullet with your [_2] in alphabetical order to this list:" args="*<nop>%WEB%*,%SYSTEMWEB%.WikiName"}% 
    33 
    4         * Main.TWikiGuest - example@your.company 
     4        * Main.WikiGuest - example@your.company 
    55 
    66%INCLUDE{"%SYSTEMWEB%.WebChangesAlert"}% 
  • trunk/BenchmarkContrib/data/Benchmarks/WebPreferences.txt

    r619 r664  
    33---+!! <nop>%WEB% Web Preferences 
    44 
    5 The following settings are __web preferences__ of the [[%WEB%.%HOMETOPIC%][%WEB%]] web. These preferences overwrite the __site-level preferences__ in [[%SYSTEMWEB%.%WIKIPREFSTOPIC%]] and [[%LOCALSITEPREFS%]], and can be overwritten by __user preferences__ (your personal topic, eg: %MAINWEB%.TWikiGuest in the [[%MAINWEB%.%HOMETOPIC%][%MAINWEB%]] web). 
     5The following settings are __web preferences__ of the [[%WEB%.%HOMETOPIC%][%WEB%]] web. These preferences overwrite the __site-level preferences__ in [[%SYSTEMWEB%.%WIKIPREFSTOPIC%]] and [[%LOCALSITEPREFS%]], and can be overwritten by __user preferences__ (your personal topic, eg: %MAINWEB%.WikiGuest in the [[%MAINWEB%.%HOMETOPIC%][%MAINWEB%]] web). 
    66 
    77%TOC% 
  • trunk/BenchmarkContrib/data/TWiki/BenchmarkContribUserGuide.txt

    r40 r664  
    7070| Script%BR%(method) | What script from TWiki's =bin= directory is to be measured.%BR%Currently, only =view= is implemented. | =view= | 
    7171| Skin%BR%(pskin) | Which skin to use on the topic to measure.  Using =plain= or =text= skin will allow easier isolation of topic related performance issues.  Comparing your skin against other skins may give some insights. | Installation default skin (%SKIN%) | 
    72 | View as%BR%(viewer) | TWiki user name (usually !WikiName) to disguise as for measurement.  Only available if you are a member of %USERWEB%.TWikiAdminGroup.  Use, for example, to view as !TWikiGuest or a member of a particularly huge group | visitor of [[Benchmarks.WebHome]] | 
     72| View as%BR%(viewer) | TWiki user name (usually !WikiName) to disguise as for measurement.  Only available if you are a member of %USERWEB%.TWikiAdminGroup.  Use, for example, to view as !WikiGuest or a member of a particularly huge group | visitor of [[Benchmarks.WebHome]] | 
    7373 
    7474 
  • trunk/BibtexPlugin/data/TWiki/BibtexPlugin.txt

    r464 r664  
    1 %META:TOPICINFO{author="TWikiGuest" date="1137100620" format="1.1" version="1.2"}% 
     1%META:TOPICINFO{author="WikiGuest" date="1137100620" format="1.1" version="1.2"}% 
    22---+!! <nop>%TOPIC% 
    33 
  • trunk/BlogPlugin/data/_BlogPlugin/RenderAddComment.txt

    r482 r664  
    2626<table border="0" width="100%"> 
    2727<tr> 
    28   <td><input type="text" id="name" name="Name" value="%IFDEFINED{"%WIKINAME%" as="TWikiGuest" then=" " else="%WIKINAME%"}%" style="width:60%"/> 
     28  <td><input type="text" id="name" name="Name" value="%IFDEFINED{"%WIKINAME%" as="WikiGuest" then=" " else="%WIKINAME%"}%" style="width:60%"/> 
    2929      <label for="name">Name <span style="color:red;font-size:0.8em">**</span></label> 
    3030  </td> 
  • trunk/BlogPlugin/data/_BlogPlugin/RenderBlogEntry.txt

    r482 r664  
    2727~~~ <a name="%WEB%_%NAME%"></a> 
    2828~~~ 
    29 %~~ DBQUERY{%IFDEFINED{"%WIKINAME%" as="TWikiGuest" then="\"State='published'\""}% 
     29%~~ DBQUERY{%IFDEFINED{"%WIKINAME%" as="WikiGuest" then="\"State='published'\""}% 
    3030~~~   topic="%NAME%" web="%WEB%" 
    3131~~~   format="%DBCALL{"%TOPIC%" section="format" 
  • trunk/BlogPlugin/data/_BlogPlugin/WebLeftBar.txt

    r482 r664  
    88<div class="natSideBarContents"> 
    99%STARTINCLUDE%  
    10 %IFDEFINEDTHEN{"%WIKINAME%" as="TWikiGuest"}% 
     10%IFDEFINEDTHEN{"%WIKINAME%" as="WikiGuest"}% 
    1111%LOGIN% or [[%SYSTEMWEB%.TWikiRegistration][Register]] 
    1212%ELSEDEFINED% 
  • trunk/BlogPlugin/data/_BlogPlugin/WebNotify.txt

    r482 r664  
    1515 
    1616Example: 
    17    * Main.TWikiGuest - example@your.company 
     17   * Main.WikiGuest - example@your.company 
    1818--> 
    1919 
  • trunk/BlogPlugin/data/_BlogPlugin/WebPreferences.txt

    r604 r664  
    121121   * Set #DENYWEBVIEW = 
    122122   * Set #ALLOWWEBVIEW = 
    123    * Set DENYWEBCHANGE = %MAINWEB%.TWikiGuest 
     123   * Set DENYWEBCHANGE = %MAINWEB%.WikiGuest 
    124124   * Set #ALLOWWEBCHANGE = %MAINWEB%.BlogAuthorGroup 
    125    * Set DENYWEBRENAME = %MAINWEB%.TWikiGuest 
     125   * Set DENYWEBRENAME = %MAINWEB%.WikiGuest 
    126126   * Set ALLOWWEBRENAME = %MAINWEB%.BlogAuthorGroup 
    127127   * Set ALLOWTOPICCHANGE = %MAINWEB%.TWikiAdminGroup 
  • trunk/BugsContrib/data/Bugs/WebNotify.txt

    r464 r664  
    22%MAKETEXT{"This is a subscription service to be automatically notified by e-mail when topics change in this [_1] web. This is a convenient service, so you do not have to come back and check all the time if something has changed. To subscribe, please add a bullet with your [_2] in alphabetical order to this list:" args="*<nop>%WEB%*,%SYSTEMWEB%.WikiName"}% 
    33 
    4         * Main.TWikiGuest - example@your.company 
     4        * Main.WikiGuest - example@your.company 
    55 
    66%INCLUDE{"%SYSTEMWEB%.WebChangesAlert"}% 
  • trunk/BugsContrib/data/Bugs/WebPreferences.txt

    r611 r664  
    22---++ <nop>%WEB% Web Preferences 
    33 
    4 The following settings are __web preferences__ of the [[%WEB%.%HOMETOPIC%][%WEB%]] web. These preferences overwrite the __site-level preferences__ in %SYSTEMWEB%.%WIKIPREFSTOPIC%, and can be overwritten by __user preferences__ (your personal topic, eg: %MAINWEB%.TWikiGuest in the [[%MAINWEB%.%HOMETOPIC%][%MAINWEB%]] web). 
     4The following settings are __web preferences__ of the [[%WEB%.%HOMETOPIC%][%WEB%]] web. These preferences overwrite the __site-level preferences__ in %SYSTEMWEB%.%WIKIPREFSTOPIC%, and can be overwritten by __user preferences__ (your personal topic, eg: %MAINWEB%.WikiGuest in the [[%MAINWEB%.%HOMETOPIC%][%MAINWEB%]] web). 
    55 
    66__Bugs web specific Settings:__ 
     
    4444                * Set DENYWEBVIEW =  
    4545                * Set ALLOWWEBVIEW =  
    46                 * Set DENYWEBCHANGE = %MAINWEB%.TWikiGuest 
     46                * Set DENYWEBCHANGE = %MAINWEB%.WikiGuest 
    4747                * Set ALLOWWEBCHANGE =  
    4848                * Set DENYWEBRENAME =  
  • trunk/CacheChooserAddOn/data/TWiki/CacheChooserAddOn.txt

    r470 r664  
    7878        * when in the the =WebPreferences= of a web =Set ALLOWWEBVIEW = Main. ...= or =Set DENYWEBVIEW = Main. ...= is set, followed by a user or group, caching is disabled. If activated later, the copy in the cache will be removed. 
    7979        * *Attention!* %T%: _Be aware to keep the exact syntax as above! There has to be exact one space before and after the equal sign, otherwise_ __Security may fail!__ 
    80                 * Wrong would be =Set ALLOWTOPICVIEW =Main.TWikiGuest= 
    81                 * Correct is: =Set ALLOWTOPICVIEW = Main.TWikiGuest= 
     80                * Wrong would be =Set ALLOWTOPICVIEW =Main.WikiGuest= 
     81                * Correct is: =Set ALLOWTOPICVIEW = Main.WikiGuest= 
    8282 
    8383---++ Add-On Installation Instructions 
  • trunk/ClassificationPlugin/data/Applications/ClassificationApp/WebNotify.txt

    r482 r664  
    1414Examples: 
    1515 
    16    * %MAINWEB%.TWikiGuest 
    17    * %MAINWEB%.TWikiGuest - example@your.company 
     16   * %MAINWEB%.WikiGuest 
     17   * %MAINWEB%.WikiGuest - example@your.company 
    1818 
    1919<!-- 
  • trunk/ClassificationPlugin/data/Applications/ClassificationApp/WebPreferences.txt

    r604 r664  
    2222   * Set #DENYWEBVIEW = 
    2323   * Set #ALLOWWEBVIEW =  
    24    * Set DENYWEBCHANGE = %MAINWEB%.TWikiGuest 
     24   * Set DENYWEBCHANGE = %MAINWEB%.WikiGuest 
    2525   * Set ALLOWWEBCHANGE = %MAINWEB%.TWikiAdminGroup 
    2626   * Set ALLOWTOPICCHANGE = %MAINWEB%.TWikiAdminGroup 
  • trunk/ClassificationPlugin/data/_ClassificationTemplate/WebNotify.txt

    r482 r664  
    55%MAKETEXT{"This is a subscription service to be automatically notified by e-mail when topics change in this [_1] web. This is a convenient service, so you do not have to come back and check all the time if something has changed. To subscribe, please add a bullet with your [_2] in alphabetical order to this list:" args="*<nop>%WEB%*,%SYSTEMWEB%.WikiName"}% 
    66 
    7    * Main.TWikiGuest - example@your.company 
     7   * Main.WikiGuest - example@your.company 
    88 
    99 
  • trunk/DBCacheContrib/test/unit/DBCacheContrib/DBCacheTest.pm

    r75 r664  
    154154    my $user = $info->get("author"); 
    155155    $user = $this->{twiki}->{users}->getWikiName($user); 
    156     $this->assert_str_equals("TWikiGuest", $user); 
     156    $this->assert_str_equals("WikiGuest", $user); 
    157157    $this->assert_str_equals("1.1", $info->get("format")); 
    158158 
     
    164164    $user = $info->get("author"); 
    165165    $user = $this->{twiki}->{users}->getWikiName($user); 
    166     $this->assert_str_equals("TWikiGuest", $user); 
     166    $this->assert_str_equals("WikiGuest", $user); 
    167167    $this->assert_str_equals("1.1", $info->get("format")); 
    168168    $this->assert_str_equals("1.1", $info->get("version")); 
  • trunk/DirectedGraphWebMapPlugin/data/TWiki/DirectedGraphWebMapPlugin.txt

    r626 r664  
    1010This is a sample of a web drawn by <nop>%TOPIC% - the "Main" web in a default installation of TWiki. 
    1111 
    12 <map id="SampleMainWebMap" name="SampleMainWebMap"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/NobodyGroup" title="NobodyGroup" alt="" coords="633,7,714,34"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/TWikiAdminGroup" title="TWikiAdminGroup" alt="" coords="623,61,724,88"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/TWikiGroups" title="TWikiGroups" alt="" coords="1189,115,1266,142"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/TWikiUsers" title="TWikiUsers" alt="" coords="772,329,842,356"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/SteffenPoulsen" title="SteffenPoulsen" alt="" coords="705,383,787,410"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/ProjectContributor" title="ProjectContributor" alt="" coords="596,383,691,410"><area shape="rect" href="%SCRIPTURL%/view/%USERSWEB%/SitePreferences" title="SitePreferences" alt="" coords="626,115,721,142"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/TWikiGroupTemplate" title="TWikiGroupTemplate" alt="" coords="1238,168,1350,195"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/TWikiGuest" title="TWikiGuest" alt="" coords="511,383,583,410"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/RegistrationAgent" title="RegistrationAgent" alt="" coords="922,383,1044,410"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/UnknownUser" title="UnknownUser" alt="" coords="828,383,909,410"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/UserList" title="UserList" alt="" coords="1377,383,1433,410"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/PatternSkinUserViewTemplate" title="PatternSkinUserViewTemplate" alt="" coords="180,276,329,302"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/UserViewTemplate" title="UserViewTemplate" alt="" coords="299,329,401,356"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/UserForm" title="UserForm" alt="" coords="397,222,460,249"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/TWikiGuestLeftBar" title="TWikiGuestLeftBar" alt="" coords="7,329,110,356"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/UserListByDateJoined" title="UserListByDateJoined" alt="" coords="1397,544,1511,571"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/UserListByLocation" title="UserListByLocation" alt="" coords="1401,490,1507,517"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/UserListByPhotograph" title="UserListByPhotograph" alt="" coords="1476,436,1593,463"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/UserListHeader" title="UserListHeader" alt="" coords="1348,436,1435,463"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/UserHomepageHeader" title="UserHomepageHeader" alt="" coords="371,276,486,302"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/WebAtom" title="WebAtom" alt="" coords="828,276,892,302"> 
     12<map id="SampleMainWebMap" name="SampleMainWebMap"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/NobodyGroup" title="NobodyGroup" alt="" coords="633,7,714,34"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/TWikiAdminGroup" title="TWikiAdminGroup" alt="" coords="623,61,724,88"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/TWikiGroups" title="TWikiGroups" alt="" coords="1189,115,1266,142"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/TWikiUsers" title="TWikiUsers" alt="" coords="772,329,842,356"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/SteffenPoulsen" title="SteffenPoulsen" alt="" coords="705,383,787,410"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/ProjectContributor" title="ProjectContributor" alt="" coords="596,383,691,410"><area shape="rect" href="%SCRIPTURL%/view/%USERSWEB%/SitePreferences" title="SitePreferences" alt="" coords="626,115,721,142"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/TWikiGroupTemplate" title="TWikiGroupTemplate" alt="" coords="1238,168,1350,195"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/WikiGuest" title="WikiGuest" alt="" coords="511,383,583,410"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/RegistrationAgent" title="RegistrationAgent" alt="" coords="922,383,1044,410"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/UnknownUser" title="UnknownUser" alt="" coords="828,383,909,410"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/UserList" title="UserList" alt="" coords="1377,383,1433,410"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/PatternSkinUserViewTemplate" title="PatternSkinUserViewTemplate" alt="" coords="180,276,329,302"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/UserViewTemplate" title="UserViewTemplate" alt="" coords="299,329,401,356"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/UserForm" title="UserForm" alt="" coords="397,222,460,249"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/WikiGuestLeftBar" title="WikiGuestLeftBar" alt="" coords="7,329,110,356"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/UserListByDateJoined" title="UserListByDateJoined" alt="" coords="1397,544,1511,571"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/UserListByLocation" title="UserListByLocation" alt="" coords="1401,490,1507,517"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/UserListByPhotograph" title="UserListByPhotograph" alt="" coords="1476,436,1593,463"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/UserListHeader" title="UserListHeader" alt="" coords="1348,436,1435,463"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/UserHomepageHeader" title="UserHomepageHeader" alt="" coords="371,276,486,302"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/WebAtom" title="WebAtom" alt="" coords="828,276,892,302"> 
    1313</map> 
    1414<img usemap="#SampleMainWebMap" src="%ATTACHURLPATH%/SampleMainWebMap.png"> 
  • trunk/DiskUsagePlugin/data/TWiki/DiskUsagePlugin.txt

    r529 r664  
    1 %META:TOPICINFO{author="TWikiGuest" date="1081766083" format="1.0" version="1.1"}% 
     1%META:TOPICINFO{author="WikiGuest" date="1081766083" format="1.0" version="1.1"}% 
    22---+ Disk Usage TWiki Plugin 
    33 
  • trunk/EditContrib/data/TWiki/EditContrib.txt

    r96 r664  
    1 %META:TOPICINFO{author="TWikiGuest" date="1150177015" format="1.1" version="1.8"}% 
     1%META:TOPICINFO{author="WikiGuest" date="1150177015" format="1.1" version="1.8"}% 
    22---+!! Edit Contrib Package 
    33 
  • trunk/EditHiddenTablePlugin/data/TWiki/EditHiddenTablePlugin.txt

    r604 r664  
    1 %META:TOPICINFO{author="TWikiGuest" date="1158847638" format="1.1" version="1.2"}% 
     1%META:TOPICINFO{author="WikiGuest" date="1158847638" format="1.1" version="1.2"}% 
    22---+!! %TOPIC% 
    33 
     
    155155%META:FILEATTACHMENT{name="edit_ex2.jpg" attr="h" autoattached="1" comment="" date="1152467866" path="edit_ex2.jpg" size="56795" user="guest" version="1.1"}% 
    156156%META:FILEATTACHMENT{name="editwithcalendar.jpg" attr="h" autoattached="1" comment="" date="1152467866" path="editwithcalendar.jpg" size="47115" user="guest" version="1.1"}% 
    157 %META:FILEATTACHMENT{name="Form.pm.formdef_patch" attachment="Form.pm.formdef_patch" attr="h" comment="" date="1158847636" path="E:\www\twiki-dakar-4.0.2\lib\TWiki\Form.pm.formdef_patch" size="1655" stream="E:\www\twiki-dakar-4.0.2\lib\TWiki\Form.pm.formdef_patch" user="Main.TWikiGuest" version="1"}% 
     157%META:FILEATTACHMENT{name="Form.pm.formdef_patch" attachment="Form.pm.formdef_patch" attr="h" comment="" date="1158847636" path="E:\www\twiki-dakar-4.0.2\lib\TWiki\Form.pm.formdef_patch" size="1655" stream="E:\www\twiki-dakar-4.0.2\lib\TWiki\Form.pm.formdef_patch" user="Main.WikiGuest" version="1"}% 
  • trunk/EditTablePlugin/test/unit/EditTablePlugin/EditTablePluginTests.pm

    r549 r664  
    569569    my $pubUrlTWikiWeb = 
    570570      TWiki::Func::getUrlHost() . TWiki::Func::getPubUrlPath() . '/TWiki'; 
    571     my $userName = $this->{users_web} . '.' . 'TWikiGuest'; 
     571    my $userName = $this->{users_web} . '.' . 'WikiGuest'; 
    572572 
    573573    my $text = <<INPUT; 
  • trunk/EditTablerowPlugin/data/TWiki/EditTablerowPlugin.txt

    r604 r664  
    1 %META:TOPICINFO{author="TWikiGuest" date="1158847638" format="1.1" version="1.2"}% 
     1%META:TOPICINFO{author="WikiGuest" date="1158847638" format="1.1" version="1.2"}% 
    22---+!! Edit Tablerow Plugin 
    33 
     
    163163%META:FILEATTACHMENT{name="edit_ex2.jpg" attr="h" autoattached="1" comment="" date="1152467866" path="edit_ex2.jpg" size="56795" user="guest" version="1.1"}% 
    164164%META:FILEATTACHMENT{name="editwithcalendar.jpg" attr="h" autoattached="1" comment="" date="1152467866" path="editwithcalendar.jpg" size="47115" user="guest" version="1.1"}% 
    165 %META:FILEATTACHMENT{name="Form.pm.formdef_patch" attachment="Form.pm.formdef_patch" attr="h" comment="" date="1158847636" path="E:\www\twiki-dakar-4.0.2\lib\TWiki\Form.pm.formdef_patch" size="1655" stream="E:\www\twiki-dakar-4.0.2\lib\TWiki\Form.pm.formdef_patch" user="Main.TWikiGuest" version="1"}% 
     165%META:FILEATTACHMENT{name="Form.pm.formdef_patch" attachment="Form.pm.formdef_patch" attr="h" comment="" date="1158847636" path="E:\www\twiki-dakar-4.0.2\lib\TWiki\Form.pm.formdef_patch" size="1655" stream="E:\www\twiki-dakar-4.0.2\lib\TWiki\Form.pm.formdef_patch" user="Main.WikiGuest" version="1"}% 
  • trunk/ExcelImportExportPlugin/data/Sandbox/ExcelExport1.txt

    r114 r664  
    1 %META:TOPICINFO{author="TWikiGuest" date="1155589527" format="1.1" version="1.2"}% 
     1%META:TOPICINFO{author="WikiGuest" date="1155589527" format="1.1" version="1.2"}% 
    22%TABLE2EXCEL{ map="Sandbox.IssueExcelExportImport" file="ExcelImportExport" topic="%TOPIC%" }% 
    33|TopicClassification|STATUS|NUM|DATE_LOGGED|LOGGED_BY|REGION|REGION_AFFECTED|SERVICE|USERS_AFFECTED|SHORT_DESCRIPTION|SECONDLINE|PROBLEM_DETAILS|ACTION_OWNER|NEXT_STEPS|START|DURATION|SEVERITY|REOC|FIX_PRIORITY|NEXT_UPDATE|LOGS|RELEASE_RELATED| 
  • trunk/FakeBasicAuthRegPlugin/data/TWiki/FakeBasicAuthRegPlugin.txt

    r611 r664  
    5555                * Make any other changes to the registration form that you need to make (Dept, Office, etc) 
    5656        * You might want to edit your =templates/oopsauth.tmpl= template and remove the stuff about changing passwords, etc.  A sample is included in =pub/TWiki/FakeBasicAuthRegPlugin/oopsauth.tmpl=. 
    57         * At some point you should probably remove the =!TWikiGuest= user from the =bin/.htpasswd= file (once you're absolutely sure this works or you won't be able to back out and edit content) 
     57        * At some point you should probably remove the =!WikiGuest= user from the =bin/.htpasswd= file (once you're absolutely sure this works or you won't be able to back out and edit content) 
    5858        * Test if the installation was successful: 
    5959                * Before registering, try editing a page 
  • trunk/FirefoxExtensionAddOn/Makefile

    r133 r664  
    2828 
    2929release : 
    30         wget -nc --http-user=TWikiGuest --http-passwd=guest -O downloads/releases/TWiki20040901.tar.gz http://twiki.org/release/TWiki20040901.tar.gz 
     30        wget -nc --http-user=WikiGuest --http-passwd=guest -O downloads/releases/TWiki20040901.tar.gz http://twiki.org/release/TWiki20040901.tar.gz 
    3131 
    3232print : 
  • trunk/FlexWebListPlugin/data/TWiki/FlexWebListNavi.txt

    r482 r664  
    55Use it by adding =%<nop>INCLUDE{"%WEB%.%TOPIC%"}%= to your WebLeftBar or TWikiWebSideBar. 
    66 
    7 If you want to hide the web navigation from <nop>TWikiGuests then uncomment the following: 
    8    * #Set DENYTOPICVIEW = %MAINWEB%.TWikiGuest 
     7If you want to hide the web navigation from <nop>WikiGuests then uncomment the following: 
     8   * #Set DENYTOPICVIEW = %MAINWEB%.WikiGuest 
    99 
    1010<verbatim> 
  • trunk/FlexWebListPlugin/data/TWiki/FlexWebListTree.txt

    r482 r664  
    77Use it by adding =%<nop>INCLUDE{"%WEB%.%TOPIC%"}%= to your WebLeftBar or TWikiWebSideBar. 
    88 
    9 If you want to hide the web navigation from <nop>TWikiGuests then uncomment the following: 
    10    * #Set DENYTOPICVIEW = %MAINWEB%.TWikiGuest 
     9If you want to hide the web navigation from <nop>WikiGuests then uncomment the following: 
     10   * #Set DENYTOPICVIEW = %MAINWEB%.WikiGuest 
    1111 
    1212<verbatim> 
  • trunk/FormFieldListPlugin/data/TWiki/FormFieldListPlugin.txt

    r555 r664  
    3333| *Parameter* | *Comment* | *Default value* | *Example* | 
    3434| =user=  | Comma-separated list of user names (that have changed the containing topic last) to be listed. To find topics where no user is specified, use =UnknownUser=. | none | =user="ProjectContributor"= | 
    35 | =excludeuser=  | Comma-separated list of user names (that have changed the containing topic last) to not show. | none | =excludeuser="<nop>ProjectContributor, <nop>TWikiAdminUser, <nop>TWikiGuest, <nop>UnknownUser"= | 
     35| =excludeuser=  | Comma-separated list of user names (that have changed the containing topic last) to not show. | none | =excludeuser="<nop>ProjectContributor, <nop>TWikiAdminUser, <nop>WikiGuest, <nop>UnknownUser"= | 
    3636| =fromdate=, =todate=  | Date range filter: show topics between =fromdate= and =todate= (topic changed dates); dates are specified in format =yyyy/mm/dd= \ 
    3737%BB% =fromdate="" todate="2007/09/01"= selects all topics up to 1 Sep 2007 \ 
  • trunk/FormFieldListPlugin/test/unit/FormFieldListPlugin/FormFieldListPluginTests.pm

    r492 r664  
    5858    topic3 => { 
    5959        name   => 'FormFieldListTestTopic3', 
    60         user   => 'TWikiGuest', 
     60        user   => 'WikiGuest', 
    6161        date   => 1300000000, 
    6262        form   => 'ProjectForm', 
     
    664664"%FORMFIELDLIST{topic=\"$allTopics\" excludeuser=\"ScumBag, ProjectContributor\" format=\"topic=\$topicName, last changed by \$topicUser\"}%"; 
    665665 
    666     my $expected = 'topic=FormFieldListTestTopic3, last changed by TWikiGuest 
    667 topic=FormFieldListTestTopic3, last changed by TWikiGuest 
    668 topic=FormFieldListTestTopic3, last changed by TWikiGuest 
     666    my $expected = 'topic=FormFieldListTestTopic3, last changed by WikiGuest 
     667topic=FormFieldListTestTopic3, last changed by WikiGuest 
     668topic=FormFieldListTestTopic3, last changed by WikiGuest 
    669669topic=FormFieldListTestTopic4, last changed by TWikiAdminUser 
    670670topic=FormFieldListTestTopic4, last changed by TWikiAdminUser 
     
    15231523user=ProjectContributor 
    15241524user=ProjectContributor 
    1525 user=TWikiGuest 
    1526 user=TWikiGuest 
    1527 user=TWikiGuest'; 
     1525user=WikiGuest 
     1526user=WikiGuest 
     1527user=WikiGuest'; 
    15281528 
    15291529    $this->do_test( $testTopic, $expected, $source ); 
  • trunk/FormPlugin/data/Sandbox/FormPluginExamples.txt

    r464 r664  
    542542   * The 'From' field must be filled in 
    543543   * The 'Until' field will not be displayed if not filled in, so no dash will be displayed 
    544    * Entering data is only possible if logged in, otherwise we would get <nop>TWikiGuest entries 
     544   * Entering data is only possible if logged in, otherwise we would get <nop>WikiGuest entries 
    545545    
    546546<verbatim style="display:none;"> 
     
    563563size="9" 
    564564title="I am on holidays from:" 
    565 disabled="%IF{"$WIKINAME='TWikiGuest'" then="on"}%" 
     565disabled="%IF{"$WIKINAME='WikiGuest'" then="on"}%" 
    566566validate="nonempty" 
    567567}% 
     
    572572size="9" 
    573573title="Until:" 
    574 disabled="%IF{"$WIKINAME='TWikiGuest'" then="on"}%" 
     574disabled="%IF{"$WIKINAME='WikiGuest'" then="on"}%" 
    575575}% 
    576576%FORMELEMENT{ 
     
    589589type="submit" 
    590590buttonlabel="Add my dates" 
    591 disabled="%IF{"$WIKINAME='TWikiGuest'" then="on"}%" 
    592 }% %IF{"$WIKINAME='TWikiGuest'" then="<em>Log in to add your dates</em>"}% 
     591disabled="%IF{"$WIKINAME='WikiGuest'" then="on"}%" 
     592}% %IF{"$WIKINAME='WikiGuest'" then="<em>Log in to add your dates</em>"}% 
    593593%ENDFORM% 
    594594</div> 
  • trunk/FormQueryPlugin/data/TWiki/FormQueryPlugin.txt

    r604 r664  
    1 %META:TOPICINFO{author="TWikiGuest" date="1155224748" format="1.1" version="1.2"}% 
     1%META:TOPICINFO{author="WikiGuest" date="1155224748" format="1.1" version="1.2"}% 
    22---+!! FormQueryPlugin 
    33 
  • trunk/FormQueryPlugin/test/unit/FormQueryPlugin/WebDBTest.pm

    r140 r664  
    266266 
    267267    my $attrs = new TWiki::Attrs( "format=\"|[[\$_up.web.\$_up.topic]]|\$Name|\$Date|\" sort=\"Name\"" ); 
    268     $res = TWiki::Plugins::FormQueryPlugin::WebDB::toTable('q3', "|[[\$_up.web.\$_up.topic]]|\$Name|\$Date|\" sort=\"Name\"", $attrs, "WebHome", "Test", "TWikiGuest", "TWiki"); 
     268    $res = TWiki::Plugins::FormQueryPlugin::WebDB::toTable('q3', "|[[\$_up.web.\$_up.topic]]|\$Name|\$Date|\" sort=\"Name\"", $attrs, "WebHome", "Test", "WikiGuest", "TWiki"); 
    269269    $this->assert_str_equals("", $res); 
    270270    #  $res = TWiki::Plugins::FormQueryPlugin::_handleCalcTable("SHOWCALC", "\$ROW()"); 
     
    281281 
    282282    $attrs = new TWiki::Attrs( "format=\"|[[\$_up.web.\$_up.name]]|\$Level|\$RealName|\"" ); 
    283     $res = TWiki::Plugins::FormQueryPlugin::WebDB::toTable('q3', "\"|[[\$_up.web.\$_up.name]]|\$Level|\$RealName|\"", $attrs, "WebHome", "Test", "TWikiGuest", "TWiki"); 
     283    $res = TWiki::Plugins::FormQueryPlugin::WebDB::toTable('q3', "\"|[[\$_up.web.\$_up.name]]|\$Level|\$RealName|\"", $attrs, "WebHome", "Test", "WikiGuest", "TWiki"); 
    284284    $this->assert_str_equals("", $res); 
    285285    #  $res = TWiki::Plugins::FormQueryPlugin::_handleCalcTable("SHOWCALC", "\$ROW()"); 
  • trunk/FormsAddOn/data/Sandbox/FormSearchTest.txt

    r141 r664  
    11%META:TOPICINFO{author="guest" date="1108672833" format="1.0" version="1.5"}% 
    2 -- Main.TWikiGuest - 14 Feb 2005 
     2-- Main.WikiGuest - 14 Feb 2005 
    33 
    44%SEARCH{"Office" scope="topic" web="Main" nototal="on" nosummary="on" nosearch="on" format=" $topic " separator=", " }%  
  • trunk/IfDefinedPlugin/data/TWiki/IfDefinedPlugin.txt

    r482 r664  
    157157   * BAR is %IFDEFINED{"%BAR%" then=" " else="not" glue="off"}% defined. 
    158158   * %WIKIUSERNAME% has %IFACCESS{type="change" then=" " else=" no "}% write access to %TOPIC% 
    159    * %MAINWEB%.TWikiGuest has %IFACCESS{user="TWikiGuest" type="change" then=" " else=" no "}% write access to %TOPIC% 
     159   * %MAINWEB%.WikiGuest has %IFACCESS{user="WikiGuest" type="change" then=" " else=" no "}% write access to %TOPIC% 
    160160 
    161161 
  • trunk/InlineEditPlugin/data/JSTests/WebNotify.txt

    r482 r664  
    22%MAKETEXT{"This is a subscription service to be automatically notified by e-mail when topics change in this [_1] web. This is a convenient service, so you do not have to come back and check all the time if something has changed. To subscribe, please add a bullet with your [_2] in alphabetical order to this list:" args="*<nop>%WEB%*,%SYSTEMWEB%.WikiName"}% 
    33 
    4         * Main.TWikiGuest - example@your.company 
     4        * Main.WikiGuest - example@your.company 
    55 
    66%INCLUDE{"%SYSTEMWEB%.WebChangesAlert"}% 
  • trunk/LDAPPasswordChangerPlugin/data/TWiki/LDAPPasswordChangerPlugin.txt

    r529 r664  
    44This plugin asks for and changes your password at a pre-configured LDAP server. 
    55The users willing to change his/her password *must* be authenticated already. 
    6 This plugin *makes no sense* for the [[%MAINWEB%.TWikiGuest][Guest]] user. 
     6This plugin *makes no sense* for the [[%MAINWEB%.WikiGuest][Guest]] user. 
    77 
    88---++ Syntax Rules 
  • trunk/LdapContrib/data/TWiki/LdapContrib.txt

    r626 r664  
    381381 
    382382Prevent certain names from being looked up in LDAP: 
    383 <verbatim>$TWiki::cfg{Ldap}{Exclude} = 'TWikiGuest, ProjectContributor, RegistrationAgent, TWikiAdminGroup, NobodyGroup'; </verbatim> 
     383<verbatim>$TWiki::cfg{Ldap}{Exclude} = 'WikiGuest, ProjectContributor, RegistrationAgent, TWikiAdminGroup, NobodyGroup'; </verbatim> 
    384384 
    385385---++ Updating the LDAP cache using a cronjob 
  • trunk/LdapContrib/lib/TWiki/Contrib/LdapContrib.pm

    r626 r664  
    176176 
    177177    exclude=>$TWiki::cfg{Ldap}{Exclude} ||  
    178       'TWikiGuest, TWikiContributor, ProjectContributor, RegistrationAgent, TWikiAdminGroup, NobodyGroup', 
     178      'WikiGuest, TWikiContributor, ProjectContributor, RegistrationAgent, TWikiAdminGroup, NobodyGroup', 
    179179 
    180180    pageSize=>$TWiki::cfg{Ldap}{PageSize} || 200, 
  • trunk/MailToTWikiAddOn/data/TWiki/MailToTWikiPlugin.txt

    r529 r664  
    3434        * Topic names can be filtered, and unacceptable ones rejected (==TOPICSMUSTMATCH==) 
    3535 
    36 It may be acceptable in some contexts (e.g. intranet usage) to allow unregistered users email access.  If this is required, set ==MapUnknownToGuest== to true and any unknown senders will be authenticated as the %MAINWEB%.TWikiGuest user, and subject to the normal %MAINWEB%.TWikiGuest access controls. 
     36It may be acceptable in some contexts (e.g. intranet usage) to allow unregistered users email access.  If this is required, set ==MapUnknownToGuest== to true and any unknown senders will be authenticated as the %MAINWEB%.WikiGuest user, and subject to the normal %MAINWEB%.WikiGuest access controls. 
    3737 
    3838---++ Topic Locking and Mail Spooling 
  • trunk/MailerContrib/test/unit/MailerContrib/MailerContribSuite.pm

    r514 r664  
    8181        # traditional subscriptions 
    8282        { 
    83             entry     => "$this->{users_web}.TWikiGuest - example\@example.com", 
     83            entry     => "$this->{users_web}.WikiGuest - example\@example.com", 
    8484            email     => "example\@example.com", 
    8585            topicsout => "" 
  • trunk/MaxImageSizePlugin/data/TWiki/MaxImageSizePlugin.txt

    r529 r664  
    1 %META:TOPICINFO{author="TWikiGuest" date="1081694253" format="1.0" version="1.4"}% 
     1%META:TOPICINFO{author="WikiGuest" date="1081694253" format="1.0" version="1.4"}% 
    22---+ Max Image Size Plugin 
    33 
     
    5353-- %SYSTEMWEB%.MartinCleaver - 11 Apr 2004 <br />  
    5454 
    55 %META:FILEATTACHMENT{name="martin-at-cape-rienga.jpg" attr="" comment="" date="1081694473" path="C:\Documents and Settings\Martin Cleaver\My Documents\My Pictures\martin-at-cape-rienga.jpg" size="90785" user="TWikiGuest" version="1.2"}% 
     55%META:FILEATTACHMENT{name="martin-at-cape-rienga.jpg" attr="" comment="" date="1081694473" path="C:\Documents and Settings\Martin Cleaver\My Documents\My Pictures\martin-at-cape-rienga.jpg" size="90785" user="WikiGuest" version="1.2"}% 
  • trunk/MostPopularPlugin/lib/TWiki/Plugins/MostPopularPlugin/Statistics.pm

    r464 r664  
    229229    my ($statsRef) = @_; 
    230230    # print "Main.WebHome views = " . ${$statsRef}{'Main'}{'WebHome'}."\n"; 
    231     # print "Main web, TWikiGuest contribs = " . ${$statsRef}{'Main'}{'Main.TWikiGuest'}."\n"; 
     231    # print "Main web, WikiGuest contribs = " . ${$statsRef}{'Main'}{'Main.WikiGuest'}."\n"; 
    232232    foreach my $web ( sort keys %$statsRef) { 
    233233        my $count = 0; 
  • trunk/MoveableTypeSkin/data/TWiki/TestUrls.txt

    r223 r664  
    1 %META:TOPICINFO{author="TWikiGuest" date="1168248992" format="1.1" reprev="1.1" version="1.1"}% 
     1%META:TOPICINFO{author="WikiGuest" date="1168248992" format="1.1" reprev="1.1" version="1.1"}% 
    22test your skin here add =?skin=yourskin= to the URL for this topic, then click on each like to proof  
    33 
  • trunk/MultiEditPlugin/data/TWiki/MultiEditPlugin.txt

    r464 r664  
    1 %META:TOPICINFO{author="TWikiGuest" date="1150662011" format="1.1" version="1.10"}% 
     1%META:TOPICINFO{author="WikiGuest" date="1150662011" format="1.1" version="1.10"}% 
    22---+ <nop>%TOPIC% 
    33 
  • trunk/NatSkin/data/Main/TWikiGuestSideBar.txt

    r482 r664  
    44 
    55   * Set ALLOWTOPICCHANGE = %MAINWEB%.TWikiAdminGroup 
    6    * Set ALLOWTOPICVIEW = %MAINWEB%.TWikiGuest 
     6   * Set ALLOWTOPICVIEW = %MAINWEB%.WikiGuest 
  • trunk/NatSkin/lib/TWiki/Contrib/NatSkin/MANIFEST

    r584 r664  
    11data/Main/NatSkinUserViewTemplate.txt 0644 
    2 data/Main/TWikiGuestSideBar.txt 0644 
     2data/Main/WikiGuestSideBar.txt 0644 
    33data/Main/WebLinks.txt 0644 
    44data/TWiki/MySideBarTemplate.txt 0644 
  • trunk/NavbarPlugin/data/Sandbox/NavbarPluginExample.txt

    r235 r664  
    1 %META:TOPICINFO{author="TWikiGuest" date="1125664042" format="1.1" version="1.2"}% 
     1%META:TOPICINFO{author="WikiGuest" date="1125664042" format="1.1" version="1.2"}% 
    22%META:TOPICPARENT{name="NavbarPlugin"}% 
    33This example topic for the NavbarPlugin is comprised 
  • trunk/NewTopicEventPlugin/data/TWiki/NewTopicEventPlugin.txt

    r529 r664  
    1 %META:TOPICINFO{author="TWikiGuest" date="1132541454" format="1.1" version="$Rev$"}% 
     1%META:TOPICINFO{author="WikiGuest" date="1132541454" format="1.1" version="$Rev$"}% 
    22---+ NewTopicEvent TWiki Plugin 
    33 
  • trunk/NotificationPlugin/bin/changenotify

    r240 r664  
    2222  ( $topic, $webName, $scriptUrlPath, $userName ) = &TWiki::initialize( $thePathInfo, $theRemoteUser, $theTopic, $theUrl, $query ); 
    2323 
    24   if ( $TWiki::wikiName ne "TWikiGuest" ) { 
     24  if ( $TWiki::wikiName ne "WikiGuest" ) { 
    2525    if ($query->param("action")) { 
    2626      if ($query->param("what")) { 
  • trunk/NotificationPlugin/bin/mailnotify-NP

    r240 r664  
    2121# - email is now optional, is fetched from the user homepage 
    2222# - webs not beginning by a capital letter are ignored ( _default, ...) 
    23 # - no mail is sent to TWikiGuest 
     23# - no mail is sent to WikiGuest 
    2424# - if user is a group, recurses through its members 
    2525 
  • trunk/NotificationPlugin/lib/TWiki/Plugins/NotificationPlugin.pm

    r529 r664  
    366366  $opt = $1 if ( $attrs =~ /optional=\"(.*?)\"/ ); 
    367367  my $text = ""; 
    368   if ( $TWiki::wikiName ne "TWikiGuest" ) { 
     368  if ( $TWiki::wikiName ne "WikiGuest" ) { 
    369369    $tinOn = "off" if ( !isItemInSection( $TWiki::wikiName, "$web.$topic", 0 ) ); 
    370370    $winOn = "off" if ( !isItemInSection( $TWiki::wikiName, "$web", 1 ) ); 
  • trunk/ObjectPlugin/data/TWiki/ObjectPlugin.txt

    r529 r664  
    1 %META:TOPICINFO{author="TWikiGuest" date="1160739585" format="1.1" reprev="1.14" version="1.14"}% 
     1%META:TOPICINFO{author="WikiGuest" date="1160739585" format="1.1" reprev="1.14" version="1.14"}% 
    22 
    33---+!! The Object Plugin 
     
    166166 
    167167 
    168 %META:FILEATTACHMENT{name="sample.html" attr="" autoattached="1" comment="sample html file" date="1160707557" path="sample.html" size="110" user="Main.TWikiGuest" version="2"}% 
    169 %META:FILEATTACHMENT{name="sample.mov" attr="" autoattached="1" comment="sample QT movie" date="1160739512" path="sample.mov" size="21681" user="Main.TWikiGuest" version="1"}% 
    170 %META:FILEATTACHMENT{name="Sample.swf" attr="" autoattached="1" comment="" date="1160707933" path="Sample.swf" size="1831" user="Main.TWikiGuest" version="1"}% 
     168%META:FILEATTACHMENT{name="sample.html" attr="" autoattached="1" comment="sample html file" date="1160707557" path="sample.html" size="110" user="Main.WikiGuest" version="2"}% 
     169%META:FILEATTACHMENT{name="sample.mov" attr="" autoattached="1" comment="sample QT movie" date="1160739512" path="sample.mov" size="21681" user="Main.WikiGuest" version="1"}% 
     170%META:FILEATTACHMENT{name="Sample.swf" attr="" autoattached="1" comment="" date="1160707933" path="Sample.swf" size="1831" user="Main.WikiGuest" version="1"}% 
  • trunk/PatternSkin/data/TWiki/PatternSkinCustomization.txt

    r526 r664  
    312312</pre></blockquote> 
    313313 
    314 In the user page of %MAINWEB%.TWikiGuest, set the cover to 
     314In the user page of %MAINWEB%.WikiGuest, set the cover to 
    315315<blockquote><pre> 
    316316   * <nop>Set COVER = customer 
  • trunk/PatternSkin/data/TWiki/PatternSkinHeaderArt.txt

    r482 r664  
    44 
    55 
    6 %META:FILEATTACHMENT{name="BulgarianWall.png" attr="" autoattached="1" comment="" date="1136466813" path="BulgarianWall.png" size="84767" user="Main.TWikiGuest" version="1"}% 
    7 %META:FILEATTACHMENT{name="ConcreteHole.png" attr="" autoattached="1" comment="" date="1136466970" path="ConcreteHole.png" size="136926" user="Main.TWikiGuest" version="1"}% 
    8 %META:FILEATTACHMENT{name="cobblestones.png" attr="" autoattached="1" comment="" date="1136466903" path="cobblestones.png" size="207280" user="Main.TWikiGuest" version="1"}% 
    9 %META:FILEATTACHMENT{name="CrackedMud.png" attr="" autoattached="1" comment="" date="1136467047" path="CrackedMud.png" size="207473" user="Main.TWikiGuest" version="1"}% 
    10 %META:FILEATTACHMENT{name="Chest.png" attr="" autoattached="1" comment="" date="1136466869" path="Chest.png" size="48286" user="Main.TWikiGuest" version="1"}% 
    11 %META:FILEATTACHMENT{name="FloridaGrass.png" attr="" autoattached="1" comment="" date="1136467083" path="FloridaGrass.png" size="181621" user="Main.TWikiGuest" version="1"}% 
    12 %META:FILEATTACHMENT{name="BulgarianBureaucracy.png" attr="" autoattached="1" comment="" date="1136466662" path="BulgarianBureaucracy.png" size="134141" user="Main.TWikiGuest" version="1"}% 
    13 %META:FILEATTACHMENT{name="BulgarianMountainVillage.png" attr="" autoattached="1" comment="" date="1136466732" path="BulgarianMountainVillage.png" size="164265" user="Main.TWikiGuest" version="1"}% 
    14 %META:FILEATTACHMENT{name="BulgarianMinistryOfFinance.png" attr="" autoattached="1" comment="" date="1136466683" path="BulgarianMinistryOfFinance.png" size="105142" user="Main.TWikiGuest" version="1"}% 
    15 %META:FILEATTACHMENT{name="IstanbulSunset.png" attr="" autoattached="1" comment="" date="1136467194" path="IstanbulSunset.png" size="134339" user="Main.TWikiGuest" version="1"}% 
    16 %META:FILEATTACHMENT{name="birdseed.png" attr="" autoattached="1" comment="" date="1136466626" path="birdseed.png" size="109546" user="Main.TWikiGuest" version="1"}% 
    17 %META:FILEATTACHMENT{name="TurkishVase.png" attr="" autoattached="1" comment="" date="1136467332" path="TurkishVase.png" size="156653" user="Main.TWikiGuest" version="1"}% 
    18 %META:FILEATTACHMENT{name="FloridaPines.png" attr="" autoattached="1" comment="" date="1136467140" path="FloridaPines.png" size="147711" user="Main.TWikiGuest" version="1"}% 
    19 %META:FILEATTACHMENT{name="eiffel.png" attr="" autoattached="1" comment="" date="1136467064" path="eiffel.png" size="91229" user="Main.TWikiGuest" version="1"}% 
     6%META:FILEATTACHMENT{name="BulgarianWall.png" attr="" autoattached="1" comment="" date="1136466813" path="BulgarianWall.png" size="84767" user="Main.WikiGuest" version="1"}% 
     7%META:FILEATTACHMENT{name="ConcreteHole.png" attr="" autoattached="1" comment="" date="1136466970" path="ConcreteHole.png" size="136926" user="Main.WikiGuest" version="1"}% 
     8%META:FILEATTACHMENT{name="cobblestones.png" attr="" autoattached="1" comment="" date="1136466903" path="cobblestones.png" size="207280" user="Main.WikiGuest" version="1"}% 
     9%META:FILEATTACHMENT{name="CrackedMud.png" attr="" autoattached="1" comment="" date="1136467047" path="CrackedMud.png" size="207473" user="Main.WikiGuest" version="1"}% 
     10%META:FILEATTACHMENT{name="Chest.png" attr="" autoattached="1" comment="" date="1136466869" path="Chest.png" size="48286" user="Main.WikiGuest" version="1"}% 
     11%META:FILEATTACHMENT{name="FloridaGrass.png" attr="" autoattached="1" comment="" date="1136467083" path="FloridaGrass.png" size="181621" user="Main.WikiGuest" version="1"}% 
     12%META:FILEATTACHMENT{name="BulgarianBureaucracy.png" attr="" autoattached="1" comment="" date="1136466662" path="BulgarianBureaucracy.png" size="134141" user="Main.WikiGuest" version="1"}% 
     13%META:FILEATTACHMENT{name="BulgarianMountainVillage.png" attr="" autoattached="1" comment="" date="1136466732" path="BulgarianMountainVillage.png" size="164265" user="Main.WikiGuest" version="1"}% 
     14%META:FILEATTACHMENT{name="BulgarianMinistryOfFinance.png" attr="" autoattached="1" comment="" date="1136466683" path="BulgarianMinistryOfFinance.png" size="105142" user="Main.WikiGuest" version="1"}% 
     15%META:FILEATTACHMENT{name="IstanbulSunset.png" attr="" autoattached="1" comment="" date="1136467194" path="IstanbulSunset.png" size="134339" user="Main.WikiGuest" version="1"}% 
     16%META:FILEATTACHMENT{name="birdseed.png" attr="" autoattached="1" comment="" date="1136466626" path="birdseed.png" size="109546" user="Main.WikiGuest" version="1"}% 
     17%META:FILEATTACHMENT{name="TurkishVase.png" attr="" autoattached="1" comment="" date="1136467332" path="TurkishVase.png" size="156653" user="Main.WikiGuest" version="1"}% 
     18%META:FILEATTACHMENT{name="FloridaPines.png" attr="" autoattached="1" comment="" date="1136467140" path="FloridaPines.png" size="147711" user="Main.WikiGuest" version="1"}% 
     19%META:FILEATTACHMENT{name="eiffel.png" attr="" autoattached="1" comment="" date="1136467064" path="eiffel.png" size="91229" user="Main.WikiGuest" version="1"}% 
    2020%META:FILEATTACHMENT{name="igp1" attr="" autoattached="1" comment="" date="1136467341" path="igp1" size="4096" user="UnknownUser" version=""}% 
    2121%META:FILEATTACHMENT{name="AbandonedFactory.png" attr="" autoattached="1" comment="" date="1136466507" path="AbandonedFactory.png" size="185242" user="UnknownUser" version=""}% 
    22 %META:FILEATTACHMENT{name="CrackedMud2.png" attr="" autoattached="1" comment="" date="1136466998" path="CrackedMud2.png" size="194195" user="Main.TWikiGuest" version="1"}% 
    23 %META:FILEATTACHMENT{name="MetalSwiss.png" attr="" autoattached="1" comment="" date="1136467231" path="MetalSwiss.png" size="128352" user="Main.TWikiGuest" version="1"}% 
    24 %META:FILEATTACHMENT{name="bamboo.png" attr="" autoattached="1" comment="" date="1136466542" path="bamboo.png" size="151614" user="Main.TWikiGuest" version="1"}% 
    25 %META:FILEATTACHMENT{name="HagiaSofia.png" attr="" autoattached="1" comment="" date="1136467173" path="HagiaSofia.png" size="154441" user="Main.TWikiGuest" version="1"}% 
    26 %META:FILEATTACHMENT{name="beachwood.png" attr="" autoattached="1" comment="" date="1136466591" path="beachwood.png" size="168126" user="Main.TWikiGuest" version="1"}% 
    27 %META:FILEATTACHMENT{name="RumanianFlowers.png" attr="" autoattached="1" comment="" date="1136467295" path="RumanianFlowers.png" size="194051" user="Main.TWikiGuest" version="1"}% 
    28 %META:FILEATTACHMENT{name="GermanCastle.png" attachment="GermanCastle.png" attr="" comment="" date="1136467357" path="GermanCastle.png" size="10859" stream="GermanCastle.png" user="Main.TWikiGuest" version="1"}% 
     22%META:FILEATTACHMENT{name="CrackedMud2.png" attr="" autoattached="1" comment="" date="1136466998" path="CrackedMud2.png" size="194195" user="Main.WikiGuest" version="1"}% 
     23%META:FILEATTACHMENT{name="MetalSwiss.png" attr="" autoattached="1" comment="" date="1136467231" path="MetalSwiss.png" size="128352" user="Main.WikiGuest" version="1"}% 
     24%META:FILEATTACHMENT{name="bamboo.png" attr="" autoattached="1" comment="" date="1136466542" path="bamboo.png" size="151614" user="Main.WikiGuest" version="1"}% 
     25%META:FILEATTACHMENT{name="HagiaSofia.png" attr="" autoattached="1" comment="" date="1136467173" path="HagiaSofia.png" size="154441" user="Main.WikiGuest" version="1"}% 
     26%META:FILEATTACHMENT{name="beachwood.png" attr="" autoattached="1" comment="" date="1136466591" path="beachwood.png" size="168126" user="Main.WikiGuest" version="1"}% 
     27%META:FILEATTACHMENT{name="RumanianFlowers.png" attr="" autoattached="1" comment="" date="1136467295" path="RumanianFlowers.png" size="194051" user="Main.WikiGuest" version="1"}% 
     28%META:FILEATTACHMENT{name="GermanCastle.png" attachment="GermanCastle.png" attr="" comment="" date="1136467357" path="GermanCastle.png" size="10859" stream="GermanCastle.png" user="Main.WikiGuest" version="1"}% 
  • trunk/PersonalInfoAddOn/data/_PersonalInfoAddOn04x01/PersonalInfoModules.txt

    r523 r664  
    9494%STARTSECTION{"phoneListXML"}%<?xml version="1.0" encoding="ISO-8859-1"?> 
    9595<users> 
    96 %SEARCH{ "[F]irstName.*value=.*();[W]orkStatus.*value=.*(Current)" web="%MAINWEB%" type="regex" nonoise="on" excludetopic="UserForm,PersonalInfo,PersonalInfoDocumentation,ProjectContributor,TWikiGuest,UnknownUser" format="<user><firstname><![CDATA[$formfield(FirstName)]]></firstname><lastname><![CDATA[$formfield(LastName)]]></lastname><phone><![CDATA[$formfield(WorkPhone)]]></phone><url><![CDATA[%SCRIPTURL{view}%/%WEB%/$topic]]></url><imgname><![CDATA[$formfield(Picture)]]></imgname><imgurl><![CDATA[%PUBURL%/Main/$topic/]]></imgurl></user>" "}% 
     96%SEARCH{ "[F]irstName.*value=.*();[W]orkStatus.*value=.*(Current)" web="%MAINWEB%" type="regex" nonoise="on" excludetopic="UserForm,PersonalInfo,PersonalInfoDocumentation,ProjectContributor,WikiGuest,UnknownUser" format="<user><firstname><![CDATA[$formfield(FirstName)]]></firstname><lastname><![CDATA[$formfield(LastName)]]></lastname><phone><![CDATA[$formfield(WorkPhone)]]></phone><url><![CDATA[%SCRIPTURL{view}%/%WEB%/$topic]]></url><imgname><![CDATA[$formfield(Picture)]]></imgname><imgurl><![CDATA[%PUBURL%/Main/$topic/]]></imgurl></user>" "}% 
    9797</users> 
    9898%ENDSECTION{"phoneListXML"}% 
     
    104104 
    105105<verbatim> 
    106 %STARTSECTION{"personalSearch"}%%SEARCH{ "[F]irstName.*value=.*(%URLPARAM{"q"}%)|[L]astName.*value=.*(%URLPARAM{"q"}%)" web="%MAINWEB%" type="regex" nonoise="on" excludetopic="UserForm,PersonalInfo,PersonalInfoDocumentation,ProjectContributor,TWikiGuest,UnknownUser" format="   * [[$web.$topic][$topic]] $formfield(WorkPhone)"}%%ENDSECTION{"personalSearch"}% 
     106%STARTSECTION{"personalSearch"}%%SEARCH{ "[F]irstName.*value=.*(%URLPARAM{"q"}%)|[L]astName.*value=.*(%URLPARAM{"q"}%)" web="%MAINWEB%" type="regex" nonoise="on" excludetopic="UserForm,PersonalInfo,PersonalInfoDocumentation,ProjectContributor,WikiGuest,UnknownUser" format="   * [[$web.$topic][$topic]] $formfield(WorkPhone)"}%%ENDSECTION{"personalSearch"}% 
    107107</verbatim> 
    108108 
     
    112112 
    113113<verbatim> 
    114 %STARTSECTION{"vCard"}%%SEARCH{ "[F]irstName.*value=.*();[W]orkStatus.*value=.*(Current)" web="%MAINWEB%" type="regex" nonoise="on" excludetopic="UserForm,PersonalInfo,PersonalInfoDocumentation,ProjectContributor,TWikiGuest,UnknownUser" format="begin:vcard 
     114%STARTSECTION{"vCard"}%%SEARCH{ "[F]irstName.*value=.*();[W]orkStatus.*value=.*(Current)" web="%MAINWEB%" type="regex" nonoise="on" excludetopic="UserForm,PersonalInfo,PersonalInfoDocumentation,ProjectContributor,WikiGuest,UnknownUser" format="begin:vcard 
    115115fn:$formfield(FirstName) $formfield(LastName) 
    116116n:$formfield(LastName);$formfield(FirstName) 
     
    244244---+++ directSearchData 
    245245<verbatim> 
    246 %STARTSECTION{"directSearchData"}%%SEARCH{ "[F]irstName.*value=.*();[W]orkStatus.*value=.*(Current)" web="%MAINWEB%" type="regex" nonoise="on" excludetopic="UserForm,PersonalInfo,PersonalInfoDocumentation,ProjectContributor,TWikiGuest,UnknownUser" format="{name:\"$formfield(FirstName) $formfield(LastName)\",phone:\"$formfield(WorkPhone)\",topic:\"$web/$topic\",pictureName:\"$formfield(Picture)\"}" separator=", "}%%ENDSECTION{"directSearchData"}% 
     246%STARTSECTION{"directSearchData"}%%SEARCH{ "[F]irstName.*value=.*();[W]orkStatus.*value=.*(Current)" web="%MAINWEB%" type="regex" nonoise="on" excludetopic="UserForm,PersonalInfo,PersonalInfoDocumentation,ProjectContributor,WikiGuest,UnknownUser" format="{name:\"$formfield(FirstName) $formfield(LastName)\",phone:\"$formfield(WorkPhone)\",topic:\"$web/$topic\",pictureName:\"$formfield(Picture)\"}" separator=", "}%%ENDSECTION{"directSearchData"}% 
    247247</verbatim> 
    248248 
     
    271271<div id="compact"> 
    272272| *Personal page* | *Phone* | *E-mail* | *Location* | 
    273 %SEARCH{ "[F]irstName.*value=.*();[W]orkStatus.*value=.*(Current)" web="%MAINWEB%" type="regex" nonoise="on" excludetopic="UserForm,PersonalInfo,PersonalInfoDocumentation,ProjectContributor,TWikiGuest,UnknownUser" format="|[[%SCRIPTURL{view}%/$web/$topic][$formfield(FirstName) $formfield(LastName)]] |$formfield(WorkPhone) |$formfield(WorkEmail) |$formfield(WorkLocation) |" "}% 
     273%SEARCH{ "[F]irstName.*value=.*();[W]orkStatus.*value=.*(Current)" web="%MAINWEB%" type="regex" nonoise="on" excludetopic="UserForm,PersonalInfo,PersonalInfoDocumentation,ProjectContributor,WikiGuest,UnknownUser" format="|[[%SCRIPTURL{view}%/$web/$topic][$formfield(FirstName) $formfield(LastName)]] |$formfield(WorkPhone) |$formfield(WorkEmail) |$formfield(WorkLocation) |" "}% 
    274274</div>%ENDSECTION{"tableOfAllUsers"}% 
    275275</verbatim> 
     
    320320} 
    321321</style> 
    322 <div id="pISearchResultsGrid">%SEARCH{ "[F]irstName.*value=.*();[W]orkStatus.*value=.*(Current)" web="%MAINWEB%" type="regex" nonoise="on" excludetopic="UserForm,PersonalInfo,PersonalInfoDocumentation,PersonalInfoFaceBook,ProjectContributor,TWikiGuest,UnknownUser%IF{'defined exclude' then=',%exclude%'}%" order="topic" format="<a href='%SCRIPTURL{view}%/$web/$topic' class='pISearchResultsGridItem' id='pISearch$topic' title='$formfield(FirstName) $formfield(LastName)'><span class='pIimage'>$percntINCLUDE{$quotPersonalInfoLayoutModules$quot section=$quotimage$quot imgType=$quotnolink$quot imgWeb=$quot$web$quot imgTopic=$quot$topic$quot imgHeight=$quot%imgHeight%$quot imgTitle=$quot$formfield(FirstName) $formfield(LastName)$quot imgName=$quot$percntFORMFIELD{$quotPicture$quot topic=$quot$web.$topic$quot format=$quot$value$quot default=$quot$quot alttext=$quot$quot}$percnt$quot}$percnt</span><p class='pISearchResultsGridInfo'>$formfield(FirstName) $formfield(LastName)</p></a>" "}%<br class="twikiClear" /></div>%ENDSECTION{"pictures"}% 
     322<div id="pISearchResultsGrid">%SEARCH{ "[F]irstName.*value=.*();[W]orkStatus.*value=.*(Current)" web="%MAINWEB%" type="regex" nonoise="on" excludetopic="UserForm,PersonalInfo,PersonalInfoDocumentation,PersonalInfoFaceBook,ProjectContributor,WikiGuest,UnknownUser%IF{'defined exclude' then=',%exclude%'}%" order="topic" format="<a href='%SCRIPTURL{view}%/$web/$topic' class='pISearchResultsGridItem' id='pISearch$topic' title='$formfield(FirstName) $formfield(LastName)'><span class='pIimage'>$percntINCLUDE{$quotPersonalInfoLayoutModules$quot section=$quotimage$quot imgType=$quotnolink$quot imgWeb=$quot$web$quot imgTopic=$quot$topic$quot imgHeight=$quot%imgHeight%$quot imgTitle=$quot$formfield(FirstName) $formfield(LastName)$quot imgName=$quot$percntFORMFIELD{$quotPicture$quot topic=$quot$web.$topic$quot format=$quot$value$quot default=$quot$quot alttext=$quot$quot}$percnt$quot}$percnt</span><p class='pISearchResultsGridInfo'>$formfield(FirstName) $formfield(LastName)</p></a>" "}%<br class="twikiClear" /></div>%ENDSECTION{"pictures"}% 
    323323 
    324324 
  • trunk/PersonalInfoAddOn/data/_PersonalInfoAddOn04x02/PersonalInfoModules.txt

    r523 r664  
    9797%STARTSECTION{"phoneListXML"}%<?xml version="1.0" encoding="ISO-8859-1"?> 
    9898<users> 
    99 %SEARCH{ "[F]irstName.*value=.*();[W]orkStatus.*value=.*(Current)" web="%MAINWEB%" type="regex" nonoise="on" excludetopic="UserForm,PersonalInfo,PersonalInfoDocumentation,ProjectContributor,TWikiGuest,UnknownUser" format="<user><firstname><![CDATA[$formfield(FirstName)]]></firstname><lastname><![CDATA[$formfield(LastName)]]></lastname><phone><![CDATA[$formfield(WorkPhone)]]></phone><url><![CDATA[%SCRIPTURL{view}%/%WEB%/$topic]]></url><imgname><![CDATA[$formfield(Picture)]]></imgname><imgurl><![CDATA[%PUBURL%/Main/$topic/]]></imgurl></user>" "}% 
     99%SEARCH{ "[F]irstName.*value=.*();[W]orkStatus.*value=.*(Current)" web="%MAINWEB%" type="regex" nonoise="on" excludetopic="UserForm,PersonalInfo,PersonalInfoDocumentation,ProjectContributor,WikiGuest,UnknownUser" format="<user><firstname><![CDATA[$formfield(FirstName)]]></firstname><lastname><![CDATA[$formfield(LastName)]]></lastname><phone><![CDATA[$formfield(WorkPhone)]]></phone><url><![CDATA[%SCRIPTURL{view}%/%WEB%/$topic]]></url><imgname><![CDATA[$formfield(Picture)]]></imgname><imgurl><![CDATA[%PUBURL%/Main/$topic/]]></imgurl></user>" "}% 
    100100</users> 
    101101%ENDSECTION{"phoneListXML"}% 
     
    107107 
    108108<verbatim> 
    109 %STARTSECTION{"personalSearch"}%%SEARCH{ "[F]irstName.*value=.*(%URLPARAM{"q"}%)|[L]astName.*value=.*(%URLPARAM{"q"}%)" web="%MAINWEB%" type="regex" nonoise="on" excludetopic="UserForm,PersonalInfo,PersonalInfoDocumentation,ProjectContributor,TWikiGuest,UnknownUser" format="   * [[$web.$topic][$topic]] $formfield(WorkPhone)"}%%ENDSECTION{"personalSearch"}% 
     109%STARTSECTION{"personalSearch"}%%SEARCH{ "[F]irstName.*value=.*(%URLPARAM{"q"}%)|[L]astName.*value=.*(%URLPARAM{"q"}%)" web="%MAINWEB%" type="regex" nonoise="on" excludetopic="UserForm,PersonalInfo,PersonalInfoDocumentation,ProjectContributor,WikiGuest,UnknownUser" format="   * [[$web.$topic][$topic]] $formfield(WorkPhone)"}%%ENDSECTION{"personalSearch"}% 
    110110</verbatim> 
    111111 
     
    115115 
    116116<verbatim> 
    117 %STARTSECTION{"vCard"}%%SEARCH{ "[F]irstName.*value=.*();[W]orkStatus.*value=.*(Current)" web="%MAINWEB%" type="regex" nonoise="on" excludetopic="UserForm,PersonalInfo,PersonalInfoDocumentation,ProjectContributor,TWikiGuest,UnknownUser" format="begin:vcard 
     117%STARTSECTION{"vCard"}%%SEARCH{ "[F]irstName.*value=.*();[W]orkStatus.*value=.*(Current)" web="%MAINWEB%" type="regex" nonoise="on" excludetopic="UserForm,PersonalInfo,PersonalInfoDocumentation,ProjectContributor,WikiGuest,UnknownUser" format="begin:vcard 
    118118fn:$formfield(FirstName) $formfield(LastName) 
    119119n:$formfield(LastName);$formfield(FirstName) 
     
    239239---+++ directSearchData 
    240240<verbatim> 
    241 %STARTSECTION{"directSearchData"}%%SEARCH{ "[F]irstName.*value=.*();[W]orkStatus.*value=.*(Current)" web="%MAINWEB%" type="regex" nonoise="on" excludetopic="UserForm,PersonalInfo,PersonalInfoDocumentation,ProjectContributor,TWikiGuest,UnknownUser" format="{name:\"$formfield(FirstName) $formfield(LastName)\",phone:\"$formfield(WorkPhone)\",topic:\"$web/$topic\",pictureName:\"$formfield(Picture)\"}" separator=", "}%%ENDSECTION{"directSearchData"}% 
     241%STARTSECTION{"directSearchData"}%%SEARCH{ "[F]irstName.*value=.*();[W]orkStatus.*value=.*(Current)" web="%MAINWEB%" type="regex" nonoise="on" excludetopic="UserForm,PersonalInfo,PersonalInfoDocumentation,ProjectContributor,WikiGuest,UnknownUser" format="{name:\"$formfield(FirstName) $formfield(LastName)\",phone:\"$formfield(WorkPhone)\",topic:\"$web/$topic\",pictureName:\"$formfield(Picture)\"}" separator=", "}%%ENDSECTION{"directSearchData"}% 
    242242</verbatim> 
    243243 
     
    266266<div id="compact"> 
    267267| *Personal page* | *Phone* | *E-mail* | *Location* | 
    268 %SEARCH{ "[F]irstName.*value=.*();[W]orkStatus.*value=.*(Current)" web="%MAINWEB%" type="regex" nonoise="on" excludetopic="UserForm,PersonalInfo,PersonalInfoDocumentation,ProjectContributor,TWikiGuest,UnknownUser" format="|[[%SCRIPTURL{view}%/$web/$topic][$formfield(FirstName) $formfield(LastName)]] |$formfield(WorkPhone) |$formfield(WorkEmail) |$formfield(WorkLocation) |" "}% 
     268%SEARCH{ "[F]irstName.*value=.*();[W]orkStatus.*value=.*(Current)" web="%MAINWEB%" type="regex" nonoise="on" excludetopic="UserForm,PersonalInfo,PersonalInfoDocumentation,ProjectContributor,WikiGuest,UnknownUser" format="|[[%SCRIPTURL{view}%/$web/$topic][$formfield(FirstName) $formfield(LastName)]] |$formfield(WorkPhone) |$formfield(WorkEmail) |$formfield(WorkLocation) |" "}% 
    269269</div>%ENDSECTION{"tableOfAllUsers"}% 
    270270</verbatim> 
     
    318318} 
    319319</style> 
    320 <div id="pISearchResultsGrid">%SEARCH{ "[W]orkStatus.*value=.*(Current)" web="%MAINWEB%" type="regex" nonoise="on" excludetopic="PresentationForm,UserForm,PersonalInfo,PersonalInfoDocumentation,PersonalInfoFaceBook,ProjectContributor,TWikiGuest,UnknownUser%IF{'defined exclude' then=',%exclude%'}%" order="topic" format="<div class='twikiImage'><a href='%SCRIPTURL{view}%/$web/$topic' class='pISearchResultsGridItem' id='pISearch$topic' title='$formfield(FirstName) $formfield(LastName)'>$percntINCLUDE{$quotPersonalInfoLayoutModules$quot section=$quotimage$quot imgType=$quotnolink$quot imgWeb=$quot$web$quot imgTopic=$quot$topic$quot imgTitle=$quot$formfield(FirstName) $formfield(LastName)$quot imgName=$quot$percntFORMFIELD{$quotPicture$quot topic=$quot$web.$topic$quot format=$quot$value$quot default=$quot$quot alttext=$quot$quot}$percnt$quot}$percnt<span class='pISearchResultsGridInfo'>$formfield(FirstName) $formfield(LastName)</span></a></div>" "}%<br class="twikiClear" /></div>%ENDSECTION{"pictures"}% 
     320<div id="pISearchResultsGrid">%SEARCH{ "[W]orkStatus.*value=.*(Current)" web="%MAINWEB%" type="regex" nonoise="on" excludetopic="PresentationForm,UserForm,PersonalInfo,PersonalInfoDocumentation,PersonalInfoFaceBook,ProjectContributor,WikiGuest,UnknownUser%IF{'defined exclude' then=',%exclude%'}%" order="topic" format="<div class='twikiImage'><a href='%SCRIPTURL{view}%/$web/$topic' class='pISearchResultsGridItem' id='pISearch$topic' title='$formfield(FirstName) $formfield(LastName)'>$percntINCLUDE{$quotPersonalInfoLayoutModules$quot section=$quotimage$quot imgType=$quotnolink$quot imgWeb=$quot$web$quot imgTopic=$quot$topic$quot imgTitle=$quot$formfield(FirstName) $formfield(LastName)$quot imgName=$quot$percntFORMFIELD{$quotPicture$quot topic=$quot$web.$topic$quot format=$quot$value$quot default=$quot$quot alttext=$quot$quot}$percnt$quot}$percnt<span class='pISearchResultsGridInfo'>$formfield(FirstName) $formfield(LastName)</span></a></div>" "}%<br class="twikiClear" /></div>%ENDSECTION{"pictures"}% 
    321321</verbatim> 
    322322 
  • trunk/PollPlugin/data/Sandbox/PollExample.txt

    r464 r664  
    7777        * Set ALLOWTOPICRENAME = %MAINWEB%.TWikiAdminGroup 
    7878        * Set ALLOWTOPICCHANGE = %MAINWEB%.TWikiAdminGroup 
    79         * Set DENYTOPICVOTE = %MAINWEB%.TWikiGuest 
     79        * Set DENYTOPICVOTE = %MAINWEB%.WikiGuest 
    8080 
    8181<!--TWikiPoll--> 
  • trunk/PollPlugin/data/Sandbox/SmiliesPoll.txt

    r260 r664  
    5353---- 
    5454 
    55         * Set DENYTOPICVOTE = %MAINWEB%.TWikiGuest 
     55        * Set DENYTOPICVOTE = %MAINWEB%.WikiGuest 
    5656 
    5757<!--TWikiPoll--> 
  • trunk/SearchEngineKinoSearchAddOn/lib/TWiki/Contrib/SearchEngineKinoSearchAddOn/Search.pm

    r452 r664  
    6262    my $webName    = $session->{webName}; 
    6363    my $topicName  = $session->{topicName}; 
    64     my $remoteUser = $session->{user}||"TWikiGuest"; 
     64    my $remoteUser = $session->{user}||"WikiGuest"; 
    6565    my $websStr = $query->param('web') || ''; 
    6666    my $limit   = $self->limit($query); 
     
    585585    my ($self, $restopic, $resweb,  $text, $remoteUser) = (@_); 
    586586 
    587     # security check - default mapping for user guest is TWikiGuest, so if web/topic 
     587    # security check - default mapping for user guest is WikiGuest, so if web/topic 
    588588    # does not allow this user to view the hit, it will be discarded 
    589589    #my $allowView = TWiki::Func::checkAccessPermission( "view", TWiki::Func::userToWikiName($remoteUser) , $text, $restopic, $resweb ); 
  • trunk/SectionalEditPlugin/data/TWiki/SectionalEditPlugin.txt

    r529 r664  
    1 %META:TOPICINFO{author="TWikiGuest" date="1150610781" format="1.1" reprev="1.20" version="1.20"}% 
     1%META:TOPICINFO{author="WikiGuest" date="1150610781" format="1.1" reprev="1.20" version="1.20"}% 
    22---++ Sectional Edit Plugin 
    33_Discussion of this plugin can be found in [[TWiki:Plugins.%TOPIC%Dev][%TOPIC%Dev]]._ 
  • trunk/SlideNavPlugin/data/TWiki/SlideNavPlugin.txt

    r529 r664  
    1 %META:TOPICINFO{author="TWikiGuest" date="1137388416" format="1.1" version="1.2"}% 
     1%META:TOPICINFO{author="WikiGuest" date="1137388416" format="1.1" version="1.2"}% 
    22---+!! <nop>%TOPIC% 
    33 
  • trunk/SoapClientPlugin/data/TWiki/SoapClientPlugin.txt

    r529 r664  
    1 %META:TOPICINFO{author="TWikiGuest" date="1153746501" format="1.1" version="1.2"}% 
     1%META:TOPICINFO{author="WikiGuest" date="1153746501" format="1.1" version="1.2"}% 
    22---+ <nop>%TOPIC% 
    33 
     
    6767%META:FIELD{name="ModificationPolicy" attributes="" title="ModificationPolicy" value="ContactAuthorFirst"}% 
    6868%META:FIELD{name="RelatedTopics" attributes="" title="RelatedTopics" value="SoapClientPluginDev"}% 
    69 %META:FILEATTACHMENT{name="wikiringlogo20x20.png" attachment="wikiringlogo20x20.png" attr="" comment="" date="1153746500" path="wikiringlogo20x20.png" size="1343" stream="wikiringlogo20x20.png" user="Main.TWikiGuest" version="1"}% 
     69%META:FILEATTACHMENT{name="wikiringlogo20x20.png" attachment="wikiringlogo20x20.png" attr="" comment="" date="1153746500" path="wikiringlogo20x20.png" size="1343" stream="wikiringlogo20x20.png" user="Main.WikiGuest" version="1"}% 
  • trunk/SpanishTWikiContrib/data/TWiki_ES/SitioTWiki.txt

    r612 r664  
    4141   * ReferenciasWiki enlace a artículos y libros acerca de colaboración y tecnología Wiki. 
    4242 
    43 <blockquote> %X% Si tiene que registrarse para utilizar TWiki, por ejemplo si TWiki está funcionando en una intranet, automáticamente firma las páginas que usted modifique o cree con su NombreWiki. Si su instalación de TWiki no requiere que se registre, TWiki asigna a todos los usuarios el mismo nombre de usuario: %USERSWEB%.TWikiGuest.</blockquote> 
     43<blockquote> %X% Si tiene que registrarse para utilizar TWiki, por ejemplo si TWiki está funcionando en una intranet, automáticamente firma las páginas que usted modifique o cree con su NombreWiki. Si su instalación de TWiki no requiere que se registre, TWiki asigna a todos los usuarios el mismo nombre de usuario: %USERSWEB%.WikiGuest.</blockquote> 
    4444 
    4545---++ Aviso legal 
  • trunk/SpanishTWikiContrib/data/TWiki_ES/WebNotify.txt

    r313 r664  
    22%MAKETEXT{"This is a subscription service to be automatically notified by e-mail when topics change in this [_1] web. This is a convenient service, so you do not have to come back and check all the time if something has changed. To subscribe, please add a bullet with your [_2] in alphabetical order to this list:" args="*<nop>%WEB%*,%SYSTEMWEB%.WikiName"}% 
    33 
    4    * Main.TWikiGuest - example@your.company 
     4   * Main.WikiGuest - example@your.company 
    55 
    66%INCLUDE{"NotificacionDeCambios"}% 
  • trunk/SubscribePlugin/data/TWiki/SubscribePlugin.txt

    r529 r664  
    77%SHORTDESCRIPTION% 
    88 
    9 Example (only works if plugin is installed, and you are logged in (not %MAINWEB%.TWikiGuest)): %SUBSCRIBE% 
     9Example (only works if plugin is installed, and you are logged in (not %MAINWEB%.WikiGuest)): %SUBSCRIBE% 
    1010 
    1111---++ Usage 
  • trunk/SubscribePlugin/lib/TWiki/Plugins/SubscribePlugin.pm

    r318 r664  
    168168published by the MailerContrib to manage the subscriptions in WebNotify. 
    169169 
    170 TWikiGuest cannot be subscribed, only logged-in users. 
     170WikiGuest cannot be subscribed, only logged-in users. 
  • trunk/TWikiDotNetForumAppAddOn/data/Forum/WebNotify.txt

    r482 r664  
    22%MAKETEXT{"This is a subscription service to be automatically notified by e-mail when topics change in this [_1] web. This is a convenient service, so you do not have to come back and check all the time if something has changed. To subscribe, please add a bullet with your [_2] in alphabetical order to this list:" args="*<nop>%WEB%*,%SYSTEMWEB%.WikiName"}% 
    33 
    4         * Main.TWikiGuest - example@your.company 
     4        * Main.WikiGuest - example@your.company 
    55 
    66%INCLUDE{"%SYSTEMWEB%.WebChangesAlert"}% 
  • trunk/TWikiReleaseTrackerPlugin/data/TWiki/TRTChangesFromDistribution.txt

    r336 r664  
    1 %META:TOPICINFO{author="TWikiGuest" date="1092833628" format="1.0" version="1.2"}% 
     1%META:TOPICINFO{author="WikiGuest" date="1092833628" format="1.0" version="1.2"}% 
    22%META:TOPICPARENT{name="TWikiReleaseTrackerPlugin"}% 
    33<form action="%SCRIPTURLPATH%/view%SCRIPTSUFFIX%/%WEB%/%TOPIC%">  
  • trunk/TWikiReleaseTrackerPlugin/data/TWiki/TWikiReleaseTrackerPlugin.txt

    r529 r664  
    1 %META:TOPICINFO{author="TWikiGuest" date="1092070800" format="1.0" version="1.1"}% 
     1%META:TOPICINFO{author="WikiGuest" date="1092070800" format="1.0" version="1.1"}% 
    22%META:TOPICPARENT{name="Main.MartinCleaver"}% 
    33---+!! TWiki Release Tracker Plugin 
  • trunk/TWikiReleaseTrackerPlugin/lib/TWiki/Plugins/TWikiReleaseTrackerPlugin/Commands.pm

    r483 r664  
    8383    print "$@\n"; 
    8484  } 
    85 TWiki::Plugins::TWikiReleaseTrackerPlugin::initPlugin("WebHome", "TWiki", "Main.TWikiGuest", "TWiki"); 
     85TWiki::Plugins::TWikiReleaseTrackerPlugin::initPlugin("WebHome", "TWiki", "Main.WikiGuest", "TWiki"); 
    8686 
    8787sub loadIndexes { 
  • trunk/TWikiReleaseTrackerPlugin/lib/TWiki/Plugins/TWikiReleaseTrackerPlugin/test/testPluginTestSuite.pl

    r336 r664  
    2323    print "$@\n"; 
    2424} 
    25 TWiki::Plugins::TWikiReleaseTrackerPlugin::initPlugin("TRTTestSuite", "TWiki", "Main.TWikiGuest", "TWiki"); 
     25TWiki::Plugins::TWikiReleaseTrackerPlugin::initPlugin("TRTTestSuite", "TWiki", "Main.WikiGuest", "TWiki"); 
    2626 
    2727# ======= 
  • trunk/TWikiShellContrib/data/TWiki/CommandSet.txt

    r337 r664  
    1 %META:TOPICINFO{author="TWikiGuest" date="1099288894" format="1.0" version="1.1"}% 
     1%META:TOPICINFO{author="WikiGuest" date="1099288894" format="1.0" version="1.1"}% 
    22---+ CommandSet 
    33 
  • trunk/TWikiShellContrib/data/TWiki/TWikiShellConfigObject.txt

    r337 r664  
    1 %META:TOPICINFO{author="TWikiGuest" date="1099288894" format="1.0" version="1.3"}% 
     1%META:TOPICINFO{author="WikiGuest" date="1099288894" format="1.0" version="1.3"}% 
    22---+ Config Object 
    33 
  • trunk/TWikiShellContrib/data/TWiki/TWikiShellContrib.txt

    r337 r664  
    1 %META:TOPICINFO{author="TWikiGuest" date="1099288894" format="1.0" version="1.3"}% 
     1%META:TOPICINFO{author="WikiGuest" date="1099288894" format="1.0" version="1.3"}% 
    22---+!! TWiki Shell 
    33 
  • trunk/TWikiShellContrib/data/TWiki/TWikiShellServices.txt

    r337 r664  
    1 %META:TOPICINFO{author="TWikiGuest" date="1099288894" format="1.0" version="1.3"}% 
     1%META:TOPICINFO{author="WikiGuest" date="1099288894" format="1.0" version="1.3"}% 
    22---+ Services 
    33 
  • trunk/TWikiUmlPlugin/lib/TWiki/Plugins/TWikiUmlPlugin.pm

    r464 r664  
    113113 
    114114  my $wikiName = TWiki::Func::getWikiName(); 
    115   my $isGuest = $wikiName eq "TWikiGuest"; # TWiki::Func::isGuest() does not seem to work... 
     115  my $isGuest = $wikiName eq "WikiGuest"; # TWiki::Func::isGuest() does not seem to work... 
    116116  my $isChangeAllowed =  
    117117    !$isGuest && 
  • trunk/TWikiWorkbenchAddOn/data/Applications/WebPreferences.txt

    r604 r664  
    3838   * Set #DENYWEBVIEW = 
    3939   * Set #ALLOWWEBVIEW =  
    40    * Set DENYWEBCHANGE = %MAINWEB%.TWikiGuest 
     40   * Set DENYWEBCHANGE = %MAINWEB%.WikiGuest 
    4141   * Set ALLOWWEBCHANGE = %MAINWEB%.TWikiAdminGroup 
    4242   * Set ALLOWTOPICCHANGE = %MAINWEB%.TWikiAdminGroup 
  • trunk/TWikiWorkbenchAddOn/data/_TWikiApplicationTemplate/WebPreferences.txt

    r604 r664  
    3535   * Set #DENYWEBVIEW = 
    3636   * Set #ALLOWWEBVIEW =  
    37    * Set DENYWEBCHANGE = %MAINWEB%.TWikiGuest 
     37   * Set DENYWEBCHANGE = %MAINWEB%.WikiGuest 
    3838   * Set ALLOWWEBCHANGE = %MAINWEB%.TWikiAdminGroup 
    3939   * Set ALLOWTOPICCHANGE = %MAINWEB%.TWikiAdminGroup 
  • trunk/TagMePlugin/lib/TWiki/Plugins/TagMePlugin.pm

    r342 r664  
    10171017    return _wrapHtmlErrorFeedbackMessage( "<nop>$user cannot add new tags", 
    10181018        $note ) 
    1019       if ( $user =~ /^(TWikiGuest|guest)$/ ); 
     1019      if ( $user =~ /^(WikiGuest|guest)$/ ); 
    10201020 
    10211021    $tag = _makeSafeTag($tag); 
  • trunk/TemplateToolkitPlugin/test/unit/TemplateToolkitPlugin/TemplateToolkitPluginTests.pm

    r347 r664  
    2727my $web         =  'TestWeb'; 
    2828my $topic       =  'TestTopic'; 
    29 my $user        =  'TWikiGuest'; 
     29my $user        =  'WikiGuest'; 
    3030my $installWeb  =  'TWiki'; 
    3131 
  • trunk/TimelinePlugin/data/TWiki/TimelinePlugin.txt

    r529 r664  
    121121__Related Topics:__ [[%SYSTEMWEB%.Plugins][Plugins]], %SYSTEMWEB%.DeveloperDocumentationCategory, %SYSTEMWEB%.AdminDocumentationCategory, %SYSTEMWEB%.DefaultPreferences, %USERSWEB%.SitePreferences 
    122122 
    123 %META:FILEATTACHMENT{name="wikiringlogo20x20.png" attr="" autoattached="1" comment="" date="1153741461" path="wikiringlogo20x20.png" size="1343" user="Main.TWikiGuest" version="1"}% 
     123%META:FILEATTACHMENT{name="wikiringlogo20x20.png" attr="" autoattached="1" comment="" date="1153741461" path="wikiringlogo20x20.png" size="1343" user="Main.WikiGuest" version="1"}% 
    124124%META:FILEATTACHMENT{name="timeline.jpg" attr="" autoattached="1" comment="" date="1153721646" path="timeline.jpg" size="11824" user="UnknownUser" version=""}% 
  • trunk/TipsContrib/data/TWiki/TWikiTip025.txt

    r482 r664  
    1717To space out WikiWords, write:  
    1818 
    19 =%<nop>CALC{"$PROPERSPACE(<nop>TWikiGuest)"}%=  
     19=%<nop>CALC{"$PROPERSPACE(<nop>WikiGuest)"}%=  
    2020 
    2121to get: 
    2222 
    23 =%CALC{"$PROPERSPACE(TWikiGuest)"}%= 
     23=%CALC{"$PROPERSPACE(WikiGuest)"}%= 
    2424 
    2525[[SpreadSheetPlugin][More Information...]] 
  • trunk/TopicClassificationAddOn/data/TCAO/Installs/WebPreferences.txt

    r611 r664  
    33---++ <nop>%WEB% Web Preferences 
    44 
    5 The following settings are __web preferences__ of the [[%WEB%.%HOMETOPIC%][%WEB%]] web. These preferences overwrite the __site-level preferences__ in %SYSTEMWEB%.%WIKIPREFSTOPIC%, and can be overwritten by __user preferences__ (your personal topic, eg: %MAINWEB%.TWikiGuest in the [[%MAINWEB%.%HOMETOPIC%][%MAINWEB%]] web). 
     5The following settings are __web preferences__ of the [[%WEB%.%HOMETOPIC%][%WEB%]] web. These preferences overwrite the __site-level preferences__ in %SYSTEMWEB%.%WIKIPREFSTOPIC%, and can be overwritten by __user preferences__ (your personal topic, eg: %MAINWEB%.WikiGuest in the [[%MAINWEB%.%HOMETOPIC%][%MAINWEB%]] web). 
    66 
    77 
  • trunk/TopicClassificationAddOn/data/TCAO/RenderAddComment.txt

    r464 r664  
    2828%IFDEFINEDTHEN{"%RESTRICTCOMMENTS%" as="yes" glue="off"}% 
    2929%~~    IFDEFINED{"%WIKINAME%"  
    30 ~~~        as="TWikiGuest"  
     30~~~        as="WikiGuest"  
    3131~~~        then=" _Please $percntLOGIN$percnt or [[$percntSYSTEMWEB$percnt.TWikiRegistration][register]] to post comments._ "  
    3232~~~        else="$percntCOMMENT{type=\"comment\"  
  • trunk/TopicClassificationAddOn/data/TCAO/WebPreferences.txt

    r611 r664  
    33---++ <nop>%WEB% Web Preferences 
    44 
    5 The following settings are __web preferences__ of the [[%WEB%.%HOMETOPIC%][%WEB%]] web. These preferences overwrite the __site-level preferences__ in %SYSTEMWEB%.%WIKIPREFSTOPIC%, and can be overwritten by __user preferences__ (your personal topic, eg: %MAINWEB%.TWikiGuest in the [[%MAINWEB%.%HOMETOPIC%][%MAINWEB%]] web). 
     5The following settings are __web preferences__ of the [[%WEB%.%HOMETOPIC%][%WEB%]] web. These preferences overwrite the __site-level preferences__ in %SYSTEMWEB%.%WIKIPREFSTOPIC%, and can be overwritten by __user preferences__ (your personal topic, eg: %MAINWEB%.WikiGuest in the [[%MAINWEB%.%HOMETOPIC%][%MAINWEB%]] web). 
    66 
    77 
  • trunk/TopicReferencePlugin/data/TWiki/TopicReferencePlugin.txt

    r529 r664  
    3939 
    4040<ul> 
    41 <li> <a href="/%SCRIPTURLPATH%/view/Main/TWikiGuestLeftBar" class="twikiLink">TWikiGuestLeftBar</a> (0) 
     41<li> <a href="/%SCRIPTURLPATH%/view/Main/WikiGuestLeftBar" class="twikiLink">WikiGuestLeftBar</a> (0) 
    4242</li> <li> <a href="/%SCRIPTURLPATH%/view/Main/NobodyGroup" class="twikiLink">NobodyGroup</a> (0) 
    43 </li> <li> <a href="/%SCRIPTURLPATH%/view/Main/TWikiGuestSideBar" class="twikiLink">TWikiGuestSideBar</a> (0) 
     43</li> <li> <a href="/%SCRIPTURLPATH%/view/Main/WikiGuestSideBar" class="twikiLink">WikiGuestSideBar</a> (0) 
    4444</li> <li> <a href="/%SCRIPTURLPATH%/view/Main/PatternSkinUserViewTemplate" class="twikiLink">PatternSkinUserViewTemplate</a> (0) 
    4545</li> <li> <a href="/%SCRIPTURLPATH%/view/Main/WebLeftBar" class="twikiLink">WebLeftBar</a> (0) 
  • trunk/TopicUserMappingContrib/data/TWiki/ChangePassword.txt

    r647 r664  
    4343 
    4444<!-- 
    45    * Set DENYTOPICVIEW = TWikiGuest 
     45   * Set DENYTOPICVIEW = WikiGuest 
    4646--> 
  • trunk/TopicUserMappingContrib/data/TWiki/LoginName.txt

    r647 r664  
    1313e.g. 
    1414 
    15    * !TWikiGuest - guest - 05 Sep 2004 
     15   * !WikiGuest - guest - 05 Sep 2004 
    1616 
    17 Would mean that !TWikiGuest would log in using the login name 'guest' 
     17Would mean that !WikiGuest would log in using the login name 'guest' 
    1818 
    1919If, on the other hand, if your entry is like this: 
    2020 
    21    * !TWikiGuest - 05 Sep 2004 
     21   * !WikiGuest - 05 Sep 2004 
    2222 
    23 Then you would log in using your WikiName, in this case 'TWikiGuest' 
     23Then you would log in using your WikiName, in this case 'WikiGuest' 
    2424 
    2525__Related Topics for Administrators:__ ManagingUsers, UserDocumentationCategory 
  • trunk/TopicUserMappingContrib/data/TWiki/UsersTemplate.txt

    r662 r664  
    3333   * T - <a name="T">- - - -</a> 
    3434   * ProjectContributor - 1 Jan 2005 
    35    * TWikiGuest - guest - 10 Feb 1999 
     35   * WikiGuest - guest - 10 Feb 1999 
    3636   * RegistrationAgent - 1 Jan 2005 
    3737   * U - <a name="U">- - - -</a> 
     
    4545__%X% Note:__ There are four default system users: 
    4646   * *ProjectContributor* - placeholder for a TWiki developer, and is used in TWiki documentation 
    47    * *TWikiGuest* - guest user, used as a fallback if the user can't be identified 
     47   * *WikiGuest* - guest user, used as a fallback if the user can't be identified 
    4848   * *RegistrationAgent* - special user used during the new user registration process 
    4949   * *UnknownUser* - used where the author of a previously stored piece of data can't be determined 
  • trunk/TopicUserMappingContrib/lib/TWiki/Users/TopicUserMapping.pm

    r647 r664  
    11111111            # Get the WikiNames and userids, and build hashes in both directions 
    11121112            # This matches: 
    1113             #   * TWikiGuest - guest - 10 Mar 2005 
    1114             #   * TWikiGuest - 10 Mar 2005 
     1113            #   * WikiGuest - guest - 10 Mar 2005 
     1114            #   * WikiGuest - 10 Mar 2005 
    11151115            $text =~ 
    11161116s/^\s*\* (?:$TWiki::regex{webNameRegex}\.)?($TWiki::regex{wikiWordRegex})\s*(?:-\s*(\S+)\s*)?-.*$/(_cacheUser( $this, $1, $2)||'')/gome; 
  • trunk/TopicUserMappingContrib/test/unit/TopicUserMappingContrib/TopicUserMappingTests.pm

    r662 r664  
    247247    $this->assert( $k =~ s/^SorryOldMan,//,        $k ); 
    248248    $this->assert( $k =~ s/^StupidOldMan,//,       $k ); 
    249     $this->assert( $k =~ s/^TWikiGuest,//,         $k ); 
     249    $this->assert( $k =~ s/^WikiGuest,//,         $k ); 
    250250    $this->assert( $k =~ s/^UnknownUser,//,        $k ); 
    251251    $this->assert( $k =~ s/^ZebediahUser//,        $k ); 
  • trunk/UnitTestContrib/test/unit/Fn_GROUPS.pm

    r652 r664  
    2121        $this->{twiki}->{user}, $this->{users_web}, 
    2222        "GropeGroup", 
    23         "   * Set GROUP = ScumBag,TWikiGuest\n"); 
     23        "   * Set GROUP = ScumBag,WikiGuest\n"); 
    2424} 
    2525 
     
    3232| *Group* | *Members* | 
    3333| <nop>AdminGroup | [[TemporaryGROUPSUsersWeb.AdminUser][AdminUser]] [[TemporaryGROUPSUsersWeb.RegistrationAgent][RegistrationAgent]] | 
    34 | <nop>TWikiBaseGroup | [[TemporaryGROUPSUsersWeb.AdminUser][AdminUser]] [[TemporaryGROUPSUsersWeb.TWikiGuest][TWikiGuest]] [[TemporaryGROUPSUsersWeb.UnknownUser][UnknownUser]] [[TemporaryGROUPSUsersWeb.ProjectContributor][ProjectContributor]] [[TemporaryGROUPSUsersWeb.RegistrationAgent][RegistrationAgent]] | 
    35 | [[TemporaryGROUPSUsersWeb.GropeGroup][GropeGroup]] | [[TemporaryGROUPSUsersWeb.ScumBag][ScumBag]] [[TemporaryGROUPSUsersWeb.TWikiGuest][TWikiGuest]] | 
     34| <nop>TWikiBaseGroup | [[TemporaryGROUPSUsersWeb.AdminUser][AdminUser]] [[TemporaryGROUPSUsersWeb.WikiGuest][WikiGuest]] [[TemporaryGROUPSUsersWeb.UnknownUser][UnknownUser]] [[TemporaryGROUPSUsersWeb.ProjectContributor][ProjectContributor]] [[TemporaryGROUPSUsersWeb.RegistrationAgent][RegistrationAgent]] | 
     35| [[TemporaryGROUPSUsersWeb.GropeGroup][GropeGroup]] | [[TemporaryGROUPSUsersWeb.ScumBag][ScumBag]] [[TemporaryGROUPSUsersWeb.WikiGuest][WikiGuest]] | 
    3636HUMPH 
    3737} 
  • trunk/UnitTestContrib/test/unit/Fn_IF.pm

    r14 r664  
    281281        test => "'" 
    282282          . TWiki::Func::getWikiName( $this->{twiki}->{user} ) 
    283           . "' ingroup 'TWikiGuest'", 
     283          . "' ingroup 'WikiGuest'", 
    284284        then => 0, 
    285285        else => 1 
     
    294294            TWiki::Func::getWikiName( $this->{twiki}->{user} ) 
    295295          ) 
    296           . "' ingroup 'TWikiGuest'", 
     296          . "' ingroup 'WikiGuest'", 
    297297        then => 0, 
    298298        else => 1 
     
    303303    my $this = shift; 
    304304    $this->simpleTest( 
    305         test => "'" . $this->{twiki}->{user} . "' ingroup 'TWikiGuest'", 
     305        test => "'" . $this->{twiki}->{user} . "' ingroup 'WikiGuest'", 
    306306        then => 0, 
    307307        else => 1 
     
    421421    my $this = shift; 
    422422    $this->simpleTest( 
    423         test => "'%USERNAME%' ingroup 'TWikiGuest'", 
     423        test => "'%USERNAME%' ingroup 'WikiGuest'", 
    424424        then => 0, 
    425425        else => 1 
     
    457457    my $this = shift; 
    458458    $this->simpleTest( 
    459         test => "'%USERINFO{format=\"\$username\"}%' ingroup 'TWikiGuest'", 
     459        test => "'%USERINFO{format=\"\$username\"}%' ingroup 'WikiGuest'", 
    460460        then => 0, 
    461461        else => 1 
     
    495495    my $this = shift; 
    496496    $this->simpleTest( 
    497         test => "'%USERINFO{format=\"\$wikiname\"}%' ingroup 'TWikiGuest'", 
     497        test => "'%USERINFO{format=\"\$wikiname\"}%' ingroup 'WikiGuest'", 
    498498        then => 0, 
    499499        else => 1 
     
    533533    my $this = shift; 
    534534    $this->simpleTest( 
    535         test => "'%USERINFO{format=\"\$wikiusername\"}%' ingroup 'TWikiGuest'", 
     535        test => "'%USERINFO{format=\"\$wikiusername\"}%' ingroup 'WikiGuest'", 
    536536        then => 0, 
    537537        else => 1 
     
    573573        test => "'" 
    574574          . TWiki::Func::getWikiName( $this->{twiki}->{user} ) 
    575           . "' ingroup 'TWikiGuest'", 
     575          . "' ingroup 'WikiGuest'", 
    576576        then => 0, 
    577577        else => 1 
     
    616616    my $this = shift; 
    617617    $this->simpleTest( 
    618         test => "'" . $TWiki::cfg{AdminUserWikiName} . "' ingroup 'TWikiGuest'", 
     618        test => "'" . $TWiki::cfg{AdminUserWikiName} . "' ingroup 'WikiGuest'", 
    619619        then => 0, 
    620620        else => 1 
     
    659659        test => "'" 
    660660          . $TWiki::cfg{DefaultUserWikiName} 
    661           . "' ingroup 'TWikiGuest'", 
     661          . "' ingroup 'WikiGuest'", 
    662662        then => 0, 
    663663        else => 1 
     
    700700    my $this = shift; 
    701701    $this->simpleTest( 
    702         test => "'" . $TWiki::cfg{AdminUserLogin} . "' ingroup 'TWikiGuest'", 
     702        test => "'" . $TWiki::cfg{AdminUserLogin} . "' ingroup 'WikiGuest'", 
    703703        then => 0, 
    704704        else => 1 
     
    741741    my $this = shift; 
    742742    $this->simpleTest( 
    743         test => "'" . $TWiki::cfg{DefaultUserLogin} . "' ingroup 'TWikiGuest'", 
     743        test => "'" . $TWiki::cfg{DefaultUserLogin} . "' ingroup 'WikiGuest'", 
    744744        then => 0, 
    745745        else => 1 
     
    782782    my $this = shift; 
    783783    $this->simpleTest( 
    784         test => "'" . $TWiki::cfg{AdminUserLogin} . "' ingroup 'TWikiGuest'", 
     784        test => "'" . $TWiki::cfg{AdminUserLogin} . "' ingroup 'WikiGuest'", 
    785785        then => 0, 
    786786        else => 1 
     
    823823    my $this = shift; 
    824824    $this->simpleTest( 
    825         test => "'" . $TWiki::cfg{DefaultUserLogin} . "' ingroup 'TWikiGuest'", 
     825        test => "'" . $TWiki::cfg{DefaultUserLogin} . "' ingroup 'WikiGuest'", 
    826826        then => 0, 
    827827        else => 1 
  • trunk/UnitTestContrib/test/unit/Fn_REVINFO.pm

    r14 r664  
    2222        $this->{test_user_cuid}, $this->{users_web}, 
    2323        "GropeGroup", 
    24         "   * Set GROUP = ScumBag,TWikiGuest\n"); 
     24        "   * Set GROUP = ScumBag,WikiGuest\n"); 
    2525    $this->{twiki}->{store}->saveTopic( 
    2626        $this->{test_user_cuid}, $this->{test_web}, 
     
    6868} 
    6969 
    70 #the following 2 return with reasonable looking non-0, but with TWikiGuest as author - perhaps there's a bigger bug out there. 
     70#the following 2 return with reasonable looking non-0, but with WikiGuest as author - perhaps there's a bigger bug out there. 
    7171sub BROKENtest_thisTopicVars { 
    7272    my $this = shift; 
  • trunk/UnitTestContrib/test/unit/Fn_USERINFO.pm

    r14 r664  
    2222        $this->{twiki}->{user}, $this->{users_web}, 
    2323        "GropeGroup", 
    24         "   * Set GROUP = ScumBag,TWikiGuest\n"); 
     24        "   * Set GROUP = ScumBag,WikiGuest\n"); 
    2525} 
    2626 
     
    6161        "W$TWiki::cfg{UsersWebName}.ScumBagUScumBagEscumbag\@example.comGGropeGroupE", $ui); 
    6262 
    63     my $guest_ui = $this->{twiki}->handleCommonTags('%USERINFO{"TWikiGuest" format="W$wikiusernameU$wikinameE$emailsG$groupsE"}%', $this->{test_web}, $this->{test_topic}); 
     63    my $guest_ui = $this->{twiki}->handleCommonTags('%USERINFO{"WikiGuest" format="W$wikiusernameU$wikinameE$emailsG$groupsE"}%', $this->{test_web}, $this->{test_topic}); 
    6464    $this->assert_str_equals( 
    65                 "WTemporaryUSERINFOUsersWeb.TWikiGuestUTWikiGuestEGTWikiBaseGroup, GropeGroupE", $guest_ui); 
     65                "WTemporaryUSERINFOUsersWeb.WikiGuestUWikiGuestEGTWikiBaseGroup, GropeGroupE", $guest_ui); 
    6666} 
    6767 
  • trunk/UnitTestContrib/test/unit/FuncTests.pm

    r14 r664  
    668668    $this->assert_str_equals("PiggleNut", $change->{topic}); 
    669669    $this->assert_equals(2, $change->{revision}); 
    670     $this->assert_equals('TWikiGuest', $change->{user}); 
     670    $this->assert_equals('WikiGuest', $change->{user}); 
    671671    $this->assert($it->hasNext()); 
    672672    $change = $it->next(); 
     
    682682    $this->assert_str_equals("ClutterBuck", $change->{topic}); 
    683683    $this->assert_equals(1, $change->{revision}); 
    684     $this->assert_equals('TWikiGuest', $change->{user}); 
     684    $this->assert_equals('WikiGuest', $change->{user}); 
    685685    $this->assert(!$it->hasNext()); 
    686686 
     
    690690    $this->assert_str_equals("PiggleNut", $change->{topic}); 
    691691    $this->assert_equals(2, $change->{revision}); 
    692     $this->assert_equals('TWikiGuest', $change->{user}); 
     692    $this->assert_equals('WikiGuest', $change->{user}); 
    693693    $change = $it->next(); 
    694694    $this->assert_str_equals("ClutterBuck", $change->{topic}); 
  • trunk/UnitTestContrib/test/unit/FuncUsersTests.pm

    r662 r664  
    196196    my @correctList; 
    197197    if ($TWiki::cfg{UserMappingManager} eq 'TWiki::Users::BaseUserMapping') { 
    198          @correctList = qw/ProjectContributor TWikiGuest RegistrationAgent UnknownUser/; 
     198         @correctList = qw/ProjectContributor WikiGuest RegistrationAgent UnknownUser/; 
    199199    } else { 
    200          @correctList = qw/ProjectContributor TWikiGuest RegistrationAgent UnknownUser User86A UserA UserA86 UserB UserC UserZ/; 
     200         @correctList = qw/ProjectContributor WikiGuest RegistrationAgent UnknownUser User86A UserA UserA86 UserB UserC UserZ/; 
    201201         if ($TWiki::cfg{Register}{AllowLoginName} == 1) { 
    202202             push @correctList, 'ScumBag';      # this user is created in the base class with the assumption of AllowLoginName  
     
    327327    $this->assert_str_equals('AandCGroup,BandCGroup', sort join(',', @list)); 
    328328     
    329     $it = TWiki::Func::eachMembership('TWikiGuest'); 
     329    $it = TWiki::Func::eachMembership('WikiGuest'); 
    330330    @list = (); 
    331331    while ($it->hasNext()) { 
  • trunk/UnitTestContrib/test/unit/InitFormTests.pm

    r14 r664  
    5959 
    6060my $testtmpl1 = <<'HERE'; 
    61 %META:TOPICINFO{author="TWikiGuest" date="1124568292" format="1.1" version="1.2"}% 
    62  
    63 -- Main.TWikiGuest - 20 Aug 2005 
     61%META:TOPICINFO{author="WikiGuest" date="1124568292" format="1.1" version="1.2"}% 
     62 
     63-- Main.WikiGuest - 20 Aug 2005 
    6464 
    6565%META:FORM{name="$testform"}% 
     
    8888 
    8989my $testtext1 = <<'HERE'; 
    90 %META:TOPICINFO{author="TWikiGuest" date="1159721050" format="1.1" reprev="1.3" version="1.3"}% 
     90%META:TOPICINFO{author="WikiGuest" date="1159721050" format="1.1" reprev="1.3" version="1.3"}% 
    9191Needs the following 
    9292   * TestFormInitFormA - Form to be attached 
     
    9696 
    9797my $testtext2 = <<'HERE'; 
    98 %META:TOPICINFO{author="TWikiGuest" date="1159721050" format="1.1" reprev="1.3" version="1.3"}% 
     98%META:TOPICINFO{author="WikiGuest" date="1159721050" format="1.1" reprev="1.3" version="1.3"}% 
    9999Needs the following 
    100100   * TestFormInitFormA - Form to be attached 
     
    112112 
    113113my $testtext3 = <<'HERE'; 
    114 %META:TOPICINFO{author="TWikiGuest" date="1159721050" format="1.1" reprev="1.3" version="1.3"}% 
     114%META:TOPICINFO{author="WikiGuest" date="1159721050" format="1.1" reprev="1.3" version="1.3"}% 
    115115...no text... 
    116116%META:FORM{name="InitTestForm"}% 
  • trunk/UnitTestContrib/test/unit/RequestTests.pm

    r14 r664  
    156156    my $this = shift; 
    157157    my $req = new TWiki::Request(""); 
    158     foreach (qw(TWikiGuest guest foo bar Baz)) { 
     158    foreach (qw(WikiGuest guest foo bar Baz)) { 
    159159        $req->remoteUser($_); 
    160160        $this->assert_str_equals($_, $req->remoteUser, 'Wrong remoteUser value'); 
  • trunk/UnitTestContrib/test/unit/VariableTests.pm

    r649 r664  
    106106%USERINFO% 
    107107%USERINFO{format="$cUID,$emails,$username,$wikiname,$wikiusername"}% 
    108 %USERINFO{"TWikiGuest" format="$cUID,$emails,$username,$wikiname,$wikiusername"}% 
     108%USERINFO{"WikiGuest" format="$cUID,$emails,$username,$wikiname,$wikiusername"}% 
    109109END 
    110110    my $result = $this->{twiki}->handleCommonTags($text, $this->{test_web}, $this->{test_topic}); 
     
    115115scum, $this->{users_web}.ScumBag, scumbag\@example.com 
    116116${TWiki::Users::TopicUserMapping::TWIKI_USER_MAPPING_ID}scum,scumbag\@example.com,scum,ScumBag,$this->{users_web}.ScumBag 
    117 BaseUserMapping_666,,guest,TWikiGuest,$this->{users_web}.TWikiGuest 
     117BaseUserMapping_666,,guest,WikiGuest,$this->{users_web}.WikiGuest 
    118118END 
    119119    $this->annotate("TWiki::cfg{Register}{AllowLoginName} == ".$TWiki::cfg{Register}{AllowLoginName}); 
  • trunk/UserInfoPlugin/lib/TWiki/Plugins/UserInfoPlugin/Core.pm

    r662 r664  
    5252  # init properties 
    5353  $this->{isDakar} = (defined $TWiki::RELEASE)?1:0; 
    54   $this->{twikiGuest} = &TWiki::Func::getDefaultUserName(); 
    55   $this->{twikiGuest} = &TWiki::Func::userToWikiName($this->{twikiGuest}, 1); 
     54  $this->{WikiGuest} = &TWiki::Func::getDefaultUserName(); 
     55  $this->{WikiGuest} = &TWiki::Func::userToWikiName($this->{WikiGuest}, 1); 
    5656  $this->{ignoreHosts} =  
    5757    TWiki::Func::getPreferencesValue("USERINFOPLUGIN_IGNORE_HOSTS") || ''; 
     
    7070  $this->{ignoreUsers} .= '|' if $this->{ignoreUsers}; 
    7171  $this->{ignoreUsers} .=  
    72     $this->{twikiGuest} . 
     72    $this->{WikiGuest} . 
    7373    '|'.'TWikiAdminGroup' . 
    7474    '|'.'UnknownUser' . 
     
    117117  return $this->{nrGuests} if defined $this->{nrGuests}; 
    118118 
    119   my (undef, $guests) = $this->getVisitorsFromSessionStore($this->{twikiGuest}); 
     119  my (undef, $guests) = $this->getVisitorsFromSessionStore($this->{WikiGuest}); 
    120120  $this->{nrGuests} = scalar @$guests; 
    121121 
     
    308308    next unless $dump; 
    309309 
    310     my $wikiName = $this->{twikiGuest}; 
     310    my $wikiName = $this->{WikiGuest}; 
    311311    if ($dump =~ /['"]?AUTHUSER['"]? => ["'](.*?)["']/) { 
    312312      $wikiName = $1; 
     
    322322      #writeDebug("host=$host"); 
    323323      next if $host =~ /$this->{ignoreHosts}/; 
    324       $guests{$host} = 1 if $wikiName eq $this->{twikiGuest}; 
     324      $guests{$host} = 1 if $wikiName eq $this->{WikiGuest}; 
    325325    } 
    326326 
  • trunk/WebPermissionsPlugin/data/TWiki/WebPermissionsPlugin.txt

    r626 r664  
    6262                                <select size="14" name="disallowedusers" multiple="multiple" style="width: 100%;"> 
    6363                                         <optgroup label="Groups"></optgroup> 
    64                                          <optgroup label="Users"><option>ProjectContributor</option><option>TWikiGuest</option></optgroup></select> 
     64                                         <optgroup label="Users"><option>ProjectContributor</option><option>WikiGuest</option></optgroup></select> 
    6565                  </td><td align="center" width="100"> 
    6666                                <button type="button" style="width: 100%;" class="twikiSubmit" name="action_save" id="save">%LEFT% Remove</button> 
  • trunk/WidgetsSkin/data/TWiki/TestUrls.txt

    r18 r664  
    1 %META:TOPICINFO{author="TWikiGuest" date="1168248992" format="1.1" reprev="1.1" version="1.1"}% 
     1%META:TOPICINFO{author="WikiGuest" date="1168248992" format="1.1" reprev="1.1" version="1.1"}% 
    22test your skin here add =?skin=yourskin= to the URL for this topic, then click on each like to proof  
    33 
  • trunk/WorkflowPlugin/data/TWiki/WorkflowPlugin.txt

    r581 r664  
    150150<!-- Do _not_ attempt to edit this topic; it is auto-generated. Please add comments/questions/remarks to the Dev topic instead. --> 
    151151 
    152 %META:FILEATTACHMENT{name="convert.pl.txt" attr="h" autoattached="1" comment="" date="1159057355" path="convert.pl.txt" size="355" user="Main.TWikiGuest" version="1"}% 
     152%META:FILEATTACHMENT{name="convert.pl.txt" attr="h" autoattached="1" comment="" date="1159057355" path="convert.pl.txt" size="355" user="Main.WikiGuest" version="1"}% 
    153153%META:FILEATTACHMENT{name="Flow.draw" attr="h" autoattached="1" comment="" date="1159056685" path="Flow.draw" size="5504" user="UnknownUser" version=""}% 
    154154%META:FILEATTACHMENT{name="Flow.gif" attr="h" autoattached="1" comment="" date="1159056685" path="Flow.gif" size="3252" user="UnknownUser" version=""}% 
  • trunk/YetAnotherXpTrackerPlugin/data/_default_XpTracker/ATeamMember.txt

    r399 r664  
    1 %META:TOPICINFO{author="TWikiGuest" date="1052814180" format="1.0" version="1.1"}% 
     1%META:TOPICINFO{author="WikiGuest" date="1052814180" format="1.0" version="1.1"}% 
    22%XPSHOWDEVELOPERTIMESHEET{"%TOPIC%"}% 
    33 
  • trunk/YetAnotherXpTrackerPlugin/data/_default_XpTracker/AllIterations.txt

    r399 r664  
    1 %META:TOPICINFO{author="TWikiGuest" date="1154131865" format="1.1" version="1.2"}% 
     1%META:TOPICINFO{author="WikiGuest" date="1154131865" format="1.1" version="1.2"}% 
    22 
    33| *Name*           | *Type* | *Tooltip message* | 
  • trunk/YetAnotherXpTrackerPlugin/data/_default_XpTracker/GettingStarted.txt

    r399 r664  
    1 %META:TOPICINFO{author="TWikiGuest" date="1146676427" format="1.0" version="1.9"}% 
     1%META:TOPICINFO{author="WikiGuest" date="1146676427" format="1.0" version="1.9"}% 
    22 
    33%TOC% 
  • trunk/YetAnotherXpTrackerPlugin/data/_default_XpTracker/IterationForm.txt

    r399 r664  
    1 %META:TOPICINFO{author="TWikiGuest" date="1143241449" format="1.0" version="1.6"}% 
     1%META:TOPICINFO{author="WikiGuest" date="1143241449" format="1.0" version="1.6"}% 
    22| *Name* | *Type*  | *Size* | *Values* | *Tooltip message* | *Mandatory* | 
    33| Summary                       | text         | 40 | | | M | 
  • trunk/YetAnotherXpTrackerPlugin/data/_default_XpTracker/IterationTemplate.txt

    r399 r664  
    1 %META:TOPICINFO{author="TWikiGuest" date="1154133225" format="1.1" version="1.2"}% 
     1%META:TOPICINFO{author="WikiGuest" date="1154133225" format="1.1" version="1.2"}% 
    22 
    33%XPSHOWITERATIONTERSE{"%TOPIC%"}% 
  • trunk/YetAnotherXpTrackerPlugin/data/_default_XpTracker/IterationTemplateOptions.txt

    r399 r664  
    1 %META:TOPICINFO{author="TWikiGuest" date="1154157985" format="1.1" version="1.2"}% 
     1%META:TOPICINFO{author="WikiGuest" date="1154157985" format="1.1" version="1.2"}% 
    22| Name | Type | Tooltip message | 
    33| IterationTemplate | option | | 
  • trunk/YetAnotherXpTrackerPlugin/data/_default_XpTracker/ProjectForm.txt

    r399 r664  
    1 %META:TOPICINFO{author="TWikiGuest" date="1154132833" format="1.1" version="1.2"}% 
     1%META:TOPICINFO{author="WikiGuest" date="1154132833" format="1.1" version="1.2"}% 
    22 
    33| *Name*    | *Type* | *Size* | *Values* | *Tooltip message* | 
  • trunk/YetAnotherXpTrackerPlugin/data/_default_XpTracker/ProjectTemplate.txt

    r399 r664  
    1 %META:TOPICINFO{author="TWikiGuest" date="1036687012" format="1.0" version="1.5"}% 
     1%META:TOPICINFO{author="WikiGuest" date="1036687012" format="1.0" version="1.5"}% 
    22 
    33%XPSHOWTEAMITERATIONS{"%TOPIC%"}% 
  • trunk/YetAnotherXpTrackerPlugin/data/_default_XpTracker/ProjectTemplateOptions.txt

    r399 r664  
    1 %META:TOPICINFO{author="TWikiGuest" date="1154157985" format="1.1" version="1.2"}% 
     1%META:TOPICINFO{author="WikiGuest" date="1154157985" format="1.1" version="1.2"}% 
    22| Name | Type | Tooltip message | 
    33| ProjectTemplate | option | | 
  • trunk/YetAnotherXpTrackerPlugin/data/_default_XpTracker/ProjectTopics.txt

    r399 r664  
    1 %META:TOPICINFO{author="TWikiGuest" date="1152507499" format="1.1" version="1.2"}% 
     1%META:TOPICINFO{author="WikiGuest" date="1152507499" format="1.1" version="1.2"}% 
    22Parent of all topics related to project tracking... 
    33 
  • trunk/YetAnotherXpTrackerPlugin/data/_default_XpTracker/StoryForm.txt

    r399 r664  
    1 %META:TOPICINFO{author="TWikiGuest" date="1154157676" format="1.1" version="1.2"}% 
     1%META:TOPICINFO{author="WikiGuest" date="1154157676" format="1.1" version="1.2"}% 
    22| *Name*      | *Type* | *Size* | *Values* | *Tooltip message* | *Mandatory* | 
    33| Story summary   | text   | 60     | |  | M | 
  • trunk/YetAnotherXpTrackerPlugin/data/_default_XpTracker/StoryTemplate.txt

    r399 r664  
    1 %META:TOPICINFO{author="TWikiGuest" date="1154130936" format="1.1" reprev="1.2" version="1.2"}% 
     1%META:TOPICINFO{author="WikiGuest" date="1154130936" format="1.1" reprev="1.2" version="1.2"}% 
    22%META:TOPICPARENT{name="ProjectTopics"}% 
    33 
  • trunk/YetAnotherXpTrackerPlugin/data/_default_XpTracker/StoryTemplateOptions.txt

    r399 r664  
    1 %META:TOPICINFO{author="TWikiGuest" date="1154157985" format="1.1" version="1.2"}% 
     1%META:TOPICINFO{author="WikiGuest" date="1154157985" format="1.1" version="1.2"}% 
    22| Name | Type | Tooltip message | 
    33| StoryTemplate | option | | 
  • trunk/YetAnotherXpTrackerPlugin/data/_default_XpTracker/TaskForm.txt

    r399 r664  
    1 %META:TOPICINFO{author="TWikiGuest" date="1143241268" format="1.0" version="1.13"}% 
     1%META:TOPICINFO{author="WikiGuest" date="1143241268" format="1.0" version="1.13"}% 
    22| *Name* | *Type* | *Size* | *Values* | *Tooltip message* | 
    33| Task name | text  | 30 |      | | 
  • trunk/YetAnotherXpTrackerPlugin/data/_default_XpTracker/TeamMembers.txt

    r399 r664  
    1 %META:TOPICINFO{author="TWikiGuest" date="1154157985" format="1.1" version="1.2"}% 
     1%META:TOPICINFO{author="WikiGuest" date="1154157985" format="1.1" version="1.2"}% 
    22| Name | Type | Tooltip message | 
    33|  |  |  | 
  • trunk/YetAnotherXpTrackerPlugin/data/_default_XpTracker/TeamTemplate.txt

    r399 r664  
    1 %META:TOPICINFO{author="TWikiGuest" date="1036694100" format="1.0" version="1.1"}% 
     1%META:TOPICINFO{author="WikiGuest" date="1036694100" format="1.0" version="1.1"}% 
    22 
    33%XPSHOWPROJECTTEAMS{"%TOPIC%"}% 
  • trunk/YetAnotherXpTrackerPlugin/data/_default_XpTracker/TeamTemplateOptions.txt

    r399 r664  
    1 %META:TOPICINFO{author="TWikiGuest" date="1154157985" format="1.1" version="1.2"}% 
     1%META:TOPICINFO{author="WikiGuest" date="1154157985" format="1.1" version="1.2"}% 
    22| Name | Type | Tooltip message | 
    33| TeamTemplate | option | | 
  • trunk/YetAnotherXpTrackerPlugin/data/_default_XpTracker/WebPreferences.txt

    r619 r664  
    33---+!! <nop>%WEB% Web Preferences 
    44 
    5 The following settings are __web preferences__ of the [[%WEB%.%HOMETOPIC%][%WEB%]] web. These preferences overwrite the __site-level preferences__ in [[%SYSTEMWEB%.%WIKIPREFSTOPIC%]] and [[%LOCALSITEPREFS%]], and can be overwritten by __user preferences__ (your personal topic, eg: %MAINWEB%.TWikiGuest in the [[%MAINWEB%.%HOMETOPIC%][%MAINWEB%]] web). 
     5The following settings are __web preferences__ of the [[%WEB%.%HOMETOPIC%][%WEB%]] web. These preferences overwrite the __site-level preferences__ in [[%SYSTEMWEB%.%WIKIPREFSTOPIC%]] and [[%LOCALSITEPREFS%]], and can be overwritten by __user preferences__ (your personal topic, eg: %MAINWEB%.WikiGuest in the [[%MAINWEB%.%HOMETOPIC%][%MAINWEB%]] web). 
    66 
    77%TOC% 
  • trunk/core/bin/.htaccess.txt

    r14 r664  
    6464# By convention this is the TWikiRegistration page, that allows users 
    6565# to register with the TWiki. Apache requires this to be a *local* path. 
    66 # Comment this out if you setup TWiki to completely deny access to TWikiGuest 
     66# Comment this out if you setup TWiki to completely deny access to WikiGuest 
    6767# in all webs or change the path to a static html page. 
    6868ErrorDocument 401 {ScriptUrlPath}/view/TWiki/TWikiRegistration 
  • trunk/core/data/Main/TWikiGuest.txt

    r482 r664  
    11%META:TOPICINFO{author="ProjectContributor" date="1123211354" format="1.1" version="$Rev: 15171 $"}% 
    2 ---+ The <nop>TWikiGuest User 
     2---+ The <nop>WikiGuest User 
    33 
    44A guest of this TWiki web, not unlike yourself. You can leave your trace behind you, just add your name in [[%SYSTEMWEB%.TWikiRegistration][TWikiRegistration]] and create your own page. 
  • trunk/core/data/Main/WebNotify.txt

    r482 r664  
    22This is a subscription service to be automatically notified by e-mail when topics change in this *<nop>%WEB%* web. This is a convenient service, so you do not have to come back and check all the time if something has changed. To subscribe, please add a bullet with your [[%SYSTEMWEB%.WikiName][WikiName]] in alphabetical order to this list: 
    33 
    4    * Main.TWikiGuest - example@your.company 
     4   * Main.WikiGuest - example@your.company 
    55 
    66%INCLUDE{"%SYSTEMWEB%.WebChangesAlert"}% 
  • trunk/core/data/Sandbox/WebNotify.txt

    r482 r664  
    44%MAKETEXT{"This is a subscription service to be automatically notified by e-mail when topics change in this [_1] web. This is a convenient service, so you do not have to come back and check all the time if something has changed. To subscribe, please add a bullet with your [_2] in alphabetical order to this list:" args="*<nop>%WEB%*,[[%SYSTEMWEB%.WikiName][WikiName]]"}% 
    55 
    6    * Main.TWikiGuest - example@your.company 
     6   * Main.WikiGuest - example@your.company 
    77 
    88%INCLUDE{"%SYSTEMWEB%.WebChangesAlert"}% 
  • trunk/core/data/TWiki/AccessControl.txt

    r626 r664  
    4545   * The user is added to the %USERSWEB%.%WIKIUSERSTOPIC% topic. 
    4646 
    47 The default visitor name is %USERSWEB%.TWikiGuest. This is the non-authenticated user. 
     47The default visitor name is %USERSWEB%.WikiGuest. This is the non-authenticated user. 
    4848 
    4949#ManagingGroups 
  • trunk/core/data/TWiki/IfStatements.txt

    r547 r664  
    31312. Compare TWiki variable 
    3232<verbatim> 
    33 You are %IF{ "$ WIKINAME='TWikiGuest' and not defined 'OPEN_DAY'" then="not" }% allowed to 
     33You are %IF{ "$ WIKINAME='WikiGuest' and not defined 'OPEN_DAY'" then="not" }% allowed to 
    3434%IF{ "context view" then="view" else="edit"}% this TWiki today. 
    3535</verbatim> 
  • trunk/core/data/TWiki/ReleaseNotes01x00.txt

    r648 r664  
    248248| [[%BUGS%/Item4848][Item4848]] | !EditTablePlugin textarea bug! | 
    249249| [[%BUGS%/Item4846][Item4846]] | Installation process SNAFU if you don't set a configure PW | 
    250 | [[%BUGS%/Item4819][Item4819]] | viewauth redirect loops to death when Main and TWiki webs both are view denied for !TWikiGuest | 
     250| [[%BUGS%/Item4819][Item4819]] | viewauth redirect loops to death when Main and TWiki webs both are view denied for !WikiGuest | 
    251251| [[%BUGS%/Item4816][Item4816]] | !EditPreferences of !Main.TWikiPreferences broken | 
    252252| [[%BUGS%/Item4807][Item4807]] | swap twikistyle and defaultstyle definitions | 
  • trunk/core/data/TWiki/SitePermissions.txt

    r611 r664  
    99 
    1010   * A blank in the the above table may mean _either_ the corresponding control is absent or commented out _or_ that it has been set to a null value.  The two conditions have dramatically different and possibly opposed semantics. 
    11    * %USERSWEB%.TWikiGuest is the guest account - used by unauthenticated users. 
    12    * The TWiki web must not deny view to %USERSWEB%.TWikiGuest; otherwise, people will not be able to register. 
     11   * %USERSWEB%.WikiGuest is the guest account - used by unauthenticated users. 
     12   * The TWiki web must not deny view to %USERSWEB%.WikiGuest; otherwise, people will not be able to register. 
    1313 
    1414%STOPINCLUDE% 
  • trunk/core/data/TWiki/TWikiSiteTools.txt

    r611 r664  
    7575      * __Attention:__ The script must run as the same user as the CGI scripts are running, which is user =nobody= on many systems. Example crontab entry: %BR% =0 0 * * * (cd /path/to/twiki/bin; ./statistics &gt;/dev/null 2&gt;&amp;1)= 
    7676      * There is a workaround in case you can't run the script as user =nobody= : Run the utility =twiki/tools/geturl.pl= in your cron job and specify the URL of the =twiki/bin/statistics= script as a parameter. Example: %BR% =0 0 * * * (cd /path/to/twiki/tools; ./geturl.pl mydomain.com /urlpath/to/twiki/bin/statistics &gt;/dev/null 2&gt;&amp;1)=  
    77       * __NOTE:__ =geturl.pl= will do a TWiki CGI request as the <nop>TWikiGuest user, so if you use this workaround, the !WebStatistics topics you are updating will have to be writable by <nop>TWikiGuest. 
     77      * __NOTE:__ =geturl.pl= will do a TWiki CGI request as the <nop>WikiGuest user, so if you use this workaround, the !WebStatistics topics you are updating will have to be writable by <nop>WikiGuest. 
    7878 
    7979When running from the command line or a cron job, you can pass parameters to the script like this: 
     
    100100     =| &lt;time&gt; | &lt;wikiusername&gt; | &lt;action&gt; | &lt;web&gt;.&lt;topic&gt; | &lt;extra info&gt; | &lt;IP address&gt; |= 
    101101   * Example log entry: %BR% 
    102      =| %SERVERTIME{$day $mon $year - $hour:$min}% | %USERSWEB%.TWikiGuest | view | %SYSTEMWEB%.WebRss |  | 66.124.232.02 |= 
     102     =| %SERVERTIME{$day $mon $year - $hour:$min}% | %USERSWEB%.WikiGuest | view | %SYSTEMWEB%.WebRss |  | 66.124.232.02 |= 
    103103   * Actions are logged if enabled in [[%SCRIPTURLPATH{"configure"}%][configure]] by the *{Log}{<i>action</i>}* flags 
    104104   * Logged actions: 
  • trunk/core/data/TWiki/TWikiUpgradeGuide.txt

    r658 r664  
    137137---+++ !TWikiUsers topic in Main web 
    138138 
    139 Your Cairo [[Main.TWikiUsers][Main.TWikiUsers]] topic will work in TWiki4 but you will need to ensure that these 4 users from the default TWiki4 version of !TWikiUsers are copied to the existing !TWikiUsers topic. !TWikiGuest is probably already there but the others are new 
     139Your Cairo [[Main.TWikiUsers][Main.TWikiUsers]] topic will work in TWiki4 but you will need to ensure that these 4 users from the default TWiki4 version of !TWikiUsers are copied to the existing !TWikiUsers topic. !WikiGuest is probably already there but the others are new 
    140140   * *ProjectContributor* - placeholder for a TWiki developer, and is used in TWiki documentation 
    141    * *TWikiGuest* - guest user, used as a fallback if the user can't be identified 
     141   * *WikiGuest* - guest user, used as a fallback if the user can't be identified 
    142142   * *RegistrationAgent* - special user used during the new user registration process 
    143143   * *UnknownUser* - used where the author of a previously stored piece of data can't be determined 
  • trunk/core/data/TWiki/UserAuthentication.txt

    r626 r664  
    6161---+++ No Login (select =none=) 
    6262 
    63 Does exactly what it says on the tin. Forget about authentication to make your site completely public - anyone can browse and edit freely, in classic Wiki style. All visitors are given the %USERSWEB%.TWikiGuest default identity, so you can't track individual user activity. 
     63Does exactly what it says on the tin. Forget about authentication to make your site completely public - anyone can browse and edit freely, in classic Wiki style. All visitors are given the %USERSWEB%.WikiGuest default identity, so you can't track individual user activity. 
    6464 
    6565__%X% Note:__ This setup is *not* recommended on public websites for security reasons; anyone would be able to change system settings and perform tasks usually restricted to administrators. 
  • trunk/core/data/TWiki/VarUSERINFO.txt

    r518 r664  
    99      * Expands to: =%USERINFO{ format="$username is really !$wikiname" }%= 
    1010   * Retrieve information about another user: 
    11       * Example: =%<nop>USERINFO{ "TWikiGuest" format="$username is really $wikiname" }%= 
    12       * Expands to: <code>%USERINFO{ "TWikiGuest" format="$username is really !$wikiname" }%</code> 
     11      * Example: =%<nop>USERINFO{ "WikiGuest" format="$username is really $wikiname" }%= 
     12      * Expands to: <code>%USERINFO{ "WikiGuest" format="$username is really !$wikiname" }%</code> 
    1313      * __Note:__ The parameter should be the wikiname of a user. Since TWiki 4.2.1, you can also pass a login name. You can only get information about another user if the ={AntiSpam}{HideUserDetails}= configuration option is not enabled, or if you are an admin. %IF{"{AntiSpam}{HideUserDetails}" then=" _(User details are hidden in this TWiki)_ "}% 
    1414   * Related: [[%IF{"'%INCLUDINGTOPIC%'='TWikiVariables'" then="#"}%VarUSERNAME][USERNAME]], [[%IF{"'%INCLUDINGTOPIC%'='TWikiVariables'" then="#"}%VarWIKINAME][WIKINAME]], [[%IF{"'%INCLUDINGTOPIC%'='TWikiVariables'" then="#"}%VarWIKIUSERNAME][WIKIUSERNAME]], UserAuthentication, ChangeEmailAddress 
  • trunk/core/data/TWiki/VarUSERNAME.txt

    r518 r664  
    33#VarUSERNAME 
    44---+++ USERNAME -- your login username 
    5    * TWiki makes names available in three formats: USERNAME like =jsmith=, WIKINAME like =JohnSmith= and WIKIUSERNAME like =%USERSWEB%.JohnSmith=. Un-authenticated users are all %USERSWEB%.TWikiGuest. 
     5   * TWiki makes names available in three formats: USERNAME like =jsmith=, WIKINAME like =JohnSmith= and WIKIUSERNAME like =%USERSWEB%.JohnSmith=. Un-authenticated users are all %USERSWEB%.WikiGuest. 
    66   * Syntax: =%<nop>USERNAME%= 
    77   * Expands to: =%USERNAME%= 
  • trunk/core/data/TWiki/WebNotify.txt

    r482 r664  
    22This is a subscription service to be automatically notified by e-mail when topics change in this *<nop>%WEB%* web. This is a convenient service, so you do not have to come back and check all the time if something has changed. To subscribe, please add a bullet with your %SYSTEMWEB%.WikiName in alphabetical order to this list: 
    33 
    4    * %USERSWEB%.TWikiGuest - example@your.company 
     4   * %USERSWEB%.WikiGuest - example@your.company 
    55 
    66%INCLUDE{"%SYSTEMWEB%.WebChangesAlert"}% 
  • trunk/core/data/TestCases/LinkBox.txt

    r14 r664  
    1 %META:TOPICINFO{author="TWikiGuest" date="1108551480" format="1.0" version="1.1"}% 
     1%META:TOPICINFO{author="WikiGuest" date="1108551480" format="1.0" version="1.1"}% 
    22%META:TOPICPARENT{name="TestCaseAutoFormatting"}% 
    33Empty text fixture 
  • trunk/core/data/TestCases/TestCaseIncludedVerbatim.txt

    r14 r664  
    1 %META:TOPICINFO{author="TWikiGuest" date="1129310581" format="1.1" version="1.2"}% 
     1%META:TOPICINFO{author="WikiGuest" date="1129310581" format="1.1" version="1.2"}% 
    22%META:TOPICPARENT{name="WebHome"}% 
    33---+!! %TOPIC% 
  • trunk/core/data/TestCases/TestCaseIncludedVerbatimData.txt

    r14 r664  
    1 %META:TOPICINFO{author="TWikiGuest" date="1129310577" format="1.1" version="1.2"}% 
     1%META:TOPICINFO{author="WikiGuest" date="1129310577" format="1.1" version="1.2"}% 
    22%META:TOPICPARENT{name="TestCaseIncludedVerbatim"}% 
    33<verbatim> 
  • trunk/core/data/TestCases/TocFixture.txt

    r14 r664  
    1 %META:TOPICINFO{author="TWikiGuest" date="1108664432" format="1.0" version="1.1"}% 
     1%META:TOPICINFO{author="WikiGuest" date="1108664432" format="1.0" version="1.1"}% 
    22---+ Nonsense 
    33rhyming 
  • trunk/core/data/TestCases/WebPreferences.txt

    r611 r664  
    77        * Set BROADCASTMESSAGE = NOTE: This is the <nop>TestCases web. You cannot edit any topic named "TestCase..." or "Web..." in this web, you can only create new topics. Any topics you _do_ create that are not checked into subversion may be deleted by anyone, at any time. 
    88 
    9 The following settings are __web preferences__ of the <nop>%WEB% web. These preferences overwrite the __site-level preferences__ in %SYSTEMWEB%.%WIKIPREFSTOPIC%, and can be overwritten by __user preferences__ (your personal topic, i.e. %USERSWEB%.TWikiGuest in the %USERSWEB% web) 
     9The following settings are __web preferences__ of the <nop>%WEB% web. These preferences overwrite the __site-level preferences__ in %SYSTEMWEB%.%WIKIPREFSTOPIC%, and can be overwritten by __user preferences__ (your personal topic, i.e. %USERSWEB%.WikiGuest in the %USERSWEB% web) 
    1010 
    1111__Preferences:__ 
  • trunk/core/data/Trash/WebNotify.txt

    r482 r664  
    33%MAKETEXT{"This is a subscription service to be automatically notified by e-mail when topics change in this [_1] web. This is a convenient service, so you do not have to come back and check all the time if something has changed. To subscribe, please add a bullet with your [_2] in alphabetical order to this list:" args="*<nop>%WEB%*,%SYSTEMWEB%.WikiName"}% 
    44 
    5    * Main.TWikiGuest - example@your.company 
     5   * Main.WikiGuest - example@your.company 
    66 
    77%INCLUDE{"%SYSTEMWEB%.WebChangesAlert"}% 
  • trunk/core/data/_default/WebNotify.txt

    r482 r664  
    22%MAKETEXT{"This is a subscription service to be automatically notified by e-mail when topics change in this [_1] web. This is a convenient service, so you do not have to come back and check all the time if something has changed. To subscribe, please add a bullet with your [_2] in alphabetical order to this list:" args="*<nop>%WEB%*,[[%SYSTEMWEB%.WikiName][WikiName]]"}% 
    33 
    4         * Main.TWikiGuest - example@your.company 
     4        * Main.WikiGuest - example@your.company 
    55 
    66%INCLUDE{"%SYSTEMWEB%.WebChangesAlert"}% 
  • trunk/core/lib/TWiki/Contrib/core/MANIFEST

    r660 r664  
    6161data/Main/TWikiAdminUser.txt 0644 
    6262data/Main/TWikiGroups.txt 0644 
    63 data/Main/TWikiGuest.txt 0644 
     63data/Main/WikiGuest.txt 0644 
    6464data/Main/UnknownUser.txt 0644 
    6565data/Main/WebAtom.txt 0644 
  • trunk/core/lib/TWiki/Func.pm

    r658 r664  
    881881---+++ isGuest( ) -> $boolean 
    882882 
    883 Test if logged in user is a guest (TWikiGuest) 
     883Test if logged in user is a guest (WikiGuest) 
    884884 
    885885*Since:* TWiki::Plugins::VERSION 1.000 (7 Dec 2002) 
     
    20712071   * =$web=   - Web name, optional, e.g. ='Main'=. The current web is taken if missing 
    20722072   * =$meta=  - topic meta-data to use while expanding (Since TWiki::Plugins::VERSION 1.2) 
    2073 Return: =$text=     Expanded text, e.g. ='Current user is <nop>TWikiGuest'= 
     2073Return: =$text=     Expanded text, e.g. ='Current user is <nop>WikiGuest'= 
    20742074 
    20752075*Since:* TWiki::Plugins::VERSION 1.000 (7 Dec 2002) 
  • trunk/core/lib/TWiki/UI/Register.pm

    r662 r664  
    905905 
    906906    # Only change the session's identity _if_ the registration was done by 
    907     # TWikiGuest, and an email was correctly sent. 
     907    # WikiGuest, and an email was correctly sent. 
    908908    if (   $safe2login 
    909909        && $session->{user} eq 
     
    11981198    #      user topic exists, or, Main.UserList mapping exists 
    11991199    #NOTE: it is important that _any_ user can register any random third party 
    1200     #      this is not only how TWikiGuest registers as someone else, but often 
     1200    #      this is not only how WikiGuest registers as someone else, but often 
    12011201    #      how users pre-register others. 
    12021202    my $users    = $session->{users}; 
  • trunk/core/lib/TWiki/UI/Statistics.pm

    r411 r664  
    211211 
    212212# print "Main.WebHome views = " . ${$statsRef}{'Main'}{'WebHome'}."\n"; 
    213 # print "Main web, TWikiGuest contribs = " . ${$statsRef}{'Main'}{'Main.TWikiGuest'}."\n"; 
     213# print "Main web, WikiGuest contribs = " . ${$statsRef}{'Main'}{'Main.WikiGuest'}."\n"; 
    214214    foreach my $web ( sort keys %$statsRef ) { 
    215215        my $count = 0; 
     
    480480 
    481481# print "Main.WebHome views = " . $statsRef->{$webName}{'WebHome'}."\n"; 
    482 # print "Main web, TWikiGuest contribs = " . ${$statsRef}{$webName}{'Main.TWikiGuest'}."\n"; 
     482# print "Main web, WikiGuest contribs = " . ${$statsRef}{$webName}{'Main.WikiGuest'}."\n"; 
    483483 
    484484    my @list = (); 
  • trunk/core/lib/TWiki/Users/BaseUserMapping.pm

    r663 r664  
    3131---++ Users 
    3232   * $TWiki::cfg{AdminUserLogin} - TWikiAdmin - uses the password that was set in Configure (IF its not null) 
    33    * $TWiki::cfg{DefaultUserLogin} - TWikiGuest 
     33   * $TWiki::cfg{DefaultUserLogin} - WikiGuest 
    3434   * UnknownUser 
    3535   * ProjectContributor - 1 Jan 2005 
  • trunk/core/test/tinderbox/tinderbox.pl

    r14 r664  
    6666    'Getopt::Long' => { }, 
    6767    'Pod::Usage' => { }, 
    68     'LWP::UserAgent::TWiki::TWikiGuest' => { }, 
     68    'LWP::UserAgent::TWiki::WikiGuest' => { }, 
    6969 
    7070    'WWW::Mechanize::TWiki' => { version => '0.08' }, 
  • trunk/core/tools/TWikiKernel/MANIFEST

    r658 r664  
    3939data/Main/TWikiGroupTemplate.txt 0660 
    4040data/Main/TWikiGroups.txt 0660 
    41 data/Main/TWikiGuest.txt 0660 
     41data/Main/WikiGuest.txt 0660 
    4242data/Main/RegistrationAgent.txt 0660 
    4343data/Main/TWikiUsers.txt 0660 
  • trunk/core/tools/admin/mrtg/twiki.pl

    r14 r664  
    4343                         
    4444                         
    45                         if ( $user =~ /TWikiGuest/ ) { 
    46                                 $pos->{total_number_of_twikiguest_requests}++; 
     45                        if ( $user =~ /WikiGuest/ ) { 
     46                                $pos->{total_number_of_WikiGuest_requests}++; 
    4747                        } 
    4848                        if ( $oper =~ /view/ ) { 
     
    7171        my $total_number_of_requests = 0; 
    7272        my $total_number_of_views = 0; 
    73         my $total_number_of_twikiguest_requests = 0; 
     73        my $total_number_of_WikiGuest_requests = 0; 
    7474 
    7575        my %pos; 
     
    105105            
    106106#reset the important vars           
    107 $pos{total_number_of_twikiguest_requests} = 0; 
     107$pos{total_number_of_WikiGuest_requests} = 0; 
    108108$pos{total_number_of_requests} = 0; 
    109109$pos{total_number_of_views} = 0;            
     
    127127 
    128128 
    129 #number of TWikiGuest requests 
    130 print $pos{total_number_of_twikiguest_requests}."\n"; 
     129#number of WikiGuest requests 
     130print $pos{total_number_of_WikiGuest_requests}."\n"; 
    131131#number of registered user requests 
    132 print ($pos{total_number_of_requests}-$pos{total_number_of_twikiguest_requests}); 
     132print ($pos{total_number_of_requests}-$pos{total_number_of_WikiGuest_requests}); 
    133133print "\n"; 
    134134#total number of views 
  • trunk/core/tools/distro/TWikiTopic2TestCase.pl

    r14 r664  
    1313use URI; 
    1414use Cwd qw( cwd ); 
    15 use LWP::UserAgent::TWiki::TWikiGuest; 
     15use LWP::UserAgent::TWiki::WikiGuest; 
    1616use WWW::Mechanize::TWiki 0.05; 
    1717 
     
    124124     
    125125    # attachments 
    126     my $uaAttachment = LWP::UserAgent::TWiki::TWikiGuest->new( agent => $Config->{agent} ) or die $!; 
     126    my $uaAttachment = LWP::UserAgent::TWiki::WikiGuest->new( agent => $Config->{agent} ) or die $!; 
    127127    my @attachments = $srcMech->getAttachmentsList( $topic ); 
    128128    foreach my $attachment ( @attachments ) 
  • trunk/core/twiki_httpd_conf.txt

    r14 r664  
    6868        # By convention this is the TWikiRegistration page, that allows users 
    6969        # to register with the TWiki. Apache requires this to be a *local* path. 
    70         # Comment this out if you setup TWiki to completely deny access to TWikiGuest 
     70        # Comment this out if you setup TWiki to completely deny access to WikiGuest 
    7171        # in all webs or change the path to a static html page. 
    7272        ErrorDocument 401 /twiki/bin/view/TWiki/TWikiRegistration 
Note: See TracChangeset for help on using the changeset viewer.