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-23Check config file was written correctly (#18024)Jason Morton
2021-09-04show users more informative information on error (#17900)Tim-Hinnerk Heuer
2021-06-11Check if config loaded in getHostname() (#17526)Zoltan Flamis
2020-06-03Remove code tagged with `@deprecated` (#16001)Thomas Steur
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2020-01-20Removes some code marked as deprecated (#15419)Stefan Giehl
2019-09-21No config reload on save (#14824)Thomas Steur
2019-09-17Fix user path was not working as it should (allow placing config file outside...Thomas Steur
2019-09-13Various platform tweaks (#14832)Thomas Steur
2019-08-16delete config cache only after the cache was written (#14754)Thomas Steur
2019-07-05Update the link tag for all php files (#14635)Luca
2019-03-11Allow config files to be placed per hostname in misc/user directory (#13999)Thomas Steur
2019-02-11Include non-sql migrations in update dry run output. (#14003)diosmosis
2018-11-12Ability to change periods over which evolution graphs display in scheduled re...diosmosis
2018-10-11Acquire an exclusive lock when writing config file (#13583)Thomas Steur
2018-01-10Further Piwik.org => Matomo.org replacements (#12415)Thomas Steur
2017-09-26Adding new events triggered when dynamic files are changed by Piwik. (#12106)Benaka
2017-09-11Use correct delimiter for Page Title reportssgiehl
2016-09-292.16.3-rc1 (#10590)2.16.3-rc1Matthieu Aubry
2016-07-25Professional Services for Piwik, neutral branding within Piwik app (#10339)Matthieu Aubry
2016-02-02refs #9686 add help links in error message to Piwik PROThomas Steur
2015-09-02fixing some unlink and othersThaDafinser
2015-05-25Do not derive from Singleton in Config (since the object is now in DI).diosmosis
2015-05-25Moved Config object to the DI container and override w/ TestConfig through DI...diosmosis
2015-05-22Move Config::setTestEnvironment() to TestConfig. This will require changing s...diosmosis
2015-05-22Remove the Config.createConfigSingleton test event from being posted in Confi...diosmosis
2015-05-01Remove GlobalSettingsProvider interface and replace w/ GlobalSettingsProvider...diosmosis
2015-04-18Merge branch 'master' into config_step_2diosmosis
2015-04-14Merge pull request #7639 from ThaDafinser/patch-3Benaka
2015-04-14Encode/decode INI properties in IniFileChain since the encoding/decoding is u...diosmosis
2015-04-09Move Config::encodeValues/Config::decodeValues from Config to IniFileChain si...diosmosis
2015-04-09Added environment validation system test (mostly failing) that tests Piwik's ...diosmosis
2015-04-07Update Config.phpMartin Keckeis
2015-04-07Update Config.phpMartin Keckeis
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-06Fixing Installation UI tests.diosmosis
2015-04-06Make IniSettingsProvider a singleton in order to make sure IniFileChain is sh...diosmosis
2015-04-06Fixing some integration tests, make sure IniFileChain is correctly shared amo...diosmosis
2015-04-04Fix Config::forceUsageOfLocalHostnameConfig (shouldn't fail if local file doe...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-03#7601 Removed the dependency from the container to the configMatthieu Napoli
2015-04-02Remove uses of Config::init(), Config::clear() and Config::setTestEnvironment...diosmosis
2015-03-31Fix issue where reference not returned by IniFileChain::get when settings fil...diosmosis
2015-03-31Attempting to fix travis error 'indirect modification of overloaded property ...diosmosis
2015-03-12Remove TODO from Config.php (about test event Config.createConfigSingleton).diosmosis
2015-03-12Fix a regression (w/ new test) where if no changes in user settings config, t...diosmosis
2015-03-12Merge branch 'master' into config_ini_merge_refactordiosmosis
2015-03-10Fixes #7356 Do not catch and silence exceptions blindlyMatthieu Napoli