moodle/user/profile
Paul Holden 9e6bbb4fb8 MDL-73086 user: account for mixed casing of profile field shortname.
Custom profile fields allow for shortnames containing mixed character
casing, which should also be supported within the user fields API
when retrieving said custom fields.

Given that the DML libs convert all selected columns to lowercased
equivalent, we need to do the same when requesting custom fields to
ensure calling code doesn't try to access `->profile_field_Foo`
property when the DB returns `->profile_field_foo` instead.
2021-12-29 15:09:30 +00:00
..
field MDL-73348 phpunit: normalize all privacy provider tests 2021-12-17 14:21:02 +01:00
definelib.php MDL-71051 core_user: fix issues and address review issues 2021-04-28 11:47:26 +02:00
index.php MDL-71051 core_user: create user profile field form is now modal form 2021-04-28 11:47:22 +02:00
lib.php MDL-73086 user: account for mixed casing of profile field shortname. 2021-12-29 15:09:30 +00:00