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
2016-08-31API.getReportMetadata should work only for one siteThomas 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-25Merge branch 'master' into 3.0sgiehl
Conflicts: core/Version.php plugins/CoreConsole/Commands/ManagePlugin.php plugins/CoreHome/angularjs/siteselector/siteselector.directive.js plugins/CoreHome/javascripts/corehome.js plugins/Ecommerce/Menu.php plugins/Events/Events.php plugins/Goals/Goals.php plugins/Live/templates/index.twig plugins/UserCountryMap/UserCountryMap.php plugins/UsersManager/stylesheets/usersManager.less plugins/VisitsSummary/Controller.php plugins/VisitsSummary/Reports/Get.php tests/UI/expected-ui-screenshots
2015-12-22remove unused use statementssgiehl
2015-12-10Merge master into "3.0"Thomas Steur
Conflicts: .travis.yml CHANGELOG.md core/Plugin/ControllerAdmin.php core/Version.php core/testMinimumPhpVersion.php plugins/API/API.php plugins/Actions/Reports/GetPageUrls.php plugins/AnonymousPiwikUsageMeasurement plugins/CoreHome/CoreHome.php plugins/CoreHome/templates/_menu.twig plugins/CoreVisualizations/javascripts/jqplotEvolutionGraph.js plugins/CustomVariables/tests/System/expected/test_CustomVariablesSystemTest__CustomVariables.getCustomVariables_day.xml plugins/Goals/Controller.php tests/PHPUnit/Fixtures/ManyVisitsWithGeoIP.php tests/PHPUnit/Integration/Plugin/ManagerTest.php tests/PHPUnit/System/expected/test_FlattenReports__CustomVariables.getCustomVariables_day.xml tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_scheduled_report_in_html_tables_only__ScheduledReports.generateReport_month.original.html tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getSegmentsMetadata.xml tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_scheduled_report_in_html_tables_only__ScheduledReports.generateReport_week.original.html tests/PHPUnit/System/expected/test_periodIsRange_dateIsLastN_MetadataAndNormalAPI__CustomVariables.getCustomVariables_range.xml tests/PHPUnit/System/expected/test_periodIsRange_dateIsLastN_MetadataAndNormalAPI_pagesegment__CustomVariables.getCustomVariables_range.xml tests/PHPUnit/System/expected/test_reportLimiting__CustomVariables.getCustomVariables_day.xml tests/PHPUnit/System/expected/test_reportLimiting_rankingQuery__CustomVariables.getCustomVariables_day.xml tests/PHPUnit/System/expected/test_twoVisitsWithCustomVariables_segmentMatchALL_noGoalData__CustomVariables.getCustomVariables_day.xml tests/PHPUnit/System/expected/test_twoVisitsWithCustomVariables_segmentMatchALL_noGoalData__CustomVariables.getCustomVariables_week.xml tests/PHPUnit/System/expected/test_twoVisitsWithCustomVariables_segmentMatchVisitorType__CustomVariables.getCustomVariables_day.xml tests/PHPUnit/System/expected/test_twoVisitsWithCustomVariables_segmentMatchVisitorType__CustomVariables.getCustomVariables_week.xml tests/UI/expected-ui-screenshots tests/UI/specs/Overlay_spec.js tests/UI/specs/UIIntegration_spec.js
2015-11-23remove old line from codebasemattab
2015-10-06generate pages instead of implementing them in each controllerThomas Steur
2015-09-15Auto generated glossary of all Metrics & Report definitions in Piwik #6773mattab
2015-07-16Fix Site Search report metadata initializationbarbushin
2015-05-07refs #7821 do not instantiate reports directlyThomas Steur
2015-04-01fixes #7380 Set correct report documentation for entry/exit page titlesmattab
2015-03-11Made for reports faster when flat=1 is used.Thomas Steur
Also replaceColumnNames is now queued again which should bring a performance boost in general.
2015-03-05Faster flattening for many reportsThomas Steur
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