From 3600cee980efd8b0859d016005281fc97ea1d1a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Massart?= Date: Wed, 10 Jul 2024 09:28:37 +0800 Subject: [PATCH] Add core\cron --- features/core_cron.json | 6 ++++++ features/cron_setup_user.json | 7 +++++++ 2 files changed, 13 insertions(+) create mode 100644 features/core_cron.json create mode 100644 features/cron_setup_user.json diff --git a/features/core_cron.json b/features/core_cron.json new file mode 100644 index 0000000..07037b1 --- /dev/null +++ b/features/core_cron.json @@ -0,0 +1,6 @@ +{ + "title": "core\\cron", + "description": "Utility class containing cron-related functions.", + "added": "4.2", + "notes": "This supercedes `cron_*` functions like `core_setup_user`." +} diff --git a/features/cron_setup_user.json b/features/cron_setup_user.json new file mode 100644 index 0000000..d59198c --- /dev/null +++ b/features/cron_setup_user.json @@ -0,0 +1,7 @@ +{ + "title": "cron_setup_user", + "description": "Sets up current user and course environment (lang, etc.) in cron.", + "added": "2.0", + "deprecated": "4.2", + "notes": "This is superceded by `core\\cron::setup_user`." +}