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-04language updatesgiehl
2015-11-17language updatesgiehl
2015-11-03language updatesgiehl
2015-10-20language updatesgiehl
2015-10-06new API to make checkTokenInUrl easierThomas Steur
2015-10-02Merge pull request #8856 from piwik/dateformatsMatthieu Aubry
Improve date & time formats
2015-09-30language updatesgiehl
2015-09-25use new date/time formats; use updated internal namessgiehl
2015-09-25translation updatesgiehl
2015-09-24Merge pull request #8838 from ThaDafinser/patch-4Thomas Steur
DNT ignore for Epiphany
2015-09-22language updatesgiehl
2015-09-22DNT ignore for EpiphanyMartin Keckeis
2015-09-16language updatesgiehl
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-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-08-08language updatesgiehl
2015-07-31language updatesgiehl
2015-07-26language updatesgiehl
2015-07-18language updatesgiehl
2015-07-12language updatesgiehl
2015-07-06language updatesgiehl
2015-06-25small translation updatesgiehl
2015-06-24language updatesgiehl
2015-06-23small translation updatesgiehl
2015-06-20use new intl unit datasgiehl
2015-06-19translation updatesgiehl
2015-06-19refs #7090 #4789 Improve the look of data tables, entity tables, forms, ...Thomas Steur
2015-06-18Fix the appearance of form descriptionsMatthieu Napoli
Was displayed weird e.g. in the privacy manager.
2015-06-16Refs #7887, fixing failed rebase or two.diosmosis
2015-06-16Merge pull request #7887 from piwik/6785_log_delete_commandMatthieu Aubry
Fixes #6785, #7180 add log delete command and make log deletion delete only based on time and not idvisit.
2015-06-16use DI to get instanceThomas Steur
2015-06-16Should fix recoverable error missing $dataAccess parameterThomas Steur
2015-06-12Fix namespace of PrivacyManager integration test.diosmosis
2015-06-11Refs #7180, add test that checks logs are correctly purged even if visits ↵diosmosis
are tracked in the past.
2015-06-11Move PrivacyManagerTest to PrivacyManager plugin as DataPurgingTest.php.diosmosis
2015-06-11Use mock RawLogDao instance in PrivacyManagerTest instead of test events. ↵diosmosis
Also allow IntegrationTests to override DI config for tests.
2015-06-11Fill out some docs for LogDataPurger in PrivacyManager, add log iteration ↵diosmosis
step size to constructor so it can potentially be conifgured via DI, remove some unneeded TODOs.
2015-06-11Use LogPurger::deleteVisitsFor in LogDataPurger class in PrivacyManager ↵diosmosis
plugin, Rename LogPurger to LogDeleter, add test for VisitorGeolocator::reattributeVisits and add empty tests for LogDeleter service.
2015-06-11Move deleteUnusedLogAction logic to RawLogDao class.diosmosis
2015-06-11Use LogPurger in PrivacyManager's LogDataPurger class and get ↵diosmosis
PrivacyManagerTest to pass.
2015-06-05language updatesgiehl
2015-06-05UI change in admin formsMatthieu Napoli
2015-06-02#7960 Applied the new form design to the "do not track" formMatthieu Napoli
2015-06-02ref #7585 New design for formsMatthieu Napoli
2015-05-31language updatesgiehl
2015-05-25Add unit test for the new DimensionMetadataProvider class.diosmosis
2015-05-25In DimensionMetadataProvider, get log_link_visit_action table idaction ↵diosmosis
columns from dimension metadata (and keep others hardcoded). Also apply override override array that was previously ignored.