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
2019-09-17Remove force-optimize-tables option from core:purge-old-archive-data (#14895)Kate Butler
2019-07-05Update the link tag for all php files (#14635)Luca
2018-04-23Ignore archive tables that have invalid dates in name (#12757)Stefan Giehl
2017-06-09fixes #11774 Make help text better for config:set commandmattab
2017-01-18Better logging message when archivingmattab
2015-12-17Tweak command help docs and add test coverage for unsetting config setting ar...diosmosis
2015-12-17Fix bug where trying to set config to 'empty' value (ie, 0) failed.diosmosis
2015-12-17Don't use references in ConfigSettingManipulation.diosmosis
2015-12-17Make sure to save config changes in config:set command, and make sure tests c...diosmosis
2015-12-17Renamed command to config:setmattab
2015-12-17Adding new command core:set-config command to set INI config setting an insta...diosmosis
2015-12-04When using option --no-interaction, askForDeleteConfirmation should default t...Erik Kooiker
2015-10-15Fix bug in optimize archive tables command: do not overwrite argument array w...diosmosis
2015-10-12Allow invalidating individual segments in API method & invalidate reports com...diosmosis
2015-10-12Move cascading logic to ArchiveInvalidator and make sure to cascade up by def...diosmosis
2015-10-12Move subperiod calculation from invalidate archive command to Range period cl...diosmosis
2015-10-12Don't use switch in core:invalidate-archive-data command, instead add new non...diosmosis
2015-10-12Add integration test for core:invalidate-report-data test + fix bugs in new c...diosmosis
2015-10-12Add dry-run option to invalidate-report-data.diosmosis
2015-10-12Add initial command to invalidate report data w/ unit test (integration test ...diosmosis
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-09-03Support lastN in database:optimize-archive-tables and add a test for the comm...diosmosis
2015-09-03Add more help to database:optimize-archive-tables command.diosmosis
2015-09-03Change command name from core:optimize-archive-tables to database:optimize-ar...diosmosis
2015-09-03Add command to optimize archive tables (even if on InnoDB).diosmosis
2015-06-24Show the output of running a single scheduled taskMatthieu Napoli
2015-06-24The command `scheduled-tasks:run` now allows to run a single taskMatthieu Napoli
2015-06-19Console command parameter: make text consistentmattab
2015-06-16Rename --site to --idsite, rename command to core:delete-logs-data, display w...mattab
2015-06-11Tweak output of optimize tables output in logs:delete command.diosmosis
2015-06-11Tweaking logs:delete output, add elapsed time, among other improvements.diosmosis
2015-06-11Allow logs:delete command to optimize tables after deleting logs (if user des...diosmosis
2015-06-11Quick docs for DeleteLogs command + remove two TODOs in the class.diosmosis
2015-06-11Use LogPurger::deleteVisitsFor in LogDataPurger class in PrivacyManager plugi...diosmosis
2015-06-11Refactoring logs:delete command, move deleteVisitsFor to LogPurger.diosmosis
2015-06-11Adding integration test for logs:delete command. Includes fix to symfony issu...diosmosis
2015-06-11Remove unneeded private method from DeleteLogs.php.diosmosis
2015-06-11Use LogPurger in PrivacyManager's LogDataPurger class and get PrivacyManagerT...diosmosis
2015-06-11Remove ability to specify table in logs:delete command, visit deletion will c...diosmosis
2015-06-11Use forEach function instead of iterator to loop over logs and replace in use...diosmosis
2015-06-11Quick POC change to usercountry:attribute to use non-existant log iterator, a...diosmosis
2015-06-11Refs #7180, create initial (not working) logs:delete command.diosmosis
2015-04-20Fixes #7705, do not output scheduled task summary in core:run-scheduled-tasks...diosmosis
2015-04-17Refs #7602, add comment in PurgeOldArchiveData.php regarding use of NullLogger.diosmosis
2015-04-09Allow ArchivePurger to be set in constructor of PurgeOldArchiveData command f...diosmosis
2015-04-09Use NullLogger in core:purge-old-archive-data by default so ArchivePurger doe...diosmosis
2015-04-09Clean up purge-old-archive-data command output now that ArchivePurger logs at...diosmosis
2015-03-31Refs #7181, add --include-year-archives and --force-optimize-tables options t...diosmosis
2015-03-24Added command aliases for names that are easier to remember and typeMatthieu Napoli