-
Notifications
You must be signed in to change notification settings - Fork 494
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6390 from IQSS/develop
KC_Merge_4_18_1
- Loading branch information
Showing
17 changed files
with
173 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# Dataverse 4.18.1 | ||
|
||
This release provides a fix for a regression introduced in 4.18 and implements a few other small changes. | ||
|
||
## Release Highlights | ||
|
||
### Proper Validation Messages | ||
|
||
When creating or editing dataset metadata, users were not receiving field-level indications about what entries failed validation and were only receiving a message at the top of the page. This fix restores field-level indications. | ||
|
||
## Major Use Cases | ||
|
||
Use cases in this release include: | ||
|
||
- Users will receive the proper messaging when dataset metadata entries are not valid. | ||
- Users can now view the expiration date of an API token and revoke a token on the API Token tab of the account page. | ||
|
||
## Complete List of Changes | ||
|
||
For the complete list of code changes in this release, see the <a href="https://github.com/IQSS/dataverse/milestone/86?closed=1">4.18.1 milestone</a> in Github. | ||
|
||
For help with upgrading, installing, or general questions please post to the <a href="https://groups.google.com/forum/#!forum/dataverse-community">Dataverse Google Group</a> or email [email protected]. | ||
|
||
## Installation | ||
|
||
If this is a new installation, please see our <a href="http://guides.dataverse.org/en/4.18.1/installation/">Installation Guide</a>. | ||
|
||
## Upgrade | ||
|
||
1. Undeploy the previous version. | ||
|
||
- <glassfish install path>/glassfish4/bin/asadmin list-applications | ||
- <glassfish install path>/glassfish4/bin/asadmin undeploy dataverse | ||
|
||
2. Stop glassfish and remove the generated directory, start. | ||
|
||
- service glassfish stop | ||
- remove the generated directory: rm -rf <glassfish install path>glassfish4/glassfish/domains/domain1/generated | ||
- service glassfish start | ||
|
||
3. Deploy this version. | ||
|
||
- <glassfish install path>/glassfish4/bin/asadmin deploy <path>dataverse-4.18.1.war | ||
|
||
4. Restart glassfish. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.