Eloy Lafuente (stronk7)
dabc69afe5
Merge branch 'MDL-65191-master' of git://github.com/lameze/moodle
2019-04-09 00:46:47 +02:00
Simey Lameze
2b40d66b65
MDL-65191 core_badges: add badges_message_task task
2019-04-04 09:36:20 +08:00
Simey Lameze
9c164d26fc
MDL-65050 core: add question_stats_cleanup_task scheduled task
...
This commit also removes orphaned question/engine/statisticslib.php
2019-04-01 12:57:05 +08:00
Simey Lameze
5a01c2409a
MDL-65050 core: rename task to question_preview_cleanup_task
2019-04-01 12:57:01 +08:00
Simey Lameze
5acef15175
MDL-65044 core: add task for grade history cleanup
2019-03-27 11:17:36 +08:00
Andrew Nicols
4b71596fc9
MDL-49399 task: Add task logging API
2019-01-16 12:14:25 +08:00
Adrian Greeve
b41e1d7c55
MDL-55188 events: Final deprecation of part of events 1 API.
2018-07-30 09:25:06 +08:00
David Monllao
e08c74f5bc
MDL-59630 analytics: Unit tests fixes
2017-10-05 17:38:17 +02:00
David Monllao
f9222c4953
MDL-59630 analytics: New clean up task
2017-10-03 10:34:43 +02:00
Damyon Wiese
9c2baf096b
MDL-58220 unittests: Fix randomly failing unit test
...
The scheduled task unit tests does not handle 'R' fields properly. We don't need it here.
2017-04-03 13:43:26 +08:00
Damyon Wiese
d247a63dfa
MDL-58128 oauth2: Add a scheduled task for refresh
...
We need to make sure our refresh tokens do not expire. We run a scheduled
task to update the refresh token once per hour.
Part of MDL-58220
2017-04-03 13:40:13 +08:00
Andrew Nicols
34df779a95
MDL-55528 core_files: Create new fileconverter plugintype
2017-03-10 09:31:14 +08:00
Adrian Greeve
4ae0691169
MDL-22183 lib: Time settings removed for stats cron.
...
Old settings that should be ignored have been removed from the
statistics cron code.
2016-08-18 10:13:31 +08:00
Frederic Massart
42a7899f0d
MDL-53700 competency: Migrate tasks to core
2016-04-18 11:05:58 +08:00
Eric Merrill
bf2235bb11
MDL-53325 search: Optimize Solr less often
2016-03-06 13:46:54 -05:00
David Monllao
eddea91dfd
MDL-31989 task: Global search indexing task
2016-02-23 10:47:31 +00:00
Marina Glancy
c026a28d59
MDL-50851 core_tag: introduce tag collections
2016-01-10 15:25:43 +08:00
Dan Poltawski
160ccd3d09
MDL-50287 completion: Rename tasks to remove the word 'cron'
2015-08-27 14:58:04 +01:00
Josh Willcock
51e488eaf3
MDL-50287 completion: Separated slow task out from cron
...
The mark started function for the completions scheduled task can be very
slow and causes performance issues when running. By splitting this into
it's own task it can be managed independantly from the other parts which
update regularly.
2015-08-27 14:40:04 +01:00
Andrew Davis
f47e4eb4a0
MDL-49070 core_registration: improved site registration scheduled task
2015-03-20 14:22:39 +08:00
Simey Lameze
77df1778f2
MDL-48807 core_task: change create_contexts_task to daily frequency
2015-02-23 14:33:39 +08:00
Petr Škoda
7eaca5a810
MDL-37658 add new logging API with basic implemenation
2014-02-28 14:52:24 +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