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-11-24refs #9129 added feature Custom DimensionsThomas Steur
2015-11-19make new operators available in the UI, moved check to segment data classThomas Steur
2015-11-19refs #8076 #9224 adding new segment ActionUrl + new operators starts with ↵Thomas Steur
and ends with
2015-11-17language updatesgiehl
2015-10-20language updatesgiehl
2015-10-19fix remaining testsThomas Steur
2015-10-19fix some testsThomas Steur
2015-10-19fix some testsThomas Steur
2015-10-15Merge branch 'master' into 3.0Thomas Steur
Conflicts: CHANGELOG.md core/Plugin/Controller.php core/Version.php plugins/API/ProcessedReport.php plugins/CoreHome/CoreHome.php plugins/CoreHome/javascripts/corehome.js plugins/CoreHome/javascripts/menu.js plugins/CoreHome/javascripts/menu_init.js plugins/CoreHome/lang/en.json plugins/CoreHome/stylesheets/zen-mode.less plugins/CoreHome/templates/ReportsByDimension/_reportsByDimension.twig plugins/CoreHome/templates/_indexContent.twig plugins/CoreHome/templates/getDefaultIndexView.twig plugins/Dashboard/Menu.php plugins/Dashboard/javascripts/dashboard.js plugins/Dashboard/javascripts/dashboardObject.js plugins/Goals/templates/_titleAndEvolutionGraph.twig plugins/Goals/templates/getOverviewView.twig plugins/Morpheus/javascripts/piwikHelper.js plugins/Referrers/templates/index.twig plugins/UserCountry/templates/index.twig plugins/VisitFrequency/templates/_sparklines.twig plugins/ZenMode/ZenMode.php plugins/ZenMode/javascripts/zen-mode.js tests/PHPUnit/Fixtures/UITestFixture.php tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getReportMetadata_day.xml tests/UI/expected-ui-screenshots tests/UI/specs/Dashboard_spec.js tests/UI/specs/Menus_spec.js tests/UI/specs/UIIntegration_spec.js
2015-10-13make sure to sort 3rd party reports correctlyThomas Steur
2015-10-09language updatesgiehl
2015-10-07Left menu designThomas Steur
2015-10-06generate pages instead of implementing them in each controllerThomas Steur
2015-10-06language updatesgiehl
2015-10-05Segment auto-suggest dropdown now behaves as expected for Download URL, ↵mattab
outlink URL and Page URL + tests
2015-10-02Merge branch 'master' into 6773_glossarymattab
2015-10-02Fix System testsmattab
2015-10-02Allow minimalistic widgetise mode for glossarymattab
2015-10-02New HTTP APIs: API.getGlossaryMetrics & getGlossaryReports (w/ system tests)mattab
2015-10-02Display Glossary in Menu only for anonymous usermattab
2015-10-02Display links to Glossary on Help pagemattab
2015-10-02Put glossary into DImattab
2015-09-30language updatesgiehl
2015-09-25translation updatesgiehl
2015-09-22language updatesgiehl
2015-09-16language updatesgiehl
2015-09-15Auto generated glossary of all Metrics & Report definitions in Piwik #6773mattab
2015-09-15Merge pull request #8754 from piwik/6031_cvar_unified_segmentMatthieu Aubry
Define four segments that search over all custom variable name/value columns instead of one per column
2015-09-15Fix regression in last commit.diosmosis
2015-09-15Do not display suggestedValuesCallback in API output if it is not a string.diosmosis
2015-09-15Fix regression, in API\API::doesSuggestedValuesCallbackNeedData() handle ↵diosmosis
methods and free functions.
2015-09-15Allow new CustomVariable segments to provide all custom variable suggested ↵diosmosis
values by allowing the suggestedValuesCallback to accept Live.getLastVisitDetails data.
2015-09-15Set HTML <title> values in all user menu and admin menu pagesmattab
Having proper HTML titles increase usability and is important eg. one can more easily find the right tag in the list of browser tabs
2015-09-14Fixes #8784 Deprecate the API.getLastDate method as it is un-used in Piwikmattab
2015-09-10Check for valid data in RowEvolution API to avoid unexpected fatal errors.diosmosis
2015-09-09refs #8565 #8503 #8567 refactored/removed some code to not use deprecated ↵Thomas Steur
APIs / events for 3.0
2015-09-03Refactor API.getSegmentsMetadata and Plugin\Segment so segments are all ↵diosmosis
defined through Plugin\Segment class in dimensions & make sure AutoSuggestAPITest data providers do not use database.
2015-08-19language updatesgiehl
2015-07-31language updatesgiehl
2015-07-26language updatesgiehl
2015-07-03Fix RssRendererTest.diosmosis
2015-06-25small translation updatesgiehl
2015-06-24language updatesgiehl
2015-06-22Fix tests by ensuring BC metrics formatting for API.getProcessedReport will ↵diosmosis
format avg_price.
2015-06-22Make sure format_metrics query parameter is properly handled if supplied to ↵diosmosis
API.getProcessedReport. If not supplied, provide inconsistent but backwards compatible behavior.
2015-06-22Fix regression in API.getProcessedReport, it should not format metrics if ↵diosmosis
showRawMetrics is true. And correctly fdisplay and format avg_time_on_site using processed metric value, instead of recalculating in visitor map.
2015-06-19refs #7090 #4789 Improve the look of data tables, entity tables, forms, ...Thomas Steur
2015-06-17renamed Manager to TypeManagerThomas Steur
2015-06-17refs #7893 added possibility to measure mobile appsThomas Steur