-
Bug
-
Resolution: Fixed
-
Minor
-
2.4.4, 2.5
-
MOODLE_24_STABLE, MOODLE_25_STABLE
-
MOODLE_24_STABLE
-
MDL-40519_master -
Bulk Messaging:
- Login in as admin
- Go to your user profile and disable the html editor in profile settings
- Go to a course with some users enrolled
- Go to the participants list
- Select some users
- In "With selected users..." choose 'send a message'
choose_from_menu() has been deprecated. Please change your code to use html_writer::select().
line 2333 of /lib/deprecatedlib.php: call to debugging()
line 25 of /user/message.html: call to choose_from_menu()
line 177 of /user/messageselect.php: call to require()
line 48 of /user/action_redir.php: call to require_once()
Feedback activity:
- Login as admin
- Change your profile setting "When editing text" to "Use standard web forms"
- Add a feedback activity to a course page with users enrolled
- Set the 'Record user names' setting to 'USers names will be logged and shown with answers'
- Go to the feedback activity
# Click on Show non-respondents - Under 'send message' there is a debugging notice
choose_from_menu() has been deprecated. Please change your code to use html_writer::select().
|
line 2333 of /lib/deprecatedlib.php: call to debugging()
|
line 288 of /mod/feedback/show_nonrespondents.php: call to choose_from_menu()
|
(It looks like this should be using a standard element here!)
- has a non-specific relationship to
-
MDL-29973 List of users to be sent a message via participant list not being cleared upon re-use
-
- Closed
-
-
MDL-35798 Send message to participants screen is missing blocks
-
- Closed
-
-
MDL-38174 Bulk messages removes newlines
-
- Closed
-
-
MDL-31020 Use MoodleForm for the Participants -> Message Course Users
-
- Closed
-
- Testing discovered
-
MDL-40516 Do final deprecation for Moodle 2.0 deprecations
-
- Closed
-
- will help resolve
-
MDL-36891 Course message sending performance is poor and doesn't use forms lib
-
- Closed
-