Development

Changeset 8867

You must first sign up to be able to contribute.

Changeset 8867

Show
Ignore:
Timestamp:
05/08/08 22:44:40 (1 week ago)
Author:
dwhittle
Message:

dwhittle: merged changes to branch

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/dwhittle/1.1/data/bin/create_sandbox.sh

    r8082 r8867  
    4646echo ">>> add some empty files in empty directories" 
    4747touch apps/${APP_NAME}/modules/.sf apps/${APP_NAME}/i18n/.sf doc/.sf web/images/.sf 
    48 touch log/.sf cache/.sf batch/.sf 
     48touch log/.sf cache/.sf 
    4949touch lib/symfony/plugins/sfPropelPlugin/data/generator/sfPropelAdmin/default/skeleton/templates/.sf 
    5050touch plugins/.sf web/js/.sf 
  • branches/dwhittle/1.1/lib/config/sfFactoryConfigHandler.class.php

    r8424 r8867  
    4242 
    4343    // available list of factories 
    44     $factories = array('logger', 'cache', 'routing', 'controller', 'request', 'response', 'storage', 'i18n', 'user', 'view_cache'); 
     44    $factories = array('logger', 'cache', 'i18n', 'routing', 'controller', 'request', 'response', 'storage', 'user', 'view_cache'); 
    4545 
    4646    // let's do our fancy work