You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Knowledge Commons Works is a collaborative tool for storing and sharing academic research. It is part of Knowledge Commons and is built on an instance of the InvenioRDM repository system.
Copy file name to clipboardExpand all lines: site/CHANGES.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,23 @@
3
3
4
4
# Changes
5
5
6
+
## 0.3.3-beta6 (2024-12-18)
7
+
8
+
- Names
9
+
- Added the infrastructure to customize the division of users' names into parts so that it can be divided as desired when, e.g., the user's name is being auto-filled in the name fields of the upload form. This involves
10
+
- a new "name_parts_local" field to the user profile schema. This field contains the user's name parts if they have been modified within the KCWorks system. This is sometimes necessary when the user data synced from the remote user data service does not divide the user's name correctly.
11
+
- a cli command to update the user's name parts.
12
+
- a new "names" js module that contains functions to get the user's full name, full name in inverted order, family name, and given name from the user's name parts.
13
+
- updates to the CreatibutorsField component to use the new "names" js module and the customized name parts if they are present in a user's profile.
14
+
- Detail page
15
+
- Added missing aria-label properties for accessibility
16
+
- Collections
17
+
- Fixed wording of empty results message for collection members search
18
+
- Previously, the empty results message used "community" instead of "collection".
19
+
- Tweaks to layout of collection detail page header
20
+
- Remote user data service
21
+
- Fixed bug where user profile data was not being updated because comparison with initial data was not being made correctly. This means that, among other things, ORCID ids will now be added correctly when the user chooses "add self" on the upload form.
0 commit comments