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
2016-07-18Fixes #10276mattab
2016-07-03Adding hyphen for consistencymattab
2016-07-03Tweak core:archive output logging to better explain where to find error log d...mattab
2016-05-05Fix some typos in comments (found by codespell) (#10120)Stefan Weil
2016-04-08function renamed for clarity (minor)mattab
2016-04-08refs #9468 make sure to actually store all siteIds that have finished since l...Thomas Steur
2016-02-20Merge branch 'master' of github.com:piwik/piwikmattab
2016-02-19Use more clear wording in archiving outputmattab
2016-02-16Fix indentsEmir Beganovic
2016-02-16Remove unused parametersEmir Beganovic
2016-02-16Add missing docblocksEmir Beganovic
2016-01-19Merge pull request #9500 from piwik/9258_2Thomas Steur
2016-01-12refs #9258 forward php cli options to the archiver commandsThomas Steur
2016-01-12make sure to forward xhprof and testmode to all requestsThomas Steur
2015-11-23--force-date-last-n should really force archiving, even if there was no visit...mattab
2015-10-12Fix test failure.diosmosis
2015-10-12Make ArchiveInvalidator an immutable service and add it to DI. markArchivesAs...diosmosis
2015-09-21fix CronArchive event names for consistencyThomas Steur
2015-09-21rename eventsPatryk Andrzejewski
2015-09-15change place of eventPatryk Andrzejewski
2015-09-14Refs #8777 tweak summary log messages output for more claritymattab
2015-09-14Make message prefix consistentmattab
2015-09-14Better logging messages for core:archive outputmattab
2015-09-09change descriptionPatryk Andrzejewski
2015-09-09core reviewPatryk Andrzejewski
2015-09-08additional eventsPatryk Andrzejewski
2015-09-08Archive web cron should not timeoutmattab
2015-09-08Rename site -> website in core:archive output for consistencymattab
2015-08-31Merge pull request #8571 from piwik/8066Benaka
2015-08-31generate timer for each segmentThomas Steur
2015-08-31Wrong "Time Elapsed" in core:archive outputThomas Steur
2015-08-31Merge pull request #8661 from piwik/8621Matthieu Aubry
2015-08-30Fix custom date ranges are still being archived when --force-periods=dayThomas Steur
2015-08-29refs #8621 fix Wrong "Time Elapsed" in core:archive outputThomas Steur
2015-08-21refs #8066 faster query to find websites with traffic since last successful a...Thomas Steur
2015-08-12Make sure purgeOutdatedArchives task is executed in scheduled task run after ...diosmosis
2015-07-24Fixes #8316, re-add core:archive URL override functionality for users that do...diosmosis
2015-06-25Add date to CronArchive output when printing info about preprocessing what wi...diosmosis
2015-06-16Add --skip-all-segments parameter to core:archive command to allow skipping a...diosmosis
2015-06-16Allow using mock CliMulti in CronArchiveTest instead of issuing real requests.diosmosis
2015-06-16Adding force-idsegments parameter to core:archive param and handle the parame...diosmosis
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2015-05-10Fix bug in CliMulti (type in member name), and make sure all requests are run...diosmosis
2015-05-10Remove piwikUrl parameter to CronArchive class and two TODOs that are no long...diosmosis
2015-05-10Updating submodules & move getSuperUserTokenAuths from CronArchive to CliMult...diosmosis
2015-05-10Move hacks in CronArchive + Tracker to run code as superuser through CliMulti...diosmosis
2015-05-10Remove unnecessary doAsSuperUser call.diosmosis
2015-05-10Remove dependency on FrontController::init.diosmosis
2015-05-10Refactor CronArchive, remove need to specify URL (also did same to CliMulti),...diosmosis
2015-04-28Merge branch 'master' into config_step_2diosmosis