Development

Changeset 8596

You must first sign up to be able to contribute.

Changeset 8596

Show
Ignore:
Timestamp:
04/22/08 22:31:39 (1 year ago)
Author:
dwhittle
Message:

1.1: removed config_handlers.yml from sfCompat10Plugin (and added to config.php)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.1/lib/plugins/sfCompat10Plugin/config/config.php

    r8465 r8596  
    77    class sfCompatAutoload extends sfSimpleAutoload 
    88    { 
     9 
    910    } 
    1011 
     
    1819  sfProjectConfiguration::getActive()->getConfigCache()->registerConfigHandler('modules/*/validate/*.yml', 'sfValidatorConfigHandler'); 
    1920 
     21  // register config handler for config/mailer.yml files 
     22  sfProjectConfiguration::getActive()->getConfigCache()->registerConfigHandler('modules/*/config/mailer.yml', 'sfDefineEnvironmentConfigHandler', array('prefix' => 'sf_mailer_', 'module' => 'yes')); 
     23 
    2024  // register the validation execution filter 
    2125  sfConfig::set('sf_execution_filter', array('sfValidationExecutionFilter', array())); 

The Sensio Labs Network

Since 1998, Sensio Labs has been promoting the Open-Source software movement by providing quality web application development, training, consulting, and supporting several large Open-Source projects.