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
path: root/js
AgeCommit message (Collapse)Author
2014-08-13fixes #5415 Introducing `storeCustomVariablesInCookie` function.mattab
2014-08-08fixes #5957 apply disableCookies firstmattab
2014-07-25Merge pull request #5872 from craue/code-cleanup-3Thomas Steur
code cleanup
2014-07-24Merge pull request #5859 from sslavic/2xx_post_successMatthieu Aubry
Treat response with any 2xx status code as successful POST track request
2014-07-23reduced multiple empty lines to exactly oneChristian Raue
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-07-19removed unused variables and dead codeChristian Raue
2014-07-18Treat response with any 2xx status code as success for POST track requestsStevo Slavic
2014-07-01add comment to function refs #5393mattab
refs https://github.com/piwik/piwik/pull/336
2014-06-30Added support for adding plugins in Tracker public APIStevo Slavic
2014-06-30Fixed jsdoc for trackSiteSearch parametersStevo Slavić
JSDOC for trackSiteSearch method parameters was wrong - number of parameters, their names and types did not match. This patch fixes the issue.
2014-06-26Rename method to `setCustomRequestProcessing` refs #5384mattab
refs https://github.com/piwik/piwik/pull/325/files
2014-06-25Made default request method and default request content type DRYStevo Slavic
2014-06-24Added support for configuring tracking POST request content typeStevo Slavic
2014-06-24Moved setCustomRequestContentProcessing code not ot be inbetween getter and ↵Stevo Slavic
setter for custom data
2014-06-24Fixed jslint reported issuesStevo Slavic
2014-06-23Added option to configure custom request content processing logic before ↵Stevo Slavic
request content is sent to tracker
2014-06-22Remove parameter from ProxyHttp::serverStaticFile.diosmosis
2014-06-21tweaks to js/tracker.php if-thendiosmosis
2014-06-19Move tracker proxy logic in js/index.php to js/tracker.php & allow the ↵diosmosis
removal of the comment header in piwik.js (includes test). Also remove @group from static file serve test & fix bug in modified _readfile() proxy.
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-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ↵mattab
to use free/libre instead of open source
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-11refs #4977 make clear that only uncaught errors are trackedThomas Steur
2014-04-10refs #4977 make JSLint happyThomas Steur
2014-04-10refs #4977 added a new method to the tracker to enableJSErrorTracking. This ↵Thomas Steur
is beta... feedback is welcome...
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-10Remove commentmattab
2014-03-10cache /js/ for 10 days rather than none. Refs #2406mattab
From forum feedback: http://forum.piwik.org/read.php?2,112741
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
2013-11-26refs #4225 sort object to make sure we get the same test results on ↵Thomas Steur
PhantomJS, Webkit and any other browser
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-10-09Refs #4202 Menu refactor GO. This one is tricky...mattab
2013-09-30Refs #4133mattab
2013-09-14Adding Filesystem class which contains file operationsmattab
And factored out code in ServerFilesGenerator.php
2013-09-14ProxyHttp class until I find a better namemattab
2013-09-14Refactoring ProxyStaticFile class:mattab
Small static file server proxy, with compression, caching. Used to server piwik.js and the merged+minified CSS and JS files
2013-07-31Merge branch 'master' into php-5.3-namespacesmattab
Conflicts: core/Access.php core/Config.php core/EventDispatcher.php core/JqplotDataGenerator/Evolution.php core/Piwik.php core/Plugin/MetadataLoader.php core/ViewDataTable.php core/ViewDataTable/Cloud.php core/ViewDataTable/GenerateGraphHTML.php core/ViewDataTable/HtmlTable.php core/ViewDataTable/HtmlTable/AllColumns.php core/ViewDataTable/HtmlTable/Goals.php plugins/Actions/Controller.php plugins/CoreHome/Controller.php plugins/CoreHome/DataTableRowAction/RowEvolution.php plugins/CoreHome/templates/_dataTable.twig plugins/CustomVariables/Controller.php plugins/DBStats/Controller.php plugins/DevicesDetection/Controller.php plugins/ExampleUI/Controller.php plugins/Goals/Controller.php plugins/Live/Controller.php plugins/Provider/Controller.php plugins/Referers/Controller.php plugins/UserCountry/Controller.php plugins/UserCountryMap/Controller.php plugins/UserSettings/Archiver.php plugins/UserSettings/Controller.php plugins/VisitTime/Controller.php plugins/VisitTime/VisitTime.php plugins/VisitorInterest/Controller.php plugins/VisitsSummary/Controller.php tests/PHPUnit/proxy/index.php