mirror of
https://github.com/moodle/moodle.git
synced 2025-03-15 05:00:06 +01:00
There are checks to urls that attempt to limit recurrsion when parse_file is called. This is problematic for css import urls that can call an indefinite amount of nested import urls. An import limit has been introduced to address this. Fragments have also been removed.
Repository API ============== This directory contains all the interfaces and plugins for access to repositories. Specs: https://moodledev.io/docs/apis/plugintypes/repository Track: http://tracker.moodle.org/browse/MDL-13766