Moodle Plugins directory: CUL Activity Stream: Versions: 1.0 (Build: 2014081400) | Moodle.org
CUL Activity Stream
CUL Activity Stream 1.0 (Build: 2014081400)
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 cron job then runs every 5 mins 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.
Documentation
Documentation will be provided at the page at Moodle wiki if the local plugin makes it into the Moodle plugins directory.
Version information
- Version build number
- 2014081400
- Version release name
- 1.0 (Build: 2014081400)
- Maturity
- Stable version
- MD5 Sum
- 35a588bb333ca88a4172434cbd1d0531
- Supported software
- Moodle 2.6, Moodle 2.7, Moodle 2.8
- Latest release for Moodle 2.6
- Latest release for Moodle 2.7
- The more recent release 3.2.0 (Build: 2017062800) (2017062802) exists for Moodle 2.8
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
- VCS branch
- master
Default installation instructions for plugins of the type Local plugins
- Make sure you have all the required versions.
- Download and unpack the module.
- Place the folder in the "local" subdirectory.
- Visit http://yoursite.com/admin to finish the installation.