- mars 14, 2014
-
-
mattab a rédigé
-
mattab a rédigé
Allow templates postEvent() calls to also pass parameters. For example this is done in the twig template: ``` {{ postEvent("Template.jsGlobalVariables", minDateYear, maxDateYear) }} ``` and you can hook on this event, by doing: ``` public function addTrackingHostnamesToJs(&$out, $minDateYear, $maxDateYear) { // printout out the data as a comment for testing $out .= "/* " . $minDateYear . " - " . $maxDateYear . " */"; ```
-
mattab a rédigé
-
mattab a rédigé
-
mattab a rédigé
-
mattab a rédigé
-
mattab a rédigé
-
- mars 13, 2014
-
-
mattab a rédigé
-
mattab a rédigé
Updating: viewts, refts, idvc and idts. It affects visitCount and daysSinceLastVisit. There seems to be a bug.
-
mattab a rédigé
-
mattab a rédigé
-
mattab a rédigé
-
mattab a rédigé
-
Thomas Steur a rédigé
-
diosmosis a rédigé
-
diosmosis a rédigé
-
diosmosis a rédigé
-
diosmosis a rédigé
-
diosmosis a rédigé
-
diosmosis a rédigé
-
diosmosis a rédigé
-
diosmosis a rédigé
-
diosmosis a rédigé
-
diosmosis a rédigé
-
diosmosis a rédigé
-
mattab a rédigé
-
mattab a rédigé
-
mattab a rédigé
-
mattab a rédigé
-
mattab a rédigé
Refs #3632 Small refactor and support parameter forceLargeWindowLookBackForVisitor=1 in tests when replaying tracking logs
-
Thomas Steur a rédigé
fixes #4843 send email notifications to all super users in case of new Piwik core update and/or Marketplace plugin updates. Core update email notifications are enabled by default and can be disabled in config. Plugin update notifications are disabled by default and can be enabled in UI -> General settings
-
mattab a rédigé
-
mattab a rédigé
-
mattab a rédigé
Refs #3632 New test case: replaying logs and forcing a window look back (forceLargeWindowLookBackForVisitor=1) => The visitor is now marked as "returning" as expected
-
diosmosis a rédigé
-
diosmosis a rédigé
-
diosmosis a rédigé
Move SqlDump fixture from Bencharmks dir to Fixtures dir, fix bug in core/Updates.php, tweak test environment setup and update UI submodule.
-
mattab a rédigé
Refs #3632 Creating a test case: same visitor (same IP + idvisitor) visits the website on two different days. Visitors on second day is marked as "new" because window_look_back_for_visitor is not set.
-
mattab a rédigé
-
mattab a rédigé
-