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 (Expand)Author
2015-05-10Fix CliMultiTest.php.diosmosis
2015-05-01Remove GlobalSettingsProvider interface and replace w/ GlobalSettingsProvider...diosmosis
2015-04-18Merge branch 'master' into config_step_2diosmosis
2015-04-10Adding system test for https://github.com/piwik/piwik-log-analytics/issues/60...diosmosis
2015-04-09Added environment validation system test (mostly failing) that tests Piwik's ...diosmosis
2015-04-07Make sure test Config is set when tearing down IntegrationTestCase test.diosmosis
2015-04-07Fixing two more system test failures, including one caused by the static cach...diosmosis
2015-04-06Update updattoken.php to setup environment correctly and get BlobReportLimiti...diosmosis
2015-04-06Make IniSettingsProvider a singleton in order to make sure IniFileChain is sh...diosmosis
2015-04-05Move DI container creation to Piwik\Application\Environment class.diosmosis
2015-04-03Hacking away so it's possible for certain pro plugin tests to pass.diosmosis
2015-04-02Remove uses of Config::init(), Config::clear() and Config::setTestEnvironment...diosmosis
2015-03-17Merge branch 'master' into geo-attribution-taskdiosmosis
2015-03-16Merge branch 'master' into 7276_update_command_progressdiosmosis
2015-03-16Tests fixtures can provide DI configurationMatthieu Napoli
2015-03-13Fixing travis build (two tests only failed on travis). Fixing build failure d...diosmosis
2015-02-25Refs #7276, initial backwards compatible refactor of updater classes (moved C...diosmosis
2015-02-03Removed Piwik\Registry and replaced its usage with the containerMatthieu Napoli
2015-01-09Merge pull request #6939 from piwik/ini-componentMatthieu Aubry
2015-01-09Logging in case dropping the test database failedMatthieu Napoli
2015-01-09Silencing failures to drop the test databaseMatthieu Napoli
2015-01-09Move currencies in the Intl component tooMatthieu Napoli
2015-01-09Removed direct inclusion of data filesMatthieu Napoli
2015-01-09Introduced a new Piwik\Ini component to abstract reading and writing INI conf...Matthieu Napoli
2015-01-05Fixed typo that crept inMatthieu Napoli
2014-12-27Unset logger instance in Fixture tear down.diosmosis
2014-12-17Use the new PiwikCache::getTransientCache() to store the values instead of us...mattab
2014-12-17added support for different caching backends such as redisThomas Steur
2014-12-08Refs #6795, add --iis-map-field option to allow users of log importer script ...diosmosis
2014-12-02Fixes #6651 Adding better health checks to the tests when downloading/creatin...mattab
2014-11-26Merge branch 'master' into processed_metrics_metadatadiosmosis
2014-11-25refs #6697 start refactoring the DoNotTrack code to allow for adding testsmattab
2014-11-17Clear static cache in Fixture.diosmosis
2014-11-14Removed usage of \FakeAccess in favor of Piwik\Tests\Framework\Mock\FakeAccessMatthieu Napoli
2014-10-30Use shorter DB name when persisting fixture data.diosmosis
2014-10-13refs #5940 added deprecated and since annotationThomas Steur
2014-10-13refs #5940 moved files into a subfolder framework, added autoloader to remove...Thomas Steur