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
2019-07-05Update the link tag for all php files (#14635)Luca
2019-06-26Use ranking query on userid reports. (#14551)diosmosis
2019-05-06Fix build for failing integration test purger (#14407)Thomas Steur
2019-05-03Task to purge archives for deleted websites and segments (#14317)Kate Butler
2019-04-01fix typosgiehl
2019-03-13Couple assorted changes (#13935)diosmosis
2019-03-11Make it possible to define joins for log tables using `getWaysToJoinToOtherLo...Stefan Giehl
2019-03-04Improved archive cleanup with 60% in time! (#11988)TheYOSH
2018-12-03Fix build and make join table sort stable by using DFS (#13634)diosmosis
2018-11-24In LogAggregator, allow the use of a complex dimension w/ an already defined ...diosmosis
2018-11-24Fix two issues causing new/returning visitor conversion rate to not appear (#...diosmosis
2018-10-11Implements wrapper method for a more secure unserialize with PHP 7 (#13285)Stefan Giehl
2018-10-03Avoid creating any archive tables for future dates (#13504)Stefan Giehl
2018-09-11Couple changes to aid debugging (#13269)diosmosis
2018-07-23Fix array table may not be joined correctly due to table sort issue (#13186)Thomas Steur
2017-11-20 Log on DEBUG level all SQL archiving queries (#12257)Matthieu Aubry
2017-10-06Fix bugs in table sorting query builder (#12154)Thomas Steur
2017-10-03Better segment editor and fixes (#12040)Thomas Steur
2017-09-18Reuse existing period archives when range date is requested when possible (#1...Thomas Steur
2017-09-11Changes to support custom periods (#11837)Benaka
2017-07-24Allow logging in Debug level the SQL queries of all log archivers (#11812)Matthieu Aubry
2017-06-29More generic raw log access (#11775)Thomas Steur
2017-05-14Fix a bug in the join generator when same table is present multiple times (#1...Thomas Steur
2017-03-29Replace archives if they already exists instead of ignoring them (#11476)Stefan Giehl
2017-03-28Drop temporary table when no longer needed (#11544)Thomas Steur
2017-02-19add possibility to use right joinsThomas Steur
2016-12-04Make LogAggregator::getWhereStatement publicThomas Steur
2016-12-01fix testsThomas Steur
2016-12-01fix a bug in query builder where tables are sorted randomlyThomas Steur
2016-12-01New visit dimension "total interactions" and new action dimension "Interacti...Thomas Steur
2016-07-17Use log tables to decide which tables can be purged (#10304)Thomas Steur
2016-07-13Improved join generation for segments (#10264)Thomas Steur
2016-02-13Apply offset and limit correctly to the Visitor Log SQL queriesmattab
2016-01-15add possibility to specify charset when importing in batchThomas Steur
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