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-17language updatesgiehl
2015-11-03language updatesgiehl
2015-10-20language updatesgiehl
2015-10-19Apply number formatting changes from master to 3.X branchThomas Steur
2015-10-11use number formats for values displayed besides sparkline and for evolution datasgiehl
2015-10-06new API to make checkTokenInUrl easierThomas Steur
2015-10-06generate pages instead of implementing them in each controllerThomas Steur
2015-10-05Segment auto-suggest dropdown now behaves as expected for Download URL, ↵mattab
outlink URL and Page URL + tests
2015-09-22language 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-15Merge pull request #8745 from piwik/8680Benaka
Fixes #8680, if a test case or fixture class is supplied in TestingEnvironmentManipulator and cannot be autoloaded, throw an exception.
2015-09-13translation updatesgiehl
2015-09-12Fix another system test namespace.diosmosis
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-08Merge pull request #8694 from ThaDafinser/feature/windowsMatthieu Aubry
Fixing PhpUnit support for windows
2015-09-05small translation updatesgiehl
2015-09-02language updatesgiehl
2015-09-02fixing some unlink and othersThaDafinser
2015-08-24Merge pull request #8488 from piwik/iconsBenaka
Fixes #7618, add new icons to Piwik & use where appropriate. Also includes slight re-designs to entity management tables & a new CSS API using the icons easily.
2015-08-17Use the form-help class in the UserCountry settingsMatthieu Napoli
2015-08-08language updatesgiehl
2015-07-31language updatesgiehl
2015-07-26language updatesgiehl
2015-07-18language updatesgiehl
2015-07-16Refs #8230, make sure users of Location::getProviderById do not check if the ↵diosmosis
result is false, but is empty.
2015-07-15Fixes #8230 Make LocationProvider:getProvider return null instead of falsemattab
2015-07-13Missing @license docblocks (according to fossology)Anthon Pang
2015-07-12language updatesgiehl
2015-06-25Do not use translations in AttributeHistoricalDataWithLocationsTest.php.diosmosis
2015-06-24language updatesgiehl
2015-06-22fix typoAnton Chernyavski
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-16Merge branch 'master' into 6785_log_delete_commandmattab
2015-06-11language updatesgiehl
2015-06-11Document VisitorGeolocator::reattributeVisits, rename LogInserter to ↵diosmosis
LogHelper and add quick class docs to LogHelper.
2015-06-11Fill out parts of LogDeleterTest, not complete yet.diosmosis
2015-06-11Move log inserting logic to new test helper class, LogInserter.diosmosis
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 usercountry:attribute iteration logic to VisitorGeolocator plugin.diosmosis
2015-06-11Remove unused use statement.diosmosis
2015-06-11Use forEach function instead of iterator to loop over logs and replace in ↵diosmosis
usercountry:attribute command. usercountry:attribute tests pass.
2015-06-11Quick POC change to usercountry:attribute to use non-existant log iterator, ↵diosmosis
and add options to delete:logs command.
2015-06-11Merge pull request #8027 from piwik/test_env_di_8Benaka
Injection Inception, Change #6: Final cleanup of test environment setup. Remove TestingEnvironment.addHooks event, make sure core doesn't depend on test files/classes/constants, integrate test environment variables w/ DI for easier overriding in tests, and related clean ups to test environment setup.
2015-06-06use new translations from Intl pluginsgiehl
2015-06-06remove continent name translations from UserCountry pluginsgiehl