moodle/reportbuilder
Paul Holden a3c386af93
MDL-82463 reportbuilder: change non-numeric entity column types.
Where columns were previously of type `TYPE_INTEGER` or `TYPE_FLOAT`
but did not provide numeric data on output, we should change their
type to `TYPE_TEXT` (i.e. the default) to ensure that future work on
numeric aggregation doesn't affect them.
2024-07-15 10:42:01 +01:00
..
amd MDL-79629 javascript: native promises enhancing autocomplete module. 2023-11-08 20:05:35 +00:00
classes MDL-82463 reportbuilder: change non-numeric entity column types. 2024-07-15 10:42:01 +01:00
templates MDL-80244 theme_boost: Refactor navbar for Bootstrap 5 2024-01-12 08:46:43 +01:00
tests Merge branch 'MDL-80907' of https://github.com/marinaglancy/moodle 2024-07-04 11:12:50 +07:00
download.php MDL-82133 reportbuilder: Move out RB exceptions to the L2 namespace 2024-06-12 09:02:29 +02: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-80245 reportbuilder: implement interface elements for report tags. 2024-03-21 13:11:22 +00:00
upgrade.txt MDL-81125 core: Update upgrade.txt files to document new upgrade notes 2024-05-20 22:26:45 +08:00
UPGRADING.md NOBUG: Add upgrade notes 2024-07-05 09:01:53 +08:00
view.php MDL-72757 reportbuilder: Events for CRUD operations on report models 2022-01-05 09:55:36 +01:00