Moodle Plugins directory: CUL Activity Stream: Versions: 2.0 (Build: 2016011900) | Moodle.org
CUL Activity Stream
Local plugins ::: local_culactivity_stream
Maintained by
Amanda Doughty
Part of set CUL Activity Stream suite.
Local plugin which sends messages when a course activity/resource is added or updated. Part of the CUL Activity Stream suite.
CUL Activity Stream 2.0 (Build: 2016011900)
Moodle 2.8, 2.9, 3.0
Released: බදාදා, 20 ජනවාරි 2016, 4:27 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.
Change Log
2.0 Refactored cron job as a scheduled task
Version information
- Version build number
- 2016011901
- Version release name
- 2.0 (Build: 2016011900)
- Maturity
- Stable version
- MD5 Sum
- 144bd21994c6fce0daa97f9926d7267a
- Supported software
- Moodle 2.8, Moodle 2.9, Moodle 3.0
- The more recent release 3.2.0 (Build: 2017062800) (2017062802) exists for Moodle 2.8
- The more recent release 3.2.0 (Build: 2017062800) (2017062802) exists for Moodle 2.9
- The more recent release 3.0.0 (Build: 2016110400) (2016110400) exists for Moodle 3.0
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
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.