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

Show
Ignore:
Timestamp:
07/20/10 12:01:58 (22 months ago)
Author:
tboutell
Message:

Comments explaining when and how to modify web/index.php (we at P'unk should leave it alone so
Symfony devs see what they expect; once you've cloned this into your own repo though, go ahead
and change it if you wish).

Separate superadmin and admin test users in the default fixtures (we recommend pulling the
plug on superadmin before you hand the keys to your client)

Location:
sandboxes/asandbox/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • sandboxes/asandbox/trunk

  • sandboxes/asandbox/trunk/lib/model/doctrine/apostrophePlugin/base/BaseaSlot.class.php

    r1050 r1803  
    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    }