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
2014-11-27fixes #6727 lazy load plugin settingsThomas Steur
2014-10-28Replace all uses of Piwik_ExitWithMessage (except one) with throwing exceptio...diosmosis
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-09-14Do not log bind when logging SQL statements.diosmosis
2014-09-14Add logging of SQL statements (w/ verbose level) to Db class.diosmosis
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-07-15fixed method signaturesChristian Raue
2014-07-06Removing extra travis debugging code.diosmosis
2014-07-06Trying to debug travis failure (disabling most integration tests temporarily).diosmosis
2014-07-05Fixing some tests and trying to diagnose travis failure.diosmosis
2014-07-05Fix build for no tables_prefix on travis change.diosmosis
2014-06-30renaming PDO_MYSQL -> PDO\MYSQL for consistencymattab
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-04-08Add method to destroy current database connection (for testing).diosmosis
2014-04-03fetchAll should exist even in tracker modeThomas Steur
2014-04-03started to work on command to set number of available custom variablesThomas Steur
2014-03-29Fixes #4924: in Tracker mode, do not check for permission when getting/settin...mattab
2014-02-25Merge branch 'master' into comparison_dashboard_changesdiosmosis
2014-02-22Rename hook for consistencymattab
2014-02-15Add tableExists method to Db singleton.diosmosis
2014-02-05Fix logic: only run OPTIMIZE table on Myisam tables. Refs #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
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