-
Bug
-
Resolution: Fixed
-
Minor
-
4.4
Pre-existing problems relating to calls to format_text(...) in both forum/glossary modules when exporting RSS feeds - they are now producing debugging, probably because of the tightening of the method API in MDL-80072 (which is a good thing)
Forum
[Wed Apr 17 10:35:25.450536 2024] [php:notice] [pid 37] [client 172.23.0.1:40742] Debugging: Passing a courseid to format_text() is deprecated, please pass a context instead. in
|
* line 1383 of /lib/weblib.php: call to debugging()
|
* line 390 of /mod/forum/rsslib.php: call to format_text()
|
* line 81 of /mod/forum/rsslib.php: call to forum_rss_feed_contents()
|
* line 161 of /rss/file.php: call to forum_rss_get_feed()
|
, referer: http://localhost:8000/mod/forum/view.php?id=1&forceview=1
|
Glossary
[Wed Apr 17 10:45:57.911862 2024] [php:notice] [pid 36] [client 172.23.0.1:49566] Debugging: Passing a courseid to format_text() is deprecated, please pass a context instead. in
|
* line 1383 of /lib/weblib.php: call to debugging()
|
* line 100 of /mod/glossary/rsslib.php: call to format_text()
|
* line 161 of /rss/file.php: call to glossary_rss_get_feed()
|
, referer: http://localhost:8000/mod/glossary/view.php?id=2&mode=entry&hook=1
|
[Wed Apr 17 10:45:57.911891 2024] [php:notice] [pid 36] [client 172.23.0.1:49566] Debugging: The following options are not valid: trusttext in
|
* line 1428 of /lib/weblib.php: call to debugging()
|
* line 100 of /mod/glossary/rsslib.php: call to format_text()
|
* line 161 of /rss/file.php: call to glossary_rss_get_feed()
|
, referer: http://localhost:8000/mod/glossary/view.php?id=2&mode=entry&hook=1
|
- is a regression caused by
-
MDL-80072 Move format_* methods into new \core\formatting class and prep for new WS
- Closed