Skip to content
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

Dspace 7 x #2

Merged
merged 92 commits into from
Jun 6, 2024
Merged

Conversation

VictorHugoDuranS
Copy link
Owner

References

Add references/links to any related issues or PRs. These may include:

  • Fixes #issue-number (if this fixes an issue ticket)
  • Requires DSpace/DSpace#pr-number (if a REST API PR is required to test this)

Description

Short summary of changes (1-2 sentences).

Instructions for Reviewers

Please add a more detailed description of the changes made by your PR. At a minimum, providing a bulleted list of changes in your PR is helpful to reviewers.

List of changes in this PR:

  • First, ...
  • Second, ...

Include guidance for how to test or review your PR. This may include: steps to reproduce a bug, screenshots or description of a new feature, or reasons behind specific changes.

Checklist

This checklist provides a reminder of what we are going to look for when reviewing your PR. You need not complete this checklist prior to creating your PR (draft PRs are always welcome). If you are unsure about an item in the checklist, don't hesitate to ask. We're here to help!

  • My PR is small in size (e.g. less than 1,000 lines of code, not including comments & specs/tests), or I have provided reasons as to why that's not possible.
  • My PR passes ESLint validation using yarn lint
  • My PR doesn't introduce circular dependencies (verified via yarn check-circ-deps)
  • My PR includes TypeDoc comments for all new (or modified) public methods and classes. It also includes TypeDoc for large or complex private methods.
  • My PR passes all specs/tests and includes new/updated specs or tests based on the Code Testing Guide.
  • If my PR includes new libraries/dependencies (in package.json), I've made sure their licenses align with the DSpace BSD License based on the Licensing of Contributions documentation.
  • If my PR includes new features or configurations, I've provided basic technical documentation in the PR itself.
  • If my PR fixes an issue ticket, I've linked them together.

nona-luypaert and others added 30 commits February 19, 2024 11:09
- remove (de)select all buttons in DynamicLookupRelationSearchTab
- add requestQueue to RelationshipEffects
This needs to be done here too, since tilted relationships won't be returned by the api/core/items/{uuid}/relationships endpoint
- Fixed DSO edit menu sometimes displaying underneath header based on header z-index
- Fixed accessibility issue on request a copy page
…ldn't arrive in the edit relationships component
…ResultListElementComponent from the themes folder when present

(cherry picked from commit d00fc5d)
…orking-between-same-types_contribute-7.6' into w2p-113560_edit-item-add-relationships-one-by-one
….6' into w2p-113560_edit-item-add-relationships-one-by-one
…y filter when none is configured

(cherry picked from commit 9e7a59d)
… clickedObject

Also fixed minor CSS issue in mobile mode where sidebar is still visible

(cherry picked from commit cbe3f2f)
[Port dspace-7_x] Encode all `RequestParam` values
[Port dspace-7_x] Live import preview should show all metadata values, not only the first one
added maxlength and hint to resource policy
[Port dspace-7_x] Fix display of dso names for EPersons
alexandrevryghem and others added 29 commits May 17, 2024 21:30
…dren for role="row" & added missing roles to edit comcol tabs

(cherry picked from commit 77d0f9c)
…aximum (#3061)

Hide search text field in the filter section if the number of facet values does not exceed the maximum number of facet values shown.
…e redirect status code to 301 Moved Permanently

(cherry picked from commit 369bd69)
…id bitstream urls in combination with a HardRedirectService#redirect, this will make ensure the redirect is visible for curl instead of being performed by Angular

(cherry picked from commit 23644e9)
[Port dspace-7_x] Made legacy bitstream URLs redirect with 301 status code
… name was the same as a standard DOM event

(cherry picked from commit 4d89a11)
…tadata that needs to be copied

(cherry picked from commit b8d9c65)
…contribute-7_x

[Port dspace-7_x] Fixed item-edit.cy.ts regularly failing & minor UI improvements
[Port dspace-7_x] Fixed delete item page freezing when having relationships
[Port dspace-7_x] Fixed page size change and sorting not working on comcol pages
…ibute-7.6' into w2p-113560_edit-item-add-relationships-one-by-one_contribute-7_x
[Port dspace-7_x] Fix caching issues for versioning
…dd-relationships-one-by-one_contribute-7_x

[Port dspace-7_x] Fixed creation & deletion of relationships not working correctly & added same entity type relationship support
[Port dspace-7_x] Avoid metadata representation element is rendered twice when checking the browse configuration
…relationships-does-not-display-tilted-relationships' into dspace-7_x

# Conflicts:
#	src/app/item-page/edit-item-page/item-relationships/edit-relationship-list/edit-relationship-list.component.ts
…elationships-does-not-display-tilted-relationships_contribute-7_x

[Port dspace-7_x] Fixed edit item relationships tab not displaying tilted relationships
@VictorHugoDuranS VictorHugoDuranS merged commit 1c3bf4d into VictorHugoDuranS:dspace-7_x Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.