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-03-10[Codingstyle] Disallow unused use statements (#18520)Stefan Giehl
2021-12-08add disable archiving segment for plugins (#18279)Peter Zhang
2021-10-19Don't browser archive when segment is set to be pre-processed (#18123)Thomas Steur
2021-10-08scheduled tasks should not launch archiving when browser archiving is disable...Peter Zhang
2021-09-02When processing a dependent archive for a range, then only process the reques...Thomas Steur
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-03-11Allow configuring segments to not be rearchived when rearchiving reports in t...dizzy
2021-02-25Only force single plugin archiving for root archive requests. (#17250)dizzy
2021-02-15do not end up creating done flags like "done." (#17215)dizzy
2020-08-04allow invalidating plugin archives only and archiving past data for plugins (...diosmosis
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2020-02-11Merge branch 3.x-dev into 4.x-dev (#15543)Stefan Giehl
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-09-20Ensure all plugins are archived when range archiving is triggered by core:arc...Stefan Giehl
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-04Allow different reports pre-archiving frequency for each period (#11979)Thomas Steur
2016-11-14new method that lets us know if we segment will be archived (#10845)Thomas Steur
2016-07-19Segment editor, updating segments, logic when to display messages (#10322)Matthieu Aubry
2016-07-15use better message depending of the availability of archiving triggered by br...sgiehl
2016-04-01Improve all websites dashboard performance when using range dateThomas Steur
2015-10-12Allow invalidating individual segments in API method & invalidate reports com...diosmosis
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2015-03-05Merge branch 'master' into 7181_isolated_archive_purgingdiosmosis
2015-03-04Refs #7181, remove 'purging every N hours' check in archive purger logic sinc...diosmosis
2015-03-02Merge pull request #7311 from piwik/remove_useseless_codeMatthieu Aubry
2015-03-02Refs #7181, change ArchivePurger to use instance methods instead of static me...diosmosis
2015-02-27Updaste purging messageMartin Keckeis
2015-02-27Fixes #7310 - remove unused code & logicmattab
2015-02-26More explicit messagesMartin Keckeis
2015-02-05Fix changes to ArchiveProcessor/Rules so test will pass (and use Log::debug s...diosmosis
2015-02-05Do not use php-di config for option since it is easier to use INI config w/o ...diosmosis
2015-02-05Add undocumented (ie, unsupported) config option (DI config only) to disable ...diosmosis
2014-11-28Minor coding stylemattab
2014-11-06In General settings inline help, display the proper default value instead of ...mattab
2014-11-05refs #6508 some refactoring and renamingmattab
2014-11-05refs #6508 add some commentsmattab
2014-10-20Delete archives older than yesterday midnight raher than today midnight as we...Matthieu Aubry
2014-09-30Merge branch 'master' into readabilityImprovementsThomas Steur
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-09-30Removing disablePurge hack in tests, as this should not be needed anymoremattab
2014-09-12Merge remote-tracking branch 'upstream/master' into feature/5932-invalidate-a...m.kurzeja
2014-09-11Fix bug in Rules::shouldSkipUniqueVisitorsCalculationForMultipleSites, should...diosmosis
2014-09-10Merge masterMichaƂ Kurzeja
2014-09-09Fixes #6079, move skip unique visitors calculation logic to small method in A...diosmosis
2014-09-03Added DONE_INVALIDATED flag to archiving and considering it when fetching arc...m.kurzeja
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-07-19fixed field visibility keyword orderChristian Raue