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
2019-10-23Fix build failures (#15016)Kate Butler
2019-08-19Return backtrace on exception for cli archiving requests. (#14742)diosmosis
2019-07-05Update the link tag for all php files (#14635)Luca
2019-04-03Strip HTML tags in API error messages (#14213)Stefan Giehl
2019-01-23Serialize scalars and objects in original format. (#13986)diosmosis
2018-09-10Remove COLUMN_AGGREGATION_OPS_METADATA_NAME metadata before serializing origi...diosmosis
2018-09-08If serialize=1 in Original renderer, return serialized array w/ exception inf...diosmosis
2017-01-22Email reports in HTML: Updated styling to be consistent with new Custom Alert...Matthieu Aubry
2016-12-05Don't change json2 format for Piwik 3mattab
2016-12-01Make JSON2 the now JSON formatting to fix an issue in formatting associative ...Matthieu Aubry
2016-08-31fix testsThomas Steur
2016-08-23PHP 7: when there is a fatal error in API request processing, display the ori...Matthieu Aubry
2016-02-04Alternative fix for not sending correct content-type when performing API requ...Thomas Steur
2015-01-27refs #7075 send correct header if JSONP is used to prevent possible errors in...Thomas Steur
2014-09-17Merge remote-tracking branch 'upstream/master' into cleanup-arobases2KyleK
2014-09-14Replace header() with Common::sendHeader() when possibleKyleK
2014-09-07Fixes #6137Clayton Daley
2014-08-25Move JSON format bug fixes to new JSON2 format so existing clients will not f...diosmosis
2014-08-24Fixing build for Json array rendering bug.diosmosis
2014-08-24Fix bug in JSON ApiRenderer that rendered simple associative arrays as a sequ...diosmosis
2014-08-07refs #5896 if there is a multidim array in json renderer, do not set a subtab...Thomas Steur
2014-08-06refs #5896 make sure jsoncallback is not applied twice and it should be alway...Thomas Steur
2014-08-06refs #5896 added a couple of tests and fixed some issuesThomas Steur
2014-08-06refs #5896 this should fix most of the tests, in case we do not deal with a m...Thomas Steur
2014-08-06refs #5896 serialized should be enabled by default if a dataTable is requestedThomas Steur
2014-08-06refs #5896 started to move rendering code from response builder in other clas...Thomas Steur