Brendan Heywood
2d935948ea
MDL-68768 tool_tasks: Check for failing adhoc tasks
2020-12-15 13:42:17 +11:00
Eloy Lafuente (stronk7)
e419e7acba
MDL-69521 core: Move all comments in code from 4.3 to 4.1
2020-09-08 19:01:41 +02:00
Mikhail Golenkov
3263daba84
MDL-67211 Tasks: Front-end to display currently running tasks.
...
Co-authored-by: Sam Marshall <s.marshall@open.ac.uk >
2020-08-25 17:00:46 +10:00
Mathew May
329d3a8de5
MDL-68946 tool_task: Make clionly string handling more consistent
2020-06-08 17:11:57 +08:00
cescobedo
db15746c2d
MDL-63580 core_task: Deprecation cron_run_single_task and run_from_cli
...
Also we have move the functions in \tool_task\run_from_cli to \core\task\manager
and we have deprecated that class.
2020-05-11 10:53:23 +02:00
Andrew Nicols
aae4b15631
Merge branch 'MDL-47271-status-api-fixes' of https://github.com/brendanheywood/moodle
2020-04-08 12:37:52 +08:00
Brendan Heywood
59a44a5bad
MDL-47271 tool_task: Added Task API status checks
2020-04-08 14:35:33 +10:00
Tim Hunt
9bf4d19930
MDL-67895 task admin: show defaults when editing a task
...
Also show the task classname, and the component info above the form.
With some refactoring to eliminate duplicated logic.
2020-03-28 18:40:51 +00:00
Toni Barberà Melià
c759ae5d55
MDL-60514 tasks: added new config parameter. changes in cron execution
2018-10-25 08:02:44 +02:00
Zig Tan
de33cd0cab
MDL-61892 admin/tools: Implement null privacy providers
2018-04-20 11:41:20 +08:00
Ruslan Kabalin
d1bb9ea917
MDL-48841 admin: Fix scheduled task reset to defaults finctionality.
...
It is safe to make fields as non-required, because form validation will not
pass through any empty field anyway.
2015-02-11 11:19:27 +00:00
Frederic Massart
18247eb090
MDL-48383 task: Indicate when a task will not run if plugin is disabled
2015-01-22 11:07:52 +08:00
Ankit Agarwal
c241edb5cf
MDL-44393 tasks: Validate cron fields
2015-01-02 10:54:59 +05:30
Petr Škoda
0a5aa65b53
MDL-44733 add support for disabling of scheduled tasks
2014-03-28 10:23:37 +08:00
Damyon Wiese
309ae8921f
MDL-25499: Centralise management of all types of cron tasks
...
Centralise management of all types of cron tasks with registration, scheduling,
parallel task conflicts(blocking) and running once off tasks, all using an
administration screen.
This is a combination of several issues:
MDL-25502: Added "black magic" task allocator for cron
MDL-25503: Add step to cron to run all scheduled tasks
MDL-25504 cron: Refactor to use scheduler
MDL-25505: Add an admin interface to schedule tasks via cron.
MDL-25507: Add support for adhoc tasks.
2014-02-26 12:03:46 +08:00