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
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
2015-03-10Remove deprecated Config::getConfigSuperUserForBackwardCompatibility()Matthieu Napoli
2015-03-02Do not use missing getIniFile() exception message in Config, instead catch th...diosmosis
2015-03-02Fix Installation UI tests.diosmosis
2015-03-02Attempting to fix Installation UI tests.diosmosis
2015-03-02Add tests for IniFileChain, compose IniFileChain in Config instead of inherit...diosmosis
2015-03-02Extract INI file merging logic in Config class and move to new IniFileChain c...diosmosis
2015-02-20Rename variablemattab
2015-02-20Clearing the config in init() which can be called multiple timesmattab
2015-02-16phpdoc and scrutinizer warning fixesMatthieu Napoli
2015-02-16Fix warning detected by Scrutinizer:Matthieu Napoli
2015-01-09Introduced a new Piwik\Ini component to abstract reading and writing INI conf...Matthieu Napoli
2014-11-07refs #6435 if a float is assigned to a config value and a german locale is us...Thomas Steur
2014-10-28Replace all uses of Piwik_ExitWithMessage (except one) with throwing exceptio...diosmosis
2014-10-07Maintain accidental default behavior due to old typo bug (return empty array(...diosmosis
2014-10-07Fixing bug caused by typo in core/Config.php (caused non-existant config sect...diosmosis
2014-10-04moved some queries within core to model filesThomas Steur
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-09-01Do not overwrite log section of config w/ global when running tests.diosmosis
2014-07-23reduced multiple empty lines to exactly oneChristian Raue
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-07-15refs #5820 started to add some documentation for the new report class. Also r...Thomas Steur