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-03-10[Codingstyle] Disallow unused use statements (#18520)Stefan Giehl
2021-04-26work around group_concat max len being too small edge case for the select in ...dizzy
2021-04-12Fixes for specific case when partial archives have to initiate archiving for ...dizzy
2021-04-12Initiate range archiving if an archive is invalidated, the request is from th...dizzy
2021-02-17fix a couple bugs in archive querying when browser archiving is disabled (#17...dizzy
2021-02-15do not end up creating done flags like "done." (#17215)dizzy
2020-10-09three archiving fixes (#16548)diosmosis
2020-08-04allow invalidating plugin archives only and archiving past data for plugins (...diosmosis
2020-06-29Improve performance/memory of archive selection (#15887)Thomas Steur
2020-06-04Merge branch '3.x-dev' into 4.x-devsgiehl
2020-06-03Archiving job prioritization and safety precautions (#15991)diosmosis
2020-06-03Fix today archive is not being archived (#15996)Thomas Steur
2020-06-01Fix min archive time not respected (#15997)Thomas Steur
2020-05-12triple equals (#15762)Jean Baptiste Noblot
2020-05-07Rewrite cron archiving process for easier maintenance and performance (#15499)diosmosis
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2020-03-10Move Archive.php archive invalidation to Loader… (#15616)3.13.4-b1diosmosis
2020-01-27Add event that allows plugins to disable archiving for certain periods/sites ...diosmosis
2020-01-08Do not proceed with archiving if a valid archive exists for the parameter com...diosmosis
2019-12-24Lock when archiving and avoid invalidating sites that have archiving in progr...diosmosis
2019-08-16no longer use reader to get archives (#14756)Thomas Steur
2019-08-06Remove temporary archive concept and just invalidate on tracking. (#14639)diosmosis
2019-07-23start working on db reader support (#14681)Thomas Steur
2019-07-05Update the link tag for all php files (#14635)Luca
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
2017-09-18Reuse existing period archives when range date is requested when possible (#1...Thomas Steur
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-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-02-27Fixes #7310 - remove unused code & logicmattab
2014-12-17fixes #6862 use array_values when using as a bindmattab
2014-12-15In Model use placeholders / bind parameters rather than writing the Id Sites ...mattab
2014-11-05refs #6508 some refactoring and renamingmattab
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-03Added DONE_INVALIDATED constantm.kurzeja
2014-09-03Added DONE_INVALIDATED flag to archiving and considering it when fetching arc...m.kurzeja
2014-07-23reduced multiple empty lines to exactly oneChristian Raue
2014-07-15fixed method signaturesChristian Raue
2014-07-01factor out the Archive Purging code in own classmattab
2014-06-18fixes #5354 Delete archives by batch of 1000 using array_chunkmattab
2014-06-16Throw exception when site Ids array is empty, to prevent error:mattab
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-05-09Organised imports, using phpstorm optimize imports featuremattab
2014-05-09Removed unused imports in core/ and plugins/mattab