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
2021-10-07Merge 4.5.0 release (#18105)Justin Velluppillai
2020-09-03Updates php-di to 6.2.1 (#16311)Stefan Giehl
2020-06-03Remove code tagged with `@deprecated` (#16001)Thomas Steur
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2019-09-17Fix user path was not working as it should (allow placing config file outside...Thomas Steur
2019-07-05Update the link tag for all php files (#14635)Luca
2019-03-15Support multiple plugin paths (#14051)Thomas Steur
2018-07-19Do not apply local config in tests (#13182)Thomas Steur
2015-10-27Allow extra environments to be specified through testing environment variable...diosmosis
2015-10-04Make sure plugin environment files are loaded after the base environment conf...diosmosis
2015-06-20Allow environments to stack in StaticContainer to allow embedding Environment...diosmosis
2015-06-16Remove some unneeded imports from ContainerFactory.php.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-06Use custom DefinitionSource to access TestingEnvironmentVariables so those va...diosmosis
2015-06-06Allow plugins to define their own test.php DI config files (missed this in ea...diosmosis
2015-06-02Modify StaticContainer::$definitions to be an array of definitions, so calls ...diosmosis
2015-06-02Use test.php DI config options if PIWIK_TEST_MODE is defined.diosmosis
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2015-05-25In ExceptionHandler::getErrorResponse(), ignore case where event posting fail...diosmosis
2015-04-27Merge branch 'master' into config_step_2diosmosis
2015-04-20Allow plugins to have environment DI config files. Move all logging DI to Mon...diosmosis
2015-04-18Merge branch 'master' into config_step_2diosmosis
2015-04-13Updated PHP-DI versionMatthieu Napoli
2015-04-09Fixing typos, filling in docs, merging IniFileChainFactory w/ IniSettingsProv...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
2015-04-03#7601 Removed the dependency from the container to the configMatthieu Napoli
2015-03-16Tests fixtures can provide DI configurationMatthieu Napoli
2015-02-16phpdoc and scrutinizer warning fixesMatthieu Napoli
2015-02-10ref #6609 Plugins can provide their own config filesMatthieu Napoli
2015-01-09Added a `StaticContainer::get()` method to avoid boilerplateMatthieu Napoli
2015-01-05Refactored the way translations are loadedMatthieu Napoli
2014-12-23DI config: renamed the `old_config` prefix to `ini`Matthieu Napoli
2014-12-22#6881 Recreate the container in the 'web' environment in 'climulti:request'Matthieu Napoli
2014-12-17Merge branch 'master' into log-refactoring-1Matthieu Napoli
2014-12-17added support for different caching backends such as redisThomas Steur
2014-12-15Merge remote-tracking branch 'origin/master' into log-refactoring-1Matthieu Napoli
2014-12-12Updated PHP-DI versionMatthieu Napoli
2014-12-10#6622 Logger refactoring: moved the container creation into a new ContainerFa...Matthieu Napoli
2014-12-10#6622 Logger refactoring: introduced a DI config for the test environmentMatthieu Napoli
2014-12-05#6622 Logger refactoring: log in CLIMatthieu Napoli
2014-12-01Merge branch 'master' into log-refactoring-1Matthieu Napoli
2014-12-01DI container: disable the use of annotationsMatthieu Napoli
2014-11-28Logger refactoring, 1st step: separate config from logicMatthieu Napoli
2014-11-12Import the old INI configuration in the DI configMatthieu Napoli
2014-11-12Moved the StaticContainer into `Piwik\Container`Matthieu Napoli