Releases for sf 1.4
| Version |
License |
API |
Released |
|
1.1.1stable
|
MIT license |
1.1.0stable
|
28/02/2012 |
|
1.1.0stable
|
MIT license |
1.1.0stable
|
24/02/2012 |
|
1.0.5stable
|
MIT license |
1.0.5stable
|
27/09/2010 |
|
1.0.4stable
|
MIT license |
1.0.4stable
|
26/08/2010 |
|
1.0.3stable
|
MIT license |
1.0.3stable
|
25/08/2010 |
|
1.0.1stable
|
MIT license |
1.0.1stable
|
12/03/2010 |
Releases for sf 1.3
| Version |
License |
API |
Released |
|
1.0.5stable
|
MIT license |
1.0.5stable
|
27/09/2010 |
|
1.0.4stable
|
MIT license |
1.0.4stable
|
26/08/2010 |
|
1.0.3stable
|
MIT license |
1.0.3stable
|
25/08/2010 |
|
1.0.1stable
|
MIT license |
1.0.1stable
|
12/03/2010 |
Releases for sf 1.2
| Version |
License |
API |
Released |
|
1.0.5stable
|
MIT license |
1.0.5stable
|
27/09/2010 |
|
1.0.4stable
|
MIT license |
1.0.4stable
|
26/08/2010 |
|
1.0.3stable
|
MIT license |
1.0.3stable
|
25/08/2010 |
|
0.3.0beta
|
MIT license |
0.3.0beta
|
22/08/2009 |
|
0.2.0beta
|
MIT license |
0.2.0beta
|
11/08/2009 |
|
0.1.4alpha
|
MIT license |
0.1.4alpha
|
30/07/2009 |
Releases for sf 1.1
| Version |
License |
API |
Released |
|
0.3.0beta
|
MIT license |
0.3.0beta
|
22/08/2009 |
|
0.2.0beta
|
MIT license |
0.2.0beta
|
11/08/2009 |
|
0.1.4alpha
|
MIT license |
0.1.4alpha
|
30/07/2009 |
Changelog for release 0.1.4 - 30/07/2009
- Store custom data as an associative array so that it can be appended to easily
* Broadcast
piwik_plugin.inserting event immediately before inserting tracking code into the request so that listeners can perform any last-minute tracker updates.
Other releases
Release 1.1.1 - 28/02/2012
- FIX, strict standarts for sfPiwikParameterHolder
Release 1.1.0 - 24/02/2012
- Compliance to piwik 1.7
- Add skip parameter to dynamically skip piwik [setSkip()]
- Add param customUrl [setCustomUrl()]
- Add customVariable handling [addCustomVariable()]
- Add goal tracking [trackGoal()]
- Add link tracking [trackLink()]
- Add param request method [setRequestMethod()]
- Add param link tracking [setEnableLinkTracking()]
- Add getVisitorId() method to get piwik VID when using first party cookies\
- Add various other methods, in accordance with piwik 1.7
- Change configuration parameters internal definition
- Change general parameters internal implementation
- Added new event for dynamic configuration
Release 1.0.5 - 27/09/2010
- basos: fixed pear packaging issue that prevents symfony 1.4.6 from seeing the latest release
Release 1.0.4 - 26/08/2010
- Bug fix for symfony 1.4 support
Release 1.0.3 - 25/08/2010
- Re-introduce symfony 1.2 support
Release 1.0.1 - 12/03/2010
- passbe, vasos: Symfony 1.4 compatibility
Release 0.3.0 - 22/08/2009
- Added parameter "force" that will force the tracker code to be inserted into the response even if the request type restricts it (eg: XHR)
- Added parameter "no_init" which prevents tracker initialization JS code from being inserted in the response
Release 0.2.0 - 11/08/2009
- Bug fix - load javascript helper function before using javascript_tag() in sfPiwikTracker.insert()
Release 0.1.4 - 30/07/2009
- Store custom data as an associative array so that it can be appended to easily
* Broadcast
piwik_plugin.inserting event immediately before inserting tracking code into the request so that listeners can perform any last-minute tracker updates.
Piwik Plugin
A drop-in plugin to add a Piwik tracker to your presentation layer.
This plugin is still under development. I'll have better documentation in a few days.
Installation
Install the plugin
symfony plugin:install sfPiwikPlugin -s="alpha"
Since the plugin is still in alpha mode, the install requires a -s="alpha" parameter.
Add the sfPiwikFilter to your filter chain in filters.yml
...
# insert your own filters here
sf_piwik_plugin:
class: sfPiwikFilter
...
Configure the plugin in app.yml
all:
sf_piwik_plugin:
enabled: on
tracker_url: example.com/piwik/
site_id: 1
tracker_url is where the Piwik server is installed
site_id is the ID of your site in the Piwik installation