mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
![]() - do not die with fatal error if source file in moodle internal repository is missing; - moved code duplication for moodle repositories into class repository (functions send_file, get_reference_details, get_file_by_reference, get_file_reference); - update file status after repository::sync_external_file so we know that it is missing (or not missing anymore). Do not run this function more than once for file within one request; - display readable name for Private Files and Server files with the new format; - display broken icon in filemanager if we know that source is missing, display information (for admin) where it was located before: see repository::get_reference_details() and extending classes; - removed unnecessary queries in stored_file::sync_external_file(); - syncronize files before displaying it's size in mod_resource, do not query directly |
||
---|---|---|
.. | ||
file_browser.php | ||
file_info.php | ||
file_info_context_course.php | ||
file_info_context_coursecat.php | ||
file_info_context_module.php | ||
file_info_context_system.php | ||
file_info_context_user.php | ||
file_info_stored.php | ||
virtual_root_file.php |