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
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
2014-02-12refs #4610 some code tweaks and optimizationsThomas Steur
2014-02-12refs #4610 simplified some logic, fallback to http on windows, redirect the o...Thomas Steur
2014-02-11refs #4610 do not start the actual process in case it was marked as finished ...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-11refs #4610 use existing methods, lock does not work on Windows (yet), save lo...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