moodle/mod/lti/service
Eloy Lafuente (stronk7) 3bb4a4009c MDL-73764 tool_xmldb: Regenerate all the files detected by the report
Note that, instead of going one by one to them from the XMLDB Editor
(load, makes some tiny change, save, revert the change, save), the
report includes a commented line that, once uncommented, does regenerate
the file while reporting.

I've left it there as a commodity for the developer.
2022-02-08 19:25:03 +01:00
..
basicoutcomes MDL-67301 mod_lti: dynamic registration 2020-10-24 09:27:55 -04:00
gradebookservices MDL-73764 tool_xmldb: Regenerate all the files detected by the report 2022-02-08 19:25:03 +01:00
memberships MDL-73348 phpunit: normalize all privacy provider tests 2021-12-17 14:21:02 +01:00
profile MDL-69475 versions: bump all versions and requires in master 2020-08-18 00:47:15 +02:00
toolproxy MDL-69475 versions: bump all versions and requires in master 2020-08-18 00:47:15 +02:00
toolsettings MDL-67301 mod_lti: dynamic registration 2020-10-24 09:27:55 -04:00
readme.txt

// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Moodle.  If not, see <http://www.gnu.org/licenses/>.

/**
 * This file contains all necessary code to initiate a tool registration process
 *
 * @package    mod_lti
 * @copyright  2014 Vital Source Technologies http://vitalsource.com
 * @author     Stephen Vickers
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
 */

LTI Service plugins directory
==============================
This directory contains LTI service plugins which are discoverable from the Tool
Consumer Profile.