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-06-18pass array to Db::fetchOne() (#17688)Lukas Winkler
2020-07-24Merge branch '3.x-dev' into 4.x-devsgiehl
2020-07-03Add method to enable cookies in JS (#16113)Thomas Steur
2020-05-17Use utf8mb4 character set if possible (#15618)Stefan Giehl
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2020-04-08many typo fixes in the code thanks to codespell (#15730)Lukas Winkler
2019-10-02Ignore option inserts if they fail (#14931)Thomas Steur
2019-07-12various performance tweaks (#14624)Thomas Steur
2019-07-05Update the link tag for all php files (#14635)Luca
2018-04-02Fixes #12400 - Option::set() INSERT INTO ... ON DUPLICATE KEY UPDATE can be s...Anthon Pang
2014-10-09Merge branch 'master' into 5940_testRenamingAndCorrectFoldersThomas Steur
2014-10-06add @ignore so the method does not appear in the auto generated API doc on ht...Matthieu Aubry
2014-10-06Add setSingletonInstance method to Option for testing.diosmosis
2014-10-05refs #5940 put tests in correct folders, better testsuite names, some tests s...Thomas Steur
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-07-19fixed field visibility keyword orderChristian Raue
2014-07-15fixed method signaturesChristian Raue
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-05-16Merge branch 'master' of github.com:piwik/piwikmattab
2014-05-16When Piwik is installed without DB table prefix, the table 'option' becomes a...mattab
2014-05-15[BUG] Missing space between the from and the where sql statement in the core/...he667
2014-03-25refs #4903 started to work on the possibility to run multiple archivers in pa...Thomas Steur
2014-03-21Allow getting options whose names are like a given pattern.diosmosis
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
2013-12-08Refs #4200 revised some of class/method docs.diosmosis
2013-10-21Refs #4200, documented several more classes.diosmosis
2013-10-09More fixes, I can do itmattab
2013-10-09Refs #4202 removing functions Piwik_GetOption and SetOption. Now use: Option:...mattab
2013-10-08Applying phpstorm code style PSR refs #3771mattab
2013-10-08Refs #4123 Applying phpstorm "Organize imports" on core/* and plugins/* direc...mattab
2013-10-08refs #4123 Removing unused imports (using phpstorm Inspections>Fix feature)mattab
2013-08-02fixed undefined classes in doc blockssgiehl
2013-07-23Refs #4059 Work in progress: Conversion to use Namespaces of dozen more classesmattab
2013-07-20Removing extra namespace \Coremattab
2013-07-18Refactor class Piwik_Common to \Piwik\Core\CommonFabian Becker
2013-07-18Refactor class Piwik_Commin to \Piwik\Core\CommonFabian Becker
2013-06-17Introducing the Piwik_DataAccess_ArchiveWriter which encapsulates logic for c...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-24completed a bunch of php doc blockssgiehl
2011-04-04fixes #2260 - thanks elementrobocoder
2011-03-05fixes #2150robocoder
2011-03-05refs #401 - remove this comment as the policy changed following [2036]robocoder
2010-10-28peephole optimization to singletons, i.e., new self vs. $c = __CLASS__; new $crobocoder
2010-08-20refs #1630robocoder
2010-07-19Fixes #1485 mattpiwik
2010-07-06Introducing documented piwik.php PHP Tracking client.mattpiwik
2010-06-03refs #1368 - Piwik::prefixTable() is deprecatedrobocoder