Ignore:
Timestamp:
11/09/08 17:42:08 (4 years ago)
Author:
KennethLavrsen
Message:

Item109: 2nd wave of renaming TWikiContributor to ProjectContributor
Michael may want to look at ldap contrib
I added ProjectContributor but did not remove TWikiContributor to the list
of excluded names in case some TWiki use wants to use the extension.
Please check I did it right

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/lib/TWiki/Users/BaseUserMapping.pm

    r411 r492  
    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.