Releases for sf 1.2
| Version |
License |
API |
Released |
|
1.2.11stable
|
LGPL license |
1.2.0stable
|
20/09/2009 |
|
1.2.6stable
|
LGPL license |
1.2.0stable
|
13/07/2009 |
|
1.2.1stable
|
LGPL license |
1.2.0stable
|
21/06/2009 |
|
0.0.5beta
|
LGPL license |
0.0.5beta
|
30/05/2009 |
Changelog for release 1.2.11 - 20/09/2009
Other releases
Release 1.2.11 - 20/09/2009
Release 1.2.6 - 13/07/2009
Release 1.2.1 - 21/06/2009
Release 0.0.5 - 30/05/2009
Information
The plugin have been splitted into many plugins :
swBreadcrumb
Please read Working with symfony plugins breadcrumb
swToolboxHelper
sw_t($title)
sw_insert_google_api
small helper to insert google api url
swToolbox:
api_loader:
yourhostname:
google_api_key: your_key_here
google_map_version: 2.x
google_map_url: http://maps.google.com/maps
google_analytics: [ UA-KEY-ONE, UA-KEY-TWO]
swUserContextCacheFilter
This class can replace the default cache handler class. The class always executes an user context action.
Let's take this example with an ecommerce website, you might want to cache the full action, however some parts are user specific.
So you can have a viewProduct action and a viewProduct_UserContext action in your actions.class.php
- viewProduct : execute page related action, get the product and other related information
- viewProduct_UserContext : execute user specific action for the current page, like testing if the product is already in the client's basket.
Installation