civicrm-core.git
10 years agoCRM-15931, CRM-15733 - civicrm_mailing_group.group_type - Restore uppercase values
Tim Otten [Sat, 7 Feb 2015 13:58:23 +0000 (05:58 -0800)]
CRM-15931, CRM-15733 - civicrm_mailing_group.group_type - Restore uppercase values

In 4.5.x, the schema for group_type changed from
enum('Include','Exclude','Base') to varchar, which made it more sensitive to
variations in case.  New mailings would be created with lowercase 'include',
but old mailings still had 'Include'.  UI's would display correctly for old
mailings but not for new mailings.

CRM-15733 and CRM-15931 both report peculiar symptoms of the change.

This patch aims to consistently use the 4.4.x data-model (for both old and
new mailings).

10 years agoMerge pull request #5039 from pratikshad/CRM-15470
Kurund Jalmi [Thu, 5 Feb 2015 16:07:56 +0000 (21:37 +0530)]
Merge pull request #5039 from pratikshad/CRM-15470

Fixed issue of deadlock CRM-15470

10 years agoMerge pull request #5061 from civicrm/CRM-15895
Yashodha Chaku [Thu, 5 Feb 2015 04:04:45 +0000 (09:34 +0530)]
Merge pull request #5061 from civicrm/CRM-15895

CRM-15895: fix copy contribution page which links PCP to original contri...

10 years agoMerge pull request #5092 from davecivicrm/CRM-15750_backport
Dave Greenberg [Thu, 5 Feb 2015 00:06:37 +0000 (16:06 -0800)]
Merge pull request #5092 from davecivicrm/CRM-15750_backport

CRM-15750 - backporting fix to 4.5

10 years agoCRM-15750 - backporting fix to 4.5
Dave Greenberg [Wed, 4 Feb 2015 22:57:19 +0000 (14:57 -0800)]
CRM-15750 - backporting fix to 4.5

----------------------------------------
* CRM-15750: advanced search using relationship and smart group produces backtrace
  https://issues.civicrm.org/jira/browse/CRM-15750

10 years agoMerge pull request #5071 from colemanw/CRM-15906
colemanw [Tue, 3 Feb 2015 13:44:06 +0000 (08:44 -0500)]
Merge pull request #5071 from colemanw/CRM-15906

CRM-15906 - Fix js error on pledge payment form

10 years agoMerge pull request #5068 from colemanw/CRM-13624
Dave Greenberg [Tue, 3 Feb 2015 03:16:26 +0000 (19:16 -0800)]
Merge pull request #5068 from colemanw/CRM-13624

CRM-13624 - Fix api regression - format link in display layer instead of data layer

10 years agoCRM-15906 - Related tpl cleanup
Coleman Watts [Mon, 2 Feb 2015 22:55:16 +0000 (17:55 -0500)]
CRM-15906 - Related tpl cleanup

10 years agoCRM-15906 - Related js cleanup
Coleman Watts [Mon, 2 Feb 2015 22:52:13 +0000 (17:52 -0500)]
CRM-15906 - Related js cleanup

10 years agoCRM-15906 - Remove call to non-existant function
Coleman Watts [Mon, 2 Feb 2015 22:49:19 +0000 (17:49 -0500)]
CRM-15906 - Remove call to non-existant function

10 years agoCRM-13624 - Fix api regression - format link in display layer instead of data layer
Coleman Watts [Mon, 2 Feb 2015 20:35:35 +0000 (15:35 -0500)]
CRM-13624 - Fix api regression - format link in display layer instead of data layer

10 years agoMerge pull request #5057 from cividesk/CRM-15901-4.5
colemanw [Mon, 2 Feb 2015 17:46:58 +0000 (12:46 -0500)]
Merge pull request #5057 from cividesk/CRM-15901-4.5

CRM-15901: Turn off PHP errors display for all ajax calls

10 years agoCRM-15895: fix copy contribution page which links PCP to original contrib page
yashodha [Mon, 2 Feb 2015 08:50:06 +0000 (14:20 +0530)]
CRM-15895: fix copy contribution page which links PCP to original contrib page

----------------------------------------
* CRM-15895: Copying contribution page still links PCP to original contrib page
  https://issues.civicrm.org/jira/browse/CRM-15895

10 years agoCRM-15901: Turn off PHP errors display for all ajax calls
Nicolas Ganivet [Sun, 1 Feb 2015 18:24:17 +0000 (11:24 -0700)]
CRM-15901: Turn off PHP errors display for all ajax calls

10 years agoFixed issue of deadlock CRM-15470
pratikshad [Fri, 30 Jan 2015 07:54:25 +0000 (17:54 +1000)]
Fixed issue of deadlock CRM-15470

----------------------------------------
* CRM-15470: MySQL transaction deadlocks with multiple simultaneous recurring contribution updates
  https://issues.civicrm.org/jira/browse/CRM-15470

10 years agoMerge pull request #5028 from jmcclelland/merge-address-overwrite
Yashodha Chaku [Thu, 29 Jan 2015 12:03:29 +0000 (17:33 +0530)]
Merge pull request #5028 from jmcclelland/merge-address-overwrite

Merge address overwrite

10 years agoCRM-15882 - fixing silly typo that should have no impact on
Jamie McClelland [Wed, 28 Jan 2015 20:21:08 +0000 (15:21 -0500)]
CRM-15882 - fixing silly typo that should have no impact on
functionality.

----------------------------------------
* CRM-15882: batch merge overwrites addresses rather than try to preserve them
  https://issues.civicrm.org/jira/browse/CRM-15882

10 years agoCRM-15882 - avoid PHP complaint about references
Jamie McClelland [Wed, 28 Jan 2015 20:20:19 +0000 (15:20 -0500)]
CRM-15882 - avoid PHP complaint about references

You have to include the & in the function too, and I don't think it's
really needed here.

----------------------------------------
* CRM-15882: batch merge overwrites addresses rather than try to preserve them
  https://issues.civicrm.org/jira/browse/CRM-15882

10 years agoCRM-15882 - ensure duplicate addresses are merged not overwritten
Jamie McClelland [Wed, 28 Jan 2015 20:16:20 +0000 (15:16 -0500)]
CRM-15882 - ensure duplicate addresses are merged not overwritten

when doing batch merge - different addresses should be preserved or
a conflict should be generated.

----------------------------------------
* CRM-15882: batch merge overwrites addresses rather than try to preserve them
  https://issues.civicrm.org/jira/browse/CRM-15882

10 years agoMerge pull request #5005 from colemanw/CRM-15872
colemanw [Mon, 26 Jan 2015 14:01:38 +0000 (09:01 -0500)]
Merge pull request #5005 from colemanw/CRM-15872

CRM-15872 - Fix change activity status on contact case tab

10 years agoCRM-15872 - Fix change activity status on contact case tab
Coleman Watts [Mon, 26 Jan 2015 14:01:12 +0000 (09:01 -0500)]
CRM-15872 - Fix change activity status on contact case tab

10 years agoMerge pull request #4985 from colemanw/CRM-15845
Kurund Jalmi [Mon, 26 Jan 2015 12:21:12 +0000 (17:51 +0530)]
Merge pull request #4985 from colemanw/CRM-15845

CRM-15845 - Fix relationship datatables permission check

10 years agoMerge pull request #4991 from totten/4.5-imgcache
Tim Otten [Fri, 23 Jan 2015 00:49:33 +0000 (16:49 -0800)]
Merge pull request #4991 from totten/4.5-imgcache

Allow caching of profile images

10 years agoAllow caching of profile images
Tim Otten [Wed, 21 Jan 2015 08:38:09 +0000 (00:38 -0800)]
Allow caching of profile images

I considered refactoring CRM_Utils_System::download() to work with this, but
there are just so many things that need to be done differently or explained
-- it's just not worth it.  Calling header() directly winds up being
clearer/simpler.

10 years agoCRM-15845 - Fix relationship datatables permission check
Coleman Watts [Tue, 20 Jan 2015 18:09:22 +0000 (13:09 -0500)]
CRM-15845 - Fix relationship datatables permission check

10 years agoMerge pull request #4982 from monishdeb/4.5
Monish Deb [Tue, 20 Jan 2015 09:55:34 +0000 (15:25 +0530)]
Merge pull request #4982 from monishdeb/4.5

CRM-15839 fix - Honoree profile doesn't show on Test contribution page

10 years agoCRM-15839 fix - Honoree profile doesn't show on Test contribution page
monishdeb [Tue, 20 Jan 2015 06:34:51 +0000 (12:04 +0530)]
CRM-15839 fix - Honoree profile doesn't show on Test contribution page

https://issues.civicrm.org/jira/browse/CRM-15839

10 years agoMerge pull request #4978 from ginkgomzd/make-static-can-dedupe
Tim Otten [Tue, 20 Jan 2015 01:11:14 +0000 (17:11 -0800)]
Merge pull request #4978 from ginkgomzd/make-static-can-dedupe

make function static to stop strict warnings and reflect how it is actua...

10 years agomake function static to stop strict warnings and reflect how it is actually used;
ginkgoMZD [Mon, 19 Jan 2015 21:02:37 +0000 (16:02 -0500)]
make function static to stop strict warnings and reflect how it is actually used;

10 years agoMerge pull request #4953 from monishdeb/4.5
Yashodha Chaku [Fri, 16 Jan 2015 10:10:34 +0000 (15:40 +0530)]
Merge pull request #4953 from monishdeb/4.5

CRM-15813 fix - Honoree Information profile overwrites contributor infor...

10 years agoCRM-15813 fix - Honoree Information profile overwrites contributor information
monishdeb [Mon, 2 Feb 2015 13:03:20 +0000 (18:33 +0530)]
CRM-15813 fix - Honoree Information profile overwrites contributor information

https://issues.civicrm.org/jira/browse/CRM-15813

10 years agoMerge pull request #4930 from colemanw/CRM-15817
colemanw [Wed, 14 Jan 2015 02:28:27 +0000 (21:28 -0500)]
Merge pull request #4930 from colemanw/CRM-15817

CRM-15817 - Fix merge error

10 years agoCRM-15817 - Fix merge error
Coleman Watts [Wed, 14 Jan 2015 01:25:45 +0000 (20:25 -0500)]
CRM-15817 - Fix merge error

10 years agoMerge pull request #4919 from rohankatkar/webtests-4.5
Monish Deb [Tue, 13 Jan 2015 18:45:24 +0000 (00:15 +0530)]
Merge pull request #4919 from rohankatkar/webtests-4.5

Webtests fix-4.5

10 years agoWebtests fix-4.5
Web Access [Tue, 13 Jan 2015 11:14:49 +0000 (16:44 +0530)]
Webtests fix-4.5

10 years agoMerge pull request #4900 from mrpaulc/CRM-15806
Yashodha Chaku [Mon, 12 Jan 2015 05:29:16 +0000 (10:59 +0530)]
Merge pull request #4900 from mrpaulc/CRM-15806

CRM-15806 - getPCPList on new Contribution does not filter

10 years agoMerge pull request #4884 from atif-shaikh/CRM-15787
Monish Deb [Mon, 12 Jan 2015 05:00:52 +0000 (10:30 +0530)]
Merge pull request #4884 from atif-shaikh/CRM-15787

Crm 15787

10 years agoCRM-15806 - getPCPList on new Contribution does not filter
Paul Campbell [Sun, 11 Jan 2015 16:02:55 +0000 (16:02 +0000)]
CRM-15806 - getPCPList on new Contribution does not filter

https://issues.civicrm.org/jira/browse/CRM-15806

10 years agoMerge pull request #4894 from colemanw/CRM-15805
colemanw [Sat, 10 Jan 2015 01:55:56 +0000 (20:55 -0500)]
Merge pull request #4894 from colemanw/CRM-15805

CRM-15805 - Add missing permission declaration for option group/value apis

10 years agoCRM-15805 - Add missing permission declaration for option group/value apis
Coleman Watts [Sat, 10 Jan 2015 00:55:55 +0000 (19:55 -0500)]
CRM-15805 - Add missing permission declaration for option group/value apis

10 years agoCRM-15787 - QA Fix
atif-shaikh [Fri, 9 Jan 2015 08:27:26 +0000 (13:57 +0530)]
CRM-15787 - QA Fix

----------------------------------------
* CRM-15787: Not possible to add contribution field in profile for on behalf membership
  https://issues.civicrm.org/jira/browse/CRM-15787

10 years agoCRM-15787 - Not possible to add contribution field in profile for on behalf membership
atif-shaikh [Fri, 9 Jan 2015 08:04:45 +0000 (13:34 +0530)]
CRM-15787 - Not possible to add contribution field in profile for on behalf membership

https://issues.civicrm.org/jira/browse/CRM-15787

10 years agoMerge pull request #4879 from OnkelTem/opendir_fixes
Tim Otten [Fri, 9 Jan 2015 00:51:16 +0000 (16:51 -0800)]
Merge pull request #4879 from OnkelTem/opendir_fixes

CRM-15799 - CRM_Utils_File - Improve error handling

10 years agoCRM-15799 - System crash on attempt to upgrade from 4.5.4 to 4.5.5
aneganov [Thu, 8 Jan 2015 22:31:03 +0000 (01:31 +0300)]
CRM-15799 - System crash on attempt to upgrade from 4.5.4 to 4.5.5

----------------------------------------
* CRM-15799: System crash on attempt to upgrade from 4.5.4 to 4.5.5
  https://issues.civicrm.org/jira/browse/CRM-15799

10 years agoMerge pull request #4843 from jmcclelland/activity-tag-report
Yashodha Chaku [Tue, 6 Jan 2015 09:48:35 +0000 (15:18 +0530)]
Merge pull request #4843 from jmcclelland/activity-tag-report

CRM-15781 - ensure filter by activity tag works on activity report

10 years agoMerge pull request #4844 from jmcclelland/activity-report-location-field
Yashodha Chaku [Tue, 6 Jan 2015 09:15:10 +0000 (14:45 +0530)]
Merge pull request #4844 from jmcclelland/activity-report-location-field

CRM-15783 - add location field to activity report

10 years agoCRM-15783 - add location field to activity report
Jamie McClelland [Mon, 5 Jan 2015 17:22:58 +0000 (12:22 -0500)]
CRM-15783 - add location field to activity report

----------------------------------------
* CRM-15783: Activity report would be more useful with the location field exposed
  https://issues.civicrm.org/jira/browse/CRM-15783

10 years agoCRM-15781 - ensure filter by activity tag works on activity report
Jamie McClelland [Mon, 5 Jan 2015 16:40:04 +0000 (11:40 -0500)]
CRM-15781 - ensure filter by activity tag works on activity report

Previously only contact tags were listed and searched for.

----------------------------------------
* CRM-15781: activity report does not properly handle activity tags
  https://issues.civicrm.org/jira/browse/CRM-15781

10 years agoWarn of deprecated fn $.crmAccordions
Coleman Watts [Fri, 2 Jan 2015 18:42:46 +0000 (13:42 -0500)]
Warn of deprecated fn $.crmAccordions

This function has been deprecated and will be removed in the future.

10 years agoMerge pull request #4811 from jitendrapurohit/CRM-15733
Monish Deb [Wed, 31 Dec 2014 09:22:17 +0000 (14:52 +0530)]
Merge pull request #4811 from jitendrapurohit/CRM-15733

CRM-15733 fix Contining a saved mailing doesn't load included or exclude...

10 years agoCRM-15733 fix Contining a saved mailing doesn't load included or excluded previous...
jitendrapurohit [Wed, 31 Dec 2014 07:30:46 +0000 (13:00 +0530)]
CRM-15733 fix Contining a saved mailing doesn't load included or excluded previous mailing recipients

10 years agoMerge pull request #4805 from colemanw/CRM-15766
colemanw [Tue, 30 Dec 2014 15:42:54 +0000 (10:42 -0500)]
Merge pull request #4805 from colemanw/CRM-15766

CRM-15766 - Fix settings form wrongly adding everything to config

10 years agoCRM-15766 - Fix settings form wrongly adding everything to config
Coleman Watts [Tue, 30 Dec 2014 15:12:36 +0000 (10:12 -0500)]
CRM-15766 - Fix settings form wrongly adding everything to config

10 years agoMerge pull request #4790 from mattrenner/CRM-15763
Monish Deb [Tue, 30 Dec 2014 12:35:52 +0000 (18:05 +0530)]
Merge pull request #4790 from mattrenner/CRM-15763

CRM-15763 - Payment Express has deprecated SSLv3

10 years agoMerge pull request #4779 from pradpnayak/CRM-15758
Yashodha Chaku [Mon, 29 Dec 2014 06:36:21 +0000 (12:06 +0530)]
Merge pull request #4779 from pradpnayak/CRM-15758

--CRM-15758, added code to invoke pre and post hook

10 years agoCRM-15763 - Payment Express has deprecated SSLv3
Matt Renner [Sun, 28 Dec 2014 08:09:07 +0000 (21:09 +1300)]
CRM-15763 - Payment Express has deprecated SSLv3

Payment Express (DPS) no longer supports SSLv3 (3), so suggest this is adjusted to default (0) which will allow curl to auto-negotiate to use a compatible version of TLS

10 years agoMerge pull request #4783 from pradpnayak/CRM-15760
Yashodha Chaku [Fri, 26 Dec 2014 10:58:24 +0000 (16:28 +0530)]
Merge pull request #4783 from pradpnayak/CRM-15760

-- changed size to 255 from 64 for civicrm_action_schedule.entity_value,...

10 years ago-- changed size to 255 from 64 for civicrm_action_schedule.entity_value, CRM-15760
Pradeep Nayak [Thu, 25 Dec 2014 09:06:03 +0000 (14:36 +0530)]
-- changed size to 255 from 64 for civicrm_action_schedule.entity_value, CRM-15760

----------------------------------------
* CRM-15760: Change size of civicrm_action_schedule.entity_value to 255 from 64
  https://issues.civicrm.org/jira/browse/CRM-15760

10 years ago--CRM-15758, added code to invoke pre and post hook
Pradeep Nayak [Tue, 23 Dec 2014 22:23:11 +0000 (03:53 +0530)]
--CRM-15758, added code to invoke pre and post hook

10 years agoMerge pull request #4735 from kenwest/CRM-15738
Yashodha Chaku [Mon, 22 Dec 2014 06:16:07 +0000 (11:46 +0530)]
Merge pull request #4735 from kenwest/CRM-15738

CRM-15738 prevent notice when viewing contact's activities

10 years agoMerge pull request #4747 from jitendrapurohit/CRM-15730
Monish Deb [Fri, 19 Dec 2014 10:51:43 +0000 (16:21 +0530)]
Merge pull request #4747 from jitendrapurohit/CRM-15730

Registration Confirm page fails with discounted priceset CRM-15730 fix

10 years agoRegistration Confirm page fails with discounted priceset CRM-15730 fix
jitendrapurohit [Thu, 18 Dec 2014 13:17:33 +0000 (18:47 +0530)]
Registration Confirm page fails with discounted priceset CRM-15730 fix

10 years agoMerge pull request #4746 from yashodha/CRM-15741
Yashodha Chaku [Thu, 18 Dec 2014 13:04:59 +0000 (18:34 +0530)]
Merge pull request #4746 from yashodha/CRM-15741

CRM-15741 - CiviContribute - Don't crash when an ACL-limited user runs Contribution Summary report

10 years agoCRM-15741 - CiviContribute - Don't crash when an ACL-limited user runs Contribution...
CiviCRM [Thu, 18 Dec 2014 11:53:02 +0000 (17:23 +0530)]
CRM-15741 - CiviContribute - Don't crash when an ACL-limited user runs Contribution Summary report

10 years agoCRM-15738 prevent notice when viewing contact's activities
Ken West [Wed, 17 Dec 2014 19:45:33 +0000 (06:45 +1100)]
CRM-15738 prevent notice when viewing contact's activities

10 years agoUpdate version to 4.5.6
CiviCRM [Wed, 17 Dec 2014 19:30:46 +0000 (11:30 -0800)]
Update version to 4.5.6

10 years agoMerge pull request #4729 from totten/colemanw-CRM-15713
colemanw [Wed, 17 Dec 2014 15:28:35 +0000 (10:28 -0500)]
Merge pull request #4729 from totten/colemanw-CRM-15713

CRM-15713 - Case ajax fixes

10 years agoCRM-15713 - CRM_Case_BAO_Case::accessCase - Split off from getCases().
Tim Otten [Wed, 17 Dec 2014 06:25:58 +0000 (22:25 -0800)]
CRM-15713 - CRM_Case_BAO_Case::accessCase - Split off from getCases().

This allows us to explicit control over more parameters (eg case_status_id)
and to improve performance (by focusing on the specific $caseId).

10 years agoCRM-15713 - Case ajax fixes
Coleman Watts [Sat, 13 Dec 2014 23:28:04 +0000 (18:28 -0500)]
CRM-15713 - Case ajax fixes

10 years agoMerge pull request #4718 from crusonweb/CRM-15723
colemanw [Sat, 13 Dec 2014 22:26:00 +0000 (17:26 -0500)]
Merge pull request #4718 from crusonweb/CRM-15723

CRM-15723 Joomla 3 Admin Footer Overlays Action Buttons

10 years agoMore changes
Dan Cruson [Sat, 13 Dec 2014 20:26:06 +0000 (15:26 -0500)]
More changes

Changes I missed the first time because of cut and paste.

10 years agoFile adjustments per Coleman
Dan Cruson [Sat, 13 Dec 2014 20:24:23 +0000 (15:24 -0500)]
File adjustments per Coleman

Make changes to the file based on feedback from Coleman

10 years agoCRM-15723 Joomla 3 Footer Bar Overlay
Dan Cruson [Sat, 13 Dec 2014 20:09:17 +0000 (15:09 -0500)]
CRM-15723 Joomla 3 Footer Bar Overlay

Fix issue with the Joomla 3 admin footer overlaying the action buttons

10 years agoMerge pull request #4713 from colemanw/CRM-15710
Dave Greenberg [Fri, 12 Dec 2014 23:14:07 +0000 (15:14 -0800)]
Merge pull request #4713 from colemanw/CRM-15710

CRM-15710 - Fix access to contact dashboard relationships

10 years agoFix contact dashboard link
Coleman Watts [Fri, 12 Dec 2014 15:37:15 +0000 (10:37 -0500)]
Fix contact dashboard link

10 years agoCRM-15710 - Fix access to contact dashboard relationships
Coleman Watts [Fri, 12 Dec 2014 15:37:04 +0000 (10:37 -0500)]
CRM-15710 - Fix access to contact dashboard relationships

10 years agoMerge pull request #4712 from colemanw/CRM-15679
colemanw [Fri, 12 Dec 2014 14:35:01 +0000 (09:35 -0500)]
Merge pull request #4712 from colemanw/CRM-15679

CRM-15679 - Fix translation popup for price set option form

10 years agoCRM-15679 - Fix translation popup for price set option form
Coleman Watts [Fri, 12 Dec 2014 14:31:42 +0000 (09:31 -0500)]
CRM-15679 - Fix translation popup for price set option form

10 years agoMerge pull request #4711 from colemanw/CRM-15720
colemanw [Fri, 12 Dec 2014 14:13:02 +0000 (09:13 -0500)]
Merge pull request #4711 from colemanw/CRM-15720

CRM-15720 - Update help text for locked options

10 years agoCRM-15720 - Update help text for locked options
Coleman Watts [Fri, 12 Dec 2014 14:12:27 +0000 (09:12 -0500)]
CRM-15720 - Update help text for locked options

10 years agoMerge pull request #4709 from jitendrapurohit/webtestforCRM-15662
Monish Deb [Fri, 12 Dec 2014 13:21:06 +0000 (18:51 +0530)]
Merge pull request #4709 from jitendrapurohit/webtestforCRM-15662

webtest to check for CRM-15662

10 years agoMerge pull request #4708 from jitendrapurohit/CRM-15662
Monish Deb [Fri, 12 Dec 2014 13:18:36 +0000 (18:48 +0530)]
Merge pull request #4708 from jitendrapurohit/CRM-15662

CRM-15662 fix for ACL's do not work when target is a smart group

10 years agowebtest to check for CRM-15662
jitendrapurohit [Fri, 12 Dec 2014 12:43:47 +0000 (18:13 +0530)]
webtest to check for CRM-15662

10 years agoCRM-15662 fix for ACL's do not work when target is a smart group
jitendrapurohit [Fri, 12 Dec 2014 09:05:03 +0000 (14:35 +0530)]
CRM-15662 fix for ACL's do not work when target is a smart group

10 years agoMerge pull request #4695 from colemanw/CRM-15550
colemanw [Tue, 9 Dec 2014 21:35:42 +0000 (16:35 -0500)]
Merge pull request #4695 from colemanw/CRM-15550

CRM-15550 - Fix relationship id passed to postprocess hook

10 years agoCRM-15550 - Fix relationship id passed to postprocess hook
Coleman Watts [Tue, 9 Dec 2014 19:22:00 +0000 (14:22 -0500)]
CRM-15550 - Fix relationship id passed to postprocess hook

10 years agoMerge pull request #4672 from jitendrapurohit/CRM-15671
Monish Deb [Mon, 8 Dec 2014 06:29:32 +0000 (11:59 +0530)]
Merge pull request #4672 from jitendrapurohit/CRM-15671

CRM-15671 Fix sendSMS() field names don't match - message doesn't send

10 years agoMerge pull request #4665 from colemanw/CRM-15689
colemanw [Fri, 5 Dec 2014 15:12:47 +0000 (10:12 -0500)]
Merge pull request #4665 from colemanw/CRM-15689

CRM-15689 - Fix js error in dateField initialization

10 years agoMerge pull request #4675 from jitendrapurohit/CRM-15691
Monish Deb [Fri, 5 Dec 2014 13:36:50 +0000 (19:06 +0530)]
Merge pull request #4675 from jitendrapurohit/CRM-15691

CRM-15691 fix for Mailing Labels pulling incorrect address when location...

10 years agooptimised modification
jitendrapurohit [Fri, 5 Dec 2014 12:54:31 +0000 (18:24 +0530)]
optimised modification

10 years agoCRM-15691 fix for Mailing Labels pulling incorrect address when location type other...
jitendrapurohit [Fri, 5 Dec 2014 11:26:24 +0000 (16:56 +0530)]
CRM-15691 fix for Mailing Labels pulling incorrect address when location type other than Home or Primary requested

10 years agoCRM-15671 Fix sendSMS() field names don't match - message doesn't send
jitendrapurohit [Fri, 5 Dec 2014 07:00:25 +0000 (12:30 +0530)]
CRM-15671 Fix sendSMS() field names don't match - message doesn't send

10 years agoCRM-15689 - Fix js error in dateField initialization
Coleman Watts [Thu, 4 Dec 2014 20:04:34 +0000 (15:04 -0500)]
CRM-15689 - Fix js error in dateField initialization

10 years agoMerge pull request #4659 from kurund/CRM-15684
Kurund Jalmi [Thu, 4 Dec 2014 19:14:39 +0000 (00:44 +0530)]
Merge pull request #4659 from kurund/CRM-15684

CRM-15684: onbehalf profile js break fixes

10 years agoMerge pull request #4662 from colemanw/entityRefFix
colemanw [Thu, 4 Dec 2014 16:13:47 +0000 (11:13 -0500)]
Merge pull request #4662 from colemanw/entityRefFix

Fix js error

10 years agoFix js error
Coleman Watts [Thu, 4 Dec 2014 16:13:13 +0000 (11:13 -0500)]
Fix js error

10 years agoCRM-15684: onbehalf profile js break fixes
kurund [Thu, 4 Dec 2014 11:59:50 +0000 (17:29 +0530)]
CRM-15684: onbehalf profile js break fixes

----------------------------------------
* CRM-15684: Onbehalf fails to set organizations information
  https://issues.civicrm.org/jira/browse/CRM-15684

10 years agoMerge pull request #4658 from yashodha/CRM-15678
Yashodha Chaku [Thu, 4 Dec 2014 11:35:01 +0000 (17:05 +0530)]
Merge pull request #4658 from yashodha/CRM-15678

CRM-15678 don't record reminder send activity if not sent

10 years agoCRM-15678 don't record reminder send activity if not sent
Eileen McNaughton [Wed, 3 Dec 2014 00:18:22 +0000 (13:18 +1300)]
CRM-15678 don't record reminder send activity if not sent

10 years agoMerge pull request #4632 from aydun/4.5-merge
Yashodha Chaku [Thu, 4 Dec 2014 05:18:30 +0000 (10:48 +0530)]
Merge pull request #4632 from aydun/4.5-merge

Avoid processing location tables when moveContactBelongings() is called without a table list since these are handled separately.  Issue CRM-15658