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-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
2013-11-20refs #1816 made it a bit more generic, request first level table only if need...Thomas Steur
2013-11-20refs 1816 remove idSubtable param to make sure we request first levelThomas Steur
2013-11-20refs #1816 display ratio on hoverThomas Steur
2013-11-19refs #1816 return ratio in APIThomas Steur
2013-11-18Refactor const to highlight their coupling #4278mattab
2013-11-15Fix non existing function calledmattab
2013-11-13Refs #4278 Rewriting aggregateNumericMetrics() to use DataTable aggregation o...mattab
2013-11-06Phpstorm organize importsmattab
2013-11-04Refs #472 Adding Events Segments testsmattab
2013-10-30refs #3970 probably a better fix for html entities in json output, fixes bulk...Thomas Steur
2013-10-30Fix setrawcookie error messagemattab
2013-10-29Remove Piwik::translateException function.diosmosis
2013-10-26Refs #4200, revised documentation for all events in plugins/*.diosmosis
2013-10-25Refs #4200 revised event docs for core/* files.diosmosis
2013-10-22Refs #4200, make DataTable:: private & add public methods necessary, tweaking...diosmosis