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 #9324 from piwik/9025Matthieu Aubry
Show selected/current website in websites selector
2015-12-04show selected/current website in websites selectorThomas Steur
2015-12-01Do not serialize API request otherwiseThomas Steur
2015-11-24UI test shows Custom Dimensions menu in Personal menumattab
2015-11-24refs #9129 added feature Custom DimensionsThomas Steur
2015-11-19use union of segments for custom variablesThomas Steur
2015-11-17language updatesgiehl
2015-11-12refs #9201 do not use DI for request processorsThomas Steur
2015-11-09Add DI test.php to override 'today' in testsmattab
2015-11-09Fix System tests by not using 'date=today' in testsmattab
we need tests to have deterministic 'idsubdatatable'
2015-11-05fix testsThomas Steur
2015-11-04show a warning if there are custom variables but no usages are shownThomas Steur
2015-11-04changed look of custom variables screen, merge metadata when specifiedThomas Steur
2015-11-04added screen to see custom variable usagesThomas Steur
2015-10-19Merge branch 'master' into 3.0Thomas Steur
Conflicts: core/Version.php plugins/Actions/Menu.php plugins/CoreHome/angularjs/history/history.service.js plugins/CoreHome/javascripts/menu.js plugins/CoreHome/templates/_menu.twig plugins/Dashboard/Menu.php plugins/Ecommerce/Menu.php plugins/ExampleUI/Menu.php plugins/Goals/Menu.php plugins/Referrers/Menu.php plugins/VisitsSummary/Menu.php tests/UI/expected-ui-screenshots tests/UI/specs/UIIntegration_spec.js
2015-10-15language updatesgiehl
2015-10-06generate pages instead of implementing them in each controllerThomas Steur
2015-10-06fixed testsThomas Steur
2015-09-30language updatesgiehl
2015-09-22UI tests: disabled Provider pluginmattab
2015-09-16language updatesgiehl
2015-09-15Refs #6031, #7213, add segment label to top level ↵diosmosis
CustomVariables.getCustomVariables report for customVariableName.
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-15Add visit scope text to relevant custom variable segments.diosmosis
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-15Allow Segments to define multiple SQL columns if the segment value can be ↵diosmosis
matched in any of those fields, and use to define two new segments: customVariableName & customVariableValue.
2015-09-15Make CustomVariableName/CustomVariableValue derive from VisitDimension ↵diosmosis
instead of Dimension so we can define segments in them.
2015-09-12Fixing test namespaces and files of some system tests.diosmosis
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-03Merge pull request #8703 from piwik/autosugesst_api_testMatthieu Aubry
Fix AutoSuggestAPITest w/ small refactor to API.getSegmentsMetadata & Plugin\Segment
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-09-02language updatesgiehl
2015-08-29return min amount of available custom variables across tables instead of maximumThomas Steur
2015-08-07Moving request metadata from VisitProperties to Tracker\Request class.diosmosis
2015-08-07Add public methods to VisitProperties for property access and use instead of ↵diosmosis
direct access.
2015-08-06Document RequestProcessors and tweak some RequestProcessors.diosmosis
2015-08-06Move CustomVariables tracking logic to CustomVariablesRequestProcessor. ↵diosmosis
Includes two methods in RequestProcessor, onNewVisit and onExistingVisit (matches Dimension methods).
2015-07-12language updatesgiehl
2015-07-02language updatesgiehl
2015-06-24language updatesgiehl
2015-06-19translation updatesgiehl
2015-06-12added language and languageCode to visitor details; adjusted testssgiehl
2015-06-11language updatesgiehl
2015-06-08remove getInformation() method from CustomVariables pluginsgiehl
2015-06-05language updatesgiehl
2015-05-31language updatesgiehl
2015-04-21language updatesgiehl
2015-03-20Merge branch 'master' into 6176sgiehl