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-28Add fix for when the 'shell_exec' function doesn't exists.Peter Slump
2015-02-16Fix warning detected by Scrutinizer:Matthieu Napoli
2015-01-15When using testmode in RequestCommand make sure the database connection is re...diosmosis
2014-12-22Removed debug messageMatthieu Napoli
2014-12-22#6881 Recreate the container in the 'web' environment in 'climulti:request'Matthieu Napoli
2014-12-22#6881 Disable logging in 'climulti:request'Matthieu Napoli
2014-12-22#6881 Disable logging in 'climulti:request'Matthieu Napoli
2014-12-17remove extra param so the help text is displayedmattab
2014-12-04Tracker refactoringThomas Steur
2014-12-01Fixes #6222 silent fail in front of shell_exec to prevent warnings from break...mattab
2014-11-13refs #6617 if process or output size is too large, declare it as finishedThomas Steur
2014-10-02Refs #6224 check for HHVM first to avoid it picked up by the isValidPhpType ...mattab
2014-10-01Fixes #6314 do not display error Warning: shell_exec() [function.shell-exec]:...mattab
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-09-21fixes #6237 Reading php_uname in case shell_exec failed.mattab
2014-09-09fixes https://github.com/piwik/piwik/pull/5965 Thanks for suggestion @snout1979mattab
2014-08-12refs #5988 Add silent fail to prevent error message in safe modemattab
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-07-22Merge pull request #5818 from Diftraku/hhvm_compThomas Steur
2014-07-17Add the missing -q flagToni Kaija
2014-07-16Refs #5842, use correct `ps` syntaxdiosmosis
2014-07-16Fixes #5842, use -x option when invoking ps in asynchronous process execution...diosmosis
2014-07-11Fix HHVM support for CLIDiftraku
2014-06-13Fixes #5263 use HHVM binary with --php. Archive may now be compatible with HHVM.mattab
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-05-24Remove second parameter to Filesystem::mkdir to prevent unexpected bugs.mattab
2014-05-14fixes #5041 Fix typo. Kuddos @klauskw for the find!mattab
2014-05-09Removed unused imports in core/ and plugins/mattab
2014-05-08Prevent stderr from commandExists()Klaus
2014-04-30Updating comment to reference to ./console core:archive instead of archive.phpmattab
2014-04-26Fixes #5041 - ditch negative semantic, that's more readablePeter Boehlke
2014-04-25Fixes #5041 - check if procfs is mountedPeter Boehlke
2014-04-08Refs #4957 Proper fix (thanks for feedback!)mattab
2014-04-07Fixes #4957 On synology NAS devices, do not use CLI multi codemattab
2014-04-04Remove spaces in the list of disabled functionsmattab
2014-03-25refs #4903 started to work on the possibility to run multiple archivers in pa...Thomas Steur
2014-03-17reverted.mattab
2014-03-17Testing whether the build passes when disabling CLImattab
2014-03-10Fix method namemattab
2014-03-07Fixes #4824 fix typomattab
2014-03-07Fixes #4824 Use HTTP API instead of async CLI when shell_exec is disabledmattab
2014-03-05Do not use system() as it is sometimes disabledmattab
2014-02-20this took me a long time to find. @tsteur any idea why you put this isCliMod...mattab
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-13Submodulemattab
2014-02-12refs #4610 make sure to rewrite tmp path if neededThomas Steur
2014-02-12refs #4610 fix testsThomas Steur