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 (Collapse)Author
2015-01-05Removed useless translations loading (now lazily-loaded)Matthieu Napoli
2014-12-22Removed Piwik\Loader: Composer's autoloader is now included in ↵Matthieu Napoli
core/bootstrap.php
2014-12-22Moved common bootstrap code in a `core/bootstrap.php` fileMatthieu Napoli
This file is not in a class because it needs to be compatible with PHP 4.
2014-12-22The console now includes the optional file bootstrap.phpMatthieu Napoli
Users can add a custom `bootstrap.php` file at the root of Piwik to customize constants. This file is included (if exists) in `index.php` and `piwik.php` but not in the console. This is now fixed. See the user docs about this: http://piwik.org/docs/include-piwik-in-your-project/
2014-12-19Minormattab
2014-12-19Rename Error to ErrorHandlermattab
2014-12-11#6622 Logger refactoring: Separated error and exception handling from loggingMatthieu Napoli
- the error handler logs warnings and notices, and turns errors into exceptions (`ErrorException`) - the exception handler catches all uncatched exceptions and display them to the user (HTML or CLI) - the "screen" logging backend has been removed - I've normalized exceptions/errors shown to the user in HTML (wether they are catched by the FrontController or not)
2014-11-27Simplified Piwik\Console's APIMatthieu Napoli
2014-11-12Revert "3581 IPv6 support"Thomas Steur
2014-11-08should use $ispGeoIp herejoostdekeijzer
2014-10-13refs #5940 moved files into a subfolder framework, added autoloader to ↵Thomas Steur
remove duplicated code to load autoload.php and to be able to register more autoloaders (eg for test files) on demand. This I got read of many includes that had to be updated all the time and that had to be updated all the time when moving iles
2014-08-20Remove Piwik autoloader and replace composer autoloader.diosmosis
2014-04-28Setting the default timezone to UTC in the core:archive script, refs #5043mattab
This could potentially cause some big problems.
2014-03-26refs #4903 forward archive.php to new console commandThomas Steur
2014-02-18Show helpful message when config file is not readablemattab
2014-02-18Finishing clearing the console command to allow piwik domainmattab
2014-02-18Add new piwik-domain generic option to the console. Part 2mattab
2013-12-22allow using Piwik when installed as a Composer dependencyChristian Raue
2013-11-28fix comment [ci skip]Thomas Steur
2013-11-28make sure to activate plugins, fixes no command is availableThomas Steur
2013-11-18fix position of commentThomas Steur
2013-11-18load translationsThomas Steur
2013-11-18Adding testMinimumPhpVersion file so that composer requirement is checked in ↵mattab
console
2013-11-11refs #4241 let plugins add new console commandsThomas Steur
2013-10-05refs #4121 added possibility to generate API for a specific pluginThomas Steur
2013-10-04refs #4121 make sure we are in cli modeThomas Steur
2013-10-04refs #4121 added simple command line tool including a not yet working tests ↵Thomas Steur
and generatePlugin command