-
Notifications
You must be signed in to change notification settings - Fork 495
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3089 jsoup #3108
Merged
Merged
3089 jsoup #3108
Conversation
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 is a rudimentary framework for the harvesting client (incomplete!)
added a Command for retrieving a HarvstingClient; more fixes;
proper Commands added for retrieving, creating, modifying and deleting Harvesting Clients.
Improved diagnostics in the Harvesting API;
Bug fixes; Completed transition to managing harvesting by configured clients, not by dataverses that have harvested content.
- Updated Search API Guide to better reflect reality. - Added note about "citationHtml" for back compat - `file_content_type` and `score` added a while ago - `publicationDate` not `publication_date_s` - different facets showing
Will update #1136 to reflect this.
Merge branch '3089-jsoup' of github.com:IQSS/dataverse_temp into 3089-jsoup Conflicts: src/main/java/edu/harvard/iq/dataverse/DatasetVersion.java
pdurbin
added a commit
that referenced
this pull request
May 12, 2016
Conflicts from #3108 (3089-jsoup): src/main/java/Bundle.properties src/main/webapp/dataverseuser.xhtml src/test/java/edu/harvard/iq/dataverse/util/BundleUtilTest.java - Had to fix welcome notification on signup (no more notification.welcome1 and notification.welcome2) - Apply dataverse.saved.search.success fix from 09454b2
11 tasks
pdurbin
added a commit
that referenced
this pull request
May 12, 2016
Conflicts with #3108 (3089-jsoup): src/main/java/edu/harvard/iq/dataverse/ManagePermissionsPage.java src/main/java/edu/harvard/iq/dataverse/RolePermissionFragment.java - All AssignRoleCommand constructors need privateUrlToken parameter.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
RFI Checklist
1. Related Issues
#3089 Edit Dataset: Pass field contents through JSoup for filtering
2. Pull Request Checklist
3. Review Checklist
After the pull request has been submitted, fill out this section.