Skip to content

Commit 373005a

Browse files
committed
Merge branch 'develop' into 10517-dataset-types #10517
2 parents 78ca1a5 + 8fd8c18 commit 373005a

24 files changed

+24225
-379
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Add the ability to configure a thumbnail logo that is displayed for a collection when the collection is configured as a featured collection. If present, this thumbnail logo is shown. Otherwise, the collection logo is shown. Configuration is done under the "Theme" for a collection.
2+
3+
The HTML preview of the documentation can be found [here](https://dataverse-guide--10433.org.readthedocs.build/en/10433/user/dataverse-management.html#theme).
4+
5+
For more information, see [#10291](https://github.com/IQSS/dataverse/issues/10291).
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fixed the "addDataverse" API endpoint (/dataverses/{id} POST) expected request JSON structure to parse facetIds as described in the docs.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
The Controlled Vocabulary Values list for the metadata field Language in the Citation block has now been extended to include roughly 7920 ISO 639-3 values.
2+
- Some of the language entries in the pre-v.6.4 list correspond to "macro languages" in ISO-639-3 and admins/users may wish to update to use the corresponding individual language entries from ISO-639-3. As these cases are expected to be rare (they do not involve major world languages), finding them is not covered in the release notes. Anyone who desires help in this area is encouraged to reach out to the Dataverse community via any of the standard communication channels.
3+
- ISO 639-3 codes were downloaded from:
4+
```
5+
https://iso639-3.sil.org/code_tables/download_tables#Complete%20Code%20Tables:~:text=iso%2D639%2D3_Code_Tables_20240415.zip
6+
```
7+
- The file used for merging with the existing citation.tsv was iso-639-3.tab
8+
9+
To be added to the 6.4 release instructions:
10+
11+
### Additional Upgrade Steps
12+
6\. Update the Citation metadata block:
13+
14+
```
15+
- `wget https://github.com/IQSS/dataverse/releases/download/v6.4/citation.tsv`
16+
- `curl http://localhost:8080/api/admin/datasetfield/load -X POST --data-binary @citation.tsv -H "Content-type: text/tab-separated-values"`
17+
```

doc/sphinx-guides/source/user/dataverse-management.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ The Theme features provides you with a way to customize the look of your Dataver
6969

7070
- Inherit the theme from the parent Dataverse collection. This option is helpful if you'd like consistency across several Dataverse collections that all share the same parent.
7171
- Add or update a logo image, which will appear at the top of your Dataverse collection.
72-
- Add or update a footer image, which will appear at at the bottom of your Dataverse collection.
72+
- Add or update a thumbnail image, which will appear on featured dataverses of your Dataverse collection.
73+
- Add or update a footer image, which will appear at the bottom of your Dataverse collection.
7374
- Change the colors of the background, links, and text within the header of your Dataverse collection.
7475
- Add or update the tagline for your Dataverse collection, which can provide more information about your organization, journal, institution, etc.
7576
- Add a URL for a website that will be accessed when visitors click the tagline text.

0 commit comments

Comments
 (0)