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-09-28[Vue] Introduce Vue + Workflow commands (#17940)dizzy
2020-06-03Remove code tagged with `@deprecated` (#16001)Thomas Steur
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2020-02-12Move Provider plugin to the Marketplace (#15552)Thomas Steur
2020-01-20Removes some code marked as deprecated (#15419)Stefan Giehl
2020-01-16Removes some methods deprecated for Matomo 4 (#15386)Stefan Giehl
2019-12-17Couple tweaks to Environment class so current environment name can be easily ...diosmosis
2019-10-11Don't enable example plugins by default so we can remove them from the releas...Thomas Steur
2019-09-18Use correct NotYetInstalledException when Matomo is not yet installed (#14823)Thomas Steur
2019-09-13Various platform tweaks (#14832)Thomas Steur
2019-08-16Do not record the trace for user input errors (#14771)Thomas Steur
2019-07-18fix environment validator test (#14672)diosmosis
2019-07-17fix build (#14661)Thomas Steur
2019-07-16When installer is disabled and any module is requested, also show the not set...Thomas Steur
2019-07-05Update the link tag for all php files (#14635)Luca
2019-03-13When dispatch is disabled via a constant, it should not be dispatched (#14034)Thomas Steur
2019-03-11Make it possible to define joins for log tables using `getWaysToJoinToOtherLo...Stefan Giehl
2018-12-12Make sure tag manager can only be deactivated, not uninstalled (#13838)Thomas Steur
2018-01-10Further Piwik.org => Matomo.org replacements (#12415)Thomas Steur
2017-05-15Make sure plugins in config.ini.php are sorted depending on dependencies (#11...Thomas Steur
2016-07-21Refs #10331 #10283mattab
2016-07-21When Piwik config file becomes un-readable, make it clear that the file still...Matthieu Aubry
2015-12-22remove unused use statementssgiehl
2015-09-22Make Provider plugin disabled by default. fixes #8826mattab
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-17refs #7893 added possibility to measure mobile appsThomas Steur
2015-06-16Fixes #8110, make sure plugins are sorted correctly during tests. Moved plugi...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-05-01Fix dumb mistake in sanity check.diosmosis
2015-05-01Add sanity check to IniSettingsProvider::getSingletonInstance that checks if ...diosmosis
2015-04-09Move two TODOs in Manager to PluginList.diosmosis
2015-04-09When environment validation fails in CLI mode, include additional error messa...diosmosis
2015-04-09Fix ConfigTest unit test.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-07Forgot to add EnvironmentValidator class.diosmosis
2015-04-07Adding environment validation class to centralize all config.ini.php + relate...diosmosis
2015-04-07Documenting GlobalSettingsProvider.diosmosis
2015-04-07Documenting new classes + removing PluginList::getInstalledPlugins method sin...diosmosis