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
2022-03-10[Codingstyle] Disallow unused use statements (#18520)Stefan Giehl
2021-10-07Merge 4.5.0 release (#18105)Justin Velluppillai
2020-09-03Updates php-di to 6.2.1 (#16311)Stefan Giehl
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2020-02-27Removes GeoIp Legacy support (#15521)Stefan Giehl
2020-01-28Use rebranded components (#15253)Stefan Giehl
2019-10-11Don't enable example plugins by default so we can remove them from the releas...Thomas Steur
2019-07-05Update the link tag for all php files (#14635)Luca
2019-01-22Add extra plugins to load to test env manipulators fake plugin list. (#13949)diosmosis
2018-12-14Fixing the build. (#13860)diosmosis
2018-12-08Fixing build (#13808)diosmosis
2018-11-11Do not remove viewdatatable params in test env during tracking or event handl...diosmosis
2018-10-12Add tests for password resetter and tweak process a bit. (#13523)diosmosis
2018-09-06Couple test related changes for tests that load multiple other plugins (#13319)diosmosis
2018-09-06Add [tests] config option to enable logging in tests. (#13335)diosmosis
2018-06-18replace sparkline library with modern equivalent (#12066)Lukas Winkler
2017-05-15Make sure plugins in config.ini.php are sorted depending on dependencies (#11...Thomas Steur
2017-05-09Automatically load required plugins during test (#11675)Thomas Steur
2015-10-27Allow extra environments to be specified through testing environment variable...diosmosis
2015-10-27HTTP Host: header can have port so don't do special manipulations during test.diosmosis
2015-10-27Make sure server port is included in current URLs in case Piwik is on a separ...diosmosis
2015-09-11If a test case class or fixture class is supplied in TestingEnvironmentManipu...diosmosis
2015-06-25Fix bug in TestingEnvironmentManipulator, don't use method_exists on instance...diosmosis
2015-06-24For UI tests make sure to handle fixtureClass test environment variable in Te...diosmosis
2015-06-20Try to get extra plugin to load from fixture class in addition to test case c...diosmosis
2015-06-20In TestingEnvironmentManipulator, set Plugins in GLobalSettingsProvider inste...diosmosis
2015-06-20When getting fixture and test case configs to override in tests, do not use a...diosmosis
2015-06-20Make TEstingEnvironmentManipulator override the global settings provider ONLY...diosmosis
2015-06-20Allow embedding environments during tests w/ changes to testing environment v...diosmosis
2015-06-16Fixes #8110, make sure plugins are sorted correctly during tests. Moved plugi...diosmosis
2015-06-15Fixes #8111, make sure to load plugins specified in testing environment varia...diosmosis
2015-06-12Load plugins in tests automatically through testing environment manipulation,...diosmosis
2015-06-06Create custom TestingEnvironmentVariablesDefinitionSource in TestingEnvironme...diosmosis
2015-06-06Allow multiple environments to be specified to Environment constructor. Add h...diosmosis
2015-06-06Remove TestingEnvironment.addHooks test event, should use DI in the future.diosmosis
2015-06-05Move Environment.bootstrapped event observer in test.php DI config file to Te...diosmosis
2015-06-05Move test environment setup logic from TestingEnvironmentVariables::addHooks(...diosmosis