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-10Merge pull request #6836 from piwik/3414Matthieu Aubry
2014-12-10Fixes #5178, enable STRICT_TRANS_TABLES in travis and fix remaining tests tha...diosmosis
2014-12-10reuse $row->getSubtable() as much as possible instead of callng Manager::getI...mattab
2014-12-05Re-ordering $orderBy, $groupBy --> $groupBy, $orderBy as it's proper order i...mattab
2014-12-05Renamed method to have distinct namemattab
2014-12-02Format min and max generation time properly when they are added to custom rep...Timo Besenreuther
2014-11-27Merge branch 'master' into processed_metrics_metadatadiosmosis
2014-11-27Fixes #3147 Add rel="noreferrer" to all outgoing links . This works in Firefo...mattab
2014-11-27Fixing lots of system tests.diosmosis
2014-11-27Fix several bugs causing differences in API output w/ master.diosmosis
2014-11-27Allow ProcessedMetrics to declare some metrics as temporary so they will be r...diosmosis
2014-11-26Fix API.getProcessedReport output for site search reports (do not display cer...diosmosis
2014-11-25Fix remaining Plugin.get API methods; delete temporary columns in queued filter.diosmosis
2014-11-25Remove processed metrics from metricsDocumentation element in API.getProcesse...diosmosis
2014-11-24Merge branch 'master' into processed_metrics_metadatadiosmosis
2014-11-21Small tweakmattab
2014-11-18'Time on page' column displayed in format MM:SSuby501
2014-11-17Merge branch 'master' into processed_metrics_metadatadiosmosis
2014-11-17Only use '-' as formatted average page generation time if formatting for HTML...diosmosis
2014-11-17Use correct precision in AveragePageGenerationTime.diosmosis
2014-11-17language update refs #3430sgiehl
2014-11-16Merge branch 'master' into processed_metrics_metadatadiosmosis
2014-11-15Use correct precision for AveragePageGenerationTime processed metric.diosmosis
2014-11-14Move all Metrics to Columns folder.diosmosis
2014-11-14Make MetricsFormatter a class with instance methods and move Html related fun...diosmosis
2014-11-14Add formatting to actions metrics and remove more use of filters & explicit t...diosmosis
2014-11-14language update refs #3430sgiehl
2014-11-11Fixing UI regression and adding avg_order_value to abandoned carts report.diosmosis
2014-11-11Applying some review TODO.diosmosis
2014-11-11Filling out missing documentation and removing simpler TODOs.diosmosis
2014-11-09Fixing most of the tests.diosmosis
2014-11-09Fixing more tests.diosmosis
2014-11-08Fixing tests and code.diosmosis
2014-11-08Rename Metric::getColumn to Metric::getMetric and get rid of Metrics\Base.diosmosis
2014-11-08Converted most other processed metric calculation to use ProcessedMetric class.diosmosis
2014-11-08Adding processed metrics for Actions plugin (removing queueFilter calls).diosmosis
2014-11-07Fixing some tests, make sure processed metrics are computed even if generic f...diosmosis
2014-11-07Convert Goals.get to use processed metrics.diosmosis
2014-11-07Converted Actions.get API method to use processed metrics.diosmosis
2014-11-05language update refs #3430sgiehl
2014-11-04language update refs #3430sgiehl
2014-10-31refs #6511 fix signature of both methods was not the sameThomas Steur
2014-10-31refs #6511 this should fix sitesearch reports are not available in scheduled ...Thomas Steur
2014-10-23Remove lines causing bugMarcin Czołnowski
2014-10-14#6215 Fix for #6401 for actions datatablesMatthieu Napoli
2014-10-09Merge branch 'master' into 5940_testRenamingAndCorrectFoldersThomas Steur
2014-10-07language update refs #3430sgiehl
2014-10-06refs #5940 splitting plugin tests folder into unit, integration and system fo...Thomas Steur
2014-10-05refs #5940 put tests in correct folders, better testsuite names, some tests s...Thomas Steur
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur