civicrm-core.git
6 years agorevert commit that modified getRecurDetails()
Andrew Engelbrecht [Fri, 19 Jan 2018 02:16:08 +0000 (21:16 -0500)]
revert commit that modified getRecurDetails()

we aren't quite sure what this was supposed to do, but this patch was
breaking our site, and it now works with these changes reverted.

6 years agoThis version of the TC code is no longer in use
Andrew Engelbrecht [Tue, 16 Jan 2018 18:31:27 +0000 (13:31 -0500)]
This version of the TC code is no longer in use

the code in org.fsf.payment.trustcommerce was used, and will continue to
be used for the time being.

6 years agocorrected variable name
Andrew Engelbrecht [Fri, 12 Jan 2018 22:19:17 +0000 (17:19 -0500)]
corrected variable name

this code was moved from another location during a git rebase, and the a
variable name needed to change.

6 years agoSort by country,second_name,first_name for pdf generation of international mailings
Ruben Rodriguez [Wed, 15 Nov 2017 17:29:39 +0000 (12:29 -0500)]
Sort by country,second_name,first_name for pdf generation of international mailings

(change currently disabled / commented out -- sudoman)

6 years agoDisable recipient estimation on mailings
Ruben Rodriguez [Wed, 15 Nov 2017 17:28:43 +0000 (12:28 -0500)]
Disable recipient estimation on mailings

6 years agoCorrected TeX ligatures for pdf letters
Ruben Rodriguez [Mon, 13 Nov 2017 22:53:57 +0000 (17:53 -0500)]
Corrected TeX ligatures for pdf letters

6 years agoFilter groups according to included profiles
Andrew Engelbrecht [Mon, 25 Sep 2017 22:34:51 +0000 (18:34 -0400)]
Filter groups according to included profiles

This is a continuation of the contact groups filtering feature, which
allows admins to filter the public listings of contact groups on various
Civi pages by setting a Drupal variable with drush.

It is now possible to set a rule for a profile and for that rule to
automatically apply to standalone profile pages, contribution pages that
include the profile, and event pages that include it as well.

See comments in CRM/Contact/Form/Edit/TagsAndGroups.php for instructions
on how to set the variable via drush.

6 years agoAllow admin to change the names of filtered groups
Andrew Engelbrecht [Mon, 18 Sep 2017 22:19:40 +0000 (18:19 -0400)]
Allow admin to change the names of filtered groups

This feature lets one mimic a custom field by allowing admins to change
the text that appears next to each group's check box, via drush.

The json format is a bit more nested, but indented json can be used. An
exmple is included in CRM/Contact/Form/Edit/TagsAndGroups.php.

6 years agoGroups filter hack for smaller groups listings
Andrew Engelbrecht [Fri, 15 Sep 2017 20:15:10 +0000 (16:15 -0400)]
Groups filter hack for smaller groups listings

This change is a dirty hack that lets site admins filter the "Contacts
Group(s)" field output in select profiles. This reduces overwhem for
users when they are making a donation or filling out a form with the
Groups signup field. This is preferable to using a custom field with
smart groups because the Groups field provides double opt-in, while
custom fields do not.

The filter is controlled via a json string stored in a drupal variable
that can be set with drush like so:

drush vset --format=string groups_field_filters "{...}"

See the documentation marked with "sudoman hack" in
CRM/Contact/Form/Edit/TagsAndGroups.php for an example.

6 years agoremove unneeded file not deleted in git rebase
Andrew Engelbrecht [Wed, 19 Jul 2017 21:28:47 +0000 (17:28 -0400)]
remove unneeded file not deleted in git rebase

6 years agoremove unneeded file (latex.patch)
Andrew Engelbrecht [Wed, 19 Jul 2017 20:31:29 +0000 (16:31 -0400)]
remove unneeded file (latex.patch)

this was apparently not removed in the git rebase.

6 years agoComment cleanup
Ruben Rodriguez [Thu, 1 Dec 2016 21:59:27 +0000 (16:59 -0500)]
Comment cleanup

6 years agoUpdated the LaTeX header for letters
Ruben Rodriguez [Thu, 1 Dec 2016 21:28:53 +0000 (16:28 -0500)]
Updated the LaTeX header for letters

6 years agoAdded hack for scaping curly brackets on smarty LaTeX templates
Ruben Rodriguez [Fri, 10 Jun 2016 19:06:07 +0000 (15:06 -0400)]
Added hack for scaping curly brackets on smarty LaTeX templates

6 years agoTuned up PdfLatex font settings
Ruben Rodriguez [Fri, 10 Jun 2016 19:05:21 +0000 (15:05 -0400)]
Tuned up PdfLatex font settings

6 years agoredisabling mail tracking
k [Tue, 15 Mar 2016 17:41:14 +0000 (13:41 -0400)]
redisabling mail tracking

6 years agoredoing replacement of "Confirm Contribution" with "Review Contribution"
k [Tue, 15 Mar 2016 17:37:59 +0000 (13:37 -0400)]
redoing replacement of "Confirm Contribution" with "Review Contribution"

6 years agoSolving RT ticket #1092988
k [Tue, 15 Mar 2016 17:13:26 +0000 (13:13 -0400)]
Solving RT ticket #1092988
adding civicrm ID to contributin record

6 years agoreverted js changes back to upstream
Lisa Marie Maginnis [Thu, 15 Oct 2015 03:10:17 +0000 (23:10 -0400)]
reverted js changes back to upstream

6 years agoipn receiver for external api
Lisa Marie Maginnis [Mon, 21 Sep 2015 17:33:03 +0000 (13:33 -0400)]
ipn receiver for external api

6 years agoPriceset 2nd half
Lisa Marie Maginnis [Mon, 21 Sep 2015 17:28:53 +0000 (13:28 -0400)]
Priceset 2nd half

6 years agoPriceset/debugwatchdog
Lisa Marie Maginnis [Mon, 21 Sep 2015 17:28:43 +0000 (13:28 -0400)]
Priceset/debugwatchdog

6 years agoRemoved cache rebuild from the GroupContact
Lisa Marie Maginnis [Mon, 21 Sep 2015 17:18:43 +0000 (13:18 -0400)]
Removed cache rebuild from the GroupContact

6 years agoRT#765026, patch for null values in civicrm_acl_cache
Lisa Marie Maginnis [Mon, 21 Sep 2015 17:15:03 +0000 (13:15 -0400)]
RT#765026, patch for null values in civicrm_acl_cache

6 years agoAdded the current uncommited changes to production code, and rebased to 4.6.8
Ruben Rodriguez [Thu, 10 Sep 2015 22:24:23 +0000 (18:24 -0400)]
Added the current uncommited changes to production code, and rebased to 4.6.8

6 years agoAdditional files for PDF/Latex
Lisa Marie Maginnis [Thu, 1 May 2014 21:29:27 +0000 (17:29 -0400)]
Additional files for PDF/Latex

6 years agoOur changes
Lisa Marie Maginnis [Thu, 1 May 2014 21:04:18 +0000 (17:04 -0400)]
Our changes

6 years agoMerge pull request #11741 from agh1/4.7.31-releasenotes
Tim Otten [Wed, 7 Mar 2018 23:39:57 +0000 (15:39 -0800)]
Merge pull request #11741 from agh1/4.7.31-releasenotes

4.7.31 release notes

6 years ago4.7.31 release notes: last-minute credit add
Andrew Hunt [Wed, 7 Mar 2018 20:22:41 +0000 (15:22 -0500)]
4.7.31 release notes: last-minute credit add

6 years ago4.7.31 release notes: fixed one mis-categorized thing
Andrew Hunt [Wed, 7 Mar 2018 19:56:58 +0000 (14:56 -0500)]
4.7.31 release notes: fixed one mis-categorized thing

6 years ago4.7.31 release notes: alphabetized sections and filled synopsis
Andrew Hunt [Wed, 7 Mar 2018 17:03:48 +0000 (12:03 -0500)]
4.7.31 release notes: alphabetized sections and filled synopsis

Also added late change

6 years ago4.7.31 release notes: finished bugs
Andrew Hunt [Wed, 7 Mar 2018 16:59:56 +0000 (11:59 -0500)]
4.7.31 release notes: finished bugs

6 years ago4.7.31 release notes: added code contributors since 4.7.14 to CONTRIBUTORS.txt
Andrew Hunt [Wed, 7 Mar 2018 02:59:34 +0000 (21:59 -0500)]
4.7.31 release notes: added code contributors since 4.7.14 to CONTRIBUTORS.txt

6 years ago4.7.31 release notes: finished contributors
Andrew Hunt [Wed, 7 Mar 2018 01:44:23 +0000 (20:44 -0500)]
4.7.31 release notes: finished contributors

6 years ago4.7.31 release notes: done with features
Andrew Hunt [Wed, 7 Mar 2018 00:26:51 +0000 (19:26 -0500)]
4.7.31 release notes: done with features

6 years ago4.7.31 release notes: first items, boilerplate
Andrew Hunt [Wed, 28 Feb 2018 17:23:51 +0000 (12:23 -0500)]
4.7.31 release notes: first items, boilerplate

6 years agoMerge pull request #11749 from eileenmcnaughton/4.7.31-rc
Seamus Lee [Tue, 6 Mar 2018 20:10:28 +0000 (07:10 +1100)]
Merge pull request #11749 from eileenmcnaughton/4.7.31-rc

CRM-21771: error when viewing event registration with linked contribu…

6 years agoCRM-21771: error when viewing event registration with linked contribution
Jitendra Purohit [Thu, 22 Feb 2018 08:43:57 +0000 (14:13 +0530)]
CRM-21771: error when viewing event registration with linked contribution

6 years agoMerge pull request #11676 from seamuslee001/CRM-21759
Monish Deb [Sun, 18 Feb 2018 02:52:41 +0000 (08:22 +0530)]
Merge pull request #11676 from seamuslee001/CRM-21759

CRM-21759 Remove template variable as not needed and causing issues o…

6 years agoMerge pull request #11665 from JMAConsulting/CRM-21760-rc
colemanw [Fri, 16 Feb 2018 19:04:23 +0000 (14:04 -0500)]
Merge pull request #11665 from JMAConsulting/CRM-21760-rc

CRM-21760: Manager Name is missing in 'Find Cases' search list

6 years agoRemove unused var
colemanw [Fri, 16 Feb 2018 19:03:59 +0000 (14:03 -0500)]
Remove unused var

6 years agoCRM-21759 Remove template variable as not needed and causing issues on Joomla in...
Seamus Lee [Thu, 15 Feb 2018 20:54:52 +0000 (07:54 +1100)]
CRM-21759 Remove template variable as not needed and causing issues on Joomla in 4.7.30

6 years agoCRM-21760: Manager Name is missing in 'Find Cases' search list
deb.monish [Sun, 11 Feb 2018 18:40:12 +0000 (00:10 +0530)]
CRM-21760: Manager Name is missing in 'Find Cases' search list

6 years agoMerge pull request #11664 from eileenmcnaughton/geo
Eileen McNaughton [Tue, 13 Feb 2018 20:36:38 +0000 (09:36 +1300)]
Merge pull request #11664 from eileenmcnaughton/geo

Change geocoder message check.

6 years agoMerge pull request #11520 from JMAConsulting/CRM-21654
Eileen McNaughton [Tue, 13 Feb 2018 20:00:29 +0000 (09:00 +1300)]
Merge pull request #11520 from JMAConsulting/CRM-21654

CRM-21654: Support custom file field on Batch Entry Profile

6 years agoChange geocoder message check.
eileen [Mon, 12 Feb 2018 19:40:08 +0000 (08:40 +1300)]
Change geocoder message check.

We should be using a dummy geocoder - but since we are not let's at least check for the correct message

6 years agoMerge pull request #11597 from seamuslee001/CRM-20996
Eileen McNaughton [Mon, 12 Feb 2018 19:26:56 +0000 (08:26 +1300)]
Merge pull request #11597 from seamuslee001/CRM-20996

CRM-20996 fix db error when using the Copy function for profiles from…

6 years agoMerge pull request #11644 from omarabuhussein/CRM-21743-fix-copying-event-template
Eileen McNaughton [Mon, 12 Feb 2018 19:01:58 +0000 (08:01 +1300)]
Merge pull request #11644 from omarabuhussein/CRM-21743-fix-copying-event-template

CRM-21743: Fix creating new event template from existing one

6 years agoMerge pull request #11661 from Detsieber/core-2
Eileen McNaughton [Mon, 12 Feb 2018 05:18:31 +0000 (18:18 +1300)]
Merge pull request #11661 from Detsieber/core-2

dev/core#2 Display Inbound Email: linefeed fixed

6 years agoMerge pull request #11539 from eileenmcnaughton/payment
Eileen McNaughton [Sun, 11 Feb 2018 22:10:50 +0000 (11:10 +1300)]
Merge pull request #11539 from eileenmcnaughton/payment

CRM-17647 fix for submitting payment with thousand separator

6 years agoadditional fixes
deb.monish [Sun, 11 Feb 2018 13:37:21 +0000 (19:07 +0530)]
additional fixes

6 years agoCRM-17647 fix for submitting payment with thousand separator
eileen [Wed, 17 Jan 2018 22:56:05 +0000 (11:56 +1300)]
CRM-17647 fix for submitting payment with thousand separator

6 years agodev/core#2 Display Inbound Email: linefeed fixed
Detlev Sieber [Fri, 9 Feb 2018 09:57:51 +0000 (10:57 +0100)]
dev/core#2 Display Inbound Email: linefeed fixed

6 years agoCRM-21654: Support custom file field on Batch Entry Profile
deb.monish [Mon, 15 Jan 2018 05:45:47 +0000 (11:15 +0530)]
CRM-21654: Support custom file field on Batch Entry Profile

6 years agoMerge pull request #11655 from JMAConsulting/CRM-20676-ut
Eileen McNaughton [Fri, 9 Feb 2018 00:00:02 +0000 (13:00 +1300)]
Merge pull request #11655 from JMAConsulting/CRM-20676-ut

Unit test for CRM-20676 fix

6 years agoMerge pull request #11656 from JMAConsulting/CRM-21751
Eileen McNaughton [Thu, 8 Feb 2018 23:56:10 +0000 (12:56 +1300)]
Merge pull request #11656 from JMAConsulting/CRM-21751

CRM-21751: Move SMS provider ID to 'Select Recipients' page from 'SMS content'

6 years agoMerge pull request #11659 from JMAConsulting/ut-fix
Eileen McNaughton [Thu, 8 Feb 2018 19:59:58 +0000 (08:59 +1300)]
Merge pull request #11659 from JMAConsulting/ut-fix

Unit test fixes

6 years agoUnit test fixes
deb.monish [Thu, 8 Feb 2018 12:26:36 +0000 (17:56 +0530)]
Unit test fixes

6 years agoMerge pull request #11654 from eileenmcnaughton/greetings_earthling
Monish Deb [Thu, 8 Feb 2018 07:54:02 +0000 (13:24 +0530)]
Merge pull request #11654 from eileenmcnaughton/greetings_earthling

CRM-21750 support addressee_id, email_greeting_id, postal_greeting_id  as api filters

6 years agoMerge pull request #11638 from ixiam/CRM-21343
Monish Deb [Thu, 8 Feb 2018 07:27:17 +0000 (12:57 +0530)]
Merge pull request #11638 from ixiam/CRM-21343

 CRM-21343: Add cancel filters for Contribution search

6 years agoCRM-21751: Move SMS provider ID to 'Select Recipients' page from 'SMS content'
deb.monish [Thu, 8 Feb 2018 06:49:46 +0000 (12:19 +0530)]
CRM-21751: Move SMS provider ID to 'Select Recipients' page from 'SMS content'

6 years agoMerge pull request #11646 from eileenmcnaughton/thous
Monish Deb [Thu, 8 Feb 2018 05:45:14 +0000 (11:15 +0530)]
Merge pull request #11646 from eileenmcnaughton/thous

 CRM-17647 fix batch form & Online Event form to do money cleaning on the form

6 years agoMerge pull request #11461 from mattwire/tax_calcs_on_edit_contribution
Monish Deb [Thu, 8 Feb 2018 05:34:16 +0000 (11:04 +0530)]
Merge pull request #11461 from mattwire/tax_calcs_on_edit_contribution

CRM-20676 Add tax_amount to contribution create params so it doesn't get added …

6 years agoUnit test for CRM-20676 fix
deb.monish [Thu, 8 Feb 2018 05:30:13 +0000 (11:00 +0530)]
Unit test for CRM-20676 fix

6 years agoRemove code comment previously rendered obsolute by removing clean action
eileen [Thu, 8 Feb 2018 01:05:33 +0000 (14:05 +1300)]
Remove code comment previously rendered obsolute by removing clean action

6 years agoCRM-17647 add tests & form cleaning of event thousand separators
eileen [Wed, 7 Feb 2018 08:41:31 +0000 (21:41 +1300)]
CRM-17647 add tests & form cleaning of event thousand separators

style fix

6 years agoCRM-17647 fix another instance of mishandling thousand separators
eileen [Wed, 7 Feb 2018 08:08:28 +0000 (21:08 +1300)]
CRM-17647 fix another instance of mishandling thousand separators

6 years agoCRM-21750 support addressee_id, email_greeting_id, postal_greeting_id as api filters
eileen [Thu, 8 Feb 2018 04:50:33 +0000 (17:50 +1300)]
CRM-21750 support addressee_id, email_greeting_id, postal_greeting_id as api filters

6 years agoMerge pull request #11636 from eileenmcnaughton/view_only
Eileen McNaughton [Thu, 8 Feb 2018 03:47:07 +0000 (16:47 +1300)]
Merge pull request #11636 from eileenmcnaughton/view_only

CRM-21738 fix transfer of view_only custom data.

6 years agoMerge pull request #11652 from eileenmcnaughton/hack_test
Monish Deb [Thu, 8 Feb 2018 03:24:08 +0000 (08:54 +0530)]
Merge pull request #11652 from eileenmcnaughton/hack_test

Fix unit test to not rely on hacking the DB to have ids for price set…

6 years agoMerge pull request #11653 from eileenmcnaughton/evil
Eileen McNaughton [Thu, 8 Feb 2018 02:49:36 +0000 (15:49 +1300)]
Merge pull request #11653 from eileenmcnaughton/evil

CRM-21749 fix obscure regression :Mailing api no longer respecting '_skip_evil_bao_auto_schedule_'

6 years agoCRM-21738 fix transfer of view_only custom data.
eileen [Tue, 6 Feb 2018 05:36:02 +0000 (18:36 +1300)]
CRM-21738 fix transfer of view_only custom data.

View only custom data was not being transferred during the merge despite code in order
to achieve that. The reason was the metadata was being used from the (hateful)
getGroupTree function, but without passing $permissions = FALSE it was not
returning viewOnly fields. Note that this metadata retrieval function is a bad place for
filtering - they should be in separate functions.

6 years agoCRM-21749 fix obscure regression :Mailing api no longer respecting '_skip_evil_bao_au...
eileen [Thu, 8 Feb 2018 01:07:07 +0000 (14:07 +1300)]
CRM-21749 fix obscure regression :Mailing api no longer respecting '_skip_evil_bao_auto_schedule_'

6 years agoMerge pull request #11645 from eileenmcnaughton/prox_smart_group
Eileen McNaughton [Thu, 8 Feb 2018 00:33:30 +0000 (13:33 +1300)]
Merge pull request #11645 from eileenmcnaughton/prox_smart_group

CRM-21744 fix proximity search to work with smart groups

6 years agoFix unit test to not rely on hacking the DB to have ids for price sets & associated...
eileen [Wed, 7 Feb 2018 23:03:22 +0000 (12:03 +1300)]
Fix unit test to not rely on hacking the DB to have ids for price sets & associated values

6 years agoCRM-21744 fix proximity search to work with smart groups
eileen [Wed, 7 Feb 2018 07:22:00 +0000 (20:22 +1300)]
CRM-21744 fix proximity search to work with smart groups

6 years agoMerge pull request #11631 from mattwire/CRM-20625_payproc_extension_dont_kill_civi
Eileen McNaughton [Wed, 7 Feb 2018 22:42:46 +0000 (11:42 +1300)]
Merge pull request #11631 from mattwire/CRM-20625_payproc_extension_dont_kill_civi

CRM-20625 Don't crash if we can't find the payment processor class.

6 years agoMerge pull request #11621 from eileenmcnaughton/trait
colemanw [Wed, 7 Feb 2018 22:22:46 +0000 (17:22 -0500)]
Merge pull request #11621 from eileenmcnaughton/trait

CRM-19752 Improve performance for non-ACL users on summaryQuery

6 years agoDon't crash if we can't find the payment processor class. Add warning when editing...
Matthew Wire [Mon, 5 Feb 2018 15:38:29 +0000 (15:38 +0000)]
Don't crash if we can't find the payment processor class. Add warning when editing a payment processor that doesn't exist.

6 years agoMerge pull request #11651 from civicrm/4.7.30-rc
Eileen McNaughton [Wed, 7 Feb 2018 20:03:06 +0000 (09:03 +1300)]
Merge pull request #11651 from civicrm/4.7.30-rc

4.7.30 rc merge to master

6 years agoMerge pull request #11648 from eileenmcnaughton/xml
Eileen McNaughton [Wed, 7 Feb 2018 20:01:57 +0000 (09:01 +1300)]
Merge pull request #11648 from eileenmcnaughton/xml

CRM-21707 follow up fix on xml

6 years agoMerge pull request #11640 from tttp/fix-contrib-search
Eileen McNaughton [Wed, 7 Feb 2018 19:56:22 +0000 (08:56 +1300)]
Merge pull request #11640 from tttp/fix-contrib-search

fix dev/core#1: allow to search contributions that are in progress

6 years agoMerge pull request #11531 from agh1/4.7.30-releasenotes
Tim Otten [Wed, 7 Feb 2018 19:05:59 +0000 (20:05 +0100)]
Merge pull request #11531 from agh1/4.7.30-releasenotes

4.7.30 release notes

6 years agoMerge pull request #11115 from pbatroff/co_deception_test
Tim Otten [Wed, 7 Feb 2018 18:51:09 +0000 (19:51 +0100)]
Merge pull request #11115 from pbatroff/co_deception_test

Added trait to support Codeception tests

6 years ago4.7.30 release notes: incorporated late RC changes
Andrew Hunt [Wed, 7 Feb 2018 17:19:23 +0000 (12:19 -0500)]
4.7.30 release notes: incorporated late RC changes

6 years ago4.7.30 release notes: finished text
Andrew Hunt [Wed, 7 Feb 2018 04:26:34 +0000 (23:26 -0500)]
4.7.30 release notes: finished text

6 years ago4.7.30 release notes: finished contributors
Andrew Hunt [Wed, 7 Feb 2018 01:13:07 +0000 (20:13 -0500)]
4.7.30 release notes: finished contributors

6 years ago4.7.30 release notes: done with features
Andrew Hunt [Tue, 6 Feb 2018 22:11:40 +0000 (17:11 -0500)]
4.7.30 release notes: done with features

6 years ago4.7.30 release notes: boilerplate and initial work
Andrew Hunt [Tue, 16 Jan 2018 16:13:21 +0000 (11:13 -0500)]
4.7.30 release notes: boilerplate and initial work

6 years ago4.7.30 release notes - raw from script
Andrew Hunt [Tue, 16 Jan 2018 16:10:06 +0000 (11:10 -0500)]
4.7.30 release notes - raw from script

6 years agoMerge pull request #11639 from aydun/CRM-21741-crmEditable-params
colemanw [Wed, 7 Feb 2018 16:15:59 +0000 (11:15 -0500)]
Merge pull request #11639 from aydun/CRM-21741-crmEditable-params

Allow data-params to be specified as an item property and passed to CRM.api3 call

6 years agoFixed typo, return value in amOnRoute
Philipp Batroff [Wed, 7 Feb 2018 16:04:44 +0000 (17:04 +0100)]
Fixed typo, return value in amOnRoute

6 years agoMerge pull request #11643 from eileenmcnaughton/prox_search
colemanw [Wed, 7 Feb 2018 14:59:40 +0000 (09:59 -0500)]
Merge pull request #11643 from eileenmcnaughton/prox_search

CRM-21742 Proximity search validation improvement

6 years agoAdded Trait for Codeception Integration
Philipp Batroff [Wed, 11 Oct 2017 22:41:03 +0000 (00:41 +0200)]
Added Trait for Codeception Integration

6 years agoMerge pull request #11542 from eileenmcnaughton/prox
Monish Deb [Wed, 7 Feb 2018 13:19:14 +0000 (18:49 +0530)]
Merge pull request #11542 from eileenmcnaughton/prox

CRM-21674 allow lat & long to be pre-calculated for proximity query / search

6 years agoCRM-21343: Fix Code Style Issues
Luciano Spiegel [Wed, 7 Feb 2018 12:42:03 +0000 (13:42 +0100)]
CRM-21343: Fix Code Style Issues

6 years agoCRM-21707 follow up fix on xml
eileen [Wed, 7 Feb 2018 11:12:42 +0000 (00:12 +1300)]
CRM-21707 follow up fix on xml

I altered the DAO to test the change in callback & then committed that without fixing the xml. This brings the xml into line

6 years agoUpdated as per Coleman's comment
Aidan Saunders [Wed, 7 Feb 2018 08:51:00 +0000 (08:51 +0000)]
Updated as per Coleman's comment

6 years agoCRM-21674 allow lat & long to be pre-calculated for proximity query or search
eileen [Thu, 18 Jan 2018 03:28:39 +0000 (16:28 +1300)]
CRM-21674 allow lat & long to be pre-calculated for proximity query or search

6 years agoCRM-21742 use validation rather than error when geocoding not possible
eileen [Wed, 7 Feb 2018 00:45:16 +0000 (13:45 +1300)]
CRM-21742 use validation rather than error when geocoding not possible