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-04-07Log request key in CLImattab
2014-03-31before accessing log, try to access another property to make sure config is i...Thomas Steur
2014-03-31wondering if this fixes the build? might look for a better solution afterwardsThomas Steur
2014-03-25refs #4780 added possibility to enable tracker debug via config, use logger f...Thomas Steur
2014-03-17This was a hack actuallymattab
2014-03-17Allow to Log::debug Log::info etc. any data structures using var_exportmattab
2014-02-20Do not log request key if in cli mode.diosmosis
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
2013-12-18this way we will get at least the actual error message. Fix there are 2 const...Thomas Steur
2013-12-08Fixes #4200, revised rest of @api classes/methods, closing ticket.diosmosis
2013-12-06Fixes #4199, revising event docs and closing ticket.diosmosis
2013-11-19trying to work around random build issue for nowmattab
2013-11-01Fixes #4265 Removing dependancy on 5.3.6 (in Log.php) and increasing requirem...mattab
2013-10-27Merge remote-tracking branch 'origin/master' into ceventsmattab
2013-10-25Refs #4200 revised event docs for core/* files.diosmosis
2013-10-24Merge branch 'master' into ceventsmattab
2013-10-24fixed doc blockssgiehl
2013-10-22Tracker refactor + fix bug in bulk authentication + Cleanup some of Transitio...mattab
2013-10-21Refs #4200, added more documentation to the Log class and modified default va...diosmosis
2013-10-15Tweak log format.diosmosis
2013-10-15Type hint for Singletonmattab
2013-10-11Refs #4208 refactor all singletons except the hard ones (with custom getInsta...mattab
2013-10-09Refs #4202 removing functions Piwik_PostEvent and moving to Piwik::postEventmattab
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-10-08refs #4199 our hooks doc generator supports MarkdownThomas Steur
2013-10-08refs #4199 inline the event documentation, renamed $this -> $logger to have a...Thomas Steur
2013-10-07Move deadlock info logging to Db.php, fix core updater translation regression...Benaka Moorthi
2013-10-07refs #4194 marked some classes and methods as API to test doc generationThomas Steur
2013-10-05Refs #4131 Fixing LogTest + instructions for composer install for windows ser...mattab
2013-10-03Allow plugins to provide new log writers.Benaka Moorthi
2013-10-01Refs #4133 Fixing Logger and testsmattab
2013-10-01Refs #4133 Fixing archive.php + Logger to work with new workflowmattab
2013-10-01Merge pull request #111 from piwik/registryFabian Becker
2013-09-30Refs #4133mattab
2013-09-29Merge branch 'master' into registryFabian Becker
2013-09-29Removing all uses of Zend_Registry from core/ plugins/ and tests/Fabian Becker
2013-09-27Make sure log messages are sanitized when outputted to the screen.Benaka Moorthi
2013-09-27Use tag concept instead of plugin when logging and default to calling class n...Benaka Moorthi
2013-09-27Fix php 5.3 bug.Benaka Moorthi
2013-09-27Documenting Log.Benaka Moorthi
2013-09-26Added tests and fixed bugs.Benaka Moorthi
2013-09-26Finished more.Benaka Moorthi
2013-09-24Finished converting exception handling.Benaka Moorthi
2013-09-24Rewrote error handling.Benaka Moorthi
2013-09-24Merge branch 'master' into logBenaka Moorthi
2013-09-24Remove use of Zend_Registry to hold DB connections.Benaka Moorthi
2013-09-23Tweaks.Benaka Moorthi
2013-09-23Made changes.Benaka Moorthi