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 (Collapse)Author
2015-11-19Use XHProf extension if it is enabled (do not require to build the xhprof ↵mattab
via composer)
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 ↵diosmosis
development mode is enabled.
2015-04-20Do not use static container in profiler setup and call xhprof_enable after ↵diosmosis
setProfilingRunIds.
2015-04-20Do not call SettingsPiwik::getPiwikUrl() when outputting xhprof URL until ↵diosmosis
run is saved, so the method call does not appear in output.
2015-01-12Simplified get from container with new shorter methodMatthieu Napoli
2014-12-02Merge pull request #6658 from piwik/tmp-pathMatthieu Aubry
Moved the `tmp/` path into the config (was hardcoded everywhere)
2014-11-28Fixed xhprof profiler configMatthieu Napoli
2014-11-13Moved the `tmp/` path into the config (was hardcoded everywhere)Matthieu Napoli
The `tmp/` path was hardcoded everywhere, which resulted in using `SettingsPiwik::rewriteTmpPathWithInstanceId()` to rewrite it for specific use cases. I've moved that path into the config, and replaced all hardcoded usage (and calls to `rewriteTmpPathWithInstanceId()`) by a `get()` from the container. Getting entries from the container is a bad practice and dependency injection should be preferred, but we do baby steps. When refactoring those classes to DI, we'll replace calls to the container with proper dependency injection. Another thing we'll need to do too is move the hardcoded *sub-path* of `tmp/` (e.g. `tmp/sessions/`) into the config also (but again: baby steps). Another future step would be to remove completely instance ID and let it be handled by a plugin (or by end-user config). Having the `tmp/` path in the config means that plugins or users can override it and know it will be taken into account everywhere in Piwik.
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of ↵Thomas Steur
code, few refactorings, all as part of our code cleanup strategy
2014-08-25refs #5995 XHProf failed on PHP 5.3.10 on Ubuntu with a fatal error because ↵Thomas Steur
those methods were private. Also one should rather execute composer install instead of update, otherwise one would update packages instead of installing the current defined versions
2014-08-23Refs #5995, do not access piwik URL for non-main runs when running xhprof ↵diosmosis
since it initializes the config object.
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
correctly aggregate xhprof runs (xhprof aggregation will always normalize so we must aggregate ourselves).
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 ↵mattab
via -v refs https://github.com/piwik/piwik/pull/319 refs #5396
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ↵mattab
to use free/libre instead of open source
2014-03-29Fixes #4924: in Tracker mode, do not check for permission when ↵mattab
getting/setting plugin settings.
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
refs #4609
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 ↵mattab
correctly...). Factoring out class CronArchive from archive.php.
2013-11-18Refs #4310mattab
2013-11-18Improving XHProf support. At the end of a request with XHProf enabled, it ↵mattab
will output the link to see the profiling info. New --xhprof option to archive.php, and enabling XHProf when &xhprof=1 is found in the request.
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 ↵Benaka Moorthi
changed logging level on travis.
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