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-04fix usort() in SQL Profiler (#17645)Lukas Winkler
2021-05-11add new ini config to enable/disable the php profiler feature (#17537)dizzy
2020-10-30Fix URL path to profiler (#16630)Thomas Steur
2020-07-05Improve host validation (#16169)Thomas Steur
2020-05-08Merge remote-tracking branch 'origin/3.x-dev' into 4.x-devsgiehl
2020-05-06Save profiling metadata (#15893)Thomas Steur
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2019-08-16Support tideways profiler (#14777)Thomas Steur
2019-07-05Update the link tag for all php files (#14635)Luca
2018-11-28Support tideways xhprof profiler (#13667)Thomas Steur
2018-01-10Further Piwik.org => Matomo.org replacements (#12415)Thomas Steur
2015-11-19Use XHProf extension if it is enabled (do not require to build the xhprof via...mattab
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2015-05-06Fixes #7708, in summary of XHProf output message, display warning if developm...diosmosis
2015-04-20Do not use static container in profiler setup and call xhprof_enable after se...diosmosis
2015-04-20Do not call SettingsPiwik::getPiwikUrl() when outputting xhprof URL until run...diosmosis
2015-01-12Simplified get from container with new shorter methodMatthieu Napoli
2014-12-02Merge pull request #6658 from piwik/tmp-pathMatthieu Aubry
2014-11-28Fixed xhprof profiler configMatthieu Napoli
2014-11-13Moved the `tmp/` path into the config (was hardcoded everywhere)Matthieu Napoli
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-08-25refs #5995 XHProf failed on PHP 5.3.10 on Ubuntu with a fatal error because t...Thomas Steur
2014-08-23Refs #5995, do not access piwik URL for non-main runs when running xhprof sin...diosmosis
2014-08-21Add quick comment descs for xhprof metrics (since they use short string names).diosmosis
2014-08-21Replace self w/ explict class name in closure in Profiler.php.diosmosis
2014-08-21Remove completed TODO.diosmosis
2014-08-21Get xhprof integration to work. Only setup xhprof once per php execution and ...diosmosis
2014-08-21Rewrite setupProfilerXHProf to work with composer xhprof.diosmosis
2014-08-21Add xhprof option to tests:run command.diosmosis
2014-07-23reduced multiple empty lines to exactly oneChristian Raue
2014-07-15fixed method signaturesChristian Raue
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-03-29Fixes #4924: in Tracker mode, do not check for permission when getting/settin...mattab
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
2013-12-08Minor messagesmattab
2013-11-27Adding new hook to enrich Conversions + minor changesmattab
2013-11-22Somehow xhprof_error not defined on my boxmattab
2013-11-18Error messages friendly to CLI output (no html, spaces displayed correctly......mattab
2013-11-18Refs #4310mattab
2013-11-18Improving XHProf support. At the end of a request with XHProf enabled, it wil...mattab
2013-10-08Applying phpstorm code style PSR refs #3771mattab
2013-10-08refs #4123 Removing unused imports (using phpstorm Inspections>Fix feature)mattab
2013-10-07Removed Piwik::log and replace with calls to Log::... functions. Also changed...Benaka Moorthi
2013-10-02refs #4123 fix some phpstorm inspection warningsThomas Steur
2013-09-24Fixing ErrorHandler stuff.Benaka Moorthi
2013-09-24Remove use of Zend_Registry to hold DB connections.Benaka Moorthi
2013-09-14fixmattab
2013-09-14Refactoring Profiler features out of Piwik classmattab