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/UnitTestContrib/test/unit/FuncUsersTests.pm

    r14 r492  
    196196    my @correctList; 
    197197    if ($TWiki::cfg{UserMappingManager} eq 'TWiki::Users::BaseUserMapping') { 
    198          @correctList = qw/TWikiContributor TWikiGuest TWikiRegistrationAgent UnknownUser/; 
     198         @correctList = qw/ProjectContributor TWikiGuest TWikiRegistrationAgent UnknownUser/; 
    199199    } else { 
    200          @correctList = qw/TWikiContributor TWikiGuest TWikiRegistrationAgent UnknownUser User86A UserA UserA86 UserB UserC UserZ/; 
     200         @correctList = qw/ProjectContributor TWikiGuest TWikiRegistrationAgent 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  
Note: See TracChangeset for help on using the changeset viewer.