mirror of
https://github.com/moodle/moodle.git
synced 2025-01-31 20:53:53 +01:00
b8de262139
- file_info class now has new methods get_non_empty_children and count_non_empty_children; added default implementation; - all core classes extending file_info have their implementation of those methods; - class repository_local_file used for caching get_children() results is removed; - class repository_local rewritten to use new methods from file_info; - added caching of retrieved modules in file_browser::get_file_info_context_module() - this query is slow and executed multiple times on big servers
Repository API ============== This directory contains all the interfaces and plugins for access to repositories. Specs: http://docs.moodle.org/dev/Repository_API Track: http://tracker.moodle.org/browse/MDL-13766