-
Task
-
Resolution: Fixed
-
Minor
-
2.7.3, 2.8.1
-
MOODLE_27_STABLE, MOODLE_28_STABLE
-
MOODLE_29_STABLE
-
MDL-42166-master -
-
BACKEND Sprint 19
-
Medium
In MDL-42016 the repositories API for synchronising external references was simplified.
Remove completely:
stored_file::set_filesize()
stored_file::replace_content_with()
repository::reset_caches()
repository::sync_external_file()
In repository::__call() remove code related to functions:
sync_individual_file()
get_file_by_reference()
get_reference_file_lifetime()
probably there will be nothing left in __call() at all so it can be deleted.
In repository::sync_reference() remove all code starting from comment "Backward compatibility (Moodle 2.3-2.5)". Replace it with "return false;"
- has a non-specific relationship to
-
MDL-42016 Simplify repository API to sync files
- Closed