Commit e4f2082a authored by pookey's avatar pookey

removing cache from SVN

parent 9803a929
<?php
// auto-generated by sfRootConfigHandler
// date: 2007/08/31 10:38:25
$this->handlers['config/autoload.yml'] = new sfAutoloadConfigHandler();
$this->handlers['config/autoload.yml']->initialize();
$this->handlers['config/php.yml'] = new sfPhpConfigHandler();
$this->handlers['config/php.yml']->initialize();
$this->handlers['config/databases.yml'] = new sfDatabaseConfigHandler();
$this->handlers['config/databases.yml']->initialize();
$this->handlers['config/settings.yml'] = new sfDefineEnvironmentConfigHandler();
$this->handlers['config/settings.yml']->initialize(array (
'prefix' => 'sf_',
));
$this->handlers['config/app.yml'] = new sfDefineEnvironmentConfigHandler();
$this->handlers['config/app.yml']->initialize(array (
'prefix' => 'app_',
));
$this->handlers['config/factories.yml'] = new sfFactoryConfigHandler();
$this->handlers['config/factories.yml']->initialize();
$this->handlers['config/bootstrap_compile.yml'] = new sfCompileConfigHandler();
$this->handlers['config/bootstrap_compile.yml']->initialize();
$this->handlers['config/core_compile.yml'] = new sfCompileConfigHandler();
$this->handlers['config/core_compile.yml']->initialize();
$this->handlers['config/filters.yml'] = new sfFilterConfigHandler();
$this->handlers['config/filters.yml']->initialize();
$this->handlers['config/logging.yml'] = new sfLoggingConfigHandler();
$this->handlers['config/logging.yml']->initialize(array (
'prefix' => 'sf_logging_',
));
$this->handlers['config/routing.yml'] = new sfRoutingConfigHandler();
$this->handlers['config/routing.yml']->initialize();
$this->handlers['config/i18n.yml'] = new sfDefineEnvironmentConfigHandler();
$this->handlers['config/i18n.yml']->initialize(array (
'prefix' => 'sf_i18n_',
));
$this->handlers['modules/*/config/generator.yml'] = new sfGeneratorConfigHandler();
$this->handlers['modules/*/config/generator.yml']->initialize();
$this->handlers['modules/*/config/view.yml'] = new sfViewConfigHandler();
$this->handlers['modules/*/config/view.yml']->initialize();
$this->handlers['modules/*/config/mailer.yml'] = new sfDefineEnvironmentConfigHandler();
$this->handlers['modules/*/config/mailer.yml']->initialize(array (
'prefix' => 'sf_mailer_',
'module' => true,
));
$this->handlers['modules/*/config/security.yml'] = new sfSecurityConfigHandler();
$this->handlers['modules/*/config/security.yml']->initialize();
$this->handlers['modules/*/config/cache.yml'] = new sfCacheConfigHandler();
$this->handlers['modules/*/config/cache.yml']->initialize();
$this->handlers['modules/*/validate/*.yml'] = new sfValidatorConfigHandler();
$this->handlers['modules/*/validate/*.yml']->initialize();
$this->handlers['modules/*/config/module.yml'] = new sfDefineEnvironmentConfigHandler();
$this->handlers['modules/*/config/module.yml']->initialize(array (
'prefix' => 'mod_',
'module' => true,
));
$this->handlers['config/doctrine.yml'] = new sfDoctrineConfigHandler();
$this->handlers['config/doctrine.yml']->initialize();
$this->handlers['config/schemas.yml'] = new sfDoctrineSchemasConfigHandler();
$this->handlers['config/schemas.yml']->initialize();
<?php
// auto-generated by sfDoctrineConfigHandler
// date: 2007-08-31 10:38:25
$default_attributes["ATTR_EXPORT"] = Doctrine::EXPORT_ALL;
$default_attributes["ATTR_FETCHMODE"] = Doctrine::FETCH_IMMEDIATE;
$default_attributes["ATTR_COLL_LIMIT"] = 5;
$default_attributes["ATTR_LOCKMODE"] = Doctrine::LOCK_PESSIMISTIC;
$default_attributes["ATTR_VLD"] = false;
$default_attributes["ATTR_QUOTE_IDENTIFIER"] = false;
<?php
// auto-generated by sfRootConfigHandler
// date: 2007/08/31 18:35:25
$this->handlers['config/autoload.yml'] = new sfAutoloadConfigHandler();
$this->handlers['config/autoload.yml']->initialize();
$this->handlers['config/php.yml'] = new sfPhpConfigHandler();
$this->handlers['config/php.yml']->initialize();
$this->handlers['config/databases.yml'] = new sfDatabaseConfigHandler();
$this->handlers['config/databases.yml']->initialize();
$this->handlers['config/settings.yml'] = new sfDefineEnvironmentConfigHandler();
$this->handlers['config/settings.yml']->initialize(array (
'prefix' => 'sf_',
));
$this->handlers['config/app.yml'] = new sfDefineEnvironmentConfigHandler();
$this->handlers['config/app.yml']->initialize(array (
'prefix' => 'app_',
));
$this->handlers['config/factories.yml'] = new sfFactoryConfigHandler();
$this->handlers['config/factories.yml']->initialize();
$this->handlers['config/bootstrap_compile.yml'] = new sfCompileConfigHandler();
$this->handlers['config/bootstrap_compile.yml']->initialize();
$this->handlers['config/core_compile.yml'] = new sfCompileConfigHandler();
$this->handlers['config/core_compile.yml']->initialize();
$this->handlers['config/filters.yml'] = new sfFilterConfigHandler();
$this->handlers['config/filters.yml']->initialize();
$this->handlers['config/logging.yml'] = new sfLoggingConfigHandler();
$this->handlers['config/logging.yml']->initialize(array (
'prefix' => 'sf_logging_',
));
$this->handlers['config/routing.yml'] = new sfRoutingConfigHandler();
$this->handlers['config/routing.yml']->initialize();
$this->handlers['config/i18n.yml'] = new sfDefineEnvironmentConfigHandler();
$this->handlers['config/i18n.yml']->initialize(array (
'prefix' => 'sf_i18n_',
));
$this->handlers['modules/*/config/generator.yml'] = new sfGeneratorConfigHandler();
$this->handlers['modules/*/config/generator.yml']->initialize();
$this->handlers['modules/*/config/view.yml'] = new sfViewConfigHandler();
$this->handlers['modules/*/config/view.yml']->initialize();
$this->handlers['modules/*/config/mailer.yml'] = new sfDefineEnvironmentConfigHandler();
$this->handlers['modules/*/config/mailer.yml']->initialize(array (
'prefix' => 'sf_mailer_',
'module' => true,
));
$this->handlers['modules/*/config/security.yml'] = new sfSecurityConfigHandler();
$this->handlers['modules/*/config/security.yml']->initialize();
$this->handlers['modules/*/config/cache.yml'] = new sfCacheConfigHandler();
$this->handlers['modules/*/config/cache.yml']->initialize();
$this->handlers['modules/*/validate/*.yml'] = new sfValidatorConfigHandler();
$this->handlers['modules/*/validate/*.yml']->initialize();
$this->handlers['modules/*/config/module.yml'] = new sfDefineEnvironmentConfigHandler();
$this->handlers['modules/*/config/module.yml']->initialize(array (
'prefix' => 'mod_',
'module' => true,
));
$this->handlers['config/doctrine.yml'] = new sfDoctrineConfigHandler();
$this->handlers['config/doctrine.yml']->initialize();
$this->handlers['config/schemas.yml'] = new sfDoctrineSchemasConfigHandler();
$this->handlers['config/schemas.yml']->initialize();
<?php
// auto-generated by sfDatabaseConfigHandler
// date: 2007/08/31 18:35:26
<?php
// auto-generated by sfFactoryConfigHandler
// date: 2007/08/31 18:35:26
$this->controller = sfController::newInstance(sfConfig::get('sf_factory_controller', 'sfFrontWebController'));
$this->request = sfRequest::newInstance(sfConfig::get('sf_factory_request', 'sfWebRequest'));
$this->response = sfResponse::newInstance(sfConfig::get('sf_factory_response', 'sfWebResponse'));
$this->storage = sfStorage::newInstance(sfConfig::get('sf_factory_storage', 'sfSessionStorage'));
$this->user = sfUser::newInstance(sfConfig::get('sf_factory_user', 'myUser'));
$this->controller->initialize($this);
$this->request->initialize($this, sfConfig::get('sf_factory_request_parameters', NULL), sfConfig::get('sf_factory_request_attributes', array()));
$this->response->initialize($this, sfConfig::get('sf_factory_response_parameters', NULL));
$this->storage->initialize($this, sfConfig::get('sf_factory_storage_parameters', array (
'session_name' => 'symfony',
)));
$this->user->initialize($this, sfConfig::get('sf_factory_user_parameters', NULL));
if (sfConfig::get('sf_cache'))
{
$this->viewCacheManager = new sfViewCacheManager();
$this->viewCacheManager->initialize($this, sfConfig::get('sf_factory_view_cache', 'sfFileCache'), sfConfig::get('sf_factory_view_cache_parameters', array (
'automaticCleaningFactor' => 0,
'cacheDir' => '/Users/jwage/Sites/doctrine_trunk/website/cache/frontend/dev/template',
)));
}
<?php
// auto-generated by sfDefineEnvironmentConfigHandler
// date: 2007/08/31 18:35:26
sfConfig::add(array(
'sf_logging_enabled' => true,
'sf_logging_level' => 'debug',
'sf_logging_rotate' => false,
'sf_logging_period' => 7,
'sf_logging_history' => 10,
'sf_logging_purge' => true,
));
$logger = sfLogger::getInstance();
$logger->setLogLevel(constant('SF_LOG_'.strtoupper(sfConfig::get('sf_logging_level'))));
$log = new sfWebDebugLogger();
$log->initialize(array (
));
$logger->registerLogger($log);
$log = new sfFileLogger();
$log->initialize(array (
'file' => '/Users/jwage/Sites/doctrine_trunk/website/log/frontend_dev.log',
));
$logger->registerLogger($log);
<?php
// auto-generated by sfPhpConfigHandler
// date: 2007/08/31 18:35:26
ini_set('magic_quotes_runtime', '');
ini_set('log_errors', '1');
ini_set('arg_separator.output', '&amp;');
if (ini_get('magic_quotes_gpc') != false)
{
sfLogger::getInstance()->warning('{sfPhpConfigHandler} php.ini "magic_quotes_gpc" key is better set to "false" (current value is "\'\'" - php.ini location: "/usr/local/php5/lib/php.ini")');
}
if (ini_get('register_globals') != false)
{
sfLogger::getInstance()->warning('{sfPhpConfigHandler} php.ini "register_globals" key is better set to "false" (current value is "\'\'" - php.ini location: "/usr/local/php5/lib/php.ini")');
}
if (ini_get('session.auto_start') != false)
{
sfLogger::getInstance()->warning('{sfPhpConfigHandler} php.ini "session.auto_start" key is better set to "false" (current value is "\'0\'" - php.ini location: "/usr/local/php5/lib/php.ini")');
}
<?php
// auto-generated by sfRoutingConfigHandler
// date: 2007/08/31 18:35:26
$routes = sfRouting::getInstance();
$routes->setRoutes(
array (
'homepage' =>
array (
0 => '/',
1 => '/^[\\/]*$/',
2 =>
array (
),
3 =>
array (
),
4 =>
array (
'module' => 'main',
'action' => 'index',
),
5 =>
array (
),
6 => '',
),
'api_documentation_page' =>
array (
0 => '/documentation/api/:q',
1 => '#^/documentation/api(?:\\/([^\\/]+))?$#',
2 =>
array (
0 => 'q',
),
3 =>
array (
'q' => 1,
),
4 =>
array (
'module' => 'api_documentation',
'action' => 'index',
),
5 =>
array (
),
6 => '',
),
'about' =>
array (
0 => '/about',
1 => '#^/about$#',
2 =>
array (
),
3 =>
array (
),
4 =>
array (
'module' => 'main',
'action' => 'about',
),
5 =>
array (
),
6 => '',
),
'download' =>
array (
0 => '/download',
1 => '#^/download$#',
2 =>
array (
),
3 =>
array (
),
4 =>
array (
'module' => 'main',
'action' => 'download',
),
5 =>
array (
),
6 => '',
),
'manual' =>
array (
0 => '/documentation/manual',
1 => '#^/documentation/manual$#',
2 =>
array (
),
3 =>
array (
),
4 =>
array (
'module' => 'manual',
'action' => 'index',
),
5 =>
array (
),
6 => '',
),
'api_documentation' =>
array (
0 => '/documentation/api',
1 => '#^/documentation/api$#',
2 =>
array (
),
3 =>
array (
),
4 =>
array (
'module' => 'api_documentation',
'action' => 'index',
),
5 =>
array (
),
6 => '',
),
'trac' =>
array (
0 => '/trac',
1 => '#^/trac$#',
2 =>
array (
),
3 =>
array (
),
4 =>
array (
'module' => 'main',
'action' => 'trac',
),
5 =>
array (
),
6 => '',
),
'default_symfony' =>
array (
0 => '/symfony/:action/*',
1 => '#^/symfony(?:\\/([^\\/]+))?(?:\\/(.*))?$#',
2 =>
array (
0 => 'action',
),
3 =>
array (
'action' => 1,
),
4 =>
array (
'module' => 'default',
),
5 =>
array (
),
6 => '',
),
'default_index' =>
array (
0 => '/:module',
1 => '#^(?:\\/([^\\/]+))?$#',
2 =>
array (
0 => 'module',
),
3 =>
array (
'module' => 1,
),
4 =>
array (
'action' => 'index',
),
5 =>
array (
),
6 => '',
),
'default' =>
array (
0 => '/:module/:action/*',
1 => '#^(?:\\/([^\\/]+))?(?:\\/([^\\/]+))?(?:\\/(.*))?$#',
2 =>
array (
0 => 'module',
1 => 'action',
),
3 =>
array (
'module' => 1,
'action' => 1,
),
4 =>
array (
),
5 =>
array (
),
6 => '',
),
)
);
<?php
// auto-generated by sfDefineEnvironmentConfigHandler
// date: 2007/08/31 18:35:26
sfConfig::add(array(
'sf_default_module' => 'default',
'sf_default_action' => 'index',
'sf_error_404_module' => 'default',
'sf_error_404_action' => 'error404',
'sf_login_module' => 'default',
'sf_login_action' => 'login',
'sf_secure_module' => 'default',
'sf_secure_action' => 'secure',
'sf_module_disabled_module' => 'default',
'sf_module_disabled_action' => 'disabled',
'sf_unavailable_module' => 'default',
'sf_unavailable_action' => 'unavailable',
'sf_available' => true,
'sf_use_database' => true,
'sf_use_security' => true,
'sf_use_flash' => true,
'sf_i18n' => false,
'sf_check_symfony_version' => false,
'sf_use_process_cache' => true,
'sf_compressed' => false,
'sf_check_lock' => false,
'sf_escaping_strategy' => 'bc',
'sf_escaping_method' => 'ESC_ENTITIES',
'sf_suffix' => '.',
'sf_no_script_name' => false,
'sf_validation_error_prefix' => ' &darr;&nbsp;',
'sf_validation_error_suffix' => ' &nbsp;&darr;',
'sf_validation_error_class' => 'form_error',
'sf_validation_error_id_prefix' => 'error_for_',
'sf_cache' => false,
'sf_etag' => false,
'sf_web_debug' => true,
'sf_error_reporting' => 4095,
'sf_rich_text_js_dir' => 'js/tiny_mce',
'sf_prototype_web_dir' => '/sf/prototype',
'sf_admin_web_dir' => '/sf/sf_admin',
'sf_web_debug_web_dir' => '/sf/sf_web_debug',
'sf_calendar_web_dir' => '/sf/calendar',
'sf_standard_helpers' => array (
0 => 'Partial',
1 => 'Cache',
2 => 'Form',
),
'sf_enabled_modules' => array (
0 => 'default',
),
'sf_charset' => 'utf-8',
'sf_strip_comments' => true,
'sf_autoloading_functions' => NULL,
'sf_timeout' => 1800,
'sf_max_forwards' => 5,
'sf_path_info_array' => 'SERVER',
'sf_path_info_key' => 'PATH_INFO',
'sf_url_format' => 'PATH',
'sf_orm' => 'doctrine',
));
<?php
// auto-generated by sfFilterConfigHandler
// date: 2007/08/31 18:35:36
list($class, $parameters) = (array) sfConfig::get('sf_rendering_filter', array('sfRenderingFilter', array (
)));
$filter = new $class();
$filter->initialize($this->context, $parameters);
$filterChain->register($filter);
list($class, $parameters) = (array) sfConfig::get('sf_web_debug_filter', array('sfWebDebugFilter', array (
)));
$filter = new $class();
$filter->initialize($this->context, $parameters);
$filterChain->register($filter);
// does this action require security?
if ($actionInstance->isSecure())
{
if (!in_array('sfSecurityUser', class_implements($this->context->getUser())))
{
$error = 'Security is enabled, but your sfUser implementation does not implement sfSecurityUser interface';
throw new sfSecurityException($error);
}
list($class, $parameters) = (array) sfConfig::get('sf_security_filter', array('sfBasicSecurityFilter', array (
)));
$filter = new $class();
$filter->initialize($this->context, $parameters);
$filterChain->register($filter);
}
list($class, $parameters) = (array) sfConfig::get('sf_common_filter', array('sfCommonFilter', null));
$filter = new $class();
$filter->initialize($this->context, $parameters);
$filterChain->register($filter);
list($class, $parameters) = (array) sfConfig::get('sf_flash_filter', array('sfFlashFilter', array (
)));
$filter = new $class();
$filter->initialize($this->context, $parameters);
$filterChain->register($filter);
list($class, $parameters) = (array) sfConfig::get('sf_execution_filter', array('sfExecutionFilter', array (
)));
$filter = new $class();
$filter->initialize($this->context, $parameters);
$filterChain->register($filter);
<?php
// auto-generated by sfDefineEnvironmentConfigHandler
// date: 2007/08/31 18:35:36
sfConfig::add(array(
'mod_'.strtolower($moduleName).'_enabled' => true,
'mod_'.strtolower($moduleName).'_view_class' => 'sfPHP',
'mod_'.strtolower($moduleName).'_is_internal' => false,
));
<?php
// auto-generated by sfSecurityConfigHandler
// date: 2007/08/31 18:35:36
$this->security = array (
'all' =>
array (
'is_secure' => false,
),
);
<?php
// auto-generated by sfViewConfigHandler
// date: 2007/08/31 18:35:36
$context = $this->getContext();
$response = $context->getResponse();
$templateName = $response->getParameter($this->moduleName.'_'.$this->actionName.'_template', $this->actionName, 'symfony/action/view');
$this->setTemplate($templateName.$this->viewName.$this->getExtension());
if (!$context->getRequest()->isXmlHttpRequest())
{
$this->setDecoratorTemplate('api_documentation_layout'.$this->getExtension());
}
$response->addHttpMeta('content-type', 'text/html', false);
$response->addMeta('title', 'Doctrine - Open Source PHP 5 ORM', false, false);
$response->addMeta('robots', 'index, follow', false, false);
$response->addMeta('description', 'Doctrine is a Open Source OO PHP 5 ORM', false, false);
$response->addMeta('keywords', 'doctrine, php, database, orm', false, false);
$response->addMeta('language', 'en', false, false);
$response->addStylesheet('main', '', array ());
$response->addStylesheet('layout', '', array ());
$response->addStylesheet('api_documentation', '', array ());
<?php
// auto-generated by sfFilterConfigHandler
// date: 2007/08/31 18:35:26
list($class, $parameters) = (array) sfConfig::get('sf_rendering_filter', array('sfRenderingFilter', array (
)));
$filter = new $class();
$filter->initialize($this->context, $parameters);
$filterChain->register($filter);
list($class, $parameters) = (array) sfConfig::get('sf_web_debug_filter', array('sfWebDebugFilter', array (
)));
$filter = new $class();
$filter->initialize($this->context, $parameters);
$filterChain->register($filter);
// does this action require security?
if ($actionInstance->isSecure())
{
if (!in_array('sfSecurityUser', class_implements($this->context->getUser())))
{
$error = 'Security is enabled, but your sfUser implementation does not implement sfSecurityUser interface';
throw new sfSecurityException($error);
}
list($class, $parameters) = (array) sfConfig::get('sf_security_filter', array('sfBasicSecurityFilter', array (
)));
$filter = new $class();
$filter->initialize($this->context, $parameters);
$filterChain->register($filter);
}
list($class, $parameters) = (array) sfConfig::get('sf_common_filter', array('sfCommonFilter', null));
$filter = new $class();
$filter->initialize($this->context, $parameters);
$filterChain->register($filter);
list($class, $parameters) = (array) sfConfig::get('sf_flash_filter', array('sfFlashFilter', array (
)));
$filter = new $class();
$filter->initialize($this->context, $parameters);
$filterChain->register($filter);
list($class, $parameters) = (array) sfConfig::get('sf_execution_filter', array('sfExecutionFilter', array (
)));
$filter = new $class();
$filter->initialize($this->context, $parameters);
$filterChain->register($filter);
<?php
// auto-generated by sfDefineEnvironmentConfigHandler
// date: 2007/08/31 18:35:26
sfConfig::add(array(
'mod_'.strtolower($moduleName).'_enabled' => true,
'mod_'.strtolower($moduleName).'_view_class' => 'sfPHP',
'mod_'.strtolower($moduleName).'_is_internal' => false,
));
<?php
// auto-generated by sfSecurityConfigHandler
// date: 2007/08/31 18:35:26
$this->security = array (
'all' =>
array (
'is_secure' => false,
),
);
<?php
// auto-generated by sfViewConfigHandler
// date: 2007/08/31 18:35:26
$context = $this->getContext();
$response = $context->getResponse();
$templateName = $response->getParameter($this->moduleName.'_'.$this->actionName.'_template', $this->actionName, 'symfony/action/view');
$this->setTemplate($templateName.$this->viewName.$this->getExtension());
if (!$context->getRequest()->isXmlHttpRequest())
{
$this->setDecoratorTemplate('layout'.$this->getExtension());
}
$response->addHttpMeta('content-type', 'text/html', false);
$response->addMeta('title', 'Doctrine - Open Source PHP 5 ORM', false, false);
$response->addMeta('robots', 'index, follow', false, false);
$response->addMeta('description', 'Doctrine is a Open Source OO PHP 5 ORM', false, false);
$response->addMeta('keywords', 'doctrine, php, database, orm', false, false);
$response->addMeta('language', 'en', false, false);
$response->addStylesheet('main', '', array ());
$response->addStylesheet('layout', '', array ());
$response->addStylesheet('manual', '', array ());
$response->addJavascript('manual_toc');
$response->addJavascript('manual_tree');
$response->addJavascript('mootools.v1.11');
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment