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
2019-07-05Update the link tag for all php files (#14635)Luca
2018-11-29Make matomo.js and matomo.php the default Tracking API endpoints used (#13596)Thomas Steur
2015-10-02removed unused schema code that uses SHOW ENGINES which can fail when PROCESS...mattab
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-07-23reduced multiple empty lines to exactly oneChristian Raue
2014-07-07Merge branch 'master' into report_and_dimension_refactoringThomas Steur
2014-06-30In case config file uses PDO_MYSQL (backward compatibility)mattab
2014-06-30renaming PDO_MYSQL -> PDO\MYSQL for consistencymattab
2014-06-26pass all kind of column information so we can do some more checksThomas Steur
2014-06-25started to handle changes to dimensions, for instance if a new dimension is a...Thomas Steur
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-04-15Fixes #4991 Deprecated the function Schema::dropTables() and DbHelper::dropT...mattab
2014-03-22Allow dropping databases by name for tests.diosmosis
2014-03-08Fix for error "Class '\Piwik\Db\Schema\' not found", default to Mysql when sc...mattab
2014-02-06Fix bug in beta10mattab
2014-02-05Streamline config. fixes #4611mattab
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-24fixed doc blockssgiehl
2013-10-15Type hint for Singletonmattab
2013-10-11Refs #4208 refactor all singletons except the hard ones (with custom getInsta...mattab
2013-10-09Refs #4199 minor docmattab
2013-10-08Applying phpstorm code style PSR refs #3771mattab
2013-10-08refs #4199 documented some more eventsThomas Steur
2013-08-02Refs #4059 Converting dozens of plugins/* classes to use Namespaces, \Piwik\P...mattab
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-20Removing extra namespace \Coremattab
2013-07-18Refactor Piwik_Config to \Piwik\Core\ConfigFabian Becker
2013-07-06Implemented custom event dispatching system for Piwik (replaced event dispatc...Benaka Moorthi
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-24completed a bunch of php doc blockssgiehl
2012-03-05refs #1713 - merge dev branch to trunk (config class refactoring)robocoder
2011-12-20Fixes small Bug in Schema-Filepeterbo
2011-04-03refs #2256robocoder
2011-01-09Removing unused (and not working) SHARDING codemattpiwik
2010-10-28peephole optimization to singletons, i.e., new self vs. $c = __CLASS__; new $crobocoder
2010-08-20refs #1630robocoder
2010-06-22phpdoc updaterobocoder
2010-06-22update phpdoc commentsrobocoder
2010-06-07refs #1368 - implemented isAvailable() and private method hasStorageEngine();...robocoder
2010-06-06refs #1368 - more refactoring and phpdocsrobocoder
2010-06-05refs #1368 - further refactoring of Piwik.php; initial abstraction of MySQL s...robocoder
2010-06-03refs #1368 - initial refactoring of MySQL schema methods from Piwik.phprobocoder