MDL-70230 admin: add setting sched. task status
authorJordi Pujol Ahulló <jpahullo@gmail.com>
Mon, 16 Nov 2020 15:54:45 +0000 (16:54 +0100)
committerJordi Pujol Ahulló <jpahullo@gmail.com>
Fri, 4 Jun 2021 06:12:16 +0000 (08:12 +0200)
commit9c4510a358cdcd192085d8d96c99acc571292dac
tree552c300422717ee650e9aeb06647e85dc3eca5a8
parent411150a42465aab5d4f58923aa329b704315da0c
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.
admin/classes/local/settings/setting_scheduled_task_status.php [new file with mode: 0644]
admin/settings/language.php
admin/tool/task/renderer.php
admin/tool/task/styles.css
lang/en/admin.php
lib/classes/task/scheduled_task.php
lib/classes/task/task_base.php