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
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2020-03-22Remove PHP serialization response format (#15558)Stefan Giehl
2019-09-30Compare segments and periods (in API and UI) (#14365)diosmosis
2019-07-05Update the link tag for all php files (#14635)Luca
2018-12-11Fix possible json encoding error (#13823)Thomas Steur
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2014-12-06silence "Warning: json_encode(): Invalid UTF-8 sequence in argument" fixes #6792Matthieu Aubry
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-08-06refs #5896 make sure jsoncallback is not applied twice and it should be alway...Thomas Steur
2014-08-06refs #5896 started to move rendering code from response builder in other clas...Thomas Steur
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
2014-01-21Fixes #4560: Piwik API can be used with AngularJS JSONP callbackmattab
2013-11-28fix json renderer does not return valid json if message contains text like "P...Thomas Steur
2013-11-11fixes #4287 regression in reportData processedReport outputThomas Steur
2013-11-11fixes #4287 regression in reportData processedReport outputThomas Steur
2013-10-30refs #3970 this should fix some bulk requests are not correct rendered becaus...Thomas Steur
2013-10-08Applying phpstorm code style PSR refs #3771mattab
2013-09-14ProxyHttp class until I find a better namemattab
2013-09-04Replace create_function calls with lambda functions.Fabian Becker
2013-07-21Refs #4059 Work in progress: Conversion to use Namespaces: Period*, Metrics, ...mattab
2013-07-20Removing extra namespace \Coremattab
2013-07-18Refactor class Piwik_Common to \Piwik\Core\CommonFabian Becker
2013-07-18Refactor class Piwik_Commin to \Piwik\Core\CommonFabian Becker
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-20Fixing more bugs in the build + Mapping visits from China region 14 to Tibet ...mattab
2013-02-06Removing SVN $, since Git does not provide auto properties.Fabian Becker
2012-12-18Refs #1253, fixes #3349, fix bugs and regressions in annotations and tweaked ...benakamoorthi
2012-12-14Fixes #1253, added annotations plugin that allows attaching notes to differen...benakamoorthi
2012-11-30Correctly set the content type for JSON responsemattpiwik
2012-05-28added/fixed doc blockssgiehl
2011-12-07refs #2809 - refactoringrobocoder
2011-12-06fixes #2809, refs #2714: making signature of Piwik_DataTable_Renderer::render...BeezyT
2011-11-18refs #2771 - reverting patchrobocoder
2011-11-18fixes #2771 - will revert this when the minimum requirements is php 5.3 and w...robocoder
2011-11-13fixes #2735robocoder
2011-09-27Fixes #2519mattpiwik
2011-09-25refs #2679robocoder
2011-09-25fixes #2679 - fallback to jsoncallback (BC)robocoder
2011-09-24fixes #2679 - use de facto standard "callback" for the JSONP callback paramet...robocoder
2011-02-06refs #1728 - remove test coderobocoder
2011-02-06refs #1728 - change to jQuery's generated jsonp callback stringrobocoder
2011-01-03Various code cleanups and small improvements:mattpiwik
2010-11-04refs #1793 - refactoring output() to renderHeader()robocoder
2010-11-01fixes #1793robocoder
2010-08-20refs #1630robocoder
2010-07-13Refs #1446 mattpiwik
2010-07-13fixes #1467 decode entities only for strings; fixed testssgiehl