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-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
2013-12-06Fixes #4199, revising event docs and closing ticket.diosmosis
2013-11-11make sure the command extends the correct commandThomas Steur
2013-11-11refs #4241 let plugins add new console commandsThomas Steur
2013-11-07refs #1673 added a simple test to example plugin, added test generatorThomas Steur
2013-10-24refs #4126 added a command to generate plugin settingsThomas Steur
2013-10-20added first version of console command to generate a combined code coverage r...sgiehl
2013-10-14added command to generate a visualization plugin based on our VisualizationEx...Thomas Steur
2013-10-12added console script to create a pull request for language updatessgiehl
2013-10-12added console method to update translation files / set translations from a filesgiehl
2013-10-12added console method to fetch new translation files from oTrance to tmp direc...sgiehl
2013-10-12added some translation tool scripts to core consolesgiehl