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-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
2013-11-22refs #1816 added a comment that explains the conditionThomas Steur
2013-11-22refs #1816 do not calculate totals in case apiModule or apiMethod is not set....Thomas Steur
2013-11-21refs #1816 do not pass variable by reference, leads to weird issuesThomas Steur
2013-11-21refs #1816 a third way to detect apiModule and apiActionThomas Steur
2013-11-21refs #1816 i am really wondering why we sometimes do not get method and moduleThomas Steur
2013-11-21refs #1816 make sure we get a date string and not an array of date strings in...Thomas Steur
2013-11-21refs #1816 this should fix if CustomVariables report is requested flat over A...Thomas Steur
2013-11-21refs #1816 make sure apiMethod and apiModule is set. This seems to be not the...Thomas Steur
2013-11-21refs #1816 some more code cleanupThomas Steur
2013-11-21refs #1816 code improvementsThomas Steur
2013-11-21refs #1816 by generating total values before the generic filters, we only hav...Thomas Steur
2013-11-21refs #1816 we always have to request the first level table to make sure we ge...Thomas Steur
2013-11-21refs #1816 this should fix calculation in case we are dealing with a datatabl...Thomas Steur
2013-11-21refs #1816 this should set the correct value in case we are dealing with data...Thomas Steur
2013-11-21refs #1816 do not set an API request for each datatable, only request once, i...Thomas Steur
2013-11-20refs #1816 do not create metrics for ratio, instead add total values to table...Thomas Steur
2013-11-20refs #1816 ratio calculation should be a bit faster this wayThomas Steur
2013-11-20refs #1816 only calculate it for reports having a dimensionThomas Steur