moodle/lib/classes/task
Shamim Rezaie da3c76158e MDL-62251 task: Fix file_temp_cleanup_task::execute() bug in Windows
$CFG->tempdir might contain both / and \ in Windows. Therefore, we need to
call realpatch() to be able to compare that with another patch.
2018-05-10 18:39:49 +10:00
..
adhoc_task.php
analytics_cleanup_task.php
automated_backup_task.php
backup_cleanup_task.php
badges_cron_task.php
blog_cron_task.php
build_installed_themes_task.php
cache_cleanup_task.php
cache_cron_task.php
calendar_cron_task.php
check_for_updates_task.php
complete_plans_task.php
completion_daily_task.php
completion_regular_task.php
context_cleanup_task.php
create_contexts_task.php
delete_incomplete_users_task.php
delete_unconfirmed_users_task.php
events_cron_task.php
file_temp_cleanup_task.php MDL-62251 task: Fix file_temp_cleanup_task::execute() bug in Windows 2018-05-10 18:39:49 +10:00
file_trash_cleanup_task.php
grade_cron_task.php
legacy_plugin_cron_task.php
manager.php
messaging_cleanup_task.php MDL-36941 core: convert existing api to use new table structure 2018-03-23 12:30:27 +08:00
password_reset_cleanup_task.php
plagiarism_cron_task.php
portfolio_cron_task.php
question_cron_task.php
refresh_mod_calendar_events_task.php
registration_cron_task.php
scheduled_task.php
search_index_task.php
search_optimize_task.php
send_failed_login_notifications_task.php
send_new_user_passwords_task.php
session_cleanup_task.php
stats_cron_task.php
sync_plans_from_template_cohorts_task.php
tag_cron_task.php
task_base.php