civicrm-core.git
5 years agoMerge pull request #13135 from civicrm/5.8
Eileen McNaughton [Tue, 20 Nov 2018 05:34:40 +0000 (18:34 +1300)]
Merge pull request #13135 from civicrm/5.8

5.8

5 years agoMerge pull request #13131 from eileenmcnaughton/5.8
Seamus Lee [Tue, 20 Nov 2018 05:30:31 +0000 (16:30 +1100)]
Merge pull request #13131 from eileenmcnaughton/5.8

dev/core#534 Fix intra-rc regression mis-saving of invoicing setting

5 years agoMerge pull request #13132 from eileenmcnaughton/php72
Seamus Lee [Tue, 20 Nov 2018 05:30:05 +0000 (16:30 +1100)]
Merge pull request #13132 from eileenmcnaughton/php72

Fix php 7.2 notice

5 years agoFix php 7.2 notice
eileen [Tue, 20 Nov 2018 03:33:02 +0000 (16:33 +1300)]
Fix php 7.2 notice

5 years agoFix saving of invoicing.
eileen [Tue, 20 Nov 2018 03:15:44 +0000 (16:15 +1300)]
Fix saving of invoicing.

Invoicing has setting metadata but this setting is ignored in various places in core in favour of using a hacky method. Don't break when
hackiness ensues

5 years agoMerge pull request #13124 from eileenmcnaughton/export_fgb
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

5 years agoMerge pull request #13087 from eileenmcnaughton/lybunt
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

5 years agoMerge pull request #13130 from civicrm/5.8
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

5 years agoMerge pull request #13128 from colemanw/jstree
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

5 years agodev/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

5 years agoFix a further fatal error when full group by is enabled
eileen [Mon, 19 Nov 2018 02:58:12 +0000 (15:58 +1300)]
Fix a further fatal error when full group by is enabled

5 years agoMerge pull request #13122 from eileenmcnaughton/export_merge
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

5 years agoMerge pull request #13121 from pradpnayak/BatchSearchFix
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

5 years agoFix Export when full group by mode is used
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

5 years agoRemove silly manipulateHeaderRows function
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

5 years agoRemove header handling that I think is unreachable
eileen [Sat, 17 Nov 2018 02:19:33 +0000 (15:19 +1300)]
Remove header handling that I think is unreachable

5 years agoMerge pull request #13117 from eileenmcnaughton/export2
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

5 years agoMerge pull request #13120 from eileenmcnaughton/less_primary
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

5 years agoMerge pull request #13098 from eileenmcnaughton/monish_pay
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

5 years agoModified unit test
Pradeep Nayak [Sun, 18 Nov 2018 19:15:30 +0000 (00:45 +0530)]
Modified unit test

5 years agoformat form values for multi-select fields
Pradeep Nayak [Sun, 18 Nov 2018 18:56:19 +0000 (00:26 +0530)]
format form values for multi-select fields

5 years agoQuery building shouldn't be iterated
Pradeep Nayak [Sun, 18 Nov 2018 18:52:44 +0000 (00:22 +0530)]
Query building shouldn't be iterated

5 years agoMerge pull request #13115 from eileenmcnaughton/noah
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

5 years agoRemove provider_id & duplicate key additions from export 'primary' (AKA all) fields
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

5 years agoMerge pull request #13119 from civicrm/JoeMurray-patch-4
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

5 years agoMerge pull request #13118 from civicrm/JoeMurray-patch-3
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

5 years agoMerge pull request #12650 from JMAConsulting/dev-core-321
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

5 years agoMinor Contact BAO code cleanup
highfalutin [Fri, 16 Nov 2018 20:48:12 +0000 (09:48 +1300)]
Minor Contact BAO code cleanup

5 years agoMerge pull request #13113 from mattwire/fix_delete_participant
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

5 years agoUpdate name of icon from pencil to wrench in EventInfo help
Joe Murray [Fri, 16 Nov 2018 22:12:52 +0000 (17:12 -0500)]
Update name of icon from pencil to wrench in EventInfo help

5 years agoFix grammar
Joe Murray [Fri, 16 Nov 2018 22:02:29 +0000 (17:02 -0500)]
Fix grammar

5 years agoMove buildRow to processor class
eileen [Fri, 16 Nov 2018 21:03:32 +0000 (10:03 +1300)]
Move buildRow to processor class

5 years agoMove getTransformedFieldValue to exportProcessor
eileen [Fri, 16 Nov 2018 20:55:50 +0000 (09:55 +1300)]
Move getTransformedFieldValue to exportProcessor

5 years agoDon't pass il8n object, just use singleton
eileen [Thu, 15 Nov 2018 23:45:03 +0000 (12:45 +1300)]
Don't pass il8n object, just use singleton

5 years agoExtract buildRow
eileen [Thu, 15 Nov 2018 23:42:31 +0000 (12:42 +1300)]
Extract buildRow

5 years agoMerge pull request #13110 from eileenmcnaughton/profile_translate
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

5 years agoMerge pull request #13082 from eileenmcnaughton/export
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

5 years agoFix delete event participant fatal error and display name if no email
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

5 years agoMerge pull request #13111 from eileenmcnaughton/php72Countable
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

5 years agoMerge pull request #13112 from jitendrapurohit/core-528
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…

5 years agodev/core#528 - Advanced Search -> Contribution Tab and Contribution Dashboard returns...
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

5 years agoLybunt report - improve developer support for debugging this report
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

5 years agoFix php7.2 notices on trying to count null
eileen [Fri, 16 Nov 2018 01:55:38 +0000 (14:55 +1300)]
Fix php7.2 notices on trying to count null

5 years agoMerge pull request #13101 from systopia/issue_525
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

5 years agoAlways create temp table at the start.
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

5 years agoMove wrangling payment header outside main row iteration
eileen [Mon, 12 Nov 2018 01:50:31 +0000 (14:50 +1300)]
Move wrangling payment header outside main row iteration

5 years agoRefactor out getPaymentHeaders function
eileen [Mon, 12 Nov 2018 01:49:17 +0000 (14:49 +1300)]
Refactor out getPaymentHeaders function

5 years agoUse getComponentPaymentFields from processorClass
eileen [Mon, 12 Nov 2018 01:04:42 +0000 (14:04 +1300)]
Use getComponentPaymentFields from processorClass

5 years agoFurther the conversion to deal with non-entity pseudofield
eileen [Thu, 15 Nov 2018 23:00:04 +0000 (12:00 +1300)]
Further the conversion to deal with non-entity pseudofield

5 years agoPartial converstion of Profile form to be an entity form, fixes translatability for...
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

5 years agoMerge pull request #13107 from eileenmcnaughton/php72Countable
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

5 years agoMerge pull request #13109 from civicrm/5.8
Seamus Lee [Thu, 15 Nov 2018 22:47:49 +0000 (09:47 +1100)]
Merge pull request #13109 from civicrm/5.8

5.8

5 years agoMerge pull request #13108 from seamuslee001/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

5 years agoUse tab title in feedback message
Christian Wach [Thu, 15 Nov 2018 13:16:03 +0000 (13:16 +0000)]
Use tab title in feedback message

5 years agoFix warning error on php 7.2
eileen [Thu, 15 Nov 2018 20:12:46 +0000 (09:12 +1300)]
Fix warning error on php 7.2

5 years agoMerge pull request #13106 from seamuslee001/5.8
Eileen McNaughton [Thu, 15 Nov 2018 20:09:52 +0000 (09:09 +1300)]
Merge pull request #13106 from seamuslee001/5.8

5.8

5 years agoReplace deprecated event function
eileen [Thu, 15 Nov 2018 07:22:09 +0000 (20:22 +1300)]
Replace deprecated event function

5 years agoRetrieve tab key from form attributes even when action is urlencoded
Christian Wach [Thu, 15 Nov 2018 12:05:54 +0000 (12:05 +0000)]
Retrieve tab key from form attributes even when action is urlencoded

5 years agoMerge pull request #13093 from eileenmcnaughton/event_deprecated
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

5 years agoMerge pull request #13097 from eileenmcnaughton/website_type
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

5 years agoMerge pull request #13100 from eileenmcnaughton/env
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

5 years agoMerge pull request #13102 from christianwach/issue-526
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

5 years agoMerge pull request #13099 from christianwach/issue-wp-12-tab
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

5 years agoUse tab title in feedback message
Christian Wach [Thu, 15 Nov 2018 13:16:03 +0000 (13:16 +0000)]
Use tab title in feedback message

5 years agoReplace deprecated event function
eileen [Thu, 15 Nov 2018 07:22:09 +0000 (20:22 +1300)]
Replace deprecated event function

5 years agodev/cloud-native/issues#18: Soften messages for read-only extensionsDir
tiotsop01 [Thu, 15 Nov 2018 12:21:19 +0000 (01:21 +1300)]
dev/cloud-native/issues#18: Soften messages for read-only extensionsDir

5 years agofix for issue-525: Extraneous br-tags in rendered note-fields
Thomas Leichtuss [Thu, 15 Nov 2018 12:16:16 +0000 (13:16 +0100)]
fix for issue-525: Extraneous br-tags in rendered note-fields

5 years agoRetrieve tab key from form attributes even when action is urlencoded
Christian Wach [Thu, 15 Nov 2018 12:05:54 +0000 (12:05 +0000)]
Retrieve tab key from form attributes even when action is urlencoded

5 years agodev/core#153: Pending Pay Later /w Custom payment method
deb.monish [Sat, 23 Jun 2018 15:41:09 +0000 (21:11 +0530)]
dev/core#153: Pending Pay Later /w Custom payment method

5 years agoMerge pull request #13095 from eileenmcnaughton/case_date
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

5 years agoCRM-21427: Allow multiple websites without type and only allow a single website of...
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

5 years agoAdd format type to Case Start and End Dates
ray-wright [Thu, 15 Nov 2018 08:35:56 +0000 (21:35 +1300)]
Add format type to Case Start and End Dates

5 years agoMerge pull request #13091 from omarabuhussein/dev/core#193-v2
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

5 years agoMerge pull request #13094 from civicrm/5.8
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

5 years agoMerge pull request #13084 from colemanw/menuCleanup
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

5 years agoMerge pull request #12557 from eileenmcnaughton/activity
Seamus Lee [Wed, 14 Nov 2018 22:06:54 +0000 (09:06 +1100)]
Merge pull request #12557 from eileenmcnaughton/activity

Activity tab code refactor

5 years agohttp://dev/core#193: Ensure that tax amount is calculated when checking for order...
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

5 years agoMerge pull request #13081 from colemanw/mergeBtn
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

5 years agoMerge pull request #12659 from kenwest/strip-html-tags-from-joblog-description
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

5 years agoMerge pull request #13085 from colemanw/scroll
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

5 years agoAdd unit test for CRM_Core_BAO_Navigation::checkPermission()
Coleman Watts [Wed, 14 Nov 2018 04:28:47 +0000 (23:28 -0500)]
Add unit test for CRM_Core_BAO_Navigation::checkPermission()

5 years agoMerge pull request #12942 from twomice/CRM-19751_search_on_hold_form
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 …

5 years agoFix accidental scroll when saving/deleting CiviMail draft
Coleman Watts [Tue, 13 Nov 2018 20:24:32 +0000 (15:24 -0500)]
Fix accidental scroll when saving/deleting CiviMail draft

5 years agoToward CRM-19751: conditionally change On-Hold criteria to select on Advanced Search...
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.

5 years agoMerge pull request #12990 from mattwire/event_copy_posthook
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

5 years agoMenu code cleanup in preparation for switch to SmartMenus library
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

5 years agoAdd merge link to duplicate contact popup
Coleman Watts [Sun, 11 Nov 2018 16:51:41 +0000 (11:51 -0500)]
Add merge link to duplicate contact popup

5 years agoMerge pull request #13076 from colemanw/dev/core#503
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

5 years agoMerge pull request #13083 from eileenmcnaughton/export_huh
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

5 years agoExport code cleanup -remove meaningless code
eileen [Mon, 12 Nov 2018 04:40:02 +0000 (17:40 +1300)]
Export code cleanup -remove meaningless code

5 years agoMerge pull request #13079 from seamuslee001/lab_core_372
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…

5 years agoMerge pull request #13073 from omarabuhussein/dev/core#513
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

5 years agoMerge pull request #13080 from civicrm/5.8
Seamus Lee [Sat, 10 Nov 2018 12:04:03 +0000 (23:04 +1100)]
Merge pull request #13080 from civicrm/5.8

5.8

5 years agoMerge pull request #13075 from colemanw/help
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

5 years agoMerge pull request #13077 from seamuslee001/lab_core_93
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…

5 years agodev/core#372 Remove notice on activity update due to trying to process details key...
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

5 years agoAdd in unit test of dev/core#93 expansion to allow order by of more than 2 joins
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

5 years agodev/core#503 - More accurate custom field checking before htmlEncode
Coleman Watts [Fri, 9 Nov 2018 15:42:39 +0000 (10:42 -0500)]
dev/core#503 - More accurate custom field checking before htmlEncode

5 years agoFix missing quotation marks in help file
Coleman Watts [Fri, 9 Nov 2018 15:29:23 +0000 (10:29 -0500)]
Fix missing quotation marks in help file

5 years agoFix typo in smarty help
Coleman Watts [Fri, 9 Nov 2018 15:22:10 +0000 (10:22 -0500)]
Fix typo in smarty help