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-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
2014-01-04Fixing visitor profile segment encoding bug.diosmosis
2013-12-27Removing @method from docs output at http://developer.piwik.org/api-reference...mattab
2013-12-18rename class Filter -> BaseFilter to prevent error "two constructors are defi...Thomas Steur
2013-12-08Refs #4200 revised some of class/method docs.diosmosis
2013-12-06Fixes #4199, revising event docs and closing ticket.diosmosis
2013-12-03refs #4244 replaced some links to hooks.Thomas Steur
2013-12-03converted some links to use @linkThomas Steur
2013-12-02refs #4244 updated some existing links to use link inline tagThomas Steur
2013-11-27Adding new hook to enrich Conversions + minor changesmattab
2013-11-22Merge remote-tracking branch 'origin/master' into ratio_1816Thomas Steur
2013-11-22Removing extra sprintfmattab