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 (Collapse)Author
2016-01-15add possibility to view config values, including description, default value ↵Thomas Steur
and whether it is an adjusted config value in the ui
2015-04-09Move Config::encodeValues/Config::decodeValues from Config to IniFileChain ↵diosmosis
since they are vital to correctly storing/loading settings w/o strange bugs.
2015-04-06Fixing unit tests, includes environment creation/destruction to UnitTestCase ↵diosmosis
base class + ability to override environment in UnitTestCase.
2014-07-08refs #5409 #341 #5349 if a config value contains a dollar sign convert it to ↵Thomas Steur
an html entity to prevent it being interpreted as a PHP variable. This allows us to remove the RAW ini parser flag which causes trouble on some PHP versions as the parser seems to be buggy.
2014-06-16Refs #5349 adding failing to showcase bugmattab
2014-01-09Fix build by checking in filemattab
2010-07-06Refs #808 Fixing Config.test.php when ran in all_tests.php. Side effect due ↵mattpiwik
to setTestEnvironment(). Renamed test config section from Global (which is a special case in test environment) to GlobalSection git-svn-id: http://dev.piwik.org/svn/trunk@2433 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2009-09-18fixes #904 - MySQL error codes; unsupported adapters can map these to ↵robocoder
driver-specific SQLSTATE (see example) fixes #980 - Piwik Installation support for "MySQL Improved" (mysqli) extension fixes #984 - Set client connection charset to utf8. Fixed tracker profiling data not recorded until after report generated. More refactoring and database abstraction: - Installation gets a list of adapters instead of hardcoding in the plugin - checking for database-specific system requirements deferred to the adapter - error detection moved to adapter but we still use MySQL error codes rather than defining new constants Note: unit tests don't run with MYSQLI -- Zend Framework's Mysqli adapater doesn't support prepare() yet git-svn-id: http://dev.piwik.org/svn/trunk@1473 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2009-06-01- fix #690 mysql password html encoded causing problems with special chars ↵mattpiwik
like & + now encoding stuff properly + added tests git-svn-id: http://dev.piwik.org/svn/trunk@1165 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2009-03-09- fix #573 Changeset 949 may break configuration valuesmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@973 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2009-03-03- removing hack in PluginsManager from months ago: it feels good.mattpiwik
- fix #574 (Object of class Zend_Config could not be converted to int in core/Config.php on line 186) git-svn-id: http://dev.piwik.org/svn/trunk@957 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2009-03-02- fix #481 (username should be enclosed in double quotes in config files, in ↵mattpiwik
case the user name contains a = --> all non-array values in Config/config.ini.php are now automatically enclosed in double quotes, and double quote automatically encoded as " (parse_ini_file doesn't handle escaping the double quote, arg) - cleaning the Piwik_Config code, adding tests, the code using the Config is now more simple, all the logic is inside the class (before it was very hacky). the installer is now using the Config to create the config file rather than duplicating the logic. git-svn-id: http://dev.piwik.org/svn/trunk@949 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2009-02-28- fix #26 (The user config file cannot only define a variable, it has to ↵mattpiwik
define the whole "category" of variables) git-svn-id: http://dev.piwik.org/svn/trunk@930 59fd770c-687e-43c8-a1e3-f5a4ff64c105