marxjohnson / moodle-block_quickfindlist

Moodle block providing a quick method of searching users
http://moodle.org/mod/data/view.php?d=13&rid=2200
6 stars 15 forks source link

Quickfindlist updates for 4.x #30

Open emmarichardson opened 1 month ago

emmarichardson commented 1 month ago

On a 4.4 site, getting the following errors: pix_url is deprecated. Use image_url for images and pix_icon for icons. line 1949 of /lib/outputlib.php: call to debugging() line 126 of /blocks/quickfindlist/block_quickfindlist.php: call to theme_config->pix_url() line 337 of /blocks/moodleblock.class.php: call to block_quickfindlist->get_content()

Renaming pix_url to image_url in the block_quickfindlist.php file gets rid of that error.

When clicking on the block settings, it now throws the following errors (not exactly sure when this started) : Coding error detected, it must be fixed by a programmer: Property config does not exist Error code: codingerror

Also, for accessibility purposes, the block throws an accessibility error with accessibility checkers - it is needing an aria label for the text input box.

Thanks for looking at this. Happy to help test.

emmarichardson commented 1 month ago

Oh, pix_url error has been around for several versions. Also not sure when that started.