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
2013-12-08Refs #4200 revised some of class/method docs.diosmosis
2013-12-06Fixes #4199, revising event docs and closing ticket.diosmosis
2013-12-03refs #4244 converted more linksThomas Steur
2013-12-03converted some links to use @linkThomas Steur
2013-11-05adding @ignore to fieldmattab
2013-10-25Refs #4200 revised event docs for core/* files.diosmosis
2013-10-21Refs #4200, documented Db.php and small refactor to LogDataPurger/ReportsPurg...diosmosis
2013-10-09Refs #4202 removing functions Piwik_PostEvent and moving to Piwik::postEventmattab
2013-10-09refs #4199 updated some event docs and removed some more unused eventsThomas Steur
2013-10-08Applying phpstorm code style PSR refs #3771mattab
2013-10-08Merge remote-tracking branch 'origin/master'mattab
2013-10-08refs #4123 Removing unused imports (using phpstorm Inspections>Fix feature)mattab
2013-10-08refs #4123 Removing some warningsmattab
2013-10-08refs #4199 documented some eventsThomas Steur
2013-10-07refs #4194 marked some classes/methods/functions as available for pluginsThomas Steur
2013-10-07Move deadlock info logging to Db.php, fix core updater translation regression...Benaka Moorthi
2013-10-02refs #4123 fix some phpstorm inspection warningsThomas Steur
2013-09-27Try fixing travis build (by making Db connection lazily created singleton).Benaka Moorthi
2013-09-25Thanks for the report. Could you apply this patch and confirm it is working f...mattab
2013-09-24Remove use of Zend_Registry to hold DB connections.Benaka Moorthi
2013-09-14Moving BatchInsert logic to own Db/BatchInsert classmattab
2013-08-10added some inline variable type hints / fixed some doc blockssgiehl
2013-08-02fixed namespacessgiehl
2013-07-31refs #3741 fixing some namespacessgiehl
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
2010-05-12refs #1335 - move adapters in core/Db to core/Db/Adapter, mirroring libs/Zend...robocoder
2010-03-29Refs #56 mattpiwik
2009-12-09- PDO returned first as default adapter when both pdo and mysqli are availablemattpiwik
2009-11-26Add timezone check to installer; warn if mismatch between MySQL and php robocoder
2009-09-24refs #984 - adapters no longer default to utf8 connection; add utf8 connectio...robocoder
2009-09-23refs #980 - refactor globr(); redo workaround for ZF-1398robocoder
2009-09-19refs #904 - mysql error codesrobocoder
2009-09-18fixes #904 - MySQL error codes; unsupported adapters can map these to driver-...robocoder
2009-09-11fixes #632 - move local mods to subclassed ZF classes; the duplication in Db/...robocoder