civicrm-core.git
6 years agoMerge pull request #12102 from seamuslee001/nfc_constant_moneytext
Seamus Lee [Thu, 10 May 2018 00:22:24 +0000 (10:22 +1000)]
Merge pull request #12102 from seamuslee001/nfc_constant_moneytext

(NFC) Fix use of undefined constant USD in MoneyTest

6 years agoMerge pull request #12070 from eileenmcnaughton/loggin_fix
Seamus Lee [Wed, 9 May 2018 21:47:14 +0000 (07:47 +1000)]
Merge pull request #12070 from eileenmcnaughton/loggin_fix

Fix fatal error on logging tab when hook alters logging tables.

6 years ago(NFC) Fix use of undefined constant USD in MoneyTest
Seamus Lee [Wed, 9 May 2018 21:33:58 +0000 (07:33 +1000)]
(NFC) Fix use of undefined constant USD in MoneyTest

6 years agoMerge pull request #12101 from seamuslee001/upgrade_karma_phantomjs_launcher
colemanw [Wed, 9 May 2018 13:06:58 +0000 (09:06 -0400)]
Merge pull request #12101 from seamuslee001/upgrade_karma_phantomjs_launcher

Upgrade Karma phantomjs launcher to latest version

6 years agoUpgrade Karma phantomjs launcher to latest version
Seamus Lee [Wed, 9 May 2018 05:20:49 +0000 (15:20 +1000)]
Upgrade Karma phantomjs launcher to latest version

6 years agoMerge pull request #12097 from eileenmcnaughton/relationshipTypeForm
colemanw [Wed, 9 May 2018 03:40:36 +0000 (23:40 -0400)]
Merge pull request #12097 from eileenmcnaughton/relationshipTypeForm

Fix Relationship Type form to use the metadata for fields & api in postProcess

6 years agoMerge pull request #12084 from seamuslee001/phpunit5
Tim Otten [Tue, 8 May 2018 23:00:10 +0000 (16:00 -0700)]
Merge pull request #12084 from seamuslee001/phpunit5

Run master tests using phpunit5

6 years agoMerge pull request #12099 from civicrm/5.2
Eileen McNaughton [Tue, 8 May 2018 12:05:23 +0000 (00:05 +1200)]
Merge pull request #12099 from civicrm/5.2

5.2 to master

6 years agoMerge pull request #12095 from eileenmcnaughton/custom_data
Monish Deb [Tue, 8 May 2018 10:34:44 +0000 (16:04 +0530)]
Merge pull request #12095 from eileenmcnaughton/custom_data

Function extraction (Move towards generic custom data support for all entities)

6 years agoMerge pull request #12080 from eileenmcnaughton/fgb
Monish Deb [Tue, 8 May 2018 10:30:08 +0000 (16:00 +0530)]
Merge pull request #12080 from eileenmcnaughton/fgb

Fix (unreleased) regression on report pager

6 years agoFunction extraction (Move towards generic custom data support for all forms)
Matthew Wire [Sun, 6 May 2018 17:09:40 +0000 (18:09 +0100)]
Function extraction (Move towards generic custom data support for all forms)

6 years agoFix Relationship Type form to use the api in postProcess in preparation to support...
eileen [Tue, 8 May 2018 06:46:22 +0000 (18:46 +1200)]
Fix Relationship Type form to use the api in postProcess in preparation to support custom data.

Now that we have custom-data-on-any forms that use the api to save can potentially support custom data. This is a
preparatory tidy-up commit. It switches to the api & does minor tidy ups, including using metadata and addField to
add fields. This last part does slightly alter the wording on the form. I think that is OK?

6 years agoMerge pull request #12094 from eileenmcnaughton/member
Eileen McNaughton [Tue, 8 May 2018 02:36:23 +0000 (14:36 +1200)]
Merge pull request #12094 from eileenmcnaughton/member

Fix Fatal error on membership detail report (with ACLs enabled) dev/core/#100

6 years agoFix Fatal error on membership detail report (with ACLs enabled) dev/core/#100
eileen [Tue, 8 May 2018 00:30:03 +0000 (12:30 +1200)]
Fix Fatal error on membership detail report (with ACLs enabled) dev/core/#100

6 years agoFix (unreleased) regression on report pager
eileen [Fri, 4 May 2018 04:38:22 +0000 (16:38 +1200)]
Fix (unreleased) regression on report pager

We recently added a patch to disable full group by before some queries that were not
compliant with that standard. That patch broke the report pager because later code relied on the
last issued query ALWAYS being the one that determined how many rows are retrived by the main query,
however, we were doing a query to check sql mode after the main query.

I could make a case for storing sql mode data somewhere sensible at the start of the session.
However, I think this fix is the right fix for the bug as it calculates the rows retrieved
/ retrievable immediately after the retrieval query, rather than 'at some later date when
we hope no other queries have run'. If is in the same function as the enableFullGroupBy so
only reports that ALSO run that will hit the line (ie. not reports that override buildRows)

6 years agoMerge pull request #11936 from mattwire/case_form_task_fixes
Seamus Lee [Mon, 7 May 2018 21:04:14 +0000 (07:04 +1000)]
Merge pull request #11936 from mattwire/case_form_task_fixes

Re-Fix Case form task  (export/print not working) (replace quick fix with proper fix)

6 years agoFurther fixes to export
Matthew Wire [Mon, 7 May 2018 08:24:09 +0000 (09:24 +0100)]
Further fixes to export

6 years agoMerge pull request #12092 from JMAConsulting/CRM-20459
colemanw [Mon, 7 May 2018 17:28:13 +0000 (13:28 -0400)]
Merge pull request #12092 from JMAConsulting/CRM-20459

CRM-20459: Actively deprecate CRM_Core_OptionGroup::getValue

6 years agoFix export
Matthew Wire [Mon, 7 May 2018 06:42:45 +0000 (07:42 +0100)]
Fix export

6 years agoCRM-20459: Actively deprecate CRM_Core_OptionGroup::getValue
deb.monish [Sun, 29 Apr 2018 06:09:04 +0000 (11:39 +0530)]
CRM-20459: Actively deprecate CRM_Core_OptionGroup::getValue

6 years agoRestore the entity specific field name to handle legacy code and allow tokens to...
Matthew Wire [Thu, 5 Apr 2018 09:50:30 +0000 (10:50 +0100)]
Restore the entity specific field name to handle legacy code and allow tokens to work properly (eg. PDF letter)

6 years agoFix Case form task regressions (export/print not working) since we switched to using...
Matthew Wire [Wed, 4 Apr 2018 11:51:12 +0000 (12:51 +0100)]
Fix Case form task regressions (export/print not working) since we switched to using CRM_Core_Form_Task

6 years agoMerge pull request #12090 from eileenmcnaughton/notice
Monish Deb [Mon, 7 May 2018 05:37:34 +0000 (11:07 +0530)]
Merge pull request #12090 from eileenmcnaughton/notice

Fix e-notice

6 years agoFix e-notice
eileen [Mon, 7 May 2018 03:12:17 +0000 (15:12 +1200)]
Fix e-notice

Notice is visible on add payment processor page

6 years ago(dev/core/40) Show List of Contributions On Recurring Contribution View (#11920)
Camilo Rodríguez [Mon, 7 May 2018 02:07:20 +0000 (21:07 -0500)]
(dev/core/40) Show List of Contributions On Recurring Contribution View (#11920)

* CRM-40: Show List of Contributions On Recurring Contribution View

Altered ContributionRecur page so that the list of contributions related to a
recurring contribution are shown when viewing said recurring contribution.

Implemented by running CRM_Contribute_Form_Search ebedded within the page and
including CRM/Contribute/Form/Selector.tpl template within the page's
template. Also included ContributionTotals.tpl to show, which I though could
be cool.

* CRM-40: Don't Use CRM_Contribute_Form_Search to Show Contributions

CRM_Contribute_Form_Search class is very hard to read and maintain, which is
why it was found better to look for related contributions manually and show
them using an ajax datatable.

* CRM-40: Fix Failing Test

* CRM-40: Show Contribution List Using Ajax Call

Added new Page that shows related payments for a given relted contribution in
a data table and included the table on recurring contribution's detail view
using an ajax call.

6 years agoMerge pull request #12075 from JMAConsulting/CRM-20459-3
colemanw [Mon, 7 May 2018 01:11:25 +0000 (21:11 -0400)]
Merge pull request #12075 from JMAConsulting/CRM-20459-3

CRM-20459: Actively deprecate CRM_Core_OptionGroup::getValue

6 years agoMerge pull request #11868 from eileenmcnaughton/cust_url
Eileen McNaughton [Sun, 6 May 2018 23:13:30 +0000 (11:13 +1200)]
Merge pull request #11868 from eileenmcnaughton/cust_url

CRM-20922 fix support for passing custom date values via url

6 years agoMerge pull request #12086 from seamuslee001/get_mock_deprecated
Eileen McNaughton [Sun, 6 May 2018 23:10:09 +0000 (11:10 +1200)]
Merge pull request #12086 from seamuslee001/get_mock_deprecated

(NFC) Change use createMock in tests otherwise stick with getMock to fix deprecated warning…

6 years agoMerge pull request #12089 from civicrm/5.2
Eileen McNaughton [Sun, 6 May 2018 22:57:34 +0000 (10:57 +1200)]
Merge pull request #12089 from civicrm/5.2

5.2 to master

6 years agoMerge pull request #12081 from JMAConsulting/dev_core_98_52rc
Eileen McNaughton [Sun, 6 May 2018 22:57:01 +0000 (10:57 +1200)]
Merge pull request #12081 from JMAConsulting/dev_core_98_52rc

(dev/core/98) Searching by any Address fields with location type other than primary throw DB error

6 years agoMerge pull request #12087 from seamuslee001/karma_conf_upgrade
Eileen McNaughton [Sun, 6 May 2018 22:35:15 +0000 (10:35 +1200)]
Merge pull request #12087 from seamuslee001/karma_conf_upgrade

(NFC) Update karma conf for more recent karma

6 years agoUpdate karma conf for more recent karma
Seamus Lee [Sat, 5 May 2018 06:16:23 +0000 (16:16 +1000)]
Update karma conf for more recent karma

6 years agoMerge pull request #12076 from JMAConsulting/dev_core_99
Seamus Lee [Sun, 6 May 2018 01:04:14 +0000 (11:04 +1000)]
Merge pull request #12076 from JMAConsulting/dev_core_99

(dev/core/99) Search builder doesn't retain selected (boolean) option after searching

6 years agoDynamically switch mock methods based on phpunit version
Seamus Lee [Sat, 5 May 2018 07:12:43 +0000 (17:12 +1000)]
Dynamically switch mock methods based on phpunit version

6 years ago(NFC) Change getMock to createMock in tests to fix deprecated warning on getMock...
Seamus Lee [Sat, 5 May 2018 06:16:13 +0000 (16:16 +1000)]
(NFC) Change getMock to createMock in tests to fix deprecated warning on getMock in phpunit5

6 years agoMerge pull request #12083 from xurizaemon/payflow_not_payflo
Seamus Lee [Sat, 5 May 2018 06:27:45 +0000 (16:27 +1000)]
Merge pull request #12083 from xurizaemon/payflow_not_payflo

Payflow Pro not payflo

6 years ago5.1.0 release notes: updated synopsis
Andrew Hunt [Fri, 4 May 2018 14:40:33 +0000 (10:40 -0400)]
5.1.0 release notes: updated synopsis

6 years agoIf php version supports it use phpunit5 otherwise phpunit4
Seamus Lee [Fri, 4 May 2018 23:01:04 +0000 (09:01 +1000)]
If php version supports it use phpunit5 otherwise phpunit4

6 years agoUpdate Civi/ test documentation
Seamus Lee [Fri, 4 May 2018 22:36:47 +0000 (08:36 +1000)]
Update Civi/ test documentation

6 years agoRun master tests using phpunit5
Seamus Lee [Fri, 4 May 2018 22:33:47 +0000 (08:33 +1000)]
Run master tests using phpunit5

6 years agoPR#12083 - Correct typing of "Payflow Pro" in various messages.
Chris Burgess [Fri, 4 May 2018 21:07:22 +0000 (09:07 +1200)]
PR#12083 - Correct typing of "Payflow Pro" in various messages.

"Payflo" is a different payment processor.

6 years agoPR#12083 - Noting that getRecurringTransactionStatus() appears to not return a value.
Chris Burgess [Fri, 4 May 2018 21:06:27 +0000 (09:06 +1200)]
PR#12083 - Noting that getRecurringTransactionStatus() appears to not return a value.

6 years agoPR#12083 - Docs changes only.
Chris Burgess [Fri, 4 May 2018 21:05:37 +0000 (09:05 +1200)]
PR#12083 - Docs changes only.

6 years agoMerge pull request #12082 from agh1/5.1.0-synopsis
Tim Otten [Fri, 4 May 2018 20:03:28 +0000 (13:03 -0700)]
Merge pull request #12082 from agh1/5.1.0-synopsis

5.1.0 release notes: updated synopsis

6 years ago5.1.0 release notes: updated synopsis
Andrew Hunt [Fri, 4 May 2018 14:40:33 +0000 (10:40 -0400)]
5.1.0 release notes: updated synopsis

6 years ago(dev/core/98) Searching by any Address fields with location type other than primary...
deb.monish [Thu, 3 May 2018 06:02:25 +0000 (11:32 +0530)]
(dev/core/98) Searching by any Address fields with location type other than primary throw DB error

6 years agoMerge pull request #12074 from JMAConsulting/dev_core_98
Monish Deb [Thu, 3 May 2018 18:22:11 +0000 (23:52 +0530)]
Merge pull request #12074 from JMAConsulting/dev_core_98

(dev/core/98) FGB Searching by any Address fields with location type other than primary throw DB error

6 years agoMerge pull request #12050 from JMAConsulting/CRM-20459-2
Monish Deb [Thu, 3 May 2018 12:06:42 +0000 (17:36 +0530)]
Merge pull request #12050 from JMAConsulting/CRM-20459-2

CRM-20459: Actively deprecate CRM_Core_OptionGroup::getValue[Sub PR 2]

6 years ago(dev/core/99) Search builder doesn't retain selected (boolean) option after searching
deb.monish [Thu, 3 May 2018 11:05:37 +0000 (16:35 +0530)]
(dev/core/99) Search builder doesn't retain selected (boolean) option after searching

6 years agoCRM-20459: Actively deprecate CRM_Core_OptionGroup::getValue
deb.monish [Thu, 3 May 2018 07:11:16 +0000 (12:41 +0530)]
CRM-20459: Actively deprecate CRM_Core_OptionGroup::getValue

6 years agoCRM-20459: Actively deprecate CRM_Core_OptionGroup::getValue
deb.monish [Thu, 3 May 2018 07:07:39 +0000 (12:37 +0530)]
CRM-20459: Actively deprecate CRM_Core_OptionGroup::getValue

6 years ago(dev/core/98) Searching by any Address fields with location type other than primary...
deb.monish [Thu, 3 May 2018 06:02:25 +0000 (11:32 +0530)]
(dev/core/98) Searching by any Address fields with location type other than primary throw DB error

6 years agoSet version to 5.3.alpha1
CiviCRM [Wed, 2 May 2018 23:24:22 +0000 (23:24 +0000)]
Set version to 5.3.alpha1

6 years agoSet version to 5.2.beta1
CiviCRM [Wed, 2 May 2018 23:11:57 +0000 (23:11 +0000)]
Set version to 5.2.beta1

6 years agoMerge pull request #12056 from eileenmcnaughton/pcp
Monish Deb [Wed, 2 May 2018 10:33:48 +0000 (16:03 +0530)]
Merge pull request #12056 from eileenmcnaughton/pcp

Fix Soft credit personal note ton limit to 255 characters (DB limit).

6 years agoFix fatal error on logging tab when hook alters logging tables.
eileen [Tue, 1 May 2018 23:07:16 +0000 (11:07 +1200)]
Fix fatal error on logging tab when hook alters logging tables.

When a custom table is removed from logged tables by hook (e.g a calculated table like a summary table) the logging report
still tries to include it but fails with a fatal error.

This patch excludes it from the list of customDataEnabled logging tables

6 years agoEnable tests on the logging summary report.
eileen [Tue, 1 May 2018 06:20:14 +0000 (18:20 +1200)]
Enable tests on the logging summary report.

Despite seeming like a lot of change this is mostly just extraction to run via the tests. I can break out into a couple of refactor commits for reviewablility.

I have tested this on mysql 5.6 with full group by mode enabled.

6 years agoExtract buildQuery on ReportSummary.
eileen [Tue, 1 May 2018 06:38:05 +0000 (18:38 +1200)]
Extract buildQuery on ReportSummary.

This is a partial of https://github.com/civicrm/civicrm-core/pull/12065 which is a very simple extraction - only one additional change of moving a variable to a class property

6 years agoMerge pull request #12072 from civicrm/5.1
Eileen McNaughton [Wed, 2 May 2018 08:46:29 +0000 (20:46 +1200)]
Merge pull request #12072 from civicrm/5.1

5.1 merge to master

6 years agoMerge pull request #12071 from jitendrapurohit/core-94
Eileen McNaughton [Wed, 2 May 2018 08:46:03 +0000 (20:46 +1200)]
Merge pull request #12071 from jitendrapurohit/core-94

core-94 - Advanced Search Display Results As always displays contact …

6 years agocore-94 - Advanced Search Display Results As always displays contact tasks on first...
Jitendra Purohit [Wed, 2 May 2018 06:46:56 +0000 (12:16 +0530)]
core-94 - Advanced Search Display Results As always displays contact tasks on first search

6 years agoMerge pull request #12069 from agh1/5.1.0-release-notes
Monish Deb [Wed, 2 May 2018 04:46:58 +0000 (10:16 +0530)]
Merge pull request #12069 from agh1/5.1.0-release-notes

5.1.0 release notes

6 years ago5.1.0 release notes: move CRM-21784 to features per eileen's suggestion
Andrew Hunt [Tue, 1 May 2018 23:51:35 +0000 (19:51 -0400)]
5.1.0 release notes: move CRM-21784 to features per eileen's suggestion

6 years ago5.1.0 release notes: finished contributors
Andrew Hunt [Tue, 1 May 2018 23:45:28 +0000 (19:45 -0400)]
5.1.0 release notes: finished contributors

6 years ago5.1.0 release notes: done with features and bugs
Andrew Hunt [Tue, 1 May 2018 23:32:22 +0000 (19:32 -0400)]
5.1.0 release notes: done with features and bugs

6 years ago5.0.1 and 5.0.2 release notes: update to match format
Andrew Hunt [Tue, 1 May 2018 21:54:38 +0000 (17:54 -0400)]
5.0.1 and 5.0.2 release notes: update to match format

6 years agoAdd release notes for 5.0.1 and 5.0.2
Tim Otten [Wed, 25 Apr 2018 21:38:58 +0000 (14:38 -0700)]
Add release notes for 5.0.1 and 5.0.2

6 years ago5.1.0 release notes: features and first of bugs
Andrew Hunt [Tue, 1 May 2018 20:33:09 +0000 (16:33 -0400)]
5.1.0 release notes: features and first of bugs

6 years ago5.1.0 release notes: boilerplate
Andrew Hunt [Tue, 1 May 2018 19:56:27 +0000 (15:56 -0400)]
5.1.0 release notes: boilerplate

6 years ago5.1.0 release notes: raw from script
Andrew Hunt [Tue, 1 May 2018 19:36:37 +0000 (15:36 -0400)]
5.1.0 release notes: raw from script

6 years agoMerge pull request #12058 from JMAConsulting/dev_core_91
colemanw [Tue, 1 May 2018 16:32:21 +0000 (12:32 -0400)]
Merge pull request #12058 from JMAConsulting/dev_core_91

(dev/core/91) Search Builder Improvements

6 years agoMerge pull request #12064 from seamuslee001/nfc_rename_groupby_function
Eileen McNaughton [Tue, 1 May 2018 06:06:47 +0000 (18:06 +1200)]
Merge pull request #12064 from seamuslee001/nfc_rename_groupby_function

Rename function enableFullGroupByMode to be reenableFullGroupByMode t…

6 years agoRename function enableFullGroupByMode to be reenableFullGroupByMode to be more explii...
Seamus Lee [Tue, 1 May 2018 04:20:36 +0000 (14:20 +1000)]
Rename function enableFullGroupByMode to be reenableFullGroupByMode to be more expliict about what the function does

6 years agoMerge pull request #12062 from seamuslee001/record_payment_followup
Seamus Lee [Mon, 30 Apr 2018 23:26:29 +0000 (09:26 +1000)]
Merge pull request #12062 from seamuslee001/record_payment_followup

[NFC] FIx indenting in eventFees template

6 years agoFix Soft credit personal note ton limit to 255 characters (DB limit).
eileen [Mon, 30 Apr 2018 02:47:08 +0000 (14:47 +1200)]
Fix Soft credit personal note ton limit to 255 characters (DB limit).

Note that some special characters can still cause it to spill over but that will affect other fields too & we
should consider a bigger fix if we need to.

Also fixed deprecation notices

6 years ago[NFC] FIx indenting in eventFees template
Seamus Lee [Mon, 30 Apr 2018 21:57:33 +0000 (07:57 +1000)]
[NFC] FIx indenting in eventFees template

6 years agoMerge pull request #12059 from eileenmcnaughton/record_payment
Seamus Lee [Mon, 30 Apr 2018 21:44:12 +0000 (07:44 +1000)]
Merge pull request #12059 from eileenmcnaughton/record_payment

Fix for check number no longer exposed dev/core/issues/60

6 years agoMerge pull request #12060 from seamuslee001/test_incomplete_non_utf8
Eileen McNaughton [Mon, 30 Apr 2018 20:04:43 +0000 (08:04 +1200)]
Merge pull request #12060 from seamuslee001/test_incomplete_non_utf8

Mark Accent String Tests as incomplete if on a database that is not utf8

6 years agoMerge pull request #12030 from jitendrapurohit/core-78
Eileen McNaughton [Mon, 30 Apr 2018 19:39:07 +0000 (07:39 +1200)]
Merge pull request #12030 from jitendrapurohit/core-78

core/issues/78 - Incorrect Payment Processor for Recurring Payments

6 years agoMerge pull request #12019 from yashodha/payflow_error
Eileen McNaughton [Mon, 30 Apr 2018 11:36:14 +0000 (23:36 +1200)]
Merge pull request #12019 from yashodha/payflow_error

core/issues/72 fix payflow bug for amount

6 years agoMark Accent String Tests as incomplete if on a database that is not utf8
Seamus Lee [Mon, 30 Apr 2018 11:19:00 +0000 (21:19 +1000)]
Mark Accent String Tests as incomplete if on a database that is not utf8

6 years agoMerge pull request #12049 from JMAConsulting/CRM-20459-1
Eileen McNaughton [Mon, 30 Apr 2018 10:38:12 +0000 (22:38 +1200)]
Merge pull request #12049 from JMAConsulting/CRM-20459-1

CRM-20459: Actively deprecate CRM_Core_OptionGroup::getValue[Sub PR 1]

6 years agoAdd unit test
Jitendra Purohit [Mon, 30 Apr 2018 05:40:03 +0000 (11:10 +0530)]
Add unit test

6 years agoFix for check number no longer exposed dev/core/issues/60
eileen [Mon, 30 Apr 2018 08:28:25 +0000 (20:28 +1200)]
Fix for check number no longer exposed dev/core/issues/60

I also noticed that the record payment checkbox is not checked when it really should be - but I think that is unrelated to this issue

6 years agoCRM-20459: Actively dt eprecate CRM_Core_OptionGroup::getValue
deb.monish [Mon, 30 Apr 2018 08:28:11 +0000 (13:58 +0530)]
CRM-20459: Actively dt eprecate CRM_Core_OptionGroup::getValue

6 years ago(dev/core/91) Search Builder Improvements
deb.monish [Mon, 30 Apr 2018 07:45:19 +0000 (13:15 +0530)]
(dev/core/91) Search Builder Improvements

6 years agoMerge pull request #10946 from mattwire/CRM-21037_activity_sendsms_unittests
Seamus Lee [Mon, 30 Apr 2018 05:12:03 +0000 (15:12 +1000)]
Merge pull request #10946 from mattwire/CRM-21037_activity_sendsms_unittests

CRM-21037 activity sendsms unittests

6 years agoMerge pull request #12054 from mattwire/deprecated_paymentprocessortype
Eileen McNaughton [Sun, 29 Apr 2018 23:42:31 +0000 (11:42 +1200)]
Merge pull request #12054 from mattwire/deprecated_paymentprocessortype

Remove unused code in CRM_Contribute_Form_ContributionPage_Amount::formRule

6 years agoMerge pull request #12051 from eileenmcnaughton/batch_fix
Eileen McNaughton [Sun, 29 Apr 2018 21:02:24 +0000 (09:02 +1200)]
Merge pull request #12051 from eileenmcnaughton/batch_fix

Fix: Batch update participants with checkboxes fails

6 years agoMerge pull request #12037 from mattwire/mail_constants
Monish Deb [Sun, 29 Apr 2018 15:31:15 +0000 (21:01 +0530)]
Merge pull request #12037 from mattwire/mail_constants

dev/core#86 Notify admin when testing email if CIVICRM_MAIL_LOG_AND_SEND is set

6 years agoFix Participant batch update to work with multiple value custom fields
eileen [Sun, 29 Apr 2018 06:17:02 +0000 (18:17 +1200)]
Fix Participant batch update to work with multiple value custom fields

6 years agoMerge pull request #12048 from eileenmcnaughton/batch-update
Eileen McNaughton [Sun, 29 Apr 2018 12:46:52 +0000 (00:46 +1200)]
Merge pull request #12048 from eileenmcnaughton/batch-update

Add unit test to event batch update (includes function extraction to support this)

6 years agoRemove unused code
Matthew Wire [Sun, 29 Apr 2018 09:35:07 +0000 (10:35 +0100)]
Remove unused code

6 years agoAdd CIVICRM_MAIL_LOG_AND_SEND to civicrm.settings.php.template
Matthew Wire [Sat, 28 Apr 2018 14:18:16 +0000 (15:18 +0100)]
Add CIVICRM_MAIL_LOG_AND_SEND to civicrm.settings.php.template

6 years agoAdd CIVICRM_MAIL_LOG_AND_SEND constant to notification when sending test email
Matthew Wire [Sat, 28 Apr 2018 13:09:54 +0000 (14:09 +0100)]
Add CIVICRM_MAIL_LOG_AND_SEND constant to notification when sending test email

6 years agoFix Participant batch update to work with multiple value custom fields
eileen [Sun, 29 Apr 2018 06:17:02 +0000 (18:17 +1200)]
Fix Participant batch update to work with multiple value custom fields

6 years agoMerge pull request #12053 from civicrm/5.1
Eileen McNaughton [Sun, 29 Apr 2018 07:47:24 +0000 (19:47 +1200)]
Merge pull request #12053 from civicrm/5.1

merge 5.1 to master

6 years agoMerge pull request #12045 from eileenmcnaughton/search-fix
Eileen McNaughton [Sun, 29 Apr 2018 07:44:18 +0000 (19:44 +1200)]
Merge pull request #12045 from eileenmcnaughton/search-fix

Fix regression whereby relationship types option no longer in adv search

6 years agoMerge pull request #12047 from seamuslee001/dev_core_90
Eileen McNaughton [Sun, 29 Apr 2018 07:43:50 +0000 (19:43 +1200)]
Merge pull request #12047 from seamuslee001/dev_core_90

Dev/Core#90 Apply disabling Full Group By to reports

6 years agoMerge pull request #12046 from eileenmcnaughton/pcp
Eileen McNaughton [Sun, 29 Apr 2018 06:07:43 +0000 (18:07 +1200)]
Merge pull request #12046 from eileenmcnaughton/pcp

[NFC] Add metadata to describe personal note field