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
path: root/core/API
AgeCommit message (Expand)Author
2014-10-15fixes #6384 do not send headers in case total values are calculatedThomas Steur
2014-10-05refs #5940 databaseTestCase => integrationTestCase. Fixed some mentions of in...Thomas Steur
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-09-21Refs #6078, prepend numeral index to each column in pivotted datatable.diosmosis
2014-09-18Adding new PivotByDimension DataTable filter that can pivot a report by (almo...diosmosis
2014-09-14Replace header() with Common::sendHeader() when possibleKyleK
2014-09-01Log exception when API request catches it.diosmosis
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-15refs #5896 did not know it would cast the default value...Thomas Steur
2014-08-15refs #5896 wondering if any test fails if we support filter_limit and filter_...Thomas Steur
2014-08-06refs #5896 tests are showing converting an array to a dataTable and run the f...Thomas Steur
2014-08-06refs #5896 added a couple of tests and fixed some issuesThomas Steur
2014-08-06refs #5896 easier check for dataTablesThomas Steur
2014-08-06refs #5896 DataTableInterface includes SimpleDataTable which is apparently no...Thomas Steur
2014-08-06refs #5896 this should actually make it possible to use generic filters on ar...Thomas Steur
2014-08-06refs #5896 started to move rendering code from response builder in other clas...Thomas Steur
2014-08-06refs #5896 by converting an array to a dataTable the generic filters would wo...Thomas Steur
2014-08-04Refactor handling cors for multiple domains. Also refactor name from hosts in...Marcin Czołnowski
2014-07-26Remove redundant array to query string conversion in core/API/Request.php.diosmosis
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-07-22removed dead codeChristian Raue
2014-07-19refs #5373 this should really make sure we work on a dataTable and not on a d...Thomas Steur
2014-07-15fixed method signaturesChristian Raue
2014-07-15removed unused variablesChristian Raue
2014-07-11Refs #5397, quick fix for issue where Limit filter is run before LabelFilter:...diosmosis
2014-07-08Refs #4363, introduce @ terminal operator for row evolution queries to get ri...diosmosis
2014-07-04Fixes #5411, refs #4363 use '%20' to differentiate between terminal + leaf ro...diosmosis
2014-06-27Refs #4363, add workaround to fix bug where leaf rows of page titles reports ...diosmosis
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-05-15set default value for &seconds parameter in API listingmattab
2014-05-13the property $genericFiltersInfo was not used so I removed itThomas Steur
2014-05-09Organised imports, using phpstorm optimize imports featuremattab
2014-05-09Removed unused imports in core/ and plugins/mattab
2014-05-09Small refactor refs #4706mattab
2014-05-06fixes #4992 added support for filter_sort_order in Live.getLastVisitsDetails APIThomas Steur
2014-04-12Refs #472 Events reporting interfacemattab
2014-04-03Remove the ResponseBuilder flag and instead use the existing PIWIK_PRINT_ERRO...mattab
2014-03-17Fix comment for autocompletionmattab
2014-03-14small refactor of ResponseBuilder to handle 'original' structuresmattab
2014-03-12Fixes #4768 Implement performance improvement for period=range: do not archiv...mattab
2014-02-03Fixes #4609 Removing last mentions of Piwik_ -- Looking sharp now!mattab
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
2014-02-03Removing occurences of Piwik_ in core/Fabian Becker
2014-01-21refs #1486 in case we do not apply the filters directly, keep them in the new...Thomas Steur
2014-01-21refs #1486 do not apply queued filters when they are disabledThomas Steur
2014-01-13Fix links to developer guidesmattab
2014-01-10refs #1486 execute applyQueuedFilters only if not disabled, prevents an issue...Thomas Steur
2014-01-06Make Custom Alert example links display in API pagemattab
2014-01-04Fixing build.diosmosis