Closed djplaner closed 8 years ago
https://docs.moodle.org/dev/Migrating_logging_calls_in_plugins Offers migration details
Starting with replacing view - includes adding a folder Did view index
Now starting on bim defined versions.
Need to choose a verb/name for events from this list https://docs.moodle.org/dev/Event_2#Verb_list
Naming convention - https://docs.moodle.org/dev/Event_2#Events_naming_convention
now doing lib/bim_rss.php
Invalid URL no retrieve no feed links wrong url heading timeout
Removed these as it doesn't appear to fit with the intent of the Event stuff.
Coordinator
allocate_markers.php - seem these take a parameter indicate which event
manage_marking.php
manage_questions.php
Now the marker events
generateOPML.php
view.php
students_viewed * change * \ DONE **
posts_updated \ DONE **
posts_error??? * REMOVED *
studentList viewed * DONE *
marking started marking_started \ DONE **
marking updated marking_assessed * DONE *
registration viewed * DONE **
registration updated * ALREADY DONE *
From a Moodle 2.8 debugging message
dd_to_log() has been deprecated, please rewrite your code to the new events API