Seamus Lee [Thu, 2 Nov 2023 21:26:11 +0000 (08:26 +1100)]
Merge pull request #27990 from seamuslee001/regex_test_failure
[REF] dev/core#4747 Fix Binary Regex by casting field to Binary
Tim Otten [Thu, 2 Nov 2023 20:59:36 +0000 (13:59 -0700)]
Merge pull request #27922 from colemanw/setVersionStableOnly
Releaser - Only update core extensions for stable versions
Seamus Lee [Thu, 2 Nov 2023 20:54:59 +0000 (07:54 +1100)]
Merge pull request #27993 from colemanw/fillEntityDefaults
APIv4 - Ensure 'search_fields' defaults to 'label_field' for Entity.get
Seamus Lee [Thu, 2 Nov 2023 20:53:59 +0000 (07:53 +1100)]
Merge pull request #27996 from mlutfy/flagsTypeError
PHP 8.x: fix TypeError in config hook
Mathieu Lu [Thu, 2 Nov 2023 19:50:41 +0000 (15:50 -0400)]
PHP 8.x: fix TypeError in config hook
CiviCRM [Thu, 2 Nov 2023 01:06:03 +0000 (01:06 +0000)]
Set version to 5.68.beta1
colemanw [Thu, 2 Nov 2023 00:59:35 +0000 (20:59 -0400)]
APIv4 - Ensure 'search_fields' defaults to 'label_field' for Entity.get
This default is set in the AbstractEntity class, but not every entity inherits from that class,
e.g. ECK does not.
So it needs to be filled in by the Entity.get action
Tim Otten [Thu, 2 Nov 2023 00:53:06 +0000 (17:53 -0700)]
set-version - Yes increment for 5.68.x=>5.69.alpha. But OK to skip alpha2, beta2, beta3, etc
Seamus Lee [Wed, 1 Nov 2023 23:20:11 +0000 (10:20 +1100)]
[REF] dev/core#4747 Fix Binary Regex by casting field to Binary
Eileen McNaughton [Wed, 1 Nov 2023 23:31:37 +0000 (12:31 +1300)]
Merge pull request #27982 from eileenmcnaughton/price_field
Fix master-only-over-aggressive escaping
demeritcowboy [Wed, 1 Nov 2023 23:20:26 +0000 (19:20 -0400)]
Merge pull request #27984 from eileenmcnaughton/options_m
Notice fixes on price field options
Eileen McNaughton [Wed, 1 Nov 2023 22:55:30 +0000 (11:55 +1300)]
Merge pull request #27912 from ranjit-git/master
Improve template handling in report
Eileen McNaughton [Wed, 1 Nov 2023 22:54:34 +0000 (11:54 +1300)]
Merge pull request #27977 from JMAConsulting/improve-geocoding-for-address
Improve Geocoding for addresses
Eileen McNaughton [Wed, 1 Nov 2023 22:53:34 +0000 (11:53 +1300)]
Merge pull request #27979 from colemanw/unconfirmed
Add label & color to CiviPetition 'Unconfirmed' tag
Eileen McNaughton [Wed, 1 Nov 2023 22:51:19 +0000 (11:51 +1300)]
Merge pull request #27943 from colemanw/fixDownload
dev/core#4731 - Fix column index error in SearchKit download
Eileen McNaughton [Wed, 1 Nov 2023 22:50:21 +0000 (11:50 +1300)]
Merge pull request #27924 from demeritcowboy/tag-name
dev/core#4727 - Tags displaying name instead of label in various places
Eileen McNaughton [Wed, 1 Nov 2023 22:46:16 +0000 (11:46 +1300)]
Merge pull request #27613 from eileenmcnaughton/part_trait
Move participant-form-specific defaults back to participant form
Seamus Lee [Wed, 1 Nov 2023 22:44:34 +0000 (09:44 +1100)]
Merge pull request #27987 from seamuslee001/master
5.67
Seamus Lee [Wed, 1 Nov 2023 22:42:58 +0000 (09:42 +1100)]
Merge branch '5.67'
Eileen McNaughton [Wed, 1 Nov 2023 22:39:06 +0000 (11:39 +1300)]
Merge pull request #27983 from eileenmcnaughton/options
Add a few more weights - price field options page
demeritcowboy [Wed, 1 Nov 2023 22:16:45 +0000 (18:16 -0400)]
Merge pull request #27965 from eileenmcnaughton/567
rc only regression - price set validation on participant form
Tim Otten [Wed, 1 Nov 2023 22:15:58 +0000 (15:15 -0700)]
Merge pull request #27981 from totten/5.67-log-locale
Logging - If valid, then set a locale
Eileen McNaughton [Wed, 1 Nov 2023 21:06:48 +0000 (10:06 +1300)]
Notice fixes on price field options
Fixes smarty notices on
https://dmaster.localhost:32353/civicrm/admin/price/field/option?action=browse&reset=1&sid=3&fid=2
Eileen McNaughton [Wed, 1 Nov 2023 20:57:50 +0000 (09:57 +1300)]
Add a few more weights - price field page
Eileen McNaughton [Wed, 1 Nov 2023 20:48:26 +0000 (09:48 +1300)]
Fix master-only-over-aggressive escaping
Tim Otten [Wed, 1 Nov 2023 20:40:19 +0000 (13:40 -0700)]
composer.json - Lock in a snapshot of the patch file
Eileen McNaughton [Fri, 27 Oct 2023 21:32:29 +0000 (10:32 +1300)]
rc only regression - price set validation on participant form
Tim Otten [Wed, 1 Nov 2023 19:57:52 +0000 (12:57 -0700)]
Logging - If valid, then set a locale
This is an updated variation of Seamus's 27974, with two key differences:
1. It calls `setLocale()` one time -- from within `createDebugLogger()`.
(This becomes an internal detail of how `createDebugLogger()` works.)
2. It calls `setLocale()` conditionally -- if the method actually exists.
It's not certain whether the method will ultimately be part of the
official `pear/log` releases. (*And once upstream changes, it may
immediately affect D9/D10-style builds.*) This change means that
civicrm-core should with `pear/log` in either contingency.
Tim Otten [Wed, 1 Nov 2023 19:53:25 +0000 (12:53 -0700)]
Merge pull request #27980 from agh1/5.67.0-releasenotes-final
5.67.0 release notes - added late changes and recent point releases
Andie Hunt [Wed, 1 Nov 2023 19:45:20 +0000 (15:45 -0400)]
5.67.0 release notes: added late changes
colemanw [Wed, 1 Nov 2023 19:21:25 +0000 (15:21 -0400)]
Merge pull request #27978 from reflexive-communications/confirm-signature-api
CRM_Campaign_BAO_Petition::confirmSignature: call pre/post hooks
Tim Otten [Mon, 30 Oct 2023 00:46:42 +0000 (17:46 -0700)]
Add release-notes/5.66.2.md
Tim Otten [Wed, 25 Oct 2023 03:45:17 +0000 (20:45 -0700)]
release-notes/5.66.1.md - Fix Markdown rendering of wordwrap
Tim Otten [Wed, 25 Oct 2023 03:08:26 +0000 (20:08 -0700)]
Add release-notes/5.66.1.md
Tim Otten [Tue, 19 Sep 2023 22:28:31 +0000 (15:28 -0700)]
Add release-notes/5.65.2.md
Tim Otten [Fri, 8 Sep 2023 06:05:52 +0000 (23:05 -0700)]
Update 5.65.1.md
Tim Otten [Fri, 8 Sep 2023 03:05:18 +0000 (20:05 -0700)]
Add release-notes/5.65.1.md
Tim Otten [Wed, 6 Sep 2023 05:08:53 +0000 (22:08 -0700)]
Add release-notes/5.64.4.md
Tim Otten [Fri, 1 Sep 2023 05:49:59 +0000 (22:49 -0700)]
Add release-notes/5.64.3.md
Tim Otten [Fri, 25 Aug 2023 02:44:29 +0000 (19:44 -0700)]
Add release-notes/5.64.2.md
Tim Otten [Fri, 18 Aug 2023 07:37:08 +0000 (00:37 -0700)]
Add release-notes/5.64.1.md
Tim Otten [Thu, 3 Aug 2023 01:55:52 +0000 (18:55 -0700)]
Update release-notes/5.63.3.md
Tim Otten [Thu, 3 Aug 2023 01:49:34 +0000 (18:49 -0700)]
Add release-notes/5.63.3.md
colemanw [Wed, 1 Nov 2023 16:02:54 +0000 (12:02 -0400)]
Merge pull request #27754 from colemanw/quickAdd
Afform - Quick add links for Autocomplete fields
pipeline [Mon, 25 Sep 2023 17:05:29 +0000 (11:05 -0600)]
Modified functions in BatchUpdate.php file
colemanw [Tue, 26 Sep 2023 23:56:35 +0000 (19:56 -0400)]
Afform - Quick add links for Autocomplete fields
colemanw [Wed, 1 Nov 2023 14:33:08 +0000 (10:33 -0400)]
Add label & color to CiviPetition 'Unconfirmed' tag
Sandor Semsey [Wed, 1 Nov 2023 00:15:30 +0000 (01:15 +0100)]
CRM_Campaign_BAO_Petition::confirmSignature: use APIv4
Matthew Wire [Wed, 1 Nov 2023 10:40:13 +0000 (10:40 +0000)]
Merge pull request #27976 from eileenmcnaughton/dep
Standardise deprecations
Eileen McNaughton [Wed, 1 Nov 2023 03:09:07 +0000 (16:09 +1300)]
Standardise deprecations
Sandor Semsey [Wed, 1 Nov 2023 01:57:32 +0000 (02:57 +0100)]
CRM_Campaign_BAO_Petition::createSignature: remove pass by reference
colemanw [Tue, 31 Oct 2023 18:13:10 +0000 (14:13 -0400)]
Merge pull request #27962 from colemanw/mailLinks
CiviMail - Update path metadata
Yashodha Chaku [Tue, 31 Oct 2023 15:26:02 +0000 (20:56 +0530)]
Merge pull request #27916 from colemanw/isMultiple
CustomGroup - Allow increasing max_multiple
Matthew Wire [Mon, 30 Oct 2023 10:05:28 +0000 (10:05 +0000)]
Merge pull request #27952 from eileenmcnaughton/money
Fix offline contribution page handling of money fields
Matthew Wire [Mon, 30 Oct 2023 10:03:57 +0000 (10:03 +0000)]
Merge pull request #27954 from eileenmcnaughton/pay_now
Suppress pay now on user dashboard if none configured
Matthew Wire [Mon, 30 Oct 2023 10:02:51 +0000 (10:02 +0000)]
Merge pull request #27970 from eileenmcnaughton/money_format
Move the locale default getting from the money() function to the getFormatter function
Eileen McNaughton [Mon, 30 Oct 2023 07:36:58 +0000 (20:36 +1300)]
Merge pull request #27963 from eileenmcnaughton/smarty_pledge
Fix Smarty3 support & Smarty-any notices in pledge search/dashboard
Eileen McNaughton [Fri, 27 Oct 2023 20:49:12 +0000 (09:49 +1300)]
Fix Smarty3 support & Smarty-any notices in pledge search/dashboard
demeritcowboy [Mon, 30 Oct 2023 02:59:05 +0000 (22:59 -0400)]
Merge pull request #27972 from civicrm/5.67
5.67
demeritcowboy [Mon, 30 Oct 2023 02:54:43 +0000 (22:54 -0400)]
Merge pull request #27896 from MegaphoneJon/missing-stage-on-behalf
fixes core#4724 - on behalf of addresses crash with missing state/province
Seamus Lee [Mon, 30 Oct 2023 01:58:36 +0000 (12:58 +1100)]
Merge pull request #27967 from alifrumin/rn5.67
[NFC] First pass at release notes for 5.67
colemanw [Mon, 30 Oct 2023 00:14:34 +0000 (20:14 -0400)]
Merge pull request #27968 from demeritcowboy/case-tag-label
dev/core#4730 - Case tagsets showing name instead of label
Eileen McNaughton [Sun, 29 Oct 2023 22:54:55 +0000 (11:54 +1300)]
Merge pull request #27969 from demeritcowboy/file-notice
E_WARNING for "file" on civicontribute component settings
Eileen McNaughton [Sun, 29 Oct 2023 21:46:43 +0000 (10:46 +1300)]
Move the locale default getting from the money() funciton to the
getFormatter function
demeritcowboy [Sun, 29 Oct 2023 21:12:22 +0000 (17:12 -0400)]
e-notice
Eileen McNaughton [Fri, 27 Oct 2023 02:21:38 +0000 (15:21 +1300)]
Fix offline contribution page handling of money fields
Fixes Offline contribution page so this fix
https://github.com/civicrm/civicrm-core/pull/27917
works for it too.
Note the 2 changes on total_amount are just tidy ups to remove redundancy - but
double cleaning can also cause breakage...
I prefer to use getSubmittedValue() whereever possible
because it makes it clear we are using the user-submitted
value not some value wrangled into an array along the way
Eileen McNaughton [Sun, 29 Oct 2023 20:37:27 +0000 (09:37 +1300)]
Merge pull request #27961 from demeritcowboy/test-ext
Update the list of required extensions to install during test db populate
demeritcowboy [Sun, 29 Oct 2023 20:13:57 +0000 (16:13 -0400)]
name label
Alice Frumin [Fri, 20 Oct 2023 18:36:30 +0000 (14:36 -0400)]
[NFC] 5.67 Release Notes
demeritcowboy [Sat, 28 Oct 2023 01:35:51 +0000 (21:35 -0400)]
can't check files that aren't real
demeritcowboy [Fri, 27 Oct 2023 21:03:19 +0000 (17:03 -0400)]
can skip afform in api3 conformance
demeritcowboy [Fri, 27 Oct 2023 20:53:30 +0000 (16:53 -0400)]
remove older nonconformant settings
demeritcowboy [Fri, 27 Oct 2023 20:02:03 +0000 (16:02 -0400)]
install required exts during test db populate
demeritcowboy [Sat, 28 Oct 2023 02:22:18 +0000 (22:22 -0400)]
Merge pull request #27948 from eileenmcnaughton/page_trait_2
Further fixes to ContributionPageTest
demeritcowboy [Sat, 28 Oct 2023 01:40:59 +0000 (21:40 -0400)]
Merge pull request #27966 from colemanw/tagCrash
Fix dev/core#4737 - APIv4 getFields crashes with no tags
colemanw [Sat, 28 Oct 2023 00:11:20 +0000 (20:11 -0400)]
Fix dev/core#4737 - APIv4 getFields crashes with no tags
Eileen McNaughton [Fri, 27 Oct 2023 21:09:36 +0000 (10:09 +1300)]
Merge pull request #27960 from demeritcowboy/showcms
dev/core#4736 - fix on-the-fly popup
Eileen McNaughton [Sun, 24 Sep 2023 06:42:48 +0000 (19:42 +1300)]
Move participant-form-specific defaults back to participant form
Eileen McNaughton [Fri, 27 Oct 2023 00:43:49 +0000 (13:43 +1300)]
Further fixes to ContributionPageTests
Matthew Wire [Fri, 27 Oct 2023 20:13:12 +0000 (21:13 +0100)]
Merge pull request #26980 from jensschuppe/iCalUtilityMethod
Provide utility methods for creating an iCal file
Matthew Wire [Fri, 27 Oct 2023 20:11:29 +0000 (21:11 +0100)]
Merge pull request #27498 from eileenmcnaughton/activity_label
Switch templates to use correctly named variable
Matthew Wire [Fri, 27 Oct 2023 20:09:46 +0000 (21:09 +0100)]
Merge pull request #27543 from eileenmcnaughton/badge
Switch all participant token listing to TokenProcessor, add deprecation
colemanw [Fri, 27 Oct 2023 20:08:46 +0000 (16:08 -0400)]
CiviMail - Update path metadata
Matthew Wire [Fri, 27 Oct 2023 20:05:47 +0000 (21:05 +0100)]
Merge pull request #27848 from eileenmcnaughton/rem_contribute_mode
Fix online contribution form Confirm page to get text from processor
Matthew Wire [Fri, 27 Oct 2023 20:03:26 +0000 (21:03 +0100)]
Merge pull request #27891 from eileenmcnaughton/confirm_action
Stop weird action override on confirm form
demeritcowboy [Fri, 27 Oct 2023 18:20:03 +0000 (14:20 -0400)]
Merge pull request #27958 from mlutfy/core4704act
dev/core#4154 Fix locale-formatted number custom field inputs (case activities)
Yashodha Chaku [Fri, 27 Oct 2023 15:26:55 +0000 (20:56 +0530)]
Merge pull request #27959 from colemanw/utilsArrayDep
Add @deprecated annotation to CRM_Utils_Array::value
demeritcowboy [Fri, 27 Oct 2023 14:56:17 +0000 (10:56 -0400)]
fix on-the-fly popup
colemanw [Fri, 27 Oct 2023 14:36:19 +0000 (10:36 -0400)]
Add @deprecated annotation to CRM_Utils_Array::value
Mathieu Lu [Fri, 27 Oct 2023 13:55:40 +0000 (09:55 -0400)]
dev/core#4154 Fix locale-formatted number custom field inputs (case activities)
colemanw [Fri, 27 Oct 2023 11:25:22 +0000 (07:25 -0400)]
Merge pull request #27947 from eileenmcnaughton/page_trait
Minor clean up in test class, add initial ContributionFormTrait
Eileen McNaughton [Fri, 27 Oct 2023 00:17:26 +0000 (13:17 +1300)]
Minor clean up in test class, add initial ContributionFormTrait
Eileen McNaughton [Fri, 27 Oct 2023 08:30:33 +0000 (21:30 +1300)]
Merge pull request #27953 from eileenmcnaughton/no_paypal
Remove test call to PaypalPro sandbox from tests
Eileen McNaughton [Fri, 27 Oct 2023 06:47:15 +0000 (19:47 +1300)]
Merge pull request #27917 from mlutfy/core4154
dev/core#4154 Fix locale-formatted number custom field inputs
Eileen McNaughton [Fri, 27 Oct 2023 06:37:40 +0000 (19:37 +1300)]
Merge pull request #27957 from civicrm/5.67
5.67 to master
Eileen McNaughton [Fri, 27 Oct 2023 06:37:09 +0000 (19:37 +1300)]
Merge pull request #27951 from eileenmcnaughton/org
Smarty3 & php8.x fixes on New Contact (organization)
Eileen McNaughton [Fri, 27 Oct 2023 06:35:23 +0000 (19:35 +1300)]
Merge pull request #27944 from colemanw/scheduleReminderFormFix
dev/core#4732 - ScheduleReminder - Fix form to handle serialized values
Eileen McNaughton [Fri, 27 Oct 2023 05:16:53 +0000 (18:16 +1300)]
Merge pull request #27946 from eileenmcnaughton/mem_regress
Fix master-only regression on price fields not loading
Eileen McNaughton [Fri, 27 Oct 2023 03:26:09 +0000 (16:26 +1300)]
Remove test call to PaypalPro sandbox from tests
Eileen McNaughton [Fri, 27 Oct 2023 04:46:39 +0000 (17:46 +1300)]
Merge pull request #27956 from civicrm/5.67
5.67 to master