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 (Expand)Author
2015-12-21Merge pull request #9387 from piwik/9194_2Matthieu Aubry
2015-12-21Mysql functions are written in uppercasemattab
2015-12-15removed the hardcoded 23 and instead calculate lenght dynamicallyThomas Steur
2015-12-15fixes #9194 fix "goal can be only converted once per visit" is not respected ...Thomas Steur
2015-12-13refs #9131 lock name should be less than 64 characters for MySQL compatibilityThomas Steur
2015-12-07fix error table log_visit is already joined in https://github.com/piwik/plugi...Thomas Steur
2015-12-04fix possible mysql error "Not unique table/alias"Thomas Steur
2015-12-02only ignore join when it was given with exact same matchThomas Steur
2015-12-02Revert "reuse existing joins when possible"Thomas Steur
2015-12-01reuse existing joins when possibleThomas Steur
2015-12-01New segment: ActionTypeThomas Steur
2015-10-12Rename InvalidationResultInfo to InvalidationResult and remove Period::getAll...diosmosis
2015-10-12Fix regression, make sure if period is not supplied to ArchiveInvalidator the...diosmosis
2015-10-12Allow invalidating individual segments in API method & invalidate reports com...diosmosis
2015-10-12Added ArchiveInvalidator tests and got them to pass.diosmosis
2015-10-12Move cascading logic to ArchiveInvalidator and make sure to cascade up by def...diosmosis
2015-09-23Make LogQueryBuilder a stateless service class and store in DI.diosmosis
2015-09-11Fix comment: we use idvisit now, not idlink_vamattab
2015-09-11Segment: JOIN conversions to (visits or actions) using idvisit, instead of id...mattab
2015-09-03Support lastN in database:optimize-archive-tables and add a test for the comm...diosmosis
2015-08-31Merge pull request #8571 from piwik/8066Benaka
2015-08-24Use Common::prefixTable instead of storing tables_prefix as property. (Don't ...diosmosis
2015-08-24Adding diagnostic command that allows you to see exactly what's inside an arc...diosmosis
2015-08-21refs #8066 faster query to find websites with traffic since last successful a...Thomas Steur
2015-08-21Merge pull request #8559 from piwik/archive_purging_fixesBenaka
2015-08-12Avoid group_concat limit issues by grouping by name as well as other archive ...diosmosis
2015-07-31the requested plugin is not the plugin that triggers the query, we need to se...Thomas Steur
2015-07-30simplify archiving query recognition [WIP]Thomas Steur
2015-07-12Do not perform an inner join on the archive table, for large tables this can ...diosmosis
2015-06-16Use visit_last_action_time instead of visit_first_action_time to make query f...mattab
2015-06-11Use mock RawLogDao instance in PrivacyManagerTest instead of test events. Als...diosmosis
2015-06-11Remove RawLogDao::$selectSegmentSize and make it a parameter of RawLogDao::in...diosmosis
2015-06-11Document LogDeleter service and remove RawLogDao::getVisitsWithDatesLimit.diosmosis
2015-06-11Refactor and document RawLogDao.diosmosis
2015-06-11Move deleteUnusedLogAction logic to RawLogDao class.diosmosis
2015-06-11Use LogPurger in PrivacyManager's LogDataPurger class and get PrivacyManagerT...diosmosis
2015-06-11Remove ability to specify table in logs:delete command, visit deletion will c...diosmosis
2015-06-11Use forEach function instead of iterator to loop over logs and replace in use...diosmosis
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2015-04-21improve performance of all websites dashboard when having thousands of websitesThomas Steur
2015-04-01Merge branch 'master' into archive_purger_logsdiosmosis
2015-04-01Merge branch 'master' into archive_purger_logsdiosmosis
2015-04-01Refs #7181, add logging to ArchivePurger service + archive purging scheduled ...diosmosis
2015-04-01refs #7458 fix memory error in API Live.getLastVisitsDetails when filter_offs...Thomas Steur
2015-03-31extracted code into a functionThomas Steur
2015-03-31A chunk implementation that is much simpler and makes more sense. Everything ...Thomas Steur
2015-03-31Faster archiving of aggregated reports, also performance imprvovements in gen...Thomas Steur
2015-03-15Merge branch 'master' into geo-attribution-taskdiosmosis
2015-03-11Merge RawLogFetcher and RawLogUpdater to RawLogDao.diosmosis
2015-03-11Refactor AttributeHistoricalDataWithLocations for clarity, fixing Integration...diosmosis