moodle/lib/classes/task
Jordi Pujol Ahulló 9c4510a358 MDL-70230 admin: add setting sched. task status
When defining settings that are used by scheduled tasks,
it is also useful, or even needed, to know the status
of that scheduled task to have the whole big picture of
that part of the system.

Based on the admin_setting_description, this new setting
reports its name, its status, a link to the configuration.

When adding a new setting of this type, the user can add
an extra description field to complete the whole meaning.
2021-06-04 08:12:16 +02:00
..
adhoc_task.php MDL-64610 task: Add support for per-task concurrency limits. 2020-01-02 16:05:47 +11:00
analytics_cleanup_task.php MDL-65585 analytics: Global on/off switch 2019-10-10 10:06:31 +08:00
antivirus_cleanup_task.php MDL-66222 antivirus: Improved error email capture 2020-08-21 12:21:09 +10:00
asynchronous_backup_task.php MDL-28505 Backup: Asynchronous backup and restore 2019-04-09 00:15:42 +00:00
asynchronous_copy_task.php MDL-69448 backup: fix capability checks when unable to copy user data. 2020-09-04 08:19:53 +01:00
asynchronous_restore_task.php MDL-28505 Backup: Asynchronous backup and restore 2019-04-09 00:15:42 +00:00
automated_backup_task.php MDL-65729 Backup: Split individual backups into ad-hoc tasks 2019-12-04 15:10:23 +11:00
backup_cleanup_task.php MDL-71044 backup: backup_cleanup_task task to remove old files 2021-03-07 21:46:47 +11:00
badges_cron_task.php MDL-64851 badge: reviewing badges of invisible courses 2019-04-12 09:50:33 +02:00
badges_message_task.php MDL-65191 core_badges: add badges_message_task task 2019-04-04 09:36:20 +08:00
blog_cron_task.php
build_installed_themes_task.php MDL-59150 admin: build site theme after CLI install or upgrade 2017-07-18 06:13:07 +00:00
cache_cleanup_task.php
cache_cron_task.php
calendar_cron_task.php MDL-58803 calendar: Require calendar/lib.php 2017-05-04 13:03:55 +08:00
calendar_fix_orphaned_events.php MDL-71156 core: machinery to recover orphaned calendar events 2021-04-22 10:28:52 +08:00
check_for_updates_task.php
clean_up_deleted_search_area_task.php MDL-62869 search: implement searching for all courses 2019-03-01 07:18:37 +11:00
complete_plans_task.php MDL-53700 competency: Migrating language strings 2016-04-18 11:06:00 +08:00
completion_daily_task.php MDL-52904 completion: reference context in cron query 2020-05-04 09:57:37 +08:00
completion_regular_task.php MDL-65276 core: fix CiBoT complains 2019-04-08 10:30:09 +08:00
context_cleanup_task.php
course_backup_task.php MDL-71136 backup: Fix moodle_exception path. 2021-03-30 10:54:08 +11:00
create_contexts_task.php
database_logger.php MDL-67211 Tasks: Record when a task is running. 2020-08-25 17:08:03 +10:00
delete_incomplete_users_task.php MDL-52831 users: Do not delete Mr. and Mrs. Whitespace accounts 2016-01-19 21:40:45 +01:00
delete_unconfirmed_users_task.php MDL-64205 users: Do not delete the actual records of unconfirmed users 2018-11-25 06:55:23 +01:00
file_temp_cleanup_task.php MDL-70901 core: @ no longer masks errors in PHP 8.0 2021-02-22 16:18:46 +01:00
file_trash_cleanup_task.php
grade_cron_task.php MDL-65694 grade: Fix missing gradelib library 2019-05-23 10:45:55 +02:00
grade_history_cleanup_task.php MDL-65044 core: add task for grade history cleanup 2019-03-27 11:17:36 +08:00
h5p_clean_orphaned_records_task.php MDL-66769 core_h5p: Clean up orphaned h5p records task. 2021-02-03 10:10:30 +02:00
h5p_get_content_types_task.php MDL-68579 core_h5p: Add a check to avoid execute task using BEHAT 2020-05-11 10:13:08 +02:00
legacy_plugin_cron_task.php MDL-69521 core: Move all comments in code from 4.3 to 4.1 2020-09-08 18:59:46 +02:00
logging_trait.php MDL-46881 forum: Tidy up trace variables 2019-01-30 10:55:48 +08:00
logmanager.php MDL-66570 admin: Add setting to hide captured cron log output 2019-09-17 14:03:31 +08:00
manager.php Merge branch 'MDL-68768-adhoc-task-faildelay-check' of https://github.com/brendanheywood/moodle 2021-01-12 10:06:53 +01:00
messaging_cleanup_task.php MDL-64417 message: allow processors to run their own cleanup tasks. 2020-04-21 14:48:22 +01:00
password_reset_cleanup_task.php
plagiarism_cron_task.php MDL-65051 plagiarism: convert legacy cron function to task 2019-03-27 11:34:04 +08:00
portfolio_cron_task.php MDL-65047 core: convert legacy cron to scheduled task 2019-03-22 13:13:55 +08:00
question_preview_cleanup_task.php MDL-65050 core: add missing lib file include 2019-04-01 15:59:03 +08:00
question_stats_cleanup_task.php MDL-65050 core: add question_stats_cleanup_task scheduled task 2019-04-01 12:57:05 +08:00
refresh_mod_calendar_events_task.php MDL-59909 calendar: Try hard not to fail the adhoc task. 2017-10-25 15:42:14 +08:00
registration_cron_task.php MDL-59495 registration: register site on moodle.net only 2017-09-27 13:07:37 +08:00
scheduled_task.php MDL-70230 admin: add setting sched. task status 2021-06-04 08:12:16 +02:00
search_index_task.php MDL-55356 core_search: Make indexing task/CLI do context requests 2017-10-11 17:17:10 +01:00
search_optimize_task.php MDL-55356 core_search: API to check if indexing enabled 2017-10-11 17:17:06 +01:00
send_failed_login_notifications_task.php MDL-71099 Lib: Move new user_fields class from core to core_user 2021-03-25 13:47:23 +00:00
send_new_user_passwords_task.php MDL-71099 Lib: Move new user_fields class from core to core_user 2021-03-25 13:47:23 +00:00
session_cleanup_task.php
stats_cron_task.php MDL-22183 lib: Time settings removed for stats cron. 2016-08-18 10:13:31 +08:00
sync_plans_from_template_cohorts_task.php MDL-53700 competency: Migrating language strings 2016-04-18 11:06:00 +08:00
tag_cron_task.php MDL-56635 tags: use recordset since component may not be unique 2018-02-16 09:50:57 +08:00
task_base.php MDL-70230 admin: add setting sched. task status 2021-06-04 08:12:16 +02:00
task_log_cleanup_task.php MDL-66279 task: Test if logger is_a database_logger 2019-07-30 14:49:27 +08:00
task_logger.php MDL-49399 task: Add admin log viewer 2019-01-16 12:14:25 +08:00