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
2021-12-14Fix possible undefined constant exception when using ssl_no_verify (#18491)Stefan Giehl
2021-07-19do not try and set mysqli ssl option through mysqli_options since it is set ↵dizzy
later via mysqli_ssl_set (#17788)
2019-11-18Fix socket configuration not applied in MySQLi (#15166)Thomas Steur
We have a `unix_socket` setting to connect using this setting instead of host & port. It is being used in the Mysqli Tracker DB but by the looks not in the MySQLi core db. Haven't tested it but should work and at least won't make it worse :)
2018-04-02Mysql SSL connection support from pull request #8049 (#10866)Geoff Waggott
* Mysql SSL connection support from pull request #8049 * updated minified js * Add ssl_no_verify config option for skipping certificate verification (works only on some PHP setups). * Remove TODO comment from DbOverSSLCheck diagnostic, will create issue. * Skip test if SSL is not enabled * Undo changes to piwik.js for tests. * Tweak to DbSSLTest.
2011-03-14fixes #2187robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@4081 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-07-31fixes #1539 - on second thought, I'll copy Uri.php and Http/Client.php, and ↵robocoder
comment out the offending code git-svn-id: http://dev.piwik.org/svn/trunk@2833 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-04-24fixes #1312robocoder
- index.php, piwik.php - no longer set include path - libs/Zend - comment out require_once per http://www.zendframework.com/manual/e n/performance.classloading.html - libs/Zend - comment out some redundant Zend_Loader::loadClass() calls - libs/HTML - use absolute include paths - libs/open-flash-chart/php-ofc-library - use absolute include paths git-svn-id: http://dev.piwik.org/svn/trunk@2118 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-01-29update wrt Zend Framework 1.10.0; remove svn:eol-style propertyrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@1813 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2009-09-07Fixes #497 - update to Zend Framework 1.9.2 (subset); remove svn:keywords to ↵robocoder
preserve the original $Id; misc changes to handle fetchRow() sometimes returning null (instead of false) git-svn-id: http://dev.piwik.org/svn/trunk@1454 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2009-06-16Clear svn:executable on files.robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@1230 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-01-14adding svn:keywords Id properties + delete libmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@163 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2007-08-01- implemented basic plugin system in the piwik.php logging enginemattpiwik
- added some config for the loggingEngine - wrote simple PDO access layer / simple config layer - specified all the classes/method of the piwik.php - ported the JS file from phpmyvisites and fixed some bugs in it (needs testing on IE/FF/OPERA/KONQUEROR/SAFARI on MAC/WINDOWS/LINUX with the plugins enabled/disabled) git-svn-id: http://dev.piwik.org/svn/trunk@24 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2007-07-24First code commit mattpiwik
(from subclipse) git-svn-id: http://dev.piwik.org/svn/trunk@10 59fd770c-687e-43c8-a1e3-f5a4ff64c105