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
2016-09-23Improves handling of Geolocation providers (3.x) (#10523)Stefan Giehl
* refactor code for including available location providers * fix test
2015-11-24refs #9129 added feature Custom DimensionsThomas Steur
2015-08-19fix a system testThomas Steur
2015-06-05Rename TestingEnvironment to TestingEnvironmentVariables.diosmosis
2015-06-02Rename Piwik_TestingEnvironment to TestingEnvironment and move the class to ↵diosmosis
Piwik\Tests\Framework namespace. Remove manual require statements.
2015-05-22Fix TrackerTest provideContainerConfig() method. Now that it is called ↵diosmosis
during test case setup, check the const is defined before defining it. Otherwise, there will be an error regarding redefining the constant.
2015-04-20Refs #7632, when getting user info in UserCountry dimensions, set language ↵diosmosis
using request object not visitor object, since the Country dimension will be triggered before the Lanuage one. Includes test.
2015-04-08In tracker, run scheduled tasks via CliMulti, add tests for running ↵diosmosis
scheduled tasks through tracker including test that ensures tracker won't fail if scheduled tasks fail, allow tests to override container config by setting a property in the testing environment file, and properly use TestingEnvironment in RequestCommand.
2014-12-04Tracker refactoringThomas Steur
2014-11-14refs #6661 also return a HTTP 400 in case there is another invalid request paramThomas Steur
2014-11-14refs #6661 also return HTTP 400 when idsite is 0Thomas Steur
2014-11-14refs #6661 added a test to make sure it worksThomas Steur
2014-11-13refs #6577 Return HTTP 204 instead of GIF for JavaScript tracking.Thomas Steur
added a new url parameter send_image=0 to disable sending an image and instead response with a 204 code