Skip to content

Commit

Permalink
Merge branch 'develop' into 10517-dataset-types #10517
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Sep 4, 2024
2 parents 78ca1a5 + 8fd8c18 commit 373005a
Show file tree
Hide file tree
Showing 24 changed files with 24,225 additions and 379 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
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.

The HTML preview of the documentation can be found [here](https://dataverse-guide--10433.org.readthedocs.build/en/10433/user/dataverse-management.html#theme).

For more information, see [#10291](https://github.com/IQSS/dataverse/issues/10291).
1 change: 1 addition & 0 deletions doc/release-notes/10800-add-dataverse-request-json-fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed the "addDataverse" API endpoint (/dataverses/{id} POST) expected request JSON structure to parse facetIds as described in the docs.
17 changes: 17 additions & 0 deletions doc/release-notes/8578-support-for-iso-639-3-languages.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
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.
- 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.
- ISO 639-3 codes were downloaded from:
```
https://iso639-3.sil.org/code_tables/download_tables#Complete%20Code%20Tables:~:text=iso%2D639%2D3_Code_Tables_20240415.zip
```
- The file used for merging with the existing citation.tsv was iso-639-3.tab

To be added to the 6.4 release instructions:

### Additional Upgrade Steps
6\. Update the Citation metadata block:

```
- `wget https://github.com/IQSS/dataverse/releases/download/v6.4/citation.tsv`
- `curl http://localhost:8080/api/admin/datasetfield/load -X POST --data-binary @citation.tsv -H "Content-type: text/tab-separated-values"`
```
3 changes: 2 additions & 1 deletion doc/sphinx-guides/source/user/dataverse-management.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ The Theme features provides you with a way to customize the look of your Dataver

- 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.
- Add or update a logo image, which will appear at the top of your Dataverse collection.
- Add or update a footer image, which will appear at at the bottom of your Dataverse collection.
- Add or update a thumbnail image, which will appear on featured dataverses of your Dataverse collection.
- Add or update a footer image, which will appear at the bottom of your Dataverse collection.
- Change the colors of the background, links, and text within the header of your Dataverse collection.
- Add or update the tagline for your Dataverse collection, which can provide more information about your organization, journal, institution, etc.
- Add a URL for a website that will be accessed when visitors click the tagline text.
Expand Down
Loading

0 comments on commit 373005a

Please sign in to comment.