moodle/mod/assign/feedback/offline
Juan Leyva 30cdddb017 MDL-55129 mod_assign: Allow plugins to handle configs for external
Until now in the get_assignments WS all the settings for assignment
plugins (submission and feedback) are returned, this was bad because:

- It was returning settings for plugins that may not be enabled
- It was returning settings that would be a security risk (a third
party plugin including a password or credentials for connecting a
remote site)
- Some values was returned "raw" without further processing, for
example, maxsubmissionsizebytes returned 0 when using the plugin
default value instead a valid size
- Assignment plugins implemented an API for communication with the
external API, see for example: get_external_parameters, it didn’t make
sense had an API for the received parameters and not the returned data.
2016-10-04 20:28:38 +01:00
..
db
lang/en
importgradesform.php MDL-54061 mod_assign: Added encoding and separator to upload form. 2016-05-18 15:50:33 +08:00
importgradeslib.php MDL-54061 mod_assign: Added encoding and separator to upload form. 2016-05-18 15:50:33 +08:00
locallib.php MDL-55129 mod_assign: Allow plugins to handle configs for external 2016-10-04 20:28:38 +01:00
settings.php
uploadgradesform.php MDL-54061 mod_assign: Added encoding and separator to upload form. 2016-05-18 15:50:33 +08:00
version.php MDL-54638 versions: bump all versions and requires near release 2016-05-19 02:16:15 +02:00