Ignore:
Timestamp:
11/09/08 16:27:33 (4 years ago)
Author:
KennethLavrsen
Message:

Item109: Second wave of renaming TWikiContributors to ProjectContributors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Release04x02/lib/TWiki/Users/BaseUserMapping.pm

    r21 r487  
    3333   * TWikiGuest 
    3434   * UnknownUser 
    35    * TWikiContributor - 1 Jan 2005 
     35   * ProjectContributor - 1 Jan 2005 
    3636   * TWikiRegistrationAgent - 1 Jan 2005 
    3737 
     
    6969        $TWiki::cfg{DefaultUserLogin} => $this->{mapping_id} . '666', 
    7070        unknown                       => $this->{mapping_id} . '999', 
    71         TWikiContributor              => $this->{mapping_id} . '111', 
     71        ProjectContributor              => $this->{mapping_id} . '111', 
    7272        TWikiRegistrationAgent        => $this->{mapping_id} . '222' 
    7373    }; 
     
    7676        $this->{mapping_id} . '666' => $TWiki::cfg{DefaultUserLogin}, 
    7777        $this->{mapping_id} . '999' => 'unknown', 
    78         $this->{mapping_id} . '111' => 'TWikiContributor', 
     78        $this->{mapping_id} . '111' => 'ProjectContributor', 
    7979        $this->{mapping_id} . '222' => 'TWikiRegistrationAgent' 
    8080    }; 
     
    8383        $this->{mapping_id} . '666' => $TWiki::cfg{DefaultUserWikiName}, 
    8484        $this->{mapping_id} . '999' => 'UnknownUser', 
    85         $this->{mapping_id} . '111' => 'TWikiContributor', 
     85        $this->{mapping_id} . '111' => 'ProjectContributor', 
    8686        $this->{mapping_id} . '222' => 'TWikiRegistrationAgent' 
    8787    }; 
     
    9090        $TWiki::cfg{DefaultUserWikiName} => $this->{mapping_id} . '666', 
    9191        UnknownUser                      => $this->{mapping_id} . '999', 
    92         TWikiContributor                 => $this->{mapping_id} . '111', 
     92        ProjectContributor               => $this->{mapping_id} . '111', 
    9393        TWikiRegistrationAgent           => $this->{mapping_id} . '222' 
    9494    }; 
Note: See TracChangeset for help on using the changeset viewer.