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-01-07dependent archive never run (#18403)Peter Zhang
2021-11-09Fix archiving too many segments that aren't needed and showing 0 conversions ...Thomas Steur
2021-09-03Simple fixes for PHP8.1 (#17929)Justin Velluppillai
2021-08-20When aggregating reports, inflate one expanded datatable at a time (#17817)dizzy
2021-06-28Add log for record aggregation. (#17716)dizzy
2021-05-27Show report generated time when date range includes today (#17506)Zoltan Flamis
2021-03-11allow forcing Archive to not initiate archiving for child archives (#17331)dizzy
2020-08-04allow invalidating plugin archives only and archiving past data for plugins (...diosmosis
2020-07-10Fix behaviour for segments using "not equals" or "not contains" on an action ...Stefan Giehl
2020-05-12triple equals (#15762)Jean Baptiste Noblot
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2020-04-16merge 3.x to 4.x (#15821)diosmosis
2020-03-25Better handling of processing uniques for multiple sites (#15696)Thomas Steur
2019-07-05Update the link tag for all php files (#14635)Luca
2018-12-10Autodiscover tables for segments w/ complex segment expressions (#13664)diosmosis
2018-09-11Couple changes to aid debugging (#13269)diosmosis
2018-07-19Add ability for Archivers to initiate archiving for other plugins & use in Go...diosmosis
2017-11-20Small performance improvements in ArchiveProcessor (#12288)Thomas Steur
2016-01-12fixes #9357 API response may include more unique visitors than visitsThomas Steur
2015-07-31the requested plugin is not the plugin that triggers the query, we need to se...Thomas Steur
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2015-03-31A chunk implementation that is much simpler and makes more sense. Everything ...Thomas Steur
2015-03-31changed the name of chunks in archive tables, faster unserializationThomas Steur
2015-03-31Faster archiving of aggregated reports, also performance imprvovements in gen...Thomas Steur
2015-03-18fix a couple of bugs and actually only count the recursive rows count if neededThomas Steur
2015-03-18faster archive by calculating the recursive count only if neededThomas Steur
2015-03-18extracted logic into a methodThomas Steur
2015-03-18Various performance improvements and bugfixes.Thomas Steur
2015-03-16do not rename columns twice when aggregating dataTable recordsThomas Steur
2015-03-03Minor comment updatemattab
2015-02-27Fixes #7310 - remove unused code & logicmattab
2015-02-19Making algorithm processing unique visitors across websites actually work, re...mattab
2015-01-05Submodulesmattab
2014-11-07refs #6435 replace possible comma with a dot. Not 100% sure if that works yetThomas Steur
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-09-09Fixes #6079, move skip unique visitors calculation logic to small method in A...diosmosis
2014-09-09Refs #6079, add tests for cross website unique visitor aggregation.diosmosis
2014-09-09Allow LogAggregator to work with multiple site IDs, compute unique visitors f...diosmosis
2014-09-08refs #6162 when aggregating periods, do not sum 'Unique Users' metric as this...mattab
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
2014-07-09Refs #5273 Replace Trac ticket URL to Githubmattab
2014-06-29Fixing build.diosmosis
2014-06-29Handle any level of nested DataTables in ArchiveProcessor::aggregateDataTable...diosmosis
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-05-09Removed unused imports in core/ and plugins/mattab
2014-05-07refs #4377 added link to ticketThomas Steur
2014-05-07refs #4377 make sure metrics like sum_daily_nb_uniq_visitors (which are renam...Thomas Steur
2014-03-12Fixes #4768 Implement performance improvement for period=range: do not archiv...mattab
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker