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
2015-03-18Various performance improvements and bugfixes.Thomas Steur
2015-03-09Run queued filters after generic filters making visualizations much faster.Thomas Steur
2015-03-05Faster flattening for many reportsThomas Steur
2014-11-18Fixing more tests and moving API.get metadata away from top for API.getReport...diosmosis
2014-11-18Really fix ReportTotalsCalculator optimization.diosmosis
2014-11-18Fix ReportTotalsCalculator optimization.diosmosis
2014-11-18Optimize ReportTotalsCalculator (use Report class metadata instead of API.get...diosmosis
2014-11-09Fixing most of the tests.diosmosis
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-07-19refs #5373 this should really make sure we work on a dataTable and not on a d...Thomas Steur
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-09Organised imports, using phpstorm optimize imports featuremattab
2014-05-09Removed unused imports in core/ and plugins/mattab
2014-04-12Refs #472 Events reporting interfacemattab
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-10refs #1486 execute applyQueuedFilters only if not disabled, prevents an issue...Thomas Steur
2013-12-18rename class Filter -> BaseFilter to prevent error "two constructors are defi...Thomas Steur
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-10-08Applying phpstorm code style PSR refs #3771mattab
2013-10-08Refs #4123 Applying phpstorm "Organize imports" on core/* and plugins/* direc...mattab
2013-09-21Fix Flattener regression where queued filters on root table were not being ex...Benaka Moorthi
2013-09-16Revert flattener changes.Benaka Moorthi
2013-09-15Fixing build.Benaka Moorthi
2013-09-15More treemap stuff.Benaka Moorthi