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-10-28Replace all uses of Piwik_ExitWithMessage (except one) with throwing exceptio...diosmosis
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-09-01Make sure log messages are trimmed correctly for clean log output.diosmosis
2014-08-30Make sure arrays are formatted correctly in Log calls w/ sprintf params and i...diosmosis
2014-07-23reduced multiple empty lines to exactly oneChristian Raue
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-07-18Refactor testing environment code to remove Log.php tests hack.diosmosis
2014-07-12Merge remote-tracking branch 'origin/master' into report_and_dimension_refact...Thomas Steur
2014-07-11Make sure logging doesn't fail during tests.diosmosis
2014-07-11Ignore warnings for file_put_contents in Log when logging to file.diosmosis
2014-07-07remove all logs again and disable location settings to see if this causes itThomas Steur
2014-07-07Merge branch 'master' into report_and_dimension_refactoringThomas Steur
2014-07-07I would like to see why ipAnonymization is enabled locally but not on travisThomas Steur
2014-07-03debugging not passing ui tests the hard way, hopefully it actually logs to th...Thomas Steur
2014-07-01Add support for --force-date-range parameter + also enable Verbose logging vi...mattab
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-05-19Fixes #5181 Renamed methodmattab
2014-05-14Hide errors output in CI build. This could be fixed in much better with Depen...mattab
2014-05-12Do not mention archive.php in the sourcecode, instead mention `./console core...mattab
2014-05-08Refs #5111 Refactor Logger to write error messages to stderr, and to screen.mattab
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