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-12-10Fix refactor failmattab
2014-12-10Make sure not to fail in getSubtable()mattab
2014-12-10Tweak exception messagemattab
2014-12-10reuse $row->getSubtable() as much as possible instead of callng Manager::getI...mattab
2014-12-06silence "Warning: json_encode(): Invalid UTF-8 sequence in argument" fixes #6792Matthieu Aubry
2014-12-05Fixes #6562mattab
2014-11-26Fix failed phpstorm refactor.diosmosis
2014-11-25Moving DataTable::getSiteIdFromMetadata to Piwik\Archie\DataTableFactory.diosmosis
2014-11-18Removing TODOs and tweaking existing code.diosmosis
2014-11-18Revert to old CalculateEvolutionFilter for backwards compatibility w/ at leas...diosmosis
2014-11-18Remove PHP 5.3.3 XML response 'normalizing' in system tests.diosmosis
2014-11-17Fixing UI tests (make sure labels are correctly escaped by SafeDecodeLabel).diosmosis
2014-11-17Fix double encode in SafeDecodeLabel filter (only affects > 5.3).diosmosis
2014-11-16Merge branch 'master' into processed_metrics_metadatadiosmosis
2014-11-14Make sure all goals IDs present in a DataTable are processed when adding goal...diosmosis
2014-11-14Move all Metrics to Columns folder.diosmosis
2014-11-13Move goal translations and metric docs to metric classes from Goals visualiza...diosmosis
2014-11-12Fixing ViewDataTableTest UI test.diosmosis
2014-11-12Refs #6101, fix sumRowArray error caused by Provider change (GroupBy must be ...diosmosis
2014-11-11when there's a fire, pour a lot of water over it!! fixes #6485mattab
2014-11-11Merge branch 'master' into processed_metrics_metadatadiosmosis
2014-11-11Un-deprecate filters. Can be figured out later.diosmosis
2014-11-11Filling out missing documentation and removing simpler TODOs.diosmosis
2014-11-10refs #6334 fix sorting list of plugins does not work if first value is < 0% o...Thomas Steur
2014-11-09Fixing more tests.diosmosis
2014-11-08Refactor and deprecate CalculateEvolutionFilter & document some more classes/...diosmosis
2014-11-08Document ProcessedMetric class.diosmosis
2014-11-08Documented Metric class and fixed regression in last commit's refactor.diosmosis
2014-11-08Rename Metric::getColumn to Metric::getMetric and get rid of Metrics\Base.diosmosis
2014-11-08Convert MultiSites/API to use processed metric instead of CalculateEvolutionF...diosmosis
2014-11-07Merge pull request #6610 from piwik/64352.9.0-b7Matthieu Aubry
2014-11-07Converted Actions.get API method to use processed metrics.diosmosis
2014-11-07Fixing some tests and removing processed metrics file (no longer used).diosmosis
2014-11-07Rewrite AddColumnsProcessedMetricsGoal filter to use processed metrics DataTa...diosmosis
2014-11-07Moved processed metrics computation to DataTableGenericFilter, removed new fi...diosmosis
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 &nbsp; (use d...diosmosis