moodle/reportbuilder
Marina Glancy a800e7e62f MDL-74853 various: add second parameter to htmlentities functions
Default value of the $flag argument changed in PHP 8.1 from ENT_COMPAT to ENT_QUOTES | ENT_SUBSTITUTE
To ensure consistent behavior across different PHP version the second parameter is now required for the functions:
htmlspecialchars(), htmlentities(), htmlspecialchars_decode(), html_entity_decode() and get_html_translation_table()
2022-11-28 16:12:20 +01:00
..
amd MDL-75883 reportbuilder: Don't reload content when filter is deleted 2022-10-07 08:31:58 +02:00
classes MDL-74853 various: add second parameter to htmlentities functions 2022-11-28 16:12:20 +01:00
templates MDL-74140 reportbuilder: debugging panel while editing reports. 2022-09-12 10:36:48 +01:00
tests MDL-75525 reportbuilder: specify initial sorting for datasources 2022-11-07 15:43:45 +01:00
download.php MDL-73835 reportbuilder: ensure same report instance is exported. 2022-02-14 11:51:57 +00:00
edit.php MDL-73495 reportbuilder: Fix generation of dynamic tabs 2022-01-05 13:16:13 +01:00
index.php MDL-70795 reportbuilder: add interface for creating reports. 2021-10-19 13:55:30 +01:00
lib.php MDL-72598 reportbuilder: interface elements for creating schedules. 2021-12-21 08:57:17 +00:00
upgrade.txt MDL-75525 reportbuilder: specify initial sorting for datasources 2022-11-07 15:43:45 +01:00
view.php MDL-72757 reportbuilder: Events for CRUD operations on report models 2022-01-05 09:55:36 +01:00