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
2019-09-30Compare segments and periods (in API and UI) (#14365)diosmosis
2019-07-05Update the link tag for all php files (#14635)Luca
2019-03-05Improve total report values calculation (#14158)Stefan Giehl
2019-02-12Make segmented visitor log in sales page only display visits with orders. (#1...diosmosis
2018-12-09Keep flattened columns as extra columns (#12199)Stefan Giehl
2018-08-03Add reusable widget to display single metric w/ sparkline & evolution percent...diosmosis
2018-03-27Ensure number of rows and row metadata equals in processed reports (#12650)Stefan Giehl
2017-10-03Better segment editor and fixes (#12040)Thomas Steur
2017-09-26Use mbstring proxy methods (#12104)Stefan Giehl
2017-01-22Update ProcessedReport.php to avoid break asian language string. (#10921)vibbow
2016-12-14Fix comment for API.getReportMetadata.end event (#11004)Thomas Steur
2016-10-20Format % values for plugin's metrics, cherry pick https://github.com/piwik/pi...Matthieu Aubry
2016-08-31API.getReportMetadata should work only for one siteThomas Steur
2016-04-12Make tests fast againThomas Steur
2016-04-12fix tests (#10040)Thomas Steur
2016-04-11refs #7983 let plugins add or remove fields to websites and better settings apiThomas Steur
2015-12-10Merge master into "3.0"Thomas Steur
2015-11-24refs #9129 added feature Custom DimensionsThomas Steur
2015-10-13make sure to sort 3rd party reports correctlyThomas Steur
2015-10-06generate pages instead of implementing them in each controllerThomas Steur
2015-06-22Fix tests by ensuring BC metrics formatting for API.getProcessedReport will f...diosmosis
2015-06-22Make sure format_metrics query parameter is properly handled if supplied to A...diosmosis
2015-06-22Fix regression in API.getProcessedReport, it should not format metrics if sho...diosmosis
2015-02-10refs #6809 a couple of performance improvements for the all websites report.Thomas Steur
2014-12-17added support for different caching backends such as redisThomas Steur
2014-12-02Format min and max generation time properly when they are added to custom rep...Timo Besenreuther
2014-11-27Fix UI tests regression for all websites dashboard.diosmosis
2014-11-18Removing TODOs and tweaking existing code.diosmosis
2014-11-18Re-introduce MetricsFormatter for backwards compatibility w/ 3rd party plugins.diosmosis
2014-11-16Do not format a metric in API.getProcessedReport if the value has already bee...diosmosis
2014-11-16Force inconsistencies in API output to maintain backwards compatibility. form...diosmosis
2014-11-14Make MetricsFormatter a class with instance methods and move Html related fun...diosmosis
2014-11-09Fixing more tests.diosmosis
2014-11-08Fixing tests and code.diosmosis
2014-11-08Converted most other processed metric calculation to use ProcessedMetric class.diosmosis
2014-11-07Remove redundant API.get metadata entry.diosmosis
2014-11-07Moved processed metrics computation to DataTableGenericFilter, removed new fi...diosmosis
2014-11-07Fixing more tests. Hopefully all.diosmosis
2014-11-07Fixing more tests.diosmosis
2014-11-07Fixing more tests, still debugging.diosmosis
2014-11-07Fixing some tests and debugging others.diosmosis
2014-09-09refs #6162 Extending config setting enable_processing_unique_visitors_* to al...mattab
2014-09-08Refs #3490 Docs, and fix a few tests, more to comemattab
2014-09-03refs #6102 make sure processedMetrics is an array to prevent any noticeThomas Steur
2014-09-03refs #6102 wondering if this solution breaks anything. Should display all pro...Thomas Steur
2014-08-02Make implode work on normal values, normal arrays and multi-dim arraysmattab
2014-08-02Fix typo in implode()mattab
2014-08-02Fix Notice when creating SMS report, implode multi dimensional array.mattab
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-07-19removed unused variables and dead codeChristian Raue