moodle/lib/filestorage
Marina Glancy 9001c7242e MDL-34290 repository API: add repository function to import referenced file
it must be independed from sync_external_file because sync often does not actually download contents, it is used just to retrieve
the size of the file. Besides the timeouts for get_file and sync requests are very different.

Also add option to send_stored_file() to ignore reference and send cached contents
2012-08-29 13:12:03 +08:00
..
tests MDL-33453 Make it clear what search_references() and search_references_count() are good for 2012-06-26 16:28:30 +02:00
file_archive.php MDL-31301 use static textlib methods 2012-03-03 11:46:13 +01:00
file_exceptions.php MDL-33330 introducing new file_reference_exception 2012-06-05 13:29:48 +02:00
file_packer.php MDL-30973 Files API, check and update DocBlock 2012-02-15 12:48:57 +08:00
file_storage.php MDL-34290 repository API: add repository function to import referenced file 2012-08-29 13:12:03 +08:00
stored_file.php MDL-34290 repository API: add repository function to import referenced file 2012-08-29 13:12:03 +08:00
zip_archive.php MDL-30973 Files API, check and update DocBlock 2012-02-15 12:48:57 +08:00
zip_packer.php MDL-33733 fix broken zip_packer->extract_to_storage() when extracting from stored_file 2012-06-25 01:32:50 +02:00