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-04-01Improve handling of invalid API parameter types (#19027)Ben Burgess
2022-03-08Prevent archiving of data for time periods that start in the future (#18790)Ben Burgess
2022-01-17Fix possible error when generating reports for custom dimensions (#18614)Stefan Giehl
2021-11-15Proportional evolution comparison for incomplete periods (#18099)Ben Burgess
2021-08-20When aggregating reports, inflate one expanded datatable at a time (#17817)dizzy
2021-05-23Use originalString when returning the Segment definition string (#17610)dizzy
2021-05-12If no archives names are requested when querying archive data, do not initiat...4.3.0-rc2dizzy
2021-04-21Remove urlencode for segment definitions (#17475)Zoltan Flamis
2021-04-19store segment hash in DB (#17408)Zoltan Flamis
2021-04-12Initiate range archiving if an archive is invalidated, the request is from th...dizzy
2021-03-11allow forcing Archive to not initiate archiving for child archives (#17331)dizzy
2020-11-30re-add missing condition for --skip-segments-today (#16777)diosmosis
2020-08-04allow invalidating plugin archives only and archiving past data for plugins (...diosmosis
2020-05-12triple equals (#15762)Jean Baptiste Noblot
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2020-03-16Merge branch '3.x-dev' into 4.x-devsgiehl
2020-03-10Move Archive.php archive invalidation to Loader… (#15616)3.13.4-b1diosmosis
2020-02-11Merge branch 3.x-dev into 4.x-dev (#15543)Stefan Giehl
2020-01-28Use rebranded components (#15253)Stefan Giehl
2020-01-27Add event that allows plugins to disable archiving for certain periods/sites ...diosmosis
2019-12-17Show 'new' metrics on visitor engagement report/sparklines (#15128)Kate Butler
2019-10-02Add option to archiver to not create archives for segments for today (#14834)Thomas Steur
2019-09-30Compare segments and periods (in API and UI) (#14365)diosmosis
2019-08-16no longer use reader to get archives (#14756)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
2018-08-09Add notification when report w/ segment has no data, but segment is unprocess...3.6.0-b4diosmosis
2017-09-11Changes to support custom periods (#11837)Benaka
2016-11-01Removes deprecated method Archive::getDataTableFromArchivesgiehl
2016-07-11Fix segment data disappears from UI after changing auto_archive setting (#10...Thomas Steur
2016-04-01Improve all websites dashboard performance when using range dateThomas Steur
2015-10-22Display 'Report generated Xs ago' in help tooltip, Fix years old regressionmattab
2015-10-12Make ArchiveInvalidator an immutable service and add it to DI. markArchivesAs...diosmosis
2015-09-25Move date parsing logic from ArchiveInvalidator to CoreAdminHome/API.php so t...diosmosis
2015-06-01Removed deprecated method scheduled for removal (fixing unit tests)Matthieu Napoli
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2015-04-27Merge branch 'master' into config_step_2diosmosis
2015-04-22marked method as internalThomas Steur
2015-04-21improve performance of all websites dashboard when having thousands of websitesThomas Steur
2015-04-07Fixing two more system test failures, including one caused by the static cach...diosmosis
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-12Merge branch 'master' into 7181_isolated_archive_purgingdiosmosis
2015-03-11Made for reports faster when flat=1 is used.Thomas Steur
2015-03-10Rename Archive\Invalidator to ArchiveInvalidator and Archive\Purger for Archi...diosmosis
2015-03-05Merge branch 'master' into 7181_isolated_archive_purgingdiosmosis
2015-03-05Refs #7181, move ArchiveInvalidator to Piwik\Archive\Invalidator away from Pi...diosmosis
2015-03-05Faster flattening for many reportsThomas Steur
2015-02-27Fixes #7310 - remove unused code & logicmattab