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
2022-10-07Typofixes (#19805)JT Smith
2022-08-24Ignore duplicate key errors when creating temporary tables (#19662)Stefan Giehl
2022-05-31Goals per page - new reports and metrics for tracking page conversions (#18221)Ben Burgess
2022-02-21Improve performance of some archiving queries (#18797)Thomas Steur
2021-06-10Remove archive status locking since it is not needed anymore (#17657)dizzy
2021-05-27Update PHP extension requirements & deprecate Common::mb_* methods (#16754)Stefan Giehl
2021-03-30Use ranking query in custom dimensions archiver (#17396)dizzy
2021-03-15modify SegmentQueryDecorator so extra comment information can be saved (#17337)Zoltan Flamis
2021-01-28Ignore query failure in Matomo for WordPress when checking if logtmptable exi...Thomas Steur
2020-08-17Fix error when primary key is required (#16290)Thomas Steur
2020-08-04allow invalidating plugin archives only and archiving past data for plugins (...diosmosis
2020-06-26Track seconds instead of days for "days since" dimensions (#15774)diosmosis
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2020-04-08many typo fixes in the code thanks to codespell (#15730)Lukas Winkler
2020-04-01Merge branch '3.x-dev' into 4.x-devsgiehl
2020-03-25Better handling of processing uniques for multiple sites (#15696)Thomas Steur
2020-03-16Merge branch '3.x-dev' into 4.x-devsgiehl
2020-03-15respect max execution time limit for transitions plugin (#15652)Stefan Giehl
2020-01-20Removes some code marked as deprecated (#15419)Stefan Giehl
2019-12-31Fix log tmp segment may be too long (#15312)Thomas Steur
2019-12-24Lock when archiving and avoid invalidating sites that have archiving in progr...diosmosis
2019-12-17Fix mysql table name too long while archiving a segment (#15276)Thomas Steur
2019-12-11Add more debug info to archiving queries (#15196)Thomas Steur
2019-10-10Smaller varchar size for log_action.name (#14859)Thomas Steur
2019-09-19better handling of setting transaction level (#14899)Thomas Steur
2019-09-18Provide possibility to force not using a subquery (#14786)Thomas Steur
2019-09-11Copy visits into temp table non locking (#14788)Thomas Steur
2019-08-28Try using memory table for segments cache in tests to make tests faster (#14822)Thomas Steur
2019-08-16Faster segment archiving (#14761)Thomas Steur
2019-07-23start working on db reader support (#14681)Thomas Steur
2019-07-05Update the link tag for all php files (#14635)Luca
2019-06-26Use ranking query on userid reports. (#14551)diosmosis
2019-03-13Couple assorted changes (#13935)diosmosis
2018-11-24In LogAggregator, allow the use of a complex dimension w/ an already defined ...diosmosis
2017-11-20 Log on DEBUG level all SQL archiving queries (#12257)Matthieu Aubry
2017-10-03Better segment editor and fixes (#12040)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
2016-12-04Make LogAggregator::getWhereStatement publicThomas Steur
2016-12-01New visit dimension "total interactions" and new action dimension "Interacti...Thomas Steur
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-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2015-02-19 do not process INDEX_NB_UNIQ_FINGERPRINTS unless specifically asked formattab
2015-02-19Making algorithm processing unique visitors across websites actually work, re...mattab
2014-10-04moved some queries within core to model filesThomas Steur
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-09-09Allow LogAggregator to work with multiple site IDs, compute unique visitors f...diosmosis
2014-09-08Refs #6109 New core metric: nb_users as the count of distinct user ids. Means...mattab
2014-07-23removed lots of trailing whitespaceChristian Raue