mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
4399e4759a
This feature adds an admin tool for creating custom licenses. Now custom licenses can be added and amended in Moodle, and the site default can be set to a custom license. Core licenses remain hard-coded and are uneditable, so they will always require update within Moodle core updates, and maintain their internationalisation through core language strings. This also includes fundamental changes to the license API including the addition of license caching and deprecation of no longer required admin settings for license management.
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