- Aug 23, 2021
-
-
DaveD authored
Improve test for CRM_Utils_Recent
-
Mathieu Lu authored
Alternate to 20131 - Avoid crash during import for blank lines in a one-column csv file
-
jitendra authored
-
colemanw authored
-
Eileen McNaughton authored
[REF] CRM_Utils_Recent - Use hook listener to delete items
-
colemanw authored
Use array_filter() instead of brittle for() loops.
-
Eileen McNaughton authored
Extract ACL contact cache clearing part out
- Aug 22, 2021
-
-
Seamus Lee authored
#2774 : Sort by date column on multirecord field listing section on profile edit mode doesn't work
-
Eileen McNaughton authored
This allows us to be nuanced in the acl delete part & still clear the contact cache part
-
Eileen McNaughton authored
[REF] #2757 Move acl delete logic to an event listener
-
Seamus Lee authored
[NFC] CRM_Utils_SystemTest - Call to Uri->withPath() using deprecated format
-
colemanw authored
[NFC] CRM_Extension_Manager_ModuleUpgTest - use ?? instead of error-suppression operator
-
DaveD authored
-
DaveD authored
-
colemanw authored
[REF] Deprecate unnecessary del() functions
-
colemanw authored
-
DaveD authored
-
- Aug 21, 2021
-
-
Seamus Lee authored
Remove unused, duplicate functions getEntitiesByTag
-
colemanw authored
-
colemanw authored
According to https://issues.civicrm.org/jira/browse/CRM-13156 the functions were only ever used in the v2 API, which no longer exists.
-
colemanw authored
[NFC] CRM_Extension_Manager_ModuleTest - use ?? instead of error-suppression operator
-
colemanw authored
CRM_Queue_Service - Use ?? instead of error-supression operator
-
DaveD authored
-
DaveD authored
-
colemanw authored
5.41 to master (conflicts resolved)
-
Eileen McNaughton authored
-
colemanw authored
APIv4 pseudoconstant improvements
-
Eileen McNaughton authored
APIv4 - Properly show deprecated joins in unit tests (fixes #2771)
-
- Aug 20, 2021
-
-
Eileen McNaughton authored
REF Switch to CRM_Core_Form::setTitle() instead of CRM_Utils_System::setTitle() part 1
-
Monish Deb authored
#2774 : Sort by date column on multirecord field listing section on profile edit mode doesn't work
-
colemanw authored
add grid layout support for searchkit
-
colemanw authored
This breaks apart the concept of a field having 'options' vs a field supporting suffixes like campaign_id:label. It is now possible for a field to not have options but still support suffixes. This also makes the available suffixes for each field discoverable, e.g. fields like state_province_id support an :abbr suffix.
-
colemanw authored
-
colemanw authored
Stop the overly-clever guesswork of abbrColumn so that it can always be know if a pseudoconstant has an abbreviation.
-
colemanw authored
-
Kurund Jalmi authored
-