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-22removed Mssql and pgsql (#18042)Peter Zhang
2021-07-19More helpful messages on db connection failures (#17789)Justin Velluppillai
2020-06-04Merge branch '3.x-dev' into 4.x-devsgiehl
2020-05-12triple equals (#15762)Jean Baptiste Noblot
2020-05-11Fix notice "Trying to access array offset on value of type int" in WP (#15935)Thomas Steur
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2019-07-05Update the link tag for all php files (#14635)Luca
2018-01-10Further Piwik.org => Matomo.org replacements (#12415)Thomas Steur
2016-09-05fix Deprecated - Non-static method Piwik\Db\Adapter::isRecommendedAdapter() s...Thomas Steur
2016-07-30Added Recommended Drivers During Installation (#10346)Pranav
2016-07-21When Piwik config file becomes un-readable, make it clear that the file still...Matthieu Aubry
2015-09-22refs #8689 started working on PHP 7 supportThomas Steur
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2015-02-20Throw exception when adapter class not validmattab
2014-10-04moved some queries within core to model filesThomas Steur
2014-08-20Remove Piwik autoloader and replace composer autoloader.diosmosis
2014-07-23reduced multiple empty lines to exactly oneChristian Raue
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-02-05refs #4611 use InnoDB by default, added config option to change to different ...Thomas Steur
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
2014-02-03Removing occurences of Piwik_ in core/Fabian Becker
2013-10-08Applying phpstorm code style PSR refs #3771mattab
2013-10-08refs #4123 Removing unused imports (using phpstorm Inspections>Fix feature)mattab
2013-08-09Fixing bug in installermattab
2013-07-31Fixing post merge bugsmattab
2013-07-31Refs #3741 Resuming PHP Namespaces conversion of Piwik core, mostly finished ...mattab
2013-07-23Refs #4059 Work in progress: Conversion to use Namespaces of dozen more classesmattab
2013-07-21Refs #4059 Work in progress: Conversion to use Namespaces: Period*, Metrics, ...mattab
2013-03-28Mass conversion of all files to the newly agreed coding standard: PSR 1/2mattab
2013-02-06Removing SVN $, since Git does not provide auto properties.Fabian Becker
2012-05-27moved another interface to its own file; fixed/added lot of doc blockssgiehl
2012-05-26moved Piwik_Db_Adapter_Interface to its own filesgiehl
2012-03-24refs #1713 - workaround php 5.1.x - php 5.2.0 reference bugs when config is r...robocoder
2011-05-16refs #1368 - refactoring the batch insert coderobocoder
2011-04-30better handle a typo in the db adapter name when manually edited ;)robocoder
2010-08-20refs #1630robocoder
2010-06-30fixes #1452robocoder
2010-06-22phpdoc updaterobocoder
2010-06-22update phpdoc commentsrobocoder
2010-06-06refs #1368 - more refactoring and phpdocsrobocoder
2010-06-05refs #1368robocoder
2010-06-05refs #1368 - move low-level $dbInfos mangling to adapterrobocoder
2010-06-05refs #1368 - rename Piwik_Db_iAdapter to Piwik_Db_Adapter_Interface for consi...robocoder
2010-06-03refs #1368 - initial refactoring of MySQL schema methods from Piwik.phprobocoder
2010-06-03refs #1368 - hard-code the list of supported adapters since it seems unlikely...robocoder
2010-05-12refs #1335 - move adapters in core/Db to core/Db/Adapter, mirroring libs/Zend...robocoder