eileen [Tue, 20 Nov 2018 03:33:02 +0000 (16:33 +1300)]
Fix php 7.2 notice
Seamus Lee [Tue, 20 Nov 2018 02:31:40 +0000 (13:31 +1100)]
Merge pull request #13124 from eileenmcnaughton/export_fgb
Fix Export when full group by mode is used
Eileen McNaughton [Tue, 20 Nov 2018 02:22:10 +0000 (15:22 +1300)]
Merge pull request #13087 from eileenmcnaughton/lybunt
Lybunt report - improve developer support for debugging this report
Eileen McNaughton [Tue, 20 Nov 2018 00:10:05 +0000 (13:10 +1300)]
Merge pull request #13130 from civicrm/5.8
5.8 to master
Eileen McNaughton [Tue, 20 Nov 2018 00:09:17 +0000 (13:09 +1300)]
Merge pull request #13128 from colemanw/jstree
dev/core#507 - Fix wrong version of jstree in search popop
Coleman Watts [Mon, 19 Nov 2018 20:22:34 +0000 (15:22 -0500)]
dev/core#507 - Fix wrong version of jstree in search popop
eileen [Mon, 19 Nov 2018 02:58:12 +0000 (15:58 +1300)]
Fix a further fatal error when full group by is enabled
Eileen McNaughton [Mon, 19 Nov 2018 02:03:12 +0000 (15:03 +1300)]
Merge pull request #13122 from eileenmcnaughton/export_merge
Export code cleanup - remove silly function
Eileen McNaughton [Mon, 19 Nov 2018 00:54:57 +0000 (13:54 +1300)]
Merge pull request #13121 from pradpnayak/BatchSearchFix
dev/core#532 Batch search fix
eileen [Mon, 19 Nov 2018 00:45:54 +0000 (13:45 +1300)]
Fix Export when full group by mode is used
After upgrading locally to mysql 5.7 I found that the exportIM test
was taking so long locally that I was killing it rather than finding
out how long it would take.
Digging into it I found that we were changing the query so that
attempts to group by contact ID were being nullified when full group by
is enabled. This meant that we were winding up with
7776 rows being retrieved to reflect a grid of permutations, which was
being iterated down to 1 in php.
In general the practice of altering the groupby to meet this new
standard is one that we determined to be
causing problems and we discontinued / rolled back
eileen [Sat, 17 Nov 2018 02:24:54 +0000 (15:24 +1300)]
Remove silly manipulateHeaderRows function
Export code cleanup - Extend testing so we can get rid of silly manipulate fn
eileen [Sat, 17 Nov 2018 02:19:33 +0000 (15:19 +1300)]
Remove header handling that I think is unreachable
Eileen McNaughton [Sun, 18 Nov 2018 21:57:04 +0000 (10:57 +1300)]
Merge pull request #13117 from eileenmcnaughton/export2
Export code clean up - extract build row & getTransformed row off to ExportProcessor
Eileen McNaughton [Sun, 18 Nov 2018 21:48:11 +0000 (10:48 +1300)]
Merge pull request #13120 from eileenmcnaughton/less_primary
Export class cleanup - remove some unnecessary code
Eileen McNaughton [Sun, 18 Nov 2018 20:54:26 +0000 (09:54 +1300)]
Merge pull request #13098 from eileenmcnaughton/monish_pay
dev/core#153: Pending Pay Later /w Custom payment method
Pradeep Nayak [Sun, 18 Nov 2018 19:15:30 +0000 (00:45 +0530)]
Modified unit test
Pradeep Nayak [Sun, 18 Nov 2018 18:56:19 +0000 (00:26 +0530)]
format form values for multi-select fields
Pradeep Nayak [Sun, 18 Nov 2018 18:52:44 +0000 (00:22 +0530)]
Query building shouldn't be iterated
Eileen McNaughton [Sat, 17 Nov 2018 18:31:50 +0000 (07:31 +1300)]
Merge pull request #13115 from eileenmcnaughton/noah
Minor Contact BAO code cleanup
eileen [Sat, 17 Nov 2018 01:49:36 +0000 (14:49 +1300)]
Remove provider_id & duplicate key additions from export 'primary' (AKA all) fields
In testing all these fields except for provider_id are already in the primary field.
Provider ID is a psynonym for im_provider. Possibly it is the better name choice
but it has a lot of hacks associated with it that can go by removing it
Eileen McNaughton [Sat, 17 Nov 2018 04:20:53 +0000 (17:20 +1300)]
Merge pull request #13119 from civicrm/JoeMurray-patch-4
Update name of icon from pencil to wrench in EventInfo help
Joe Murray [Sat, 17 Nov 2018 03:02:43 +0000 (22:02 -0500)]
Merge pull request #13118 from civicrm/JoeMurray-patch-3
Fix Configure Event help grammar
Eileen McNaughton [Sat, 17 Nov 2018 02:34:23 +0000 (15:34 +1300)]
Merge pull request #12650 from JMAConsulting/dev-core-321
dev/core#321: Prevent duplicate entries in civicrm_entity_file
highfalutin [Fri, 16 Nov 2018 20:48:12 +0000 (09:48 +1300)]
Minor Contact BAO code cleanup
Eileen McNaughton [Fri, 16 Nov 2018 23:56:08 +0000 (12:56 +1300)]
Merge pull request #13113 from mattwire/fix_delete_participant
Regression: Fix delete event participant fatal error and display name if no email
Joe Murray [Fri, 16 Nov 2018 22:12:52 +0000 (17:12 -0500)]
Update name of icon from pencil to wrench in EventInfo help
Joe Murray [Fri, 16 Nov 2018 22:02:29 +0000 (17:02 -0500)]
Fix grammar
eileen [Fri, 16 Nov 2018 21:03:32 +0000 (10:03 +1300)]
Move buildRow to processor class
eileen [Fri, 16 Nov 2018 20:55:50 +0000 (09:55 +1300)]
Move getTransformedFieldValue to exportProcessor
eileen [Thu, 15 Nov 2018 23:45:03 +0000 (12:45 +1300)]
Don't pass il8n object, just use singleton
eileen [Thu, 15 Nov 2018 23:42:31 +0000 (12:42 +1300)]
Extract buildRow
Eileen McNaughton [Fri, 16 Nov 2018 20:34:05 +0000 (09:34 +1300)]
Merge pull request #13110 from eileenmcnaughton/profile_translate
dev/core#527 Permit translation of Public Title field for Profiles
Eileen McNaughton [Fri, 16 Nov 2018 20:27:47 +0000 (09:27 +1300)]
Merge pull request #13082 from eileenmcnaughton/export
Export code cleanup - Use getComponentPaymentFields from processorClass
Matthew Wire (MJW Consulting) [Fri, 16 Nov 2018 16:22:40 +0000 (16:22 +0000)]
Fix delete event participant fatal error and display name if no email
Monish Deb [Fri, 16 Nov 2018 11:01:34 +0000 (16:31 +0530)]
Merge pull request #13111 from eileenmcnaughton/php72Countable
Fix php7.2 notices on trying to count null
Monish Deb [Fri, 16 Nov 2018 10:58:26 +0000 (16:28 +0530)]
Merge pull request #13112 from jitendrapurohit/core-528
dev/core#528 - Advanced Search -> Contribution Tab and Contribution D…
Jitendra Purohit [Fri, 16 Nov 2018 07:06:00 +0000 (12:36 +0530)]
dev/core#528 - Advanced Search -> Contribution Tab and Contribution Dashboard returns a fatal error
eileen [Wed, 14 Nov 2018 02:13:05 +0000 (15:13 +1300)]
Lybunt report - improve developer support for debugging this report
By using the createTemporaryTable to create our temporaray table we
help developers out by
a) adding the query to the developer tab
b) supporting CIVICRM_TEMP_FORCE_DURABLE
(see debugging section in dev docs)
This fix updates a function used by reports that have been marked with
groupFilterNotOptimised = FALSE
The reports with optimised group filtering construct a temp table
of contacts in the groups & use those to inner join / limit
the contacts in the report.
They are tested via a bunch of tests in api_v3_ReportTemplateTest such as
testReportsWithNonSmartGroupFilter
m
Change-Id: I1102b43a643760320a4b011c7a11146c8d4f380f
eileen [Fri, 16 Nov 2018 01:55:38 +0000 (14:55 +1300)]
Fix php7.2 notices on trying to count null
Eileen McNaughton [Fri, 16 Nov 2018 00:43:45 +0000 (13:43 +1300)]
Merge pull request #13101 from systopia/issue_525
fix for issue-525: Extraneous br-tags in rendered note-fields
eileen [Thu, 15 Nov 2018 23:31:39 +0000 (12:31 +1300)]
Always create temp table at the start.
The saving of not creating an empty file occassionally doesn't warrant the code complexity
eileen [Mon, 12 Nov 2018 01:50:31 +0000 (14:50 +1300)]
Move wrangling payment header outside main row iteration
eileen [Mon, 12 Nov 2018 01:49:17 +0000 (14:49 +1300)]
Refactor out getPaymentHeaders function
eileen [Mon, 12 Nov 2018 01:04:42 +0000 (14:04 +1300)]
Use getComponentPaymentFields from processorClass
eileen [Thu, 15 Nov 2018 23:00:04 +0000 (12:00 +1300)]
Further the conversion to deal with non-entity pseudofield
eileen [Thu, 15 Nov 2018 22:44:39 +0000 (11:44 +1300)]
Partial converstion of Profile form to be an entity form, fixes translatability for frontend title
Eileen McNaughton [Thu, 15 Nov 2018 23:00:36 +0000 (12:00 +1300)]
Merge pull request #13107 from eileenmcnaughton/php72Countable
Fix warning error on php 7.2
Seamus Lee [Thu, 15 Nov 2018 22:47:49 +0000 (09:47 +1100)]
Merge pull request #13109 from civicrm/5.8
5.8
Seamus Lee [Thu, 15 Nov 2018 22:46:51 +0000 (09:46 +1100)]
Merge pull request #13108 from seamuslee001/5.8
Port Use tab title in feedback message
Christian Wach [Thu, 15 Nov 2018 13:16:03 +0000 (13:16 +0000)]
Use tab title in feedback message
eileen [Thu, 15 Nov 2018 20:12:46 +0000 (09:12 +1300)]
Fix warning error on php 7.2
Eileen McNaughton [Thu, 15 Nov 2018 20:09:52 +0000 (09:09 +1300)]
Merge pull request #13106 from seamuslee001/5.8
5.8
eileen [Thu, 15 Nov 2018 07:22:09 +0000 (20:22 +1300)]
Replace deprecated event function
Christian Wach [Thu, 15 Nov 2018 12:05:54 +0000 (12:05 +0000)]
Retrieve tab key from form attributes even when action is urlencoded
Eileen McNaughton [Thu, 15 Nov 2018 19:51:07 +0000 (08:51 +1300)]
Merge pull request #13093 from eileenmcnaughton/event_deprecated
Replace deprecated event function
Eileen McNaughton [Thu, 15 Nov 2018 19:48:15 +0000 (08:48 +1300)]
Merge pull request #13097 from eileenmcnaughton/website_type
CRM-21427 - Add form validation to make it clear we only allow a single website of each type
Seamus Lee [Thu, 15 Nov 2018 19:28:57 +0000 (06:28 +1100)]
Merge pull request #13100 from eileenmcnaughton/env
dev/cloud-native/issues#18: Soften messages for read-only extensionsDir
Seamus Lee [Thu, 15 Nov 2018 19:28:17 +0000 (06:28 +1100)]
Merge pull request #13102 from christianwach/issue-526
Use tab title in feedback message
Seamus Lee [Thu, 15 Nov 2018 19:24:24 +0000 (06:24 +1100)]
Merge pull request #13099 from christianwach/issue-wp-12-tab
Retrieve tab key from form attributes even when action is urlencoded
Christian Wach [Thu, 15 Nov 2018 13:16:03 +0000 (13:16 +0000)]
Use tab title in feedback message
eileen [Thu, 15 Nov 2018 07:22:09 +0000 (20:22 +1300)]
Replace deprecated event function
tiotsop01 [Thu, 15 Nov 2018 12:21:19 +0000 (01:21 +1300)]
dev/cloud-native/issues#18: Soften messages for read-only extensionsDir
Thomas Leichtuss [Thu, 15 Nov 2018 12:16:16 +0000 (13:16 +0100)]
fix for issue-525: Extraneous br-tags in rendered note-fields
Christian Wach [Thu, 15 Nov 2018 12:05:54 +0000 (12:05 +0000)]
Retrieve tab key from form attributes even when action is urlencoded
deb.monish [Sat, 23 Jun 2018 15:41:09 +0000 (21:11 +0530)]
dev/core#153: Pending Pay Later /w Custom payment method
Eileen McNaughton [Thu, 15 Nov 2018 11:18:13 +0000 (00:18 +1300)]
Merge pull request #13095 from eileenmcnaughton/case_date
Add format type to Case Start and End Dates
Guillaume Boudrias [Fri, 27 Jul 2018 15:53:46 +0000 (11:53 -0400)]
CRM-21427: Allow multiple websites without type and only allow a single website of specified type
ray-wright [Thu, 15 Nov 2018 08:35:56 +0000 (21:35 +1300)]
Add format type to Case Start and End Dates
Monish Deb [Thu, 15 Nov 2018 08:10:21 +0000 (13:40 +0530)]
Merge pull request #13091 from omarabuhussein/dev/core#193-v2
dev/core#193: Ensure that tax amount is calculated when checking for order API line item
Eileen McNaughton [Thu, 15 Nov 2018 07:53:09 +0000 (20:53 +1300)]
Merge pull request #13094 from civicrm/5.8
5.8 to master
Monish Deb [Thu, 15 Nov 2018 07:26:36 +0000 (12:56 +0530)]
Merge pull request #13084 from colemanw/menuCleanup
dev/core#487 Menu cleanup in preparation for switch to SmartMenus library
Seamus Lee [Wed, 14 Nov 2018 22:06:54 +0000 (09:06 +1100)]
Merge pull request #12557 from eileenmcnaughton/activity
Activity tab code refactor
Omar abu hussein [Wed, 14 Nov 2018 21:06:56 +0000 (23:06 +0200)]
dev/core#193: Ensure that tax amount is calculated when checking for order API line items
Eileen McNaughton [Wed, 14 Nov 2018 19:06:22 +0000 (08:06 +1300)]
Merge pull request #13081 from colemanw/mergeBtn
Add merge link to duplicate contact popup
colemanw [Wed, 14 Nov 2018 14:45:22 +0000 (09:45 -0500)]
Merge pull request #12659 from kenwest/strip-html-tags-from-joblog-description
Fix Job Log entries containing links so they will display properly
Monish Deb [Wed, 14 Nov 2018 07:42:50 +0000 (13:12 +0530)]
Merge pull request #13085 from colemanw/scroll
Fix accidental scroll when saving/deleting CiviMail draft
Coleman Watts [Wed, 14 Nov 2018 04:28:47 +0000 (23:28 -0500)]
Add unit test for CRM_Core_BAO_Navigation::checkPermission()
Eileen McNaughton [Wed, 14 Nov 2018 01:35:36 +0000 (14:35 +1300)]
Merge pull request #12942 from twomice/CRM-19751_search_on_hold_form
Toward CRM-19751: conditionally change On-Hold criteria to select on …
Coleman Watts [Tue, 13 Nov 2018 20:24:32 +0000 (15:24 -0500)]
Fix accidental scroll when saving/deleting CiviMail draft
Allen Shaw [Tue, 16 Oct 2018 14:07:34 +0000 (09:07 -0500)]
Toward CRM-19751: conditionally change On-Hold criteria to select on Advanced Search form.
Eileen McNaughton [Tue, 13 Nov 2018 19:39:13 +0000 (08:39 +1300)]
Merge pull request #12990 from mattwire/event_copy_posthook
Trigger post hook on Event Copy
Coleman Watts [Tue, 13 Nov 2018 16:20:41 +0000 (11:20 -0500)]
Menu code cleanup in preparation for switch to SmartMenus library
- Add a couple client side variables
- Fix access to functions that were private for no reason
- Extract permissions check into its own function
- Fire crmLoad event when menu loads
Coleman Watts [Sun, 11 Nov 2018 16:51:41 +0000 (11:51 -0500)]
Add merge link to duplicate contact popup
Eileen McNaughton [Tue, 13 Nov 2018 03:01:39 +0000 (16:01 +1300)]
Merge pull request #13076 from colemanw/dev/core#503
dev/core#503 - More accurate custom field checking before htmlEncode
Monish Deb [Mon, 12 Nov 2018 18:31:44 +0000 (00:01 +0530)]
Merge pull request #13083 from eileenmcnaughton/export_huh
Export code cleanup -remove meaningless code
eileen [Mon, 12 Nov 2018 04:40:02 +0000 (17:40 +1300)]
Export code cleanup -remove meaningless code
Eileen McNaughton [Sun, 11 Nov 2018 20:16:33 +0000 (09:16 +1300)]
Merge pull request #13079 from seamuslee001/lab_core_372
dev/core#372 Remove notice on activity update due to trying to proces…
Eileen McNaughton [Sun, 11 Nov 2018 00:09:25 +0000 (13:09 +1300)]
Merge pull request #13073 from omarabuhussein/dev/core#513
dev/core#513: Using payment_instrument_id instead of payment_type to determine the payment instrument when using the Transact API
Seamus Lee [Sat, 10 Nov 2018 12:04:03 +0000 (23:04 +1100)]
Merge pull request #13080 from civicrm/5.8
5.8
Seamus Lee [Sat, 10 Nov 2018 05:12:08 +0000 (16:12 +1100)]
Merge pull request #13075 from colemanw/help
Fix typo in smarty help
Seamus Lee [Sat, 10 Nov 2018 00:23:28 +0000 (11:23 +1100)]
Merge pull request #13077 from seamuslee001/lab_core_93
(NFC) Add in unit test of dev/core#93 expansion to allow order by of more t…
Seamus Lee [Fri, 9 Nov 2018 21:09:32 +0000 (08:09 +1100)]
dev/core#372 Remove notice on activity update due to trying to process details key when non existant
Seamus Lee [Fri, 9 Nov 2018 21:01:28 +0000 (08:01 +1100)]
Add in unit test of dev/core#93 expansion to allow order by of more than 2 joins
Coleman Watts [Fri, 9 Nov 2018 15:42:39 +0000 (10:42 -0500)]
dev/core#503 - More accurate custom field checking before htmlEncode
Coleman Watts [Fri, 9 Nov 2018 15:29:23 +0000 (10:29 -0500)]
Fix missing quotation marks in help file
Coleman Watts [Fri, 9 Nov 2018 15:22:10 +0000 (10:22 -0500)]
Fix typo in smarty help
Eileen McNaughton [Fri, 9 Nov 2018 01:43:26 +0000 (14:43 +1300)]
Merge pull request #13072 from aydun/core511_membership_dashboard
dev/core#511 Fix wrong current month showing on Membership Dashboard
Aidan Saunders [Thu, 8 Nov 2018 12:39:06 +0000 (12:39 +0000)]
Fix wrong current month showing on Membership Dashboard
Remove stray dash after Last Month name
Add tests for new CRM_Utils_Date::customFormatTs() and existing CRM_Utils_Date::customFormat()
dev/core#511
Omar abu hussein [Thu, 8 Nov 2018 16:23:13 +0000 (16:23 +0000)]
dev/core#513: USe payment_instrument_id instead of payment_type to determine the payment instrument when using the Transact API
Eileen McNaughton [Thu, 8 Nov 2018 09:02:56 +0000 (22:02 +1300)]
Merge pull request #13071 from civicrm/5.8
5.8 to master