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
2014-11-07Fixing some tests and debugging others.diosmosis
2014-11-07[poc] moved BounceRate calculation to ProcessedMetric class.diosmosis
2014-11-07refs #6435 fix evolution filter did cast a float to string resulting in wrong...Thomas Steur
2014-11-06Shouldn't truncate and add summary row if truncate parameter is negative.Marcin Czołnowski
2014-10-21Fixes #6479, properly set period parameter in subtable & segment requests whe...diosmosis
2014-10-18Refs #6364, proper fix for json_encode error on some 5.3 versions of PHP. Whe...diosmosis
2014-10-17Refs #6364, fix for when pivotted table is empty.diosmosis
2014-10-17Refs #6364, encode columns in PivotByDimension filter to ensure UTF-8 encodin...diosmosis
2014-10-13Refs #4528 remove unused functionmattab
2014-10-13Fixes #4528 instead of failing with an exception, log a warning instead.mattab
2014-10-08Refactor Csv renderermattab
2014-10-08Make the reduce function optional in GroupBy filter to allow grouping by colu...mattab
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-09-21Refs #6078, fix column ordering bug, if 0 is used as pivotted table column, i...diosmosis
2014-09-21Refs #6078, fix sorting on pivot table columns when columns use   (use d...diosmosis
2014-09-21Refs #6078, remove dead code & refactor dimension equality checks in PivotByD...diosmosis
2014-09-21Refs #6078, prepend numeral index to each column in pivotted datatable.diosmosis
2014-09-21Refs #6078, order pivot table columns by sum, descending and aggregate cut-of...diosmosis
2014-09-19Refs #6078, allow default column limit to be specified through INI config.diosmosis
2014-09-19Make sure PivotByDimension respects original segment query parameter when fet...diosmosis
2014-09-19Fix XML rendering regression.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-06Fixes #6134, perform name change from Factory to BaseFactory for PHP 5.3.2.diosmosis
2014-08-20Refactor factory methods into base Factory type for ease of testing.diosmosis
2014-08-20Fix bug where certain factory methods assume new operator will throw on class...diosmosis
2014-08-20Remove Piwik autoloader and replace composer autoloader.diosmosis
2014-08-14wondering if this fixes the skipped test?Thomas Steur
2014-08-06refs #5896 make sure jsoncallback is not applied twice and it should be alway...Thomas Steur
2014-08-06refs #5896 this fixes some testsThomas Steur
2014-08-06refs #5896 tests are showing converting an array to a dataTable and run the f...Thomas 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 started to move rendering code from response builder in other clas...Thomas Steur
2014-07-23reduced multiple empty lines to exactly oneChristian Raue
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-07-19fixed field visibility keyword orderChristian Raue
2014-07-15fixed method signaturesChristian Raue
2014-07-15removed unused variablesChristian Raue
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-05-30Documentation tweaks.diosmosis
2014-05-13refs #4706 fix sort testThomas Steur
2014-05-13refs #4706 added possibility to register a closure or a callable method to pr...Thomas Steur
2014-05-09Organised imports, using phpstorm optimize imports featuremattab
2014-05-09Removed unused imports in core/ and plugins/mattab
2014-05-09refs #4706 while having a look on this issue I noticed another issue with thi...Thomas Steur
2014-05-09refs #4706 better error message, might help us to find this issueThomas Steur
2014-05-02Refs #5037 Refactor the factory out of the Period class in its own Period\Fac...mattab
2014-04-10Revert, this was not a good ideamattab
2014-04-10If Divisor is empty, do not process the quotientmattab