forked from civicrm/civicrm-core
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Api4 cached dao get #7
Closed
Closed
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
…sion dbse upgrade style fixes
…ribed https://lab.civicrm.org/extensions/riverlea/-/issues/43 - few other small fixes
…hboard, table pagination), new variables
…css file does not exist (eg. extension enabled but default civi theme selected)
…sh when css file does not exist (eg. extension enabled but default civi theme selected)" This reverts commit eee0114.
… Search display, other small fixes, new css variable
…for double-line/wrapping buttons
…e unused css and puts bootstrap fixes in fixes file
…rt icon colour
… well as backend)
… defaults in place across many pages, removed a font from Walbrook and merged font.css into civicrm.css
…endering, small form tweaks
[REF][PHP8.2] Declare properies in CRM_Contact_Page_View_GroupContact
Remove unreachable code in CRM_Report_Form_Mailing_Summary
Co-authored-by: colemanw <coleman@civicrm.org>
ufundo
force-pushed
the
api4-custom-group-cache
branch
from
December 2, 2024 16:17
b173566
to
cffd008
Compare
Updates RiverLea (v1.80.11) - new version numbering, fixes hidden input regression, contact merge bg cols & others
dev/core#5611 - exclude ext tests from tarball
Fix dev/core#5592 - Ensure master_id is not lost when updating master address
…egression for deprecated accordions, changes Minetta active tab colour to match greenwich, small tweaks to CRM status update page
Updates RiverLea (v1.80.12) - updates Inter font, fixes collapse regression, crm-status page
Api4 - Case-insensitive matching for arrayQuery entities
SearchKit - Set acl_bypass=false when cloning a display
Api4 CustomGroup.get - use in-memory cache to answer simple calls
ufundo
force-pushed
the
api4-cached-dao-get
branch
from
December 4, 2024 13:59
dcaacc2
to
ce38bd8
Compare
@ufundo did you wanna open this against the civicrm repo? |
Have done! civicrm#31569 |
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