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 (Collapse)Author
2014-12-19Fixed #6837Matthieu Napoli
2014-12-02Format min and max generation time properly when they are added to custom ↵Timo Besenreuther
reports and in the tooltip of the regular action reports. E.g. for 24ms print "0.024s" instead of "00:00:00".
2014-11-27Merge branch 'master' into processed_metrics_metadatadiosmosis
Conflicts: plugins/Actions/Reports/GetSiteSearchKeywords.php tests/PHPUnit/System/expected/test_ArchiveCronTest_archive_php_cron_output.txt
2014-11-27Fixes #3147 Add rel="noreferrer" to all outgoing links . This works in ↵mattab
Firefox so far and only for "left clicks". Not perfect, but hopefully other browsers will implement this in the future, as it's a useful privacy enhancing feature!
2014-11-26Fix API.getProcessedReport output for site search reports (do not display ↵diosmosis
certain processed metrics in reports).
2014-11-25Remove processed metrics from metricsDocumentation element in ↵diosmosis
API.getProcessedReport result.
2014-11-24Merge branch 'master' into processed_metrics_metadatadiosmosis
Conflicts: plugins/Actions/Reports/Base.php
2014-11-21Small tweakmattab
2014-11-18'Time on page' column displayed in format MM:SSuby501
2014-11-14Move all Metrics to Columns folder.diosmosis
2014-11-14Make MetricsFormatter a class with instance methods and move Html related ↵diosmosis
functionality to derived class. Use FOrmatter in Metric::format calls so Metrics do not have to be aware of context of formatting, and so Metric::format methods will have less code redundancy.
2014-11-14Add formatting to actions metrics and remove more use of filters & explicit ↵diosmosis
translation/documentation values for Visualizations.
2014-11-11Applying some review TODO.diosmosis
2014-11-09Fixing most of the tests.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-07Converted Actions.get API method to use processed metrics.diosmosis
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
report as there was no siteid set
2014-10-23Remove lines causing bugMarcin Czołnowski
2014-07-22removed unused use statementssgiehl
2014-06-24added new staticCache to remove a lot of duplicated code and to have a nice ↵Thomas Steur
interface, by caching the default metrics we reduce the calls to translate from 50k to 2k resulting in good performance improvement...
2014-06-23updated UI test submodule which might fix some UI testsThomas Steur
2014-06-20started to port goal reports to use new structure, probably not working yetThomas Steur
2014-06-19migrated DBStats to new reports definition and added possibility to not ↵Thomas Steur
appear in report metadata
2014-06-18merging master into branch, wish me luckThomas Steur
2014-06-16moved some more dimensions to plugins, fixed some issues, removed some more ↵Thomas Steur
duplicated code etc. Tests will not be green as there fixes to country detection
2014-06-13and some more metric documentation fixesThomas Steur
2014-06-13fix metric documentationsThomas Steur
2014-06-13added missing metricThomas Steur
2014-06-13set correct order for report getPageUrlsThomas Steur
2014-06-13this way we only define custom metric translations and do not define the ↵Thomas Steur
default translations again
2014-06-12apparently the action reports all overwrite the default metric translations. ↵Thomas Steur
looks like a hack to me... need to make this use case easier
2014-06-12fixed some testsThomas Steur
2014-06-12as the category is used for reportMetadata and widgetsList we should not ↵Thomas Steur
translate the category. The reportMetadata wants it translated but widgetslist wants the translation key. So we translate it only for the reportMetadata. Best solution would be to always accept either translated or the key but one problem after another
2014-06-12fixed some more testsThomas Steur
2014-06-12fixed processed metricsThomas Steur
2014-06-11converted more reports, segments, dimensions, ... not finished yetThomas Steur
2014-06-11starting to refactor reports into classes, also refactored some more ↵Thomas Steur
dimensions which is still not 100% working and needs more work