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
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-12-04Merge pull request #9314 from piwik/action_type_segmentMatthieu Aubry
New segment: ActionType
2015-12-04language updatesgiehl
2015-12-01New segment: ActionTypeThomas Steur
2015-11-03language updatesgiehl
2015-10-20Merge branch 'master' into 3.0Thomas Steur
Conflicts: core/Version.php plugins/CoreHome/javascripts/menu.js plugins/Events/Reports/GetActionFromCategoryId.php plugins/Events/Reports/GetActionFromNameId.php plugins/Events/Reports/GetCategoryFromActionId.php plugins/Events/Reports/GetCategoryFromNameId.php plugins/Events/Reports/GetNameFromActionId.php plugins/Events/Reports/GetNameFromCategoryId.php tests/UI/expected-ui-screenshots
2015-10-20Make sure subtable reports for Events include correct processed metrics.diosmosis
2015-10-20If average event value is empty, set it to 0 when creating event value tooltip.diosmosis
2015-10-06generate pages instead of implementing them in each controllerThomas Steur
2015-09-25translation updatesgiehl
2015-09-22language updatesgiehl
2015-09-16language updatesgiehl
2015-09-09refs #8565 #8503 #8567 refactored/removed some code to not use deprecated ↵Thomas Steur
APIs / events for 3.0
2015-09-08language updatesgiehl
2015-09-02language updatesgiehl
2015-07-31language updatesgiehl
2015-07-26language updatesgiehl
2015-07-02language updatesgiehl
2015-06-24language updatesgiehl
2015-06-19translation updatesgiehl
2015-06-11language updatesgiehl
2015-06-11Remove commented out codemattab
2015-06-08removed default information from plugin.json files; move plugin descriptions ↵sgiehl
to language files, where available
2015-05-25language updatesgiehl
2015-05-18language updatesgiehl
2015-05-15language updatesgiehl
2015-04-28language updatesgiehl
2015-03-27translation updatesgiehl
2015-03-18fix a couple of bugs and actually only count the recursive rows count if neededThomas Steur
2015-03-18faster archive by calculating the recursive count only if neededThomas Steur
2015-03-05Faster flattening for many reportsThomas Steur
2015-03-03language update refs #3430sgiehl
2015-02-25translation updatesgiehl
2015-02-22translation updatesgiehl
2015-02-15refs #4633 make sure the keyword filter only includes results that were a ↵Thomas Steur
search, do not display segment icon in subtables of events
2015-02-13refs #4633 open segmented visitor log with one click on a rowThomas Steur
2015-02-13Updated translations from otrancemattab
2015-02-12Set a consistent description in plugins metadatamattab
fixes https://github.com/piwik/piwik/issues/7184
2015-02-07language update refs #3430sgiehl
2014-12-05Re-ordering $orderBy, $groupBy --> $groupBy, $orderBy as it's proper order ↵mattab
in SQL logic
2014-12-05Renamed method to have distinct namemattab
2014-11-17Merge branch 'master' into processed_metrics_metadatadiosmosis
2014-11-17language update refs #3430sgiehl
2014-11-16Merge branch 'master' into processed_metrics_metadatadiosmosis
Conflicts: core/Twig.php
2014-11-14Move all Metrics to Columns folder.diosmosis
2014-11-14language update refs #3430sgiehl
2014-11-11Applying some review TODO.diosmosis
2014-11-11Filling out missing documentation and removing simpler TODOs.diosmosis
2014-11-09Fixing more tests.diosmosis
2014-11-08Rename Metric::getColumn to Metric::getMetric and get rid of Metrics\Base.diosmosis