diff --git a/features/core_user-get_fullname.json b/features/core_user-get_fullname.json new file mode 100644 index 0000000..0bd7247 --- /dev/null +++ b/features/core_user-get_fullname.json @@ -0,0 +1,6 @@ +{ + "title": "core_user::get_fullname", + "description": "Computes the full name of a user.", + "added": "4.3", + "notes": "This will eventually replace the `fullname` global function." +} diff --git a/features/core_user-get_initials.json b/features/core_user-get_initials.json new file mode 100644 index 0000000..4665f01 --- /dev/null +++ b/features/core_user-get_initials.json @@ -0,0 +1,5 @@ +{ + "title": "core_user::get_initials", + "description": "Get the initials of a user in a way compatible with internationalisation.", + "added": "4.4" +} diff --git a/features/core_user-get_profile_picture.json b/features/core_user-get_profile_picture.json new file mode 100644 index 0000000..12d3307 --- /dev/null +++ b/features/core_user-get_profile_picture.json @@ -0,0 +1,5 @@ +{ + "title": "core_user::get_profile_picture", + "description": "Returns a `user_picture` renderable that renders into the user's profile picture.", + "added": "4.3" +} diff --git a/features/core_user-get_profile_url.json b/features/core_user-get_profile_url.json new file mode 100644 index 0000000..b5f5596 --- /dev/null +++ b/features/core_user-get_profile_url.json @@ -0,0 +1,5 @@ +{ + "title": "core_user::get_profile_url", + "description": "Returns a `moodle_url` pointing to the user's profile, or course profile.", + "added": "4.3" +}