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: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ This changelog follows the principles of [Keep a Changelog](https://keepachangel
18
18
- Added Notifications tab in Account Page
19
19
- Added runtime configuration options for homepage branding and support link.
20
20
- Added an environment variable to docker-compose-dev.yml to hide the OIDC client used in the SPA from the JSF frontend: DATAVERSE_AUTH_OIDC_HIDDEN_JSF: 1
# We publish the port on the host machine instead of just exposing it within the network, so that the browser can access the URLs of images generated by Dataverse (http://localhost:8080...).
76
-
# This is necessary because the dev_nginx proxy is placed on top of the Dataverse service, making those URLs unreachable unless this port is exposed.
75
+
# We publish the port on the host machine instead of just exposing it within the network, so that the browser can access the URLs of images generated by Dataverse (http://localhost:8080...).
76
+
# This is necessary because the dev_nginx proxy is placed on top of the Dataverse service, making those URLs unreachable unless this port is exposed.
77
77
# This workaround is only necessary and intended for the local dev environment and will not be used in the remote environment, where we use a production DNS.
Copy file name to clipboardExpand all lines: public/locales/en/dataset.json
+12-5Lines changed: 12 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -186,6 +186,11 @@
186
186
"requestAccessTip": "If checked, users can request access to the restricted files in this dataset.",
187
187
"requestAccessTrue": "Users may request access to files.",
188
188
"requestAccessFalse": "Users may not request access to files.",
189
+
"guestbookTitle": "Guestbook",
190
+
"guestbookTip": "User information (i.e., name, email, institution, and position) will be collected when files are downloaded.",
191
+
"guestbookDescription": "The following guestbook will prompt a user to provide additional information when downloading a file.",
192
+
"noGuestbookAssigned": "No guestbook is assigned to this dataset so users will not be prompted to provide any information when downloading files. To learn more about guestbooks, visit the <anchor>Dataset Guestbook</anchor> section of the User Guide.",
193
+
"guestbookPreviewButton": "Preview Guestbook",
189
194
"restrictedFilesTip": "The number of restricted files in this dataset.",
190
195
"dataAccessPlaceTip": "If the data is not only in Dataverse, list the location(s) where the data are currently stored.",
191
196
"originalArchiveTip": "Archive from which the data was obtained.",
@@ -350,7 +355,7 @@
350
355
"tabs": {
351
356
"datasetTerms": "Dataset Terms",
352
357
"restrictedFilesTerms": "Restricted Files + Terms of Access",
353
-
"guestBook": "GuestBook"
358
+
"guestbook": "Guestbook"
354
359
},
355
360
"datasetTerms": {
356
361
"title": "Dataset Terms",
@@ -364,10 +369,11 @@
364
369
"title": "Restricted Files + Terms of Access",
365
370
"description": "Set up access restrictions and terms for restricted files in this dataset."
366
371
},
367
-
"guestBook": {
368
-
"title": "GuestBook",
369
-
"description": "Select a guestbook to have a user provide additional information when downloading a file.",
370
-
"testGuestbook": "Test Guestbook",
372
+
"guestbook": {
373
+
"title": "Guestbook",
374
+
"description": "Select a guestbook to have a user provide additional information when downloading a file. To learn more about guestbooks, visit the <anchor>Dataset Guestbook</anchor> section of the User Guide.",
375
+
"clearSelection": "Clear Selection",
376
+
"noGuestbooksEnabled": "There are no guestbooks enabled in {{collectionName}}. To create a guestbook, return to {{collectionName}}, click the \"Edit\" button and select the \"Dataset Guestbooks\" option.",
371
377
"previewButton": "Preview Guestbook"
372
378
},
373
379
"unsavedChangesModal": {
@@ -376,6 +382,7 @@
376
382
"stay": "Stay on this page",
377
383
"leave": "Leave without saving"
378
384
},
385
+
"defaultGuestbookUpdateError": "An error occurred while updating the dataset guestbook. Please try again.",
379
386
"defaultLicenseUpdateError": "An error occurred while updating the dataset license. Please try again.",
380
387
"defaultTermsOfAccessUpdateError": "An error occurred while updating the dataset terms of access. Please try again."
0 commit comments