- oct. 23, 2013
-
-
mattab a rédigé
-
- oct. 17, 2013
-
-
mattab a rédigé
- oct. 09, 2013
-
-
mattab a rédigé
-
- sept. 30, 2013
-
-
mattab a rédigé
-
- sept. 14, 2013
- juil. 24, 2013
-
-
mattab a rédigé
-
- juil. 20, 2013
-
-
mattab a rédigé
-
- juil. 18, 2013
-
-
Fabian Becker a rédigé
-
- juil. 02, 2013
-
-
Thomas ZILLIOX a rédigé
-
- juin 17, 2013
- juin 08, 2013
-
-
Anthon Pang a rédigé
-
- mai 29, 2013
-
-
mattab a rédigé
we shouldnt disable cookies when deleting cookies, these are two different things.
-
- mai 24, 2013
-
-
mattab a rédigé
cheers Peter for finding this bad bug! The new deleteCookies function can be used, whenever new_visit=1 is used, to ensure the cookies are re-created for the new visitor. For example use as: _paq.push(["deleteCookies"]); _paq.push(["appendToTrackingUrl", "new_visit=1"]); put both at the same time. Make sure you remove the "deleteCookies" otherwise. This should fix it! I have updated the faq at http://piwik.org/faq/how-to/#faq_187
-
mattab a rédigé
-
- mai 07, 2013
-
-
mattab a rédigé
Updated doc at: http://piwik.org/docs/tracking-api/reference/ and http://piwik.org/docs/page-speed/
-
- mars 27, 2013
-
-
mattab a rédigé
-
Timo Besenreuther a rédigé
* by default, send performance.timing.responseEnd - performance.timing.requestStart as generation time with the tracking request * if the performance.timing API is not supported by the browser, don't send the metric * new method disablePerformanceTracking() * new method setGenerationTimeMs(generationTime) to set the generation after measuring it on the server side
-
- mars 24, 2013
-
-
Anthon Pang a rédigé
-
Anthon Pang a rédigé
-
Anthon Pang a rédigé
update JSON implementation from 2012-10-08 version of json2.js; applied D.C.'s changes thru-out, including the defense against window.prototype (which I think refers to var declarations shadowing window.prototype)
-
Anthon Pang a rédigé
-
Anthon Pang a rédigé
-
- mars 13, 2013
-
-
mattab a rédigé
-
mattab a rédigé
-
Fabian Becker a rédigé
-
Anthon Pang a rédigé
-
Timo Besenreuther a rédigé
* when the referrer is matched to determine whether the session should be started, don't match the domain. this caused trouble for some users and doesn't provide real advantages. * new method tracker.setApiUrl() that can be used if the tracker url and the api url (which is used in overlay) differ
-
mattab a rédigé
Updating the LICENSE.txt and license notice to link to piwik.org page at: http://piwik.org/free-software/bsd/ Anthon I moved your name to the page on the site. the page on opensource.org was not ideal and explaining well the situation.
-
mattab a rédigé
Fixes #3818: you can now call piwikTracker.appendToTrackingUrl('lat=X&long=Y'); _and_ disable auth in your config.ini.php https://github.com/piwik/piwik/blob/master/config/global.ini.php#L411 + Adding test
-
- mars 11, 2013
-
-
mattab a rédigé
-
- mars 05, 2013
-
-
Timo Besenreuther a rédigé
-
- fév. 26, 2013
-
-
mattab a rédigé
* the tests/js is now passing following Benaka's commit, sweeet * Adding setsiteId to the "special case" so that setSiteId can be called after trackpageView and it still works * Adding pathname in the generated JS * HTML entity the & in the IMG src
-
- fév. 25, 2013
-
-
diosmosis a rédigé
Refs #1845, switch to async JS in other places and apply fixes to tracking code admin page & other pages. Notes: * Fix bug in Installation page that displays JS where newlines were not displayed and text would not be selected on click. * Modify piwik.js to make sure setTrackerUrl is called before _paq is processed. * Move _paq modifications in tracker code to global scope outside every anonymous function. * Fix bug in rewritten site selector widget where selecting the same site didn't fire an event (necessary for some uses). * Fix bug where change of site resulted in delay before site name in labels changed. * Fix bug where site name was double encoded in tracking code admin page. * Rewrite piwik_tag.tpl to use async tracking code.
-
- fév. 22, 2013
-
-
Anthon Pang a rédigé
revert 2 yr broken "feature" - we do not want to set the secure flag in tracker cookies for http/https compatibility
-
Anthon Pang a rédigé
-
- fév. 13, 2013
-
-
mattab a rédigé
-