-
Notifications
You must be signed in to change notification settings - Fork 14
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
Release 2025.5.0 #2018
Merged
Release 2025.5.0 #2018
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
The `/reader` route now passes either the `identifier` or `orderId` parameters to the `Reader` React app. This was implemented to ensure the proper loading of external scripts that require a full page reload.
These translations are related to the implementation of the `Player` feature in PR: danskernesdigitalebibliotek/dpl-react#1562
This caused issues when passing the URL parameter from Drupal into the `Reader` app. Additionally, I have set the default value of `orderid` to an empty string, similar to how `identifier` is handled.
The `reader-modal-description-text` is no longer utilized.
- Removed unnecessary comments - Removed redundant div wrapper. - Removed the `{{ drupal_block('system_messages_block') }}`. as it not needed here
Remove the unnecessary inclusion of the `Reader` react app within a Block. Instead, render the `Reader` app at the `/reader` route, with the identifier or order ID as optional parameters. The app will be rendered using the `page--reader.html.twig` template, which does not include a header or footer.
Using `BadRequestHttpException` results in an HTTP 400 error response, which correctly signals a client error, making the API behavior more RESTful and easier to debug for clients.
…anonymous-and-logged-in-user-can-try-ebook DDFBRA-183 - Anonymous and logged in user can try ebook + audiobook
The translation key 'material-details-go-to-ereolen' has been updated to 'material-details-go-to-material' following changes made in: danskernesdigitalebibliotek/dpl-react#1565. Additionally, the 'ereolen-my-page-url' has been removed, as it no longer links to eReolen from the loans page.
…logged-in-user-can-go-from-digital-loans-to-material-to-listen-read DDFBRA-236 - Logged in user can go from digital loans to material to listen read
…logged-in-user-can-open-their-loaned-e-material DDFBRA 251 - logged in user can open their loaned e material
The Redia app requires opening hours to have a category for them to be displayed. Currently we only return the category id. However new categories are not likely to be the same as previously. Also we do not provide an API for exposing categories with their ids and titles. To address this in a simple way we add the category name as a notice for each instance. It turns out that the Redia app will display opening hours with the notice if the notice is defined no matter what the category id is. Consequently this is a rather simple way to communicate the information.
… and "Work ID" fields. This is done by adding a new fieldType and SchemaType for the 2 custom fields in the "dpl_graphql" module.
Events should remain visible while they are active, so we now check the end date instead. - Replaced `DrupalDateTime('today')` with `DrupalDateTime('now')` to prevent issues caused by `today` defaulting to `00:00`.
The database operates in UTC, so we must explicitly set the correct timezone.
Bumps drupal/redirect from 1.10.0 to 1.11.0. --- updated-dependencies: - dependency-name: drupal/redirect dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps drupal/redis from 1.7.0 to 1.9.0. --- updated-dependencies: - dependency-name: drupal/redis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
and some recommended/related materials. This can be done in two ways: - GO Video Bundle - Automatic -- This paragraph lets you input a CQL search string. - GO Video Bundle - Manuel -- This paragraph lets you search for specific materials to include. Also updated the existing GO Video paragraph with a capitalized GO in the name and added a new paragraph icon that matches the GO Video styling. The new paragraphs has been enabled in GraphQL Compose.
Fixed typo in the "GO Material Slider - Manual" paragraph. Renamed it from "Mannual" -> "Manual"
…add-material-slider-paragraphs DDFBRA-390 - Added GO Material Slider paragraphs
…enable-graphql-compose-routes-module-in-update-hook DDFBRA-396 - Added update hook for installing "graphql_compose_routes" module.
And adds Adgangsplatformen login url. And introduces concept of resolving lagoon routes. Two new modules are added: dpl_go - For Go specific functionality. First case is the go login url. dpl_lagoon - For Lagoon related functionality. First: Route handling.
…sessionskoncept-i-go-for-at-handtere-bade-unilogin-og-adgangsplatformen Go login url + Graphql refactoring and new Lagoon route module
…ng-hours-add-category Add category term name as notice in opening hours legacy API
# Conflicts: # composer.lock # web/modules/custom/dpl_update/dpl_update.install
…hanges Log state changes
…sessionskoncept-i-go-for-at-handtere-bade-unilogin-og-adgangsplatformen Correct callback path for autenticated adgangsplatform go users
…change-video-paragraph Fix changed video paragraph properties: url, title
…eventlist-kan-ikke-vise-arrangementer-der-straekker-sig-over-flere-dage DDFBRA-348 - Fix event visibility in `Event list - automatic`+ Premature "expiration" label on events
…form. Enabled URL field in GraphQL Compose and changed the title field graphql schema name to match what is expected in the codegen.
…-title-field-on-go-video Fix URL and title field on GO Video paragraph
…5.5.0 Release/2025.5.0
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.
No description provided.