moodle/lib/filestorage
sam marshall a938e4096c MDL-60174 core_dml: fix miscellaneous incorrect recordset usage
The new recordset support for Postgres requires transactions and
will cause errors if recordsets are not closed correctly. This
commit fixes problems that were identified during unit tests, and
via some basic code analysis, across all core code. Most of these
are incorrect usage of recordset (forgetting to close them).
2017-11-27 11:10:33 +00:00
..
tests MDL-60611 phpunit: remove deprecated stuff and other minor fixes 2017-11-05 01:45:04 +01:00
file_archive.php
file_exceptions.php MDL-44315 phpdoc: fixed up typos and made up tags 2014-02-24 09:13:31 +13:00
file_packer.php MDL-24343 core: Deprecate unzip_file 2016-08-03 09:05:55 +08:00
file_progress.php
file_storage.php MDL-60174 core_dml: fix miscellaneous incorrect recordset usage 2017-11-27 11:10:33 +00:00
file_system.php Merge branch 'MDL-60001_gzopen' of https://github.com/mrmark/moodle 2017-10-19 13:00:13 +08:00
file_system_filedir.php MDL-59961 core_files: make content hash validation reusable 2017-08-28 11:15:12 -07:00
mbz_packer.php MDL-24343 core: Deprecate unzip_file 2016-08-03 09:05:55 +08:00
stored_file.php MDL-59960 core_files: prevent mimetype update on every file update 2017-08-28 11:36:15 -07:00
tgz_extractor.php MDL-43794 Files API Set the mtime of files to extraction time. 2014-01-22 11:06:39 -05:00
tgz_packer.php MDL-24343 core: Deprecate unzip_file 2016-08-03 09:05:55 +08:00
zip_archive.php MDL-59005 resource: fixed zip extraction for filenames in CP-1251/CP-866 2017-06-19 08:50:23 +08:00
zip_packer.php MDL-24343 core: Deprecate unzip_file 2016-08-03 09:05:55 +08:00