mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 20:42:22 +02:00
Merge branch 'MDL-55251_m32v1' of https://github.com/sbourget/moodle
This commit is contained in:
commit
db044a0997
@ -103,4 +103,12 @@ $capabilities = array(
|
||||
),
|
||||
),
|
||||
|
||||
'mod/chat:view' => array(
|
||||
'captype' => 'read',
|
||||
'contextlevel' => CONTEXT_MODULE,
|
||||
'archetypes' => array(
|
||||
'user' => CAP_ALLOW,
|
||||
'guest' => CAP_ALLOW
|
||||
)
|
||||
)
|
||||
);
|
||||
|
@ -62,6 +62,7 @@ $string['chat:readlog'] = 'View chat logs';
|
||||
$string['chatreport'] = 'Chat sessions';
|
||||
$string['chat:talk'] = 'Talk in a chat';
|
||||
$string['chattime'] = 'Next chat time';
|
||||
$string['chat:view'] = 'View chat activity';
|
||||
$string['entermessage'] = "Enter your message";
|
||||
$string['eventmessagesent'] = 'Message sent';
|
||||
$string['eventsessionsviewed'] = 'Sessions viewed';
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->version = 2016052300; // The current module version (Date: YYYYMMDDXX).
|
||||
$plugin->version = 2016071500; // The current module version (Date: YYYYMMDDXX).
|
||||
$plugin->requires = 2016051900; // Requires this Moodle version.
|
||||
$plugin->component = 'mod_chat'; // Full name of the plugin (used for diagnostics).
|
||||
$plugin->cron = 300;
|
||||
|
Loading…
x
Reference in New Issue
Block a user