MDL-45445 events: documented the additional validation

This commit is contained in:
Mark Nelson 2014-05-06 22:53:54 -07:00
parent d0c65a411f
commit c446f41a85
2 changed files with 31 additions and 2 deletions

View File

@ -10,8 +10,32 @@ Events and Logging:
* Significant changes in Logging API. For upgrading existing events_trigger() and
add_to_log() see http://docs.moodle.org/dev/Migrating_logging_calls_in_plugins
For accessing logs from plugins see http://docs.moodle.org/dev/Migrating_log_access_in_reports
* The validation of the following events is now stricter:
- \core\event\course_section_updated
* The validation of the following events is now stricter (see MDL-45445):
- \core\event\blog_entry_created
- \core\event\blog_entry_deleted
- \core\event\blog_entry_updated
- \core\event\cohort_member_added
- \core\event\cohort_member_removed
- \core\event\course_category_deleted
- \core\event\course_completed
- \core\event\course_content_deleted
- \core\event\course_created
- \core\event\course_deleted
- \core\event\course_restored
- \core\event\course_section_updated (see MDL-45229)
- \core\event\email_failed
- \core\event\group_member_added
- \core\event\group_member_removed
- \core\event\note_created
- \core\event\note_deleted
- \core\event\note_updated
- \core\event\role_assigned
- \core\event\role_deleted
- \core\event\role_unassigned
- \core\event\user_graded
- \core\event\user_loggedinas
- \core\event\user_profile_viewed
- \core\event\webservice_token_created
DEPRECATIONS:
* $module uses in mod/xxx/version.php files is now deprecated. Please use $plugin instead. It will be removed in Moodle 2.10.

5
mod/feedback/upgrade.txt Normal file
View File

@ -0,0 +1,5 @@
=== 2.7 ===
* The validation of the following events is now stricter (see MDL-45445):
- \mod_feedback\event\response_deleted
- \mod_feedback\event\response_submitted