Changeset 7518 for branches/1.1/UPGRADE
- Timestamp:
- 02/16/08 22:57:54 (9 months ago)
- Files:
-
- branches/1.1/UPGRADE (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/UPGRADE
r7516 r7518 413 413 timeout: 1800 # session timeout in seconds 414 414 415 Routing default suffix 416 ---------------------- 417 418 The `sf_suffix` setting is not used anymore. To change the default suffix, 419 you now have to edit `factories.yml` instead of `settings.yml`, 420 and change the parameters of the `routing` factory: 415 Routing configuration 416 --------------------- 417 418 The `sf_suffix`, `sf_default_module`, and `sf_default_action` settings are not 419 used anymore. To change the default suffix, module, or action, you now have 420 to edit `factories.yml` instead of `settings.yml`, and change the parameters 421 of the `routing` factory: 421 422 422 423 [yml] … … 426 427 param: 427 428 load_configuration: true 428 suffix: . # Default suffix for generated URLs. If set to a single dot (.), no suffix is added. Possible values: .html, .php, and so on. 429 suffix: . # Default suffix for generated URLs. If set to a single dot (.), no suffix is added. Possible values: .html, .php, and so on. 430 default_module: default # Default module and action to be called when 431 default_action: index # A routing rule doesn't set it 429 432 430 433 `php.yml` configuration file