Seamus Lee [Wed, 9 May 2018 21:33:58 +0000 (07:33 +1000)]
(NFC) Fix use of undefined constant USD in MoneyTest
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
Seamus Lee [Wed, 9 May 2018 05:20:49 +0000 (15:20 +1000)]
Upgrade Karma phantomjs launcher to latest version
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
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
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
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)
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
Matthew Wire [Sun, 6 May 2018 17:09:40 +0000 (18:09 +0100)]
Function extraction (Move towards generic custom data support for all forms)
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?
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
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
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)
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)
Matthew Wire [Mon, 7 May 2018 08:24:09 +0000 (09:24 +0100)]
Further fixes to export
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
Matthew Wire [Mon, 7 May 2018 06:42:45 +0000 (07:42 +0100)]
Fix export
deb.monish [Sun, 29 Apr 2018 06:09:04 +0000 (11:39 +0530)]
CRM-20459: Actively deprecate CRM_Core_OptionGroup::getValue
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)
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
Monish Deb [Mon, 7 May 2018 05:37:34 +0000 (11:07 +0530)]
Merge pull request #12090 from eileenmcnaughton/notice
Fix 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
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.
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
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
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…
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
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
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
Seamus Lee [Sat, 5 May 2018 06:16:23 +0000 (16:16 +1000)]
Update karma conf for more recent karma
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
Seamus Lee [Sat, 5 May 2018 07:12:43 +0000 (17:12 +1000)]
Dynamically switch mock methods based on phpunit version
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
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
Andrew Hunt [Fri, 4 May 2018 14:40:33 +0000 (10:40 -0400)]
5.1.0 release notes: updated synopsis
Seamus Lee [Fri, 4 May 2018 23:01:04 +0000 (09:01 +1000)]
If php version supports it use phpunit5 otherwise phpunit4
Seamus Lee [Fri, 4 May 2018 22:36:47 +0000 (08:36 +1000)]
Update Civi/ test documentation
Seamus Lee [Fri, 4 May 2018 22:33:47 +0000 (08:33 +1000)]
Run master tests using phpunit5
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.
Chris Burgess [Fri, 4 May 2018 21:06:27 +0000 (09:06 +1200)]
PR#12083 - Noting that getRecurringTransactionStatus() appears to not return a value.
Chris Burgess [Fri, 4 May 2018 21:05:37 +0000 (09:05 +1200)]
PR#12083 - Docs changes only.
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
Andrew Hunt [Fri, 4 May 2018 14:40:33 +0000 (10:40 -0400)]
5.1.0 release notes: updated synopsis
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
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
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]
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
deb.monish [Thu, 3 May 2018 07:11:16 +0000 (12:41 +0530)]
CRM-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
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
CiviCRM [Wed, 2 May 2018 23:24:22 +0000 (23:24 +0000)]
Set version to 5.3.alpha1
CiviCRM [Wed, 2 May 2018 23:11:57 +0000 (23:11 +0000)]
Set version to 5.2.beta1
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).
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
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 …
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
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
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
Andrew Hunt [Tue, 1 May 2018 23:45:28 +0000 (19:45 -0400)]
5.1.0 release notes: finished contributors
Andrew Hunt [Tue, 1 May 2018 23:32:22 +0000 (19:32 -0400)]
5.1.0 release notes: done with features and bugs
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
Tim Otten [Wed, 25 Apr 2018 21:38:58 +0000 (14:38 -0700)]
Add release notes for 5.0.1 and 5.0.2
Andrew Hunt [Tue, 1 May 2018 20:33:09 +0000 (16:33 -0400)]
5.1.0 release notes: features and first of bugs
Andrew Hunt [Tue, 1 May 2018 19:56:27 +0000 (15:56 -0400)]
5.1.0 release notes: boilerplate
Andrew Hunt [Tue, 1 May 2018 19:36:37 +0000 (15:36 -0400)]
5.1.0 release notes: raw from script
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
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…
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
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
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
Seamus Lee [Mon, 30 Apr 2018 21:57:33 +0000 (07:57 +1000)]
[NFC] FIx indenting in eventFees template
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
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
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
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
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
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]
Jitendra Purohit [Mon, 30 Apr 2018 05:40:03 +0000 (11:10 +0530)]
Add unit test
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
deb.monish [Mon, 30 Apr 2018 08:28:11 +0000 (13:58 +0530)]
CRM-20459: Actively dt eprecate CRM_Core_OptionGroup::getValue
deb.monish [Mon, 30 Apr 2018 07:45:19 +0000 (13:15 +0530)]
(dev/core/91) Search Builder Improvements
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
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
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
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
eileen [Sun, 29 Apr 2018 06:17:02 +0000 (18:17 +1200)]
Fix Participant batch update to work with multiple value custom fields
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)
Matthew Wire [Sun, 29 Apr 2018 09:35:07 +0000 (10:35 +0100)]
Remove unused code
Matthew Wire [Sat, 28 Apr 2018 14:18:16 +0000 (15:18 +0100)]
Add CIVICRM_MAIL_LOG_AND_SEND to civicrm.settings.php.template
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
eileen [Sun, 29 Apr 2018 06:17:02 +0000 (18:17 +1200)]
Fix Participant batch update to work with multiple value custom fields
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
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
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
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
eileen [Sun, 29 Apr 2018 05:47:07 +0000 (17:47 +1200)]
Add unit test to event batch update (includes function extraction to support this)
Seamus Lee [Sun, 29 Apr 2018 05:21:55 +0000 (15:21 +1000)]
Dev/Core#90 Apply disabling Full Group By to reports
Seamus Lee [Sun, 29 Apr 2018 05:18:19 +0000 (15:18 +1000)]
Merge pull request #12043 from seamuslee001/dev_core_90
Dev/Core#90 Disable Only Full Group By sql mode on specific queries t…
eileen [Sun, 29 Apr 2018 02:08:59 +0000 (14:08 +1200)]
Fix regression whereby relationship types option no longer in adv search
Eileen McNaughton [Sun, 29 Apr 2018 04:39:17 +0000 (16:39 +1200)]
Merge pull request #12039 from mattwire/deprecated_paymentprocessortype
Remove usage of deprecated paymentProcessorType function