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-06-03Fixing all tests that use Access::setSingletonInstance().diosmosis
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2015-05-25Do not derive from Singleton in Config (since the object is now in DI).diosmosis
2015-05-19Fixes #7815 Test for commands sooner to avoid error messagesMatthieu Napoli
2015-05-10Move hacks in CronArchive + Tracker to run code as superuser through CliMulti...diosmosis
2015-05-10Fix TrackerTest.php (includes fix to RequestCommand due to cache use in UrlHe...diosmosis
2015-04-27Merge branch 'master' into config_step_2diosmosis
2015-04-22PhpDoc and warning fixesMatthieu Napoli
2015-04-18Merge branch 'master' into config_step_2diosmosis
2015-04-16Merge branch 'master' into archive_purger_logsdiosmosis
2015-04-16#7681 Suppress error outputMatthieu Napoli
2015-04-15Add support for climulti to OS X where ps works but there is no `/proc`Matthieu Napoli
2015-04-14ref #7235 Refactored the system check to allow plugins to add diagnosticsMatthieu Napoli
2015-04-08In tracker, run scheduled tasks via CliMulti, add tests for running scheduled...diosmosis
2015-04-06Setup environment correctly in RequestCommand.diosmosis
2015-04-05Move DI container creation to Piwik\Application\Environment class.diosmosis
2015-04-02Remove uses of Config::init(), Config::clear() and Config::setTestEnvironment...diosmosis
2015-03-20Hide error message in case binary is not readablemattab
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