mwithheld
mwithheld
This still happens with the latest Moosh version 0.3. Here's more detail on the error: ``` /var/www/html# moosh -n question-import ./blocks/integrityadvocate/tests/fixtures/questions.xml 1 !!! Exception - Class 'Moosh\Command\Moodle26\Question\question_edit_contexts' not found !!!...
category-delete: Something like from course/management.php line ~254: ``` protected function delete_category($category) { global $CFG; require_once $CFG->libdir . '/coursecatlib.php'; $deletedcourses = $category->delete_full(true); $returnThis = array(); foreach ($deletedcourses as $course) { echo...
This is still broken in version 0.26 moosh course-unenrol --verbose 19196 58808 58122 Moodle version detected: 34 Relative Moodle dir: Processing command option 'help'' Command: unenrol (course) Options: help ():...
For testing: *valid* email addresses like these contain XSS, but should both be accepted and should not break the UI: - "alert(1)"@example.com - "alert(1)"[email protected] - bloo."_x(fakething)"@example.com
This is ready for Bitnami team review and feedback. Thanks!
Fixed in commit 847dc4956017a5204179effd56f009ff04c9b3e4
``` # Initialize Moodle database for manual testing ./bin/moodle-docker-compose.ps1 exec webserver php admin/cli/install_database.php --agree-license --fullname="Docker moodle" --shortname="docker_moodle" --adminuser=admin --adminpass="test" --adminemail="[email protected]" # Install moosh, setup MooshCourse1, add mooshteacher and mooshstudent, and...
Happy to help - I just happen to have a convergence of personal projects: (a) get Docker going on a semi-locked down Win10 box instead of under a Linux VM;...
Hi @stronk7 I fixed issues, cleaned up the scripts and tested - seems to work.
We typically work on a least-privileges basis, so my user was not owner or superuser, so could not drop the schema, but could drop and add tables. I went with...