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
2018-01-10Further Piwik.org => Matomo.org replacements (#12415)Thomas Steur
2017-04-27Bugfix: Fix console -V and --version not showing the version. Fixes #10640 (#...Diego Baños Fariñas
2017-01-30Ability to force loading console commands from some plugins (#11290)Matthieu Aubry
2016-07-25Professional Services for Piwik, neutral branding within Piwik app (#10339)Matthieu Aubry
2015-06-22Allow Environment to be specified via constructor to Console app for tests, a...diosmosis
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2015-05-10Add cron archiving API method only visible to superusers, use this in archive...diosmosis
2015-04-27Merge branch 'master' into config_step_2diosmosis
2015-04-21Added possibility to profile any command by setting the option --xhprofThomas Steur
2015-04-07Adding environment validation class to centralize all config.ini.php + relate...diosmosis
2015-04-05Move DI container creation to Piwik\Application\Environment class.diosmosis
2015-03-12Merge branch 'master' into 7181_isolated_archive_purgingdiosmosis
2015-03-10Fixes #7356 Do not catch and silence exceptions blindlyMatthieu Napoli
2015-03-10Refs #7365, add log statement to core\Console.php when plugins fail to load.diosmosis
2015-03-10Load translations in core\Console.php so translations are accessible to conso...diosmosis
2015-03-10Add comment in core\Console.php regarding not adding a command if it already ...diosmosis
2015-03-06Do not add command in core/Console.php if command already exists so tests can...diosmosis
2015-01-12Simplified get from container with new shorter methodMatthieu Napoli
2015-01-05Removed useless translations loading (now lazily-loaded)Matthieu Napoli
2014-12-10#6622 Logger refactoring: introduced a DI config for the test environmentMatthieu Napoli
2014-12-05#6622 Logger refactoring: log in CLIMatthieu Napoli
2014-11-27Simplified Piwik\Console's APIMatthieu Napoli
2014-10-02Fixing build for PHP 5.3.diosmosis
2014-10-02Refs #6342, give all commands superuser access by default (since any user tha...diosmosis
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-08-19refs #6013 #6012 make sure not to call console in case PHP is type CGI. In ty...Thomas Steur
2014-08-13Better debug output for forum debugging http://forum.piwik.org/read.php?2,117670mattab
2014-08-08refs #5180 if --piwik-domain is not set use --url as host. I am not sure if I...Thomas Steur
2014-07-26Refs #5807, fix build regression (accessing archive.php via web request resul...diosmosis
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-06-18Merge remote-tracking branch 'origin/master' into report_and_dimension_refact...Thomas Steur
2014-06-10starting to move dimensions from core into plugins and put each dimension int...Thomas Steur
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-06-03refs #5007 display an error message in case console is executed as type CGIThomas Steur
2014-05-09Removed unused imports in core/ and plugins/mattab
2014-04-12Small refactor -> move logic to Plugin\Manager so we can better refactor it l...mattab
2014-04-10it is no longer required to define a command in an event. Convention over con...Thomas Steur
2014-04-06Load translations in Piwik console interface.diosmosis
2014-04-02Replace CloudAdmin reference to EnterpriseAdmin.diosmosis
2014-03-31Use OutputInterface to display no config file message instead of echo-ing.diosmosis
2014-03-31Refactor console application entrypoint so is not read from directly.diosmosis
2014-03-21Let other reuse the initPlugins()mattab
2014-03-21Do not fail the console if there is no config.ini.phpmattab
2014-02-20Fix console not workingmattab
2014-02-18Return proper error codemattab
2014-02-18Show helpful message when config file is not readablemattab
2014-02-18Add new piwik-domain generic option to the console. Part 2mattab
2014-02-18Add new piwik-domain generic option to the console.mattab
2014-02-11refs #4610 use a command to execute a request, this way we do not have to boo...Thomas Steur
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker