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
2021-09-14#17812 Improve handling of NotSupportedBrowserException (#17915)mwithheld
2021-03-10Return HTTP Status 404 if Matomo is not yet installed (#17322)Stefan Giehl
2021-02-09dieWithHtmlErrorPage() should default to http 500 if no status code is specif...Andrew
2020-11-04require PIWIK_PRINT_ERROR_BACKTRACE for exception backtraces in logs (#16640)diosmosis
2020-09-03Updates php-di to 6.2.1 (#16311)Stefan Giehl
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2019-07-05Update the link tag for all php files (#14635)Luca
2019-05-15Allow throwing exceptions for HTTP error codes to better check query param in...diosmosis
2019-02-18Enable fingers crossed handler via INI config and show backtrace in logs/arch...diosmosis
2018-01-06API: when an invalid format is specified, keep the error message shorter (#12...Matthieu Aubry
2017-03-30Improve header layout of error, update and maintenance screen (#11561)Stefan Giehl
2015-09-22make sure to not end in a never ending loopThomas Steur
2015-09-22refs #8689 started working on PHP 7 supportThomas Steur
2015-09-08fix typo in http headermattab
2015-08-10When the connection to database fails, the API should return a valid responseThomas Steur
2015-05-25In ExceptionHandler::getErrorResponse(), ignore case where event posting fail...diosmosis
2015-04-09Added environment validation system test (mostly failing) that tests Piwik's ...diosmosis
2014-12-11#6622 Logger refactoring: Separated error and exception handling from loggingMatthieu Napoli
2014-12-04#6622 Logger refactoring: move to PSR-3 compatibilityMatthieu Napoli
2014-12-01#6622 Logger refactoring: formatting messages is now done through Formatters ...Matthieu Napoli
2014-11-28#6622 Logger refactoring: moved log message formatting into classesMatthieu Napoli
2014-11-28Added missing type-hintMatthieu Napoli
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-09-14Replace header() with Common::sendHeader() when possibleKyleK
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
2013-11-06Fix bug reported by solfire Fatal error: Constructor Piwik\ExceptionHandler::...mattab
2013-10-09Refs #4202 removing functions Piwik_PostEvent and moving to Piwik::postEventmattab
2013-10-08Applying phpstorm code style PSR refs #3771mattab
2013-10-01Merge pull request #111 from piwik/registryFabian Becker
2013-09-30Refs #4133mattab
2013-09-29Merge branch 'master' into registryFabian Becker
2013-09-29Removing all uses of Zend_Registry from core/ plugins/ and tests/Fabian Becker
2013-09-27Remove some dead code.Benaka Moorthi
2013-09-27Use tag concept instead of plugin when logging and default to calling class n...Benaka Moorthi
2013-09-27More documentation.Benaka Moorthi
2013-09-26Got tests to pass when running all Core tests.Benaka Moorthi
2013-09-26Finished more.Benaka Moorthi
2013-09-24Finished converting exception handling.Benaka Moorthi
2013-09-23Made changes.Benaka Moorthi
2013-08-01fixing more namespacessgiehl
2013-07-31Refs #3741 Resuming PHP Namespaces conversion of Piwik core, mostly finished ...mattab
2013-07-23Refs #4059 Work in progress: Conversion to use Namespaces of dozen more classesmattab
2013-07-20Removing extra namespace \Coremattab
2013-07-18Refactor class Piwik to \Piwik\Core\PiwikFabian Becker
2013-03-28Mass conversion of all files to the newly agreed coding standard: PSR 1/2mattab
2013-02-06Removing SVN $, since Git does not provide auto properties.Fabian Becker
2012-05-27moved another interface to its own file; fixed/added lot of doc blockssgiehl
2012-05-24completed a bunch of php doc blockssgiehl
2011-08-11Refs #2327mattpiwik