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-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
2010-08-20refs #1630robocoder
2010-03-21clean-up XHTML self-closing tags in preparation for validation; note: I skip...robocoder
2009-08-22phpdoc cleanup:robocoder
2009-07-23Add () when instantiating classes for consistency.robocoder
2009-07-08fixes #803 - remove unnecessary require_once from core, plugins, and parts ofrobocoder
2009-07-01Add svn:keywords Id to .php files in core, plugins, and jsrobocoder
2009-06-24refs #821 - revised patchrobocoder
2009-06-24fixes #821 - rename the log() method in subclasses of Piwik_Log becauserobocoder
2009-06-22refs #803 comment:11 - rename Log Formatter classes for consistencyrobocoder
2009-06-16refs #803 - Log/Exception contains classes that won't be found by robocoder
2009-06-16refs #803 - auto-discovery algorithm to handle class Piwik, files with robocoder
2009-05-28fixes #743 - optimize include path; refs #631robocoder
2008-08-04oops i totally screwed up my last commit, deleting /modules instead of renami...mattpiwik