Moodle Plugins directory: CUL Activity Stream | 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.
Latest release:
16 sites
2 downloads
6 fans
Current versions available: 6
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 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.
Contributors
Amanda Doughty (Lead maintainer)
Please login to view contributors details and/or to contact them
If it does not work now then it will have to by the end of April for our upgrade. It installs on 3 and I will update the compatible versions as soon as I am satisfied with our testing.
PATH attribute does not match file directory: local/culactivity_stream/db
line 1727 of /lib/datalib.php: call to debugging()
line 352 of /lib/xmldb/xmldb_object.php: call to xmldb_debug()
line 248 of /lib/xmldb/xmldb_structure.php: call to xmldb_object->debug()
line 172 of /lib/xmldb/xmldb_file.php: call to xmldb_structure->arr2xmldb_structure()
line 153 of /lib/xmldb/xmldb_file.php: call to xmldb_file->arr2xmldb_structure()
line 347 of /lib/ddl/database_manager.php: call to xmldb_file->loadXMLStructure()
line 368 of /lib/ddl/database_manager.php: call to database_manager->load_xmldb_file()
line 594 of /lib/upgradelib.php: call to database_manager->install_from_xmldb_file()
line 1857 of /lib/upgradelib.php: call to upgrade_plugins()
line 694 of /admin/index.php: call to upgrade_noncore()
message_culactivity_stream appears to install fine, it's just this one that has problems. We'd really like to be able to offer the functionality offered by this plugin to our users under 3.5, so I just wondered if you did plan to officially support 3.5 at some point?
Many thanks again.