@@ -169,6 +169,8 @@ $string['testclientinstructions'] = 'This is the interactive test client facilit
$string['executed']='Function call executed';
$string['invaliduserpass']='Invalid web services username / web services password supplied for "%s"';
$string['invalidtoken']='Invalid web services token supplied';
$string['iterationtitle']='%s iteration: %s';
$string['unabletoruntestclient']='Web service test client needs to be run under https in production mode or have $cfg->productionmode = false in your config.php';
'open'=>newexternal_value(PARAM_INTEGER,'Boolean 1/0 open - Users can join the group without approval from group administrators',VALUE_DEFAULT,'0'),
'controlled'=>newexternal_value(PARAM_INTEGER,'Boolean 1/0 controlled - Group administrators can add users to the group without their consent, and members cannot choose to leave',VALUE_DEFAULT,'0'),
'request'=>newexternal_value(PARAM_INTEGER,'Boolean 1/0 request - Users can send membership requests to group administrators',VALUE_DEFAULT,'0'),
'submitpages'=>newexternal_value(PARAM_INTEGER,'Boolean 1/0 submitpages - Members can submit pages to the group',VALUE_DEFAULT),
'public'=>newexternal_value(PARAM_INTEGER,'Boolean 1/0 public group',VALUE_DEFAULT),
'viewnotify'=>newexternal_value(PARAM_INTEGER,'Boolean 1/0 for Shared page notifications',VALUE_DEFAULT),
'usersautoadded'=>newexternal_value(PARAM_INTEGER,'Boolean 1/0 for auto-adding users',VALUE_DEFAULT),
'open'=>newexternal_value(PARAM_BOOL,'Open - Users can join the group without approval from group administrators',VALUE_DEFAULT,'0'),
'controlled'=>newexternal_value(PARAM_BOOL,'Controlled - Group administrators can add users to the group without their consent, and members cannot choose to leave',VALUE_DEFAULT,'0'),
'request'=>newexternal_value(PARAM_BOOL,'Request - Users can send membership requests to group administrators',VALUE_DEFAULT,'0'),
'submitpages'=>newexternal_value(PARAM_BOOL,'Submitpages - Members can submit pages to the group',VALUE_DEFAULT),
'open'=>newexternal_value(PARAM_INTEGER,'Boolean 1/0 open - Users can join the group without approval from group administrators',VALUE_DEFAULT),
'controlled'=>newexternal_value(PARAM_INTEGER,'Boolean 1/0 controlled - Group administrators can add users to the group without their consent, and members cannot choose to leave',VALUE_DEFAULT),
'request'=>newexternal_value(PARAM_INTEGER,'Boolean 1/0 request - Users can send membership requests to group administrators',VALUE_DEFAULT),
'submitpages'=>newexternal_value(PARAM_INTEGER,'Boolean 1/0 submitpages - Members can submit pages to the group',VALUE_DEFAULT),
'public'=>newexternal_value(PARAM_INTEGER,'Boolean 1/0 public group',VALUE_DEFAULT),
'viewnotify'=>newexternal_value(PARAM_INTEGER,'Boolean 1/0 for Shared page notifications',VALUE_DEFAULT),
'usersautoadded'=>newexternal_value(PARAM_INTEGER,'Boolean 1/0 for auto-adding users',VALUE_DEFAULT),
'open'=>newexternal_value(PARAM_BOOL,'Open - Users can join the group without approval from group administrators',VALUE_DEFAULT),
'controlled'=>newexternal_value(PARAM_BOOL,'Controlled - Group administrators can add users to the group without their consent, and members cannot choose to leave',VALUE_DEFAULT),
'request'=>newexternal_value(PARAM_BOOL,'Request - Users can send membership requests to group administrators',VALUE_DEFAULT),
'submitpages'=>newexternal_value(PARAM_BOOL,'Submitpages - Members can submit pages to the group',VALUE_DEFAULT),
'open'=>newexternal_value(PARAM_INTEGER,'Boolean 1/0 open - Users can join the group without approval from group administrators'),
'controlled'=>newexternal_value(PARAM_INTEGER,'Boolean 1/0 controlled - Group administrators can add users to the group without their consent, and members cannot choose to leave'),
'request'=>newexternal_value(PARAM_INTEGER,'Boolean 1/0 request - Users can send membership requests to group administrators'),
'submitpages'=>newexternal_value(PARAM_INTEGER,'Boolean 1/0 submitpages - Members can submit pages to the group'),
'public'=>newexternal_value(PARAM_INTEGER,'Boolean 1/0 public group'),
'viewnotify'=>newexternal_value(PARAM_INTEGER,'Boolean 1/0 for Shared page notifications'),
'usersautoadded'=>newexternal_value(PARAM_INTEGER,'Boolean 1/0 for auto-adding users'),
'open'=>newexternal_value(PARAM_BOOL,'Open - Users can join the group without approval from group administrators'),
'controlled'=>newexternal_value(PARAM_BOOL,'Controlled - Group administrators can add users to the group without their consent, and members cannot choose to leave'),
'request'=>newexternal_value(PARAM_BOOL,'Request - Users can send membership requests to group administrators'),
'submitpages'=>newexternal_value(PARAM_BOOL,'Submitpages - Members can submit pages to the group'),