To participate you must create an account on apostrophenow.org. If you have already done so, click Login.

Show
Ignore:
Timestamp:
07/12/10 12:10:49 (23 months ago)
Author:
tboutell
Message:

Our default fixtures now create separate superadmin and admin accounts.
The superadmin account can create and remove permissions and groups
from the system, while the admin account can only edit users and add them
to existing groups. This is currently best for client admin use. Of course
you can override these things

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • sandboxes/asandbox/branches/1.4/lib/model/doctrine/apostrophePlugin/base/BaseaSlot.class.php

    r1659 r1731  
    6363 
    6464        $this->setSubClasses(array( 
    65              'aBlogSlot' =>  
    66              array( 
    67               'type' => 'aBlog', 
    68              ), 
    69              'aBlogSingleSlot' =>  
    70              array( 
    71               'type' => 'aBlogSingle', 
    72              ), 
    73              'aEventSlot' =>  
    74              array( 
    75               'type' => 'aEvent', 
    76              ), 
    77              'aEventSingleSlot' =>  
    78              array( 
    79               'type' => 'aEventSingle', 
    80              ), 
    8165             'aTextSlot' =>  
    8266             array( 
     
    123107              'type' => 'aNewRichText', 
    124108             ), 
     109             'aBlogSlot' =>  
     110             array( 
     111              'type' => 'aBlog', 
     112             ), 
     113             'aBlogSingleSlot' =>  
     114             array( 
     115              'type' => 'aBlogSingle', 
     116             ), 
     117             'aEventSlot' =>  
     118             array( 
     119              'type' => 'aEvent', 
     120             ), 
     121             'aEventSingleSlot' =>  
     122             array( 
     123              'type' => 'aEventSingle', 
     124             ), 
    125125             )); 
    126126    }