Releases for sf 1.4
| Version |
License |
API |
Released |
|
1.0.2stable
|
MIT license |
1.0.2stable
|
06/09/2011 |
|
1.0.1stable
|
MIT license |
1.0.0stable
|
19/10/2010 |
|
1.0.0stable
|
MIT license |
1.0.0stable
|
19/10/2010 |
Releases for sf 1.3
| Version |
License |
API |
Released |
|
1.0.2stable
|
MIT license |
1.0.2stable
|
06/09/2011 |
|
1.0.1stable
|
MIT license |
1.0.0stable
|
19/10/2010 |
|
1.0.0stable
|
MIT license |
1.0.0stable
|
19/10/2010 |
Changelog for release 1.0.2 - 06/09/2011
- Add configuration per module and per action
Other releases
Release 1.0.2 - 06/09/2011
- Add configuration per module and per action
Release 1.0.1 - 19/10/2010
Release 1.0.0 - 19/10/2010
SmartContext integration Plug-in
The sfSmartContextPlugin offers the integrate with SmartContext.
Instalation
Install the plugin:
$ symfony plugin:install sfSmartContextPlugin
Add the sfSmartContextFilter to your filter chain:
rendering: ~
security: ~
# insert your own filters here
smart_context:
class: sfSmartContextFilter
cache: ~
common: ~
execution: ~
Configuration
Global configuration
Global configuration is done in your application's app.yml file:
all:
smart_context_plugin:
site: http__yoursite.com
enabled: true
Configuration per module
To disable SmartContext in action index in module default add to your apps/frontend/modules/default/config/module.yml file following configuration:
all:
index:
smart_context:
enabled: false