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/tests
AgeCommit message (Expand)Author
2015-04-09Added environment validation system test (mostly failing) that tests Piwik's ...diosmosis
2015-04-09Merge branch 'master' into config_step_2diosmosis
2015-04-09submodule updatesgiehl
2015-04-08Merge branch 'master' into config_step_2diosmosis
2015-04-08Update submodule...Matthieu Napoli
2015-04-07Make sure test Config is set when tearing down IntegrationTestCase test.diosmosis
2015-04-07Merge branch 'master' into config_step_2diosmosis
2015-04-07Refs #7312, fix bug where config file is saved w/ sections in incorrect order...diosmosis
2015-04-07Adding environment validation class to centralize all config.ini.php + relate...diosmosis
2015-04-07Make Config::reload a protected member so Config is generally setup once and ...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-06Merge branch 'master' into config_step_2diosmosis
2015-04-06Fixing unit tests, includes environment creation/destruction to UnitTestCase ...diosmosis
2015-04-05Adding Plugin Manager to DI container.diosmosis
2015-04-05Move DI container creation to Piwik\Application\Environment class.diosmosis
2015-04-04Fixing UI test issue w/o failing pro plugin builds.diosmosis
2015-04-03Hacking away so it's possible for certain pro plugin tests to pass.diosmosis
2015-04-03Fixing build.diosmosis
2015-04-03#7601 Removed the dependency from the container to the configMatthieu Napoli
2015-04-03Update submoduleMatthieu Napoli
2015-04-03#7612 Restore the tmp folderMatthieu Napoli
2015-04-02Remove uses of Config::init(), Config::clear() and Config::setTestEnvironment...diosmosis
2015-04-01UI screenshot updatesgiehl
2015-04-01refs #7227 #7292 - updated UI test to check software page instead of old visi...sgiehl
2015-04-01fixes #7380 Set correct report documentation for entry/exit page titlesmattab
2015-04-01Merge pull request #7410 from piwik/device-model-reportMatthieu Aubry
2015-04-01Merge pull request #7596 from piwik/7458Matthieu Aubry
2015-04-01Merge pull request #7593 from piwik/visible_subtable_in_system_testsMatthieu Aubry
2015-04-01refs #7458 fix memory error in API Live.getLastVisitsDetails when filter_offs...Thomas Steur
2015-03-31the parameter $xmlFieldsToRemove was not usedThomas Steur
2015-03-31fix more tests as the idsubtable is no longer hiddenThomas Steur
2015-03-31fix some system tests as subtableIds are no longer hiddenThomas Steur
2015-03-31Merge pull request #7482 from piwik/3611Thomas Steur
2015-03-31also remove idSubtable fieldsThomas Steur
2015-03-31As SubtableIds are consecutive now, we might no longer have to remove them fr...Thomas Steur
2015-03-31Update comments and function name (minor)mattab
2015-03-31fix broken testsThomas Steur
2015-03-31A chunk implementation that is much simpler and makes more sense. Everything ...Thomas Steur
2015-03-31fix test did not call tearDown which caused other tests to failThomas Steur
2015-03-31disable tests on PHP 5.3 again, faster ReplaceColumns, remove not needed testThomas Steur
2015-03-31changed the name of chunks in archive tables, faster unserializationThomas Steur
2015-03-31Faster archiving of aggregated reports, also performance imprvovements in gen...Thomas Steur
2015-03-31Merge pull request #7312 from piwik/config_ini_merge_refactorBenaka
2015-03-31Fix issue where reference not returned by IniFileChain::get when settings fil...diosmosis
2015-03-31Remove test config.ini.php file in ConfigTest::test_forceSave_writesNothingIf...diosmosis
2015-03-31Merge pull request #7430 from piwik/6176Matthieu Aubry
2015-03-31Merge branch 'master' into config_ini_merge_refactordiosmosis
2015-03-27Fix a test for PHP 5.3.3Matthieu Napoli