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
2016-03-10fix fatal error Call to protected method Thomas Steur
fixes #9912
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-03-23Refs #7381, add usercountry:attribute command to CHANGELOG.md and add a ↵diosmosis
description to the command.
2015-03-17Adding diagnostics for location provider selection (so users will be made ↵diosmosis
aware of configuration issues), move all verbose logging to VisitorGeolocator, change some arguments to options, add --force option to force even if location provider is not working.
2015-03-16Move VisitorGeolocatorTest to Integration/ dir since it is an integration ↵diosmosis
test now. Also remove unused use statement in AttributeHistoricalDataWithLocations.php.
2015-03-16Move single visit re-attribution logic to VisitorGeolocator from attribute ↵diosmosis
command and add tests to VisitorGeolocatorTest.
2015-03-11Merge RawLogFetcher and RawLogUpdater to RawLogDao.diosmosis
2015-03-11Refactor AttributeHistoricalDataWithLocations for clarity, fixing ↵diosmosis
IntegrationTestCase issue and fixing changes to RawLog...
2015-03-07Improve AttributeHistoricalDataWithLocationsTest, remove existing ↵diosmosis
geolocation created by fixture in DB, so command will re-attribute, and test API output of UserCountry reports to ensure accuracy. Made the test a System test. Also includes fix for IntegrationTestCase base type.
2015-03-07More refactoring and fixing VisitorGeolocatorTest (used to be ↵diosmosis
LocationFetcherTest).
2015-03-07Refactoring tests & LocationFetcher (renamed to VisitorGeolocator and ↵diosmosis
documented as service).
2014-12-03Remove LocationFetcherProvider and change tests.Marcin Czołnowski
2014-12-03Add few comments.Marcin Czołnowski
2014-12-03Remove repository and move classes with DAO to DataAccess namespace.Marcin Czołnowski
2014-12-03Remove PDO from doc comment.Marcin Czołnowski
2014-12-03Split user country attribution command execute method into smaller methods.Marcin Czołnowski
Remove PDO cursor and use segments query instead.
2014-12-03User country attribution command.Marcin Czołnowski