wip select other - #15
Open
ufundo wants to merge 119 commits into
Open
Conversation
... and some additional code tidy-ups / corrections. ... and return 0 instead of NULL for guest user id.
Remove some uncessary ids
Fixes missing ability to join custom file fields to the File entity
Before: Custom file fields in the contact summary (Tab with Table groups) were formatted badly as unclickable url strings. After: Formatted nicely as clickable links showing filename and icon
Before: Every api call was considered success or failure on the whole After: More granular tracking allows part of the api call to succeed while tracking any errors This is especially useful for batch actions where > 1 record is being processed. This allows some to succeed and others to fail, and all relevant info will be returned.
YAGNI, and confuses things with what error data should be kept secret
Before running the `/rebase` command this will check to see if it's needed. If already compatible with the new branch, simply change the base of the PR.
…le_permissions Allow user role permissions (permissions that imply a logged in user …
PR Commands: Skip rebase if not needed
Api4 - Add test for EntitySet group-by functionality
Clarify website URL input
…ract Add in AbstractScheduledJob Generic class to avoid extension owners h…
Api4 - Granular error tracking
…t search When exporting a SearchDisplay, this ensures any embedded saved searches are included.
Now you can turn off the "no results text" entirely for a search display.
SearchKit - Ensure embedded subsearches are exported along with parent
SearchKit - Make "no results text" disableable
Adds afRequired directive to conditionally make a field required.
Afform - Show form type in page title
Adds UI for adding the afRequired directive to a field.
dev/core#6515 Participant - Fix role labels
AdminUI - Add missing component checks to managed SavedSearches
- Upgrading symfony/polyfill-mbstring (v1.37.0 => v1.38.2): Extracting archive - Upgrading symfony/polyfill-php82 (v1.37.0 => v1.38.1): Extracting archive - Upgrading symfony/polyfill-php83 (v1.37.0 => v1.38.2): Extracting archive - Upgrading symfony/polyfill-php84 (v1.37.0 => v1.38.1): Extracting archive - Upgrading symfony/polyfill-php85 (v1.37.0 => v1.38.1): Extracting archive
…sability [REF] Fix Accessibility issues with using single email / email to 50 …
…sibility_2 [REF] Accessibility fixes to search kit listing pages
Composer - minor udpate to polyfills
Api4 - Use relative SQL dates in is_current filter
FormBuilder - Add ability to make fields conditionally required
Standalone: change empty password
PRCommands - Fix the `/port` command to work on merged PRs
This file contains hidden or 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
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.
Overview
A brief description of the pull request. Keep technical jargon to a minimum. Hyperlink relevant discussions.
Before
What is the old user-interface or technical-contract (as appropriate)?
For optimal clarity, include a concrete example such as a screenshot, GIF (LICEcap, SilentCast), or code-snippet.
After
What changed? What is new old user-interface or technical-contract?
For optimal clarity, include a concrete example such as a screenshot, GIF (LICEcap, SilentCast), or code-snippet.
Technical Details
If the PR involves technical details/changes/considerations which would not be manifest to a casual developer skimming the above sections, please describe the details here.
Comments
Anything else you would like the reviewer to note