-
Notifications
You must be signed in to change notification settings - Fork 4
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
Backport v1.10.0 changes from master #799
Merged
Merged
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 commit updates the changed time of the block links to the current date and time using the link array.
3.14.1 is resulting in an infinite loop until memory is exhausted. 3.14.0 has no such issue.
This reverts commit f9563fb. This has been fixed in 3.14.2
The latest changes to the quick node clone patch we use made it incompatible with 1.18.0. It does work with 1.19.0. References: https://www.drupal.org/project/quick_node_clone/issues/3100117
Across all content types, we referred to "Show Categories", but in the context of a profile, there are none. It instead renders an affiliations drop down. We change this on profiles to keep consistent in our naming.
It seemed redundant to name "Filter" again when it is inside of a container of "Filters". Just as for Field Display Options, we do not say "Show Categories Option".
This was somehow removed during the Jakala work, which made the event field display on every content type, which makes no sense. We re-instated this so that it can filter correctly.
v1.10.0: Multiple fixes
feat: update drupal core to 10.3.8
chore: last config export for drupal 10.3 upgrade
Release v1.10.0
Created multidev environment pr-799 for yalesites-platform. |
vinmassaro
approved these changes
Nov 19, 2024
Merged
🎉 This PR is included in version 1.11.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.
Backport v1.10.0 changes from master