Merge branch 'MDL-50613-28' of git://github.com/jleyva/moodle into MOODLE_28_STABLE
This commit is contained in:
@@ -27,7 +27,6 @@
|
||||
$capabilities = array(
|
||||
|
||||
'webservice/amf:use' => array(
|
||||
'riskbitmask' => RISK_CONFIG | RISK_DATALOSS | RISK_SPAM | RISK_PERSONAL | RISK_XSS,
|
||||
'captype' => 'read', // in fact this may be considered read and write at the same time
|
||||
'contextlevel' => CONTEXT_COURSE, // the context level should be probably CONTEXT_MODULE
|
||||
'archetypes' => array(
|
||||
|
||||
@@ -25,6 +25,6 @@
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->version = 2014111000; // The current plugin version (Date: YYYYMMDDXX)
|
||||
$plugin->version = 2014111001; // The current plugin version (Date: YYYYMMDDXX)
|
||||
$plugin->requires = 2014110400; // Requires this Moodle version
|
||||
$plugin->component = 'webservice_amf'; // Full name of the plugin (used for diagnostics)
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
$capabilities = array(
|
||||
|
||||
'webservice/rest:use' => array(
|
||||
'riskbitmask' => RISK_CONFIG | RISK_DATALOSS | RISK_SPAM | RISK_PERSONAL | RISK_XSS,
|
||||
'captype' => 'read', // in fact this may be considered read and write at the same time
|
||||
'contextlevel' => CONTEXT_COURSE, // the context level should be probably CONTEXT_MODULE
|
||||
'archetypes' => array(
|
||||
|
||||
@@ -25,6 +25,6 @@
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->version = 2014111000; // The current plugin version (Date: YYYYMMDDXX)
|
||||
$plugin->version = 2014111001; // The current plugin version (Date: YYYYMMDDXX)
|
||||
$plugin->requires = 2014110400; // Requires this Moodle version
|
||||
$plugin->component = 'webservice_rest'; // Full name of the plugin (used for diagnostics)
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
$capabilities = array(
|
||||
|
||||
'webservice/soap:use' => array(
|
||||
'riskbitmask' => RISK_CONFIG | RISK_DATALOSS | RISK_SPAM | RISK_PERSONAL | RISK_XSS,
|
||||
'captype' => 'read', // in fact this may be considered read and write at the same time
|
||||
'contextlevel' => CONTEXT_COURSE, // the context level should be probably CONTEXT_MODULE
|
||||
'archetypes' => array(
|
||||
|
||||
@@ -25,6 +25,6 @@
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->version = 2014111000; // The current plugin version (Date: YYYYMMDDXX)
|
||||
$plugin->version = 2014111001; // The current plugin version (Date: YYYYMMDDXX)
|
||||
$plugin->requires = 2014110400; // Requires this Moodle version
|
||||
$plugin->component = 'webservice_soap'; // Full name of the plugin (used for diagnostics)
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
$capabilities = array(
|
||||
|
||||
'webservice/xmlrpc:use' => array(
|
||||
'riskbitmask' => RISK_CONFIG | RISK_DATALOSS | RISK_SPAM | RISK_PERSONAL | RISK_XSS,
|
||||
'captype' => 'read', // in fact this may be considered read and write at the same time
|
||||
'contextlevel' => CONTEXT_COURSE, // the context level should be probably CONTEXT_MODULE
|
||||
'archetypes' => array(
|
||||
|
||||
@@ -25,6 +25,6 @@
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->version = 2014111000; // The current plugin version (Date: YYYYMMDDXX)
|
||||
$plugin->version = 2014111001; // The current plugin version (Date: YYYYMMDDXX)
|
||||
$plugin->requires = 2014110400; // Requires this Moodle version
|
||||
$plugin->component = 'webservice_xmlrpc'; // Full name of the plugin (used for diagnostics)
|
||||
|
||||
Reference in New Issue
Block a user