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
2019-07-05Update the link tag for all php files (#14635)Luca
I updated the link tag for all php files with the new matomo link. Not sure if it is realistic that this will get merged but I though that someday someone has to do this(?)
2016-07-13Improved join generation for segments (#10264)Thomas Steur
* better join generation for segments * do not update visit if there are no values to be updated
2015-09-25Fix test failures.diosmosis
2015-09-25To provide better diagnostics to sysadmins, decorate segment SQL w/ any ↵diosmosis
matching stored segment ID, even if not set to auto-archive and also decorate w/ special message if the SQL was triggered by core:archive.
2015-09-23Do not use doAsSuperUser in order to use API in SegmentQueryDecorator. ↵diosmosis
Instead use new service-layer class that is not accessible from API and does not do access checking.
2015-09-23Rename SegmentExpression::getSegmentString() to getSegmentDefinition().diosmosis
2015-09-23Decorate LogQueryBuilder in SegmentEditor through DI to add idSegments ↵diosmosis
matching the segment being archiving in a comment in SQL. Includes addition of SegmentEditor::getSegmentsToAutoArchive() API method which caches the result so each individual aggregation query doesn't trigger an SQL query.