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
2016-01-12refs #9258 forward php cli options to the archiver commandsThomas Steur
2015-07-24Fixes #8316, re-add core:archive URL override functionality for users that do...diosmosis
2015-06-04In CliMulti.php, check for test mode by checking for the PIWIK_TEST_MODE defi...diosmosis
2015-06-02Rename Piwik_TestingEnvironment to TestingEnvironment and move the class to P...diosmosis
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2015-05-10Make CliMulti::getSuperUserTokenAuths private since it is only used there, an...diosmosis
2015-05-10Fix bug in CliMulti (type in member name), and make sure all requests are run...diosmosis
2015-05-10Updating submodules & move getSuperUserTokenAuths from CronArchive to CliMult...diosmosis
2015-05-10Move hacks in CronArchive + Tracker to run code as superuser through CliMulti...diosmosis
2015-05-10Fix CliMultiTest.php.diosmosis
2015-05-10Refactor CronArchive, remove need to specify URL (also did same to CliMulti),...diosmosis
2015-04-22#7536 Log segments that are being archivedMatthieu Napoli
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