Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-08-13fixes #5415 Introducing `storeCustomVariablesInCookie` function.mattab
2014-08-08fixes #5957 apply disableCookies firstmattab
2014-07-01add comment to function refs #5393mattab
refs https://github.com/piwik/piwik/pull/336
2014-06-26Rename method to `setCustomRequestProcessing` refs #5384mattab
refs https://github.com/piwik/piwik/pull/325/files
2014-06-18updating comment for consistency: free/libre analytics platformmattab
2014-06-10Adding LibreJS license information in piwik.js Fixes #3770 #5276mattab
https://www.gnu.org/software/librejs/free-your-javascript.html#magnet-link-license
2014-05-19Nailing jslintmattab
2014-05-19added possibility to get/create a tracker by using "Tracker = ↵Thomas Steur
AnalyticsTracker.getTracker" instead of "Piwik.getTracker". Variable will be set only if no such variable is defined yet
2014-05-14refs #5049 added possiblity to use async + multiple piwik trackersThomas Steur
2014-05-14refs #5049 fix tracker tests, jslint was not as happy as I wasThomas Steur
2014-05-14refs #5049 log to console (if exist) if methods, that are applied first, are ↵Thomas Steur
registered multiple times. We do not throw an error as this would prevent script execution
2014-05-09Fixes #5118 getRequest() method returns the query string of Tracking API ↵mattab
HTTP request + tests Close PR#243
2014-04-11add minified JSmattab
2014-04-02Fixes #4938 make sure we deal with undefined parametersmattab
Should make the JavascriptTests build green again
2014-03-14Fixes #4856 Make sure setAPIUrl, when called, is executed before any other ↵mattab
request is sent.
2014-03-05Merge branch 'master' into uiunittestsdiosmosis
Conflicts: piwik.js plugins/SegmentEditor/javascripts/Segmentation.js
2014-03-05Fixes #4786 Adding ebook formats to piwik.js download tracking and log importermattab
2014-03-02Fixing UI tests build:diosmosis
- change idsite to idSite in Overlay URLs in piwik.js - don't init top controls if top controls container can't be found - add default parameter for $urls in SitesManager.setSiteAliasUrls so site alias URLs can be reset - fix bugs in UI tests database setup (including moving dashboard setup to UITestFixture class & keeping outside of setUp function so --persist-fixture-data will work in case the super user is deleted) - Add queryParamOverride testingEnvironment variable. - fix screenshot testing page renderer's method of waiting for CSS images - add margin bottom & left for widgetized controls for tests - add diagnostics to upload_artifacts.sh script
2014-01-31Fixes #4598 Better UUID to avoid visitor collision on same second + same configsThomas Steur
2014-01-21Fixes #4328 Add latest version of minified JS filemattab
2013-10-28Fixes #4248 this should help with making segments visitCount and ↵mattab
daysSinceLastVisit more accurate!
2013-10-23refs #472 Adding Javascript API for tracking Event + Javascript testsmattab
2013-10-17Fixing piwik.js tests and JSLint after realizing refs #4225mattab
(cherry picked from commit 1dc0e11)
2013-07-24Adding apk to tracked downloadsmattab
2013-06-08fixes #3975Anthon Pang
2013-05-30and the minified refs #3951mattab
(note to self: we should have a unit test checking the minified version is matching original piwik.js)
2013-05-07Refs #1700 important: renaming generation_time_ms to gt_ms for keeping ↵mattab
parameters name short. Updated doc at: http://piwik.org/docs/tracking-api/reference/ and http://piwik.org/docs/page-speed/
2013-03-27refs #1700 performance tracking in piwik.jsTimo Besenreuther
* 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
2013-03-24update minified piwik.jsAnthon Pang
2013-03-24update JSON implementation from 2012-10-08 version of json2.js; applied ↵Anthon Pang
D.C.'s changes thru-out, including the defense against window.prototype (which I think refers to var declarations shadowing window.prototype)
2013-03-24remove tabs and fix jslint errorAnthon Pang
2013-03-14minormattab
2013-03-13refs #3530 page overlayTimo Besenreuther
* 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
2013-03-13Updating the LICENSE.txt and license notice to link to piwik.org page at: ↵mattab
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.
2013-03-13Fixes #3819mattab
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
2013-03-11refs #3747 refactoring logicmattab
2013-03-05tracking xlsx, docx and pptx as downloadsTimo Besenreuther
2013-02-27Refs #1845mattab
* Adding minified piwik.js Thanks Anthon for reminder..
2013-02-23revert 2 yr broken "feature" - we do not want to set the secure flag in ↵Anthon Pang
tracker cookies for http/https compatibility
2013-02-22fix cookieSecure flag; fix from @alexanderdeanAnthon Pang
2013-02-10Refactor JavaScript loader into its own method (loadScript)Anthon Pang
2013-02-10jslint and coding style changesAnthon Pang
* blank line before 'if' and 'return' (unless at start of a block) * convert tabs to spaces * redo typeof property !== 'undefined' workaround * replace .substr() and .substring() with .slice() * use aliases where possible
2013-02-10fixes #3746 - Bug in overlay when using setSiteId with a string valueAnthon Pang
2012-11-22Refs #3450 Fix regression in the Javascript trackermattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@7523 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-11-15refs #2465BeezyT
* support for internet explorer 7 & 8 * redirect by setting window.location.href loses referrer - use fake link * implementing position:fixed for status bar in java script * when visibility=inherit, go up the dom to find out whether an element is visible * avoid .data() completely in followingpages.js * some specific html and css * adding v parameter to loaded script to invalidate caches * regenerating piwik.js (i hope it worked properly this time) * hiding notifications that get stuck after removing a hovered element (only happens sometimes) * binding window.resize after every broadcast.pageload() - the binding was lost after opening a popover * fixing mode with frames disabled: didn't work after migration to the l parameter This version is the first one that I think is stable. Please deploy on the demo so we can do some more testing. The next step is translation and documentation. After that, we're ready to release as beta. git-svn-id: http://dev.piwik.org/svn/trunk@7479 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-11-12Refs #2465 piwik.js is different but looks like white space differencemattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@7449 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-11-12refs #2465BeezyT
* Renaming Insight to Overlay * Includes a new minified piwik.js, generated as described in js/README. Please double-check whether the file is OK. * Servers that had the Insight plugin installed will need to delete it manually, right? git-svn-id: http://dev.piwik.org/svn/trunk@7445 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-11-01No need to pass 'cs' parameters to tracking requests, or to re-encode values ↵mattpiwik
encoded in iso-8859-1x git-svn-id: http://dev.piwik.org/svn/trunk@7354 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-10-30refs #3416, fixes #3496 - fix RegExp typo; thanks pebosirobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@7329 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-10-28fixes #3416 - scale resolution by window.devicePixelRatio on Safari iOS/Mac OS Xrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@7319 59fd770c-687e-43c8-a1e3-f5a4ff64c105