moodle/lib/filestorage
David Mudrak e28fbdba61 MDL-33330 introducing new file_reference_exception
This replaces the previously defined external_file_exception that was
not used anywhere in the code. The new exception will be thrown in
situations where there is some unexpected problem detected with the
records in the {files_reference} table (e.g. unable to find a record
referenced by some file from {file}, invalid reference value etc.)
2012-06-05 13:29:48 +02:00
..
tests MDL-33326 filestorage tests: Coding style fixes 2012-05-30 02:26:57 +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 Merge branch 'wip-MDL-33399-m23' of git://github.com/samhemelryk/moodle 2012-05-29 14:57:05 +08:00
stored_file.php Merge branch 'dev_MDL-33147_transaction' of git://github.com/dongsheng/moodle 2012-05-28 11:04:43 +12:00
zip_archive.php MDL-30973 Files API, check and update DocBlock 2012-02-15 12:48:57 +08:00
zip_packer.php MDL-30973 Files API, check and update DocBlock 2012-02-15 12:48:57 +08:00