moodle/reportbuilder/classes
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
..
event MDL-72757 reportbuilder: Events for CRUD operations on report models 2022-01-05 09:55:36 +01:00
external Merge branch 'MDL-75931' of https://github.com/paulholden/moodle 2022-10-21 09:07:58 +03:00
form MDL-74599 reportbuilder: use context of current report when present. 2022-05-19 16:24:56 +01:00
local Merge branch 'MDL-75349' of https://github.com/paulholden/moodle 2022-11-04 12:06:36 +03:00
output MDL-72058 reportbuilder: replace custom dataformat export format. 2022-10-03 09:16:06 +01:00
privacy MDL-72756 reportbuilder: Implement privacy provider 2022-01-27 12:04:03 +00:00
reportbuilder/audience MDL-75333 reportbuilder: report audience type for site admins. 2022-08-30 16:08:40 +01:00
table MDL-74853 various: add second parameter to htmlentities functions 2022-11-28 16:12:20 +01:00
task MDL-75256 task: move abstract get_name method to base class. 2022-07-22 09:13:53 +01:00
datasource.php MDL-75525 reportbuilder: specify initial sorting for datasources 2022-11-07 15:43:45 +01:00
manager.php MDL-75185 reportbuilder: order report source listing alphabetically. 2022-07-08 09:59:09 +01:00
permission.php Merge branch 'MDL-74720' of https://github.com/lostrogit/moodle 2022-06-07 14:30:19 +10:00
report_access_exception.php MDL-70795 reportbuilder: allow user to view custom reports. 2021-10-19 13:57:30 +01:00
source_invalid_exception.php MDL-70794 reportbuilder: management and further utility classes. 2021-07-28 16:40:50 +01:00
source_unavailable_exception.php MDL-70794 reportbuilder: management and further utility classes. 2021-07-28 16:40:50 +01:00
system_report.php MDL-74913 core_reportbuilder: Add divider to the report action menu 2022-10-03 09:48:43 +02:00
system_report_factory.php MDL-70794 reportbuilder: management and further utility classes. 2021-07-28 16:40:50 +01:00