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
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2019-12-17Couple tweaks to Environment class so current environment name can be easily ...diosmosis
2019-07-05Update the link tag for all php files (#14635)Luca
2015-06-20Make TEstingEnvironmentManipulator override the global settings provider ONLY...diosmosis
2015-06-20Allow environments to stack in StaticContainer to allow embedding Environment...diosmosis
2015-06-12Load plugins in tests automatically through testing environment manipulation,...diosmosis
2015-06-06Allow multiple environments to be specified to Environment constructor. Add h...diosmosis
2015-06-06Allow only a single EnvironmentManipulator instance to be specified in Enviro...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
2015-06-02Modify StaticContainer::$definitions to be an array of definitions, so calls ...diosmosis
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2015-05-25Moved Config object to the DI container and override w/ TestConfig through DI...diosmosis
2015-05-07Remove Environment::get method (as it is redundant) and remove Translate clas...diosmosis
2015-05-01Remove IniPluginList class and move logic to PluginList interface (which is n...diosmosis
2015-05-01Remove GlobalSettingsProvider interface and replace w/ GlobalSettingsProvider...diosmosis
2015-04-09Added environment validation system test (mostly failing) that tests Piwik's ...diosmosis
2015-04-09Fixing typos, filling in docs, merging IniFileChainFactory w/ IniSettingsProv...diosmosis
2015-04-07Adding environment validation class to centralize all config.ini.php + relate...diosmosis
2015-04-07Documenting new classes + removing PluginList::getInstalledPlugins method sin...diosmosis
2015-04-06Make IniSettingsProvider a singleton in order to make sure IniFileChain is sh...diosmosis
2015-04-06Fixing unit tests, includes environment creation/destruction to UnitTestCase ...diosmosis
2015-04-05Adding Plugin Manager to DI container.diosmosis
2015-04-05Create PluginList & GlobalSettingsProvider interfaces for hard-coded Piwik ke...diosmosis
2015-04-05Move DI container creation to Piwik\Application\Environment class.diosmosis