-
Sub-task
-
Resolution: Fixed
-
Blocker
-
2.5
-
MOODLE_25_STABLE
-
MOODLE_25_STABLE
-
To replicate these warnings, follow the instructions of the linked QA test.
The warnings in Box.net are...
Did you remember to call setType() for 'plugin_newfolder'? Defaulting to PARAM_RAW cleaning.
|
|
line 1289 of /lib/formslib.php: call to debugging()
|
line 281 of /lib/formslib.php: call to moodleform->detectMissingSetType()
|
line 202 of /lib/formslib.php: call to moodleform->_process_submission()
|
line 301 of /lib/portfolio/exporter.php: call to moodleform->moodleform()
|
line 227 of /lib/portfolio/exporter.php: call to portfolio_exporter->process_stage_config()
|
line 265 of /portfolio/add.php: call to portfolio_exporter->process_stage()
|
This relates to the form elements in...
portfolio/boxnet/lib.php, line 96 |
$mform->addElement('text', 'plugin_newfolder', get_string('newfolder', 'portfolio_boxnet'));
|
The warnings in Flickr are...
Did you remember to call setType() for 'plugin_title'? Defaulting to PARAM_RAW cleaning.
|
line 1289 of /lib/formslib.php: call to debugging()
|
line 281 of /lib/formslib.php: call to moodleform->detectMissingSetType()
|
line 202 of /lib/formslib.php: call to moodleform->_process_submission()
|
line 301 of /lib/portfolio/exporter.php: call to moodleform->moodleform()
|
line 227 of /lib/portfolio/exporter.php: call to portfolio_exporter->process_stage_config()
|
line 265 of /portfolio/add.php: call to portfolio_exporter->process_stage()
|
|
Did you remember to call setType() for 'plugin_tags'? Defaulting to PARAM_RAW cleaning.
|
line 1289 of /lib/formslib.php: call to debugging()
|
line 281 of /lib/formslib.php: call to moodleform->detectMissingSetType()
|
line 202 of /lib/formslib.php: call to moodleform->_process_submission()
|
line 301 of /lib/portfolio/exporter.php: call to moodleform->moodleform()
|
line 227 of /lib/portfolio/exporter.php: call to portfolio_exporter->process_stage_config()
|
line 265 of /portfolio/add.php: call to portfolio_exporter->process_stage()
|
This relates to the form elements in...
porfolio/flickr/lib.php, lines 160-162 |
$mform->addElement('text', 'plugin_title', get_string('title', 'portfolio_flickr'));
|
$mform->addElement('textarea', 'plugin_description', get_string('description'));
|
$mform->addElement('text', 'plugin_tags', get_string('tags'));
|
- blocks
-
MDLQA-5396 CLONE - A student can choose from a number of portfolios to export data to
- Passed