- 30 Oct, 2021 4 commits
-
-
Klaas Eikelboom authored
-
Klaas Eikelboom authored
-
Klaas Eikelboom authored
-
kainuk authored
Avoid class not found error for CRM_Contact_Form_Search_Custom_Base when upgrading to 5.43 See merge request extensions/dataprocessor!94
-
- 26 Oct, 2021 1 commit
-
-
DaveD authored
-
- 15 Oct, 2021 1 commit
-
-
Klaas Eikelboom authored
-
- 29 Sep, 2021 2 commits
-
-
jaapjansma authored
-
jaapjansma authored
DateFieldOutput DateTime Option See merge request extensions/dataprocessor!93
-
- 17 Sep, 2021 1 commit
-
-
Sam Middleton authored
-
- 16 Sep, 2021 1 commit
-
-
Sam Middleton authored
-
- 14 Sep, 2021 2 commits
-
-
Klaas Eikelboom authored
-
Klaas Eikelboom authored
-
- 13 Sep, 2021 3 commits
-
-
Klaas Eikelboom authored
-
Klaas Eikelboom authored
-
kainuk authored
extensions/dataprocessor#101 - Do not activate custom-search classes on all page-views See merge request extensions/dataprocessor!92
-
- 08 Sep, 2021 1 commit
-
-
totten authored
_Overview_: Civi 5.41 began migrating the "custom search" layer to an extension (`legacycustomsearches`). `dataprocessor` uses the "custom search" layer in a way that provokes a hard/ubiquitous error during upgrade. This revision makes it more robust against upgrade errors. _Before_: `hook_config` unconditionally (*on all page-views*) loads `CRM_DataprocessorSearch_Form_Search_Custom_DataprocessorSmartGroupIntegration` and calls `redirectCustomSearchToDataProcessorSearch()`. _After_: `hook_config` only calls `CRM_DataprocessorSearch_Form_Search_Custom_DataprocessorSmartGroupIntegration` if it's needed. _Comments_: * The error arises from when autoloading the base-class `CRM_Contact_Form_Search_Custom_Base`. This class exists, but it won't be available until the upgrade is complete. * Strictly speaking, the two conditionals (on `$currentUrl` and `ssID`) are sufficient. I threw in a third conditional (`class_exists()`) as an extra bit of paranoia. * I did a light `r-run` to ensure that the upgrade process works with the patch. However, I did not test the redirect. * We're planning to include a short-term work-around in 5.41.1. However, this work-around will go away soon (eg 5.42 or 5.43).
-
- 07 Sep, 2021 1 commit
-
-
Klaas Eikelboom authored
-
- 02 Sep, 2021 1 commit
-
-
jaapjansma authored
array field output handler See merge request extensions/dataprocessor!90
-
- 01 Sep, 2021 1 commit
-
-
JonGold authored
-
- 15 Jul, 2021 3 commits
-
-
jaapjansma authored
-
jaapjansma authored
-
jaapjansma authored
-
- 05 Jul, 2021 3 commits
-
-
jaapjansma authored
-
jaapjansma authored
-
jaapjansma authored
-
- 02 Jul, 2021 6 commits
-
-
jaapjansma authored
-
jaapjansma authored
-
jaapjansma authored
-
jaapjansma authored
-
jaapjansma authored
-
jaapjansma authored
-
- 09 Jun, 2021 4 commits
-
-
jaapjansma authored
-
jaapjansma authored
-
jaapjansma authored
-
jaapjansma authored
-
- 26 May, 2021 4 commits
-
-
jaapjansma authored
-
jaapjansma authored
-
jaapjansma authored
-
jaapjansma authored
-
- 21 May, 2021 1 commit
-
-
jaapjansma authored
-