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
2015-02-16phpdoc and scrutinizer warning fixesMatthieu Napoli
2015-01-12Simplified get from container with new shorter methodMatthieu Napoli
2014-12-28#6881 Disable logging in 'climulti:request'Matthieu Napoli
2014-11-27Merge branch 'di-config' into tmp-pathMatthieu Napoli
2014-11-13refs #6617 if process or output size is too large, declare it as finishedThomas Steur
2014-11-13Moved the `tmp/` path into the config (was hardcoded everywhere)Matthieu Napoli
2014-11-04Add note about CliMulti URL encoding to method docs.diosmosis
2014-10-21file_exists check instead of suppressing filemtimemgriego
2014-10-20Suppress errors while performing file cleanup during simultaneous cron runs.mgriego
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-08-18refs #6012 if the current script is run as type CGI, it is most likely that w...Thomas Steur
2014-07-23reduced multiple empty lines to exactly oneChristian Raue
2014-07-11Fix HHVM support for CLIDiftraku
2014-07-07Merge pull request #345 from craue/more-useful-error-messageMatthieu Aubry
2014-07-06Add log call to CliMulti class.diosmosis
2014-07-05provide a more useful error message on exceptionChristian Raue
2014-06-13Fixes #5343 Cron core:archive: make sure the PHP cli binary is at least 5.3.2mattab
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-06-03refs #5007 try to find a non cgi and non fpm php binaryThomas Steur
2014-05-21Fixes #5204 Add new system check whether the Piwik server supports managing ...mattab
2014-05-19Fixes #5181 Renamed methodmattab
2014-04-23Fixes #5035 CliMulti can now trigger a limited number of concurrent requests.mattab
2014-04-01next try to fix the web archive test, do not use fpm when called from webThomas Steur
2014-03-08This may fix the bug: PHP Warning: Invalid argument supplied for foreach() in...mattab
2014-03-07Fixes #4824 Use HTTP API instead of async CLI when shell_exec is disabledmattab
2014-02-18Finishing clearing the console command to allow piwik domainmattab
2014-02-18Add new piwik-domain generic option to the console.mattab
2014-02-17check whether the command ps is executable which is not the case if there is ...Thomas Steur
2014-02-13Fixes #4673 In case the PHP binary used is php-cgi instead of PHP cli, add -q...mattab
2014-02-12refs #4610 make sure to rewrite tmp path if neededThomas Steur
2014-02-12refs #4610 fix testsThomas Steur
2014-02-12refs #4610 another way to get the php binaryThomas Steur
2014-02-12refs #4610 some code tweaks and optimizationsThomas Steur
2014-02-12refs #4610 simplified, delete old files that were not cleaned upThomas Steur
2014-02-12refs #4610 simplified some logic, fallback to http on windows, redirect the o...Thomas Steur
2014-02-11refs #4610 if a process does not start after 8 seconds, finish it as the proc...Thomas Steur
2014-02-11refs #4610 prevent some notices like "failed to read from stream" which happe...Thomas Steur
2014-02-11refs #4610 store everything in climulti folder for easier cleanup later, some...Thomas Steur
2014-02-11refs #4610 make sure the command awk existThomas Steur
2014-02-11refs #4610 use a command to execute a request, this way we do not have to boo...Thomas Steur
2014-02-11refs #4610 make sure the fallback mode works in case async is not supportedThomas Steur
2014-02-11refs #4610 Pid => ProcessThomas Steur
2014-02-11refs #4610 tests for cliMulti and loads of bugfixesThomas Steur
2014-02-11refs #4610 I moved the Lock class to CliMulti as it does not 100% work on win...Thomas Steur
2014-02-10refs #4610 fix headersThomas Steur
2014-02-10refs #4610 simplified the fallback if async is not supported, tests and fixes...Thomas Steur
2014-02-10refs #4610 worked on executing cli commands in parallel but not tested yetThomas Steur