CUL Activity Stream

Local plugins ::: local_culactivity_stream
Maintained by Amanda Doughty
Local plugin which sends messages when a course activity/resource is added or updated. Part of the CUL Activity Stream suite.

CUL Activity Stream 4.0.0 (Build: 2022062500)

Moodle 3.8, 3.9, 3.10, 3.11, 4.0, 4.1
Released: 토요일, 25 6월 2022, 11:51 PM

Activity stream local plugin

This plugin catches course content creation and update events (\core\event\course_module_created, \core\event\course_module_updated) and sends new messages about the events. It does this by queueing a master message for each event in table {message_culactivity_stream_q} in real time. A scheduled task and loops through unsent messages in the queue. It sends individual messages to users and updates the status of the queued master message.

It checks first if the update is currently visible to the user and does not send a message if it is not.

Maintainer

The local plugin has been written and is currently maintained by Amanda Doughty.

Version information

Version build number
2022062500
Version release name
4.0.0 (Build: 2022062500)
Maturity
안정 버전
MD5 Sum
0528f78c76ba97c73dd523e4919f0427
Supported software
Moodle 3.8, Moodle 3.9, Moodle 3.10, Moodle 3.11, Moodle 4.0, Moodle 4.1
  • Latest release for Moodle 3.8
  • Latest release for Moodle 3.9
  • Latest release for Moodle 3.10
  • Latest release for Moodle 3.11
  • Latest release for Moodle 4.0
  • Latest release for Moodle 4.1

Version control information

Version control system (VCS)
GIT
VCS repository URL
VCS tag
4.0.0

Default installation instructions for plugins of the type Local plugins

  1. Make sure you have all the required versions.
  2. Download and unpack the module.
  3. Place the folder in the "local" subdirectory.
  4. Visit http://yoursite.com/admin to finish the installation.