Changeset 23973
- Timestamp:
- 11/15/09 18:15:35 (4 years ago)
- Files:
-
- branches/1.2/lib/config/config/settings.yml (modified) (1 diff)
- branches/1.2/lib/plugins/sfDoctrinePlugin/test/functional/fixtures/apps/backend/config/settings.yml (modified) (1 diff)
- branches/1.2/lib/plugins/sfDoctrinePlugin/test/functional/fixtures/apps/frontend/config/settings.yml (modified) (1 diff)
- branches/1.2/lib/plugins/sfPropelPlugin/test/functional/fixtures/apps/frontend/config/settings.yml (modified) (1 diff)
- branches/1.2/lib/task/generator/skeleton/app/app/config/settings.yml (modified) (1 diff)
- branches/1.3/lib/config/config/settings.yml (modified) (1 diff)
- branches/1.4/lib/config/config/settings.yml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.2/lib/config/config/settings.yml
r17217 r23973 19 19 check_symfony_version: off # Enable check of symfony version for every request. Set to on to have symfony clear the cache automatically when the framework is upgraded. Set to off if you always clear the cache after an upgrade. 20 20 compressed: off # Enable PHP response compression. Set to on to compress the outgoing HTML via the PHP handler. 21 check_lock: off # Enable the application lock system triggered by the clear-cache and disable tasks. Set to on to have all requests to disabled applications redirected to the $sf_symfony_lib_dir/exception/data/unavailable.php page.21 check_lock: off # Enable the application lock system triggered by the clear-cache and disable tasks. Set to on to have all requests to disabled applications redirected to the sfConfig::get('sf_symfony_lib_dir')/exception/data/unavailable.php page. 22 22 23 23 # Form security secret (CSRF protection) branches/1.2/lib/plugins/sfDoctrinePlugin/test/functional/fixtures/apps/backend/config/settings.yml
r14287 r23973 49 49 # check_symfony_version: off # Enable check of symfony version for every request. Set to on to have symfony clear the cache automatically when the framework is upgraded. Set to off if you always clear the cache after an upgrade. 50 50 # compressed: off # Enable PHP response compression. Set to on to compress the outgoing HTML via the PHP handler. 51 # check_lock: off # Enable the application lock system triggered by the clear-cache and disable tasks. Set to on to have all requests to disabled applications redirected to the $sf_symfony_lib_dir/exception/data/unavailable.php page.51 # check_lock: off # Enable the application lock system triggered by the clear-cache and disable tasks. Set to on to have all requests to disabled applications redirected to the sfConfig::get('sf_symfony_lib_dir')/exception/data/unavailable.php page. 52 52 # 53 53 # # Routing settings branches/1.2/lib/plugins/sfDoctrinePlugin/test/functional/fixtures/apps/frontend/config/settings.yml
r11948 r23973 49 49 # check_symfony_version: off # Enable check of symfony version for every request. Set to on to have symfony clear the cache automatically when the framework is upgraded. Set to off if you always clear the cache after an upgrade. 50 50 # compressed: off # Enable PHP response compression. Set to on to compress the outgoing HTML via the PHP handler. 51 # check_lock: off # Enable the application lock system triggered by the clear-cache and disable tasks. Set to on to have all requests to disabled applications redirected to the $sf_symfony_lib_dir/exception/data/unavailable.php page.51 # check_lock: off # Enable the application lock system triggered by the clear-cache and disable tasks. Set to on to have all requests to disabled applications redirected to the sfConfig::get('sf_symfony_lib_dir')/exception/data/unavailable.php page. 52 52 # 53 53 # # Routing settings branches/1.2/lib/plugins/sfPropelPlugin/test/functional/fixtures/apps/frontend/config/settings.yml
r10992 r23973 49 49 # check_symfony_version: off # Enable check of symfony version for every request. Set to on to have symfony clear the cache automatically when the framework is upgraded. Set to off if you always clear the cache after an upgrade. 50 50 # compressed: off # Enable PHP response compression. Set to on to compress the outgoing HTML via the PHP handler. 51 # check_lock: off # Enable the application lock system triggered by the clear-cache and disable tasks. Set to on to have all requests to disabled applications redirected to the $sf_symfony_lib_dir/exception/data/unavailable.php page.51 # check_lock: off # Enable the application lock system triggered by the clear-cache and disable tasks. Set to on to have all requests to disabled applications redirected to the sfConfig::get('sf_symfony_lib_dir')/exception/data/unavailable.php page. 52 52 # 53 53 # # Routing settings branches/1.2/lib/task/generator/skeleton/app/app/config/settings.yml
r17217 r23973 52 52 # check_symfony_version: off # Enable check of symfony version for every request. Set to on to have symfony clear the cache automatically when the framework is upgraded. Set to off if you always clear the cache after an upgrade. 53 53 # compressed: off # Enable PHP response compression. Set to on to compress the outgoing HTML via the PHP handler. 54 # check_lock: off # Enable the application lock system triggered by the clear-cache and disable tasks. Set to on to have all requests to disabled applications redirected to the $sf_symfony_lib_dir/exception/data/unavailable.php page.54 # check_lock: off # Enable the application lock system triggered by the clear-cache and disable tasks. Set to on to have all requests to disabled applications redirected to the sfConfig::get('sf_symfony_lib_dir')/exception/data/unavailable.php page. 55 55 # 56 56 # # Routing settings branches/1.3/lib/config/config/settings.yml
r21884 r23973 18 18 i18n: false # Enable interface translation. Set to false if your application should not be translated. 19 19 compressed: false # Enable PHP response compression. Set to true to compress the outgoing HTML via the PHP handler. 20 check_lock: false # Enable the application lock system triggered by the clear-cache and disable tasks. Set to true to have all requests to disabled applications redirected to the $sf_symfony_lib_dir/exception/data/unavailable.php page.20 check_lock: false # Enable the application lock system triggered by the clear-cache and disable tasks. Set to true to have all requests to disabled applications redirected to the sfConfig::get('sf_symfony_lib_dir')/exception/data/unavailable.php page. 21 21 22 22 # Form security secret (CSRF protection) branches/1.4/lib/config/config/settings.yml
r23922 r23973 18 18 i18n: false # Enable interface translation. Set to false if your application should not be translated. 19 19 compressed: false # Enable PHP response compression. Set to true to compress the outgoing HTML via the PHP handler. 20 check_lock: false # Enable the application lock system triggered by the clear-cache and disable tasks. Set to true to have all requests to disabled applications redirected to the $sf_symfony_lib_dir/exception/data/unavailable.php page.20 check_lock: false # Enable the application lock system triggered by the clear-cache and disable tasks. Set to true to have all requests to disabled applications redirected to the sfConfig::get('sf_symfony_lib_dir')/exception/data/unavailable.php page. 21 21 22 22 # Form security secret (CSRF protection)