moodle/lib/filebrowser
Marina Glancy 07d4777816 MDL-33741 file_info: show courses in hidden categories
This also has a couple of bugfixes:
- file_info_context_system::get_children() was looking for courses with parent=0, it is impossible, block removed;
- file_info_context_coursecat::get_area_coursecat_description() was checking the wrong capability to view files in description
2016-08-01 09:12:36 +08:00
..
file_browser.php
file_info.php MDL-40438 migrate all collatorlib:: and textlib:: uses 2013-08-06 21:04:35 +02:00
file_info_context_course.php MDL-42068 Filepicker course listing use setting courselistshortname to show shortname and fullname 2013-10-04 13:09:10 -04:00
file_info_context_coursecat.php MDL-33741 file_info: show courses in hidden categories 2016-08-01 09:12:36 +08:00
file_info_context_module.php MDL-40462 libraries: deprecated get_course_context() 2013-07-11 13:28:45 +08:00
file_info_context_system.php MDL-33741 file_info: show courses in hidden categories 2016-08-01 09:12:36 +08:00
file_info_context_user.php
file_info_stored.php MDL-40438 migrate all collatorlib:: and textlib:: uses 2013-08-06 21:04:35 +02:00
virtual_root_file.php