Dan Poltawski
56a1ac4d38
MDL-51109 task: more debug info for failed scheduled tasks
2015-09-01 11:00:46 +01:00
Brendan Heywood
be72c3df67
MDL-49740 Lock: Fixed task lock release bugs
2015-04-07 13:09:36 +01:00
Rajesh Taneja
282fdb22ca
MDL-48841 admin: Behat table row should start with first row
2015-02-18 15:34:12 +08:00
Ruslan Kabalin
d7e275f123
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:18:40 +00:00
Frederic Massart
737a5f7fe4
MDL-48383 task: Indicate when a task will not run if plugin is disabled
2015-01-22 11:08:10 +08:00
Dan Poltawski
8b7e92206c
Merge branch 'MDL-44393-28' of git://github.com/ankitagarwal/moodle into MOODLE_28_STABLE
2015-01-06 12:21:04 +00:00
Ankit Agarwal
004ec71505
MDL-44393 tasks: Add unit tests for cron field validations
2015-01-02 11:03:03 +05:30
Ankit Agarwal
045b5235f2
MDL-44393 tasks: Validate cron fields
2015-01-02 11:03:03 +05:30
Andrew Nicols
b1a381ffcf
MDL-48224 cron: Buffer SMTP connections around tasks
2014-12-12 10:39:19 +08:00
Eloy Lafuente (stronk7)
de881693f7
MDL-48021 bump: Bump all versions to planned release
...
This bumps all versions to planned 2.8 release
(2014111000) version and all the dependencies to
current 2.8rc1 (2014110400)
2014-11-04 17:52:35 +01:00
Dan Poltawski
ebf709ded5
MDL-46227 fix typo
2014-07-09 08:22:45 +01:00
Skylar Kelty
79a70e776e
MDL-46227 Fix XSS in scheduled tasks
2014-07-08 13:37:13 +08:00
Eloy Lafuente (stronk7)
538bf99ece
MDL-45486 Bump all versions to planned release
...
This bumps all versions to planned 2.7 release
(2014051200) version and all the dependencies to
current 2.7rc2 (2014050800)
2014-05-09 02:12:28 +02:00
Andrew Nicols
f12f34166d
MDL-45329 admin_task: Allow scheduled task change prevention
...
Some hosting providers have a requirement to prevent users making
modifications to the configuration of scheduled tasks as doing so may have
a negative impact not only on their own site, but also on the performance
of other sites (depending on host configuration). For example, if the
statistics or automated backup tasks were run every minute, this could have
a negative impact for other users).
2014-05-01 11:40:25 +08:00
Petr Škoda
246230715e
MDL-44733 add disabled class rows with disabled scheduled tasks
2014-03-31 15:48:19 +08:00
Petr Škoda
0a5aa65b53
MDL-44733 add support for disabling of scheduled tasks
2014-03-28 10:23:37 +08:00
Petr Škoda
7a82dcec41
MDL-44732 add cli script for execution of scheduled tasks
2014-03-24 09:46:51 +08:00
Petr Škoda
5a1e6e355f
MDL-44639 fix phpdocs in scheduled tasks tool
2014-03-20 17:32:56 +08:00
Petr Škoda
b2ad781349
MDL-44609 add component column to the scheduled task table
2014-03-14 15:48:25 +08:00
Helen Foster
fcca760ae7
MDL-44425 Merge English strings from the en_fix language pack
2014-03-05 13:29:32 +01: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