civicrm-core.git
9 years agoMerge pull request #6698 from jitendrapurohit/CRM-17169
Monish Deb [Tue, 15 Sep 2015 06:53:09 +0000 (12:23 +0530)]
Merge pull request #6698 from jitendrapurohit/CRM-17169

CRM-17169 - Inconsistent Soft Credit Reporting

9 years agoMerge pull request #6748 from davidjosephhayes/master
Kurund Jalmi [Tue, 15 Sep 2015 06:45:15 +0000 (12:15 +0530)]
Merge pull request #6748 from davidjosephhayes/master

Running the fetch_activities cli task stops with a fatal error when t…

9 years agoMerge remote-tracking branch 'upstream/4.6' into 4.6-master-2015-09-15-10-14-22
Kurund Jalmi [Tue, 15 Sep 2015 06:22:41 +0000 (11:52 +0530)]
Merge remote-tracking branch 'upstream/4.6' into 4.6-master-2015-09-15-10-14-22

Conflicts:
CRM/Admin/Form/Setting/Localization.php
CRM/Event/BAO/Query.php
CRM/Export/BAO/Export.php
CRM/Financial/Page/AJAX.php
templates/CRM/Event/Form/Registration/Register.tpl
tests/phpunit/CRM/Contribute/BAO/ContributionTest.php
tests/phpunit/api/v3/ContactTest.php
tests/phpunit/api/v3/SyntaxConformanceTest.php

9 years agoMerge pull request #6727 from eileenmcnaughton/comments
Eileen McNaughton [Tue, 15 Sep 2015 01:25:45 +0000 (13:25 +1200)]
Merge pull request #6727 from eileenmcnaughton/comments

comment fixes

9 years agoMerge pull request #6741 from eileenmcnaughton/comments-formatting
Eileen McNaughton [Tue, 15 Sep 2015 01:22:15 +0000 (13:22 +1200)]
Merge pull request #6741 from eileenmcnaughton/comments-formatting

Comments formatting

9 years agoremove whitespace at end of line
David Hayes [Mon, 14 Sep 2015 21:11:39 +0000 (16:11 -0500)]
remove whitespace at end of line

9 years agofix formatting
David Hayes [Mon, 14 Sep 2015 20:29:50 +0000 (15:29 -0500)]
fix formatting

9 years agoMerge pull request #6745 from monishdeb/testFailures-master
Monish Deb [Mon, 14 Sep 2015 18:47:27 +0000 (00:17 +0530)]
Merge pull request #6745 from monishdeb/testFailures-master

CRM-16941 test failure fix

9 years agoMerge pull request #6735 from davecivicrm/CRM-17207
Dave Greenberg [Mon, 14 Sep 2015 16:48:04 +0000 (09:48 -0700)]
Merge pull request #6735 from davecivicrm/CRM-17207

CRM-17207 - Use mailto link on contact summary when outbound email is…

9 years agoMerge pull request #6744 from seamuslee001/CRM-16584
Dave Greenberg [Mon, 14 Sep 2015 16:32:09 +0000 (09:32 -0700)]
Merge pull request #6744 from seamuslee001/CRM-16584

CRM-16584 Remove line causing fatal error

9 years agoCRM-16941 test failure fix
monishdeb [Mon, 14 Sep 2015 11:51:39 +0000 (17:21 +0530)]
CRM-16941 test failure fix

----------------------------------------
* CRM-16941: Search Form and api.Get fixes for Contact
  https://issues.civicrm.org/jira/browse/CRM-16941

9 years agosql changes
jitendrapurohit [Mon, 14 Sep 2015 11:26:21 +0000 (16:56 +0530)]
sql changes

9 years agoCRM-17169 - Inconsistent Soft Credit Reporting
jitendrapurohit [Mon, 7 Sep 2015 12:43:50 +0000 (18:13 +0530)]
CRM-17169 - Inconsistent Soft Credit Reporting

9 years agoCRM-16584 Remove line causing fatal error
Seamus Lee [Mon, 14 Sep 2015 10:30:33 +0000 (10:30 +0000)]
CRM-16584 Remove line causing fatal error

9 years agofixes to comments & remove unused vars
eileenmcnaugton [Mon, 14 Sep 2015 00:12:16 +0000 (12:12 +1200)]
fixes to comments & remove unused vars

comment fixes

9 years agominor test formatting tidy ups
eileenmcnaugton [Sun, 13 Sep 2015 23:47:49 +0000 (11:47 +1200)]
minor test formatting tidy ups

9 years agoMerge pull request #6697 from eileenmcnaughton/CRM-17116-custom-date-search-fields
Eileen McNaughton [Mon, 14 Sep 2015 08:59:26 +0000 (20:59 +1200)]
Merge pull request #6697 from eileenmcnaughton/CRM-17116-custom-date-search-fields

Crm 17116 custom date search fields

9 years agoRunning the fetch_activities cli task stops with a fatal error when the incomming...
David Hayes [Sun, 13 Sep 2015 23:03:30 +0000 (18:03 -0500)]
Running the fetch_activities cli task stops with a fatal error when the incomming mail parser is unable to determine the ezcMailDeliveryStatus. The fetch_activities task will continue to download and attempt to parse the offending email, dying every time. This prevents other mails from being downloaded and parsed.

Error Message: "No clue about the ezcMailDeliveryStatus"

This patch catches that error, prints it, marks the offending email ignored, and allows activities processing to continue.

9 years agoMerge pull request #6734 from colemanw/CRM-17186
colemanw [Sun, 13 Sep 2015 19:09:34 +0000 (15:09 -0400)]
Merge pull request #6734 from colemanw/CRM-17186

CRM-17186 - Add ts tags & normalize strings for paypal button

9 years agoMerge pull request #6737 from eileenmcnaughton/test
Eileen McNaughton [Sun, 13 Sep 2015 14:56:59 +0000 (02:56 +1200)]
Merge pull request #6737 from eileenmcnaughton/test

fix date format in test

9 years agofix date format in test
eileenmcnaugton [Sun, 13 Sep 2015 14:56:18 +0000 (02:56 +1200)]
fix date format in test

9 years agoCRM-17207 - Use mailto link on contact summary when outbound email is disabled.
Dave Greenberg [Sat, 12 Sep 2015 00:24:26 +0000 (17:24 -0700)]
CRM-17207 - Use mailto link on contact summary when outbound email is disabled.

----------------------------------------
* CRM-17207: Use mailto link on contact summary emails if outbound email is disabled
  https://issues.civicrm.org/jira/browse/CRM-17207

9 years agoMerge pull request #6711 from pradpnayak/CRM-16904
Dave Greenberg [Fri, 11 Sep 2015 20:39:13 +0000 (13:39 -0700)]
Merge pull request #6711 from pradpnayak/CRM-16904

CRM-16904, updated 4th parameter to use base url

9 years agoMerge pull request #6638 from pradpnayak/CRM-16542-PaypalExp
Dave Greenberg [Fri, 11 Sep 2015 20:34:13 +0000 (13:34 -0700)]
Merge pull request #6638 from pradpnayak/CRM-16542-PaypalExp

--CRM-16542, fixed code for form rule for Paypal Express

9 years agoCRM-17186 - Add ts tags & normalize strings for paypal button
Coleman Watts [Fri, 11 Sep 2015 20:27:44 +0000 (16:27 -0400)]
CRM-17186 - Add ts tags & normalize strings for paypal button

9 years agoMerge pull request #6607 from guanhuan/update-event-templates
colemanw [Fri, 11 Sep 2015 20:12:04 +0000 (16:12 -0400)]
Merge pull request #6607 from guanhuan/update-event-templates

Add crm-public-form-item class to event forms

9 years agoMerge pull request #6731 from pradpnayak/CRM-17208
Dave Greenberg [Fri, 11 Sep 2015 19:19:42 +0000 (12:19 -0700)]
Merge pull request #6731 from pradpnayak/CRM-17208

CRM-17208, moved $params before pre hook so that it can be altered in…

9 years agoMerge pull request #6730 from monishdeb/migrate-onBehalf-master
Dave Greenberg [Fri, 11 Sep 2015 19:12:52 +0000 (12:12 -0700)]
Merge pull request #6730 from monishdeb/migrate-onBehalf-master

CRM-16941 fix - Search Form and api.Get fixes for Contact

9 years agoMerge pull request #6729 from jitendrapurohit/apitestfix
Monish Deb [Fri, 11 Sep 2015 18:51:28 +0000 (00:21 +0530)]
Merge pull request #6729 from jitendrapurohit/apitestfix

Test fix for CRM-13160

9 years agoCRM-17208, moved $params before pre hook so that it can be altered in pre hook
Pradeep Nayak [Fri, 11 Sep 2015 14:29:23 +0000 (19:59 +0530)]
CRM-17208, moved $params before pre hook so that it can be altered in pre hook

----------------------------------------
* CRM-17208: Allow $params to be changed in pre hook
  https://issues.civicrm.org/jira/browse/CRM-17208

9 years agoMerge pull request #6726 from jitendrapurohit/CRM-17206
Monish Deb [Fri, 11 Sep 2015 13:39:21 +0000 (19:09 +0530)]
Merge pull request #6726 from jitendrapurohit/CRM-17206

Fix Country => State hierarachical select broken in 4.7 branch

9 years agoCRM-16941 fix - Search Form and api.Get fixes for Contact
monishdeb [Fri, 11 Sep 2015 13:37:36 +0000 (19:07 +0530)]
CRM-16941 fix - Search Form and api.Get fixes for Contact

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

9 years agoadded comment
jitendrapurohit [Fri, 11 Sep 2015 13:29:51 +0000 (18:59 +0530)]
added comment

9 years agotest fix for CRM-13160
jitendrapurohit [Fri, 11 Sep 2015 13:17:33 +0000 (18:47 +0530)]
test fix for CRM-13160

9 years agoMerge pull request #6672 from monishdeb/migrate-onBehalf-master
Kurund Jalmi [Fri, 11 Sep 2015 09:38:58 +0000 (15:08 +0530)]
Merge pull request #6672 from monishdeb/migrate-onBehalf-master

CRM-16873: Migrate on behalf master to profileContact

9 years agoMerge pull request #6720 from yashodha/CRM-17015
Yashodha Chaku [Fri, 11 Sep 2015 08:46:13 +0000 (14:16 +0530)]
Merge pull request #6720 from yashodha/CRM-17015

CRM-17015: “Sold out” error message when registering event with PayPal …

9 years agocomment fixes
eileenmcnaugton [Fri, 11 Sep 2015 07:23:30 +0000 (19:23 +1200)]
comment fixes

9 years agoMerge pull request #6725 from eileenmcnaughton/CRM-14232
Eileen McNaughton [Fri, 11 Sep 2015 07:22:30 +0000 (19:22 +1200)]
Merge pull request #6725 from eileenmcnaughton/CRM-14232

minor tidy-ups to comments & spelling

9 years agoMerge pull request #6724 from eileenmcnaughton/master
Eileen McNaughton [Fri, 11 Sep 2015 07:10:23 +0000 (19:10 +1200)]
Merge pull request #6724 from eileenmcnaughton/master

Test fixes

9 years agoFix Country => State hierarachical select broken in 4.7 branch
jitendrapurohit [Fri, 11 Sep 2015 06:29:52 +0000 (11:59 +0530)]
Fix Country => State hierarachical select broken in 4.7 branch

9 years agominor tidy-ups
eileenmcnaugton [Fri, 11 Sep 2015 05:09:51 +0000 (17:09 +1200)]
minor tidy-ups

9 years agoupgrade fix
monishdeb [Fri, 11 Sep 2015 05:03:05 +0000 (10:33 +0530)]
upgrade fix

9 years agotest fixes
eileenmcnaughton [Fri, 11 Sep 2015 01:46:48 +0000 (01:46 +0000)]
test fixes

9 years agoMerge pull request #6412 from colemanw/CRM-11369
Dave Greenberg [Thu, 10 Sep 2015 23:06:23 +0000 (16:06 -0700)]
Merge pull request #6412 from colemanw/CRM-11369

CRM-11369 - Changed to Pending (pay later) and Pending (incomplete transaction)

9 years agotest fix
eileenmcnaughton [Thu, 10 Sep 2015 22:24:23 +0000 (22:24 +0000)]
test fix

9 years agoMerge pull request #6570 from eileenmcnaughton/CRM-17023
Eileen McNaughton [Thu, 10 Sep 2015 21:54:32 +0000 (09:54 +1200)]
Merge pull request #6570 from eileenmcnaughton/CRM-17023

CRM-12326 quicksearch speed improvements

9 years agoformat fix
monishdeb [Thu, 10 Sep 2015 20:00:15 +0000 (01:30 +0530)]
format fix

9 years agoCRM-16490: allow all permissioned organization for on-behalf registration
monishdeb [Thu, 10 Sep 2015 19:54:25 +0000 (01:24 +0530)]
CRM-16490: allow all permissioned organization for on-behalf registration

----------------------------------------
* CRM-16490: load org for permissioned relationships other than current employer
  https://issues.civicrm.org/jira/browse/CRM-16490

9 years agoMerge pull request #6631 from eileenmcnaughton/CRM-17115
Eileen McNaughton [Thu, 10 Sep 2015 18:35:23 +0000 (06:35 +1200)]
Merge pull request #6631 from eileenmcnaughton/CRM-17115

CRM-17115 extra/ stdise fields on CiviReport

9 years agoMerge pull request #6717 from PalanteJon/CRM-17194
Dave Greenberg [Thu, 10 Sep 2015 17:41:41 +0000 (10:41 -0700)]
Merge pull request #6717 from PalanteJon/CRM-17194

CRM-17194 - CiviReport - fix date range bug on Contribution Repeat Re…

9 years agoMerge pull request #6613 from pradpnayak/CRM-16542
Dave Greenberg [Thu, 10 Sep 2015 16:45:21 +0000 (09:45 -0700)]
Merge pull request #6613 from pradpnayak/CRM-16542

-- CRM-16542, fixed regression for billing block

9 years agoCRM-16904, updated 4th parameter to use base url
Pradeep Nayak [Thu, 10 Sep 2015 11:06:44 +0000 (16:36 +0530)]
CRM-16904, updated 4th parameter to use base url

----------------------------------------
* CRM-16904:
  https://issues.civicrm.org/jira/browse/CRM-16904

9 years agoMerge pull request #6719 from monishdeb/46-test-fix
Monish Deb [Thu, 10 Sep 2015 10:16:47 +0000 (15:46 +0530)]
Merge pull request #6719 from monishdeb/46-test-fix

CRM-17188 fix - [4.6 branch] Add transactions to batch step stuck at …

9 years agominor fix
yashodha [Thu, 10 Sep 2015 09:36:26 +0000 (15:06 +0530)]
minor fix

9 years agoMerge pull request #6684 from yashodha/CRM-17146
Yashodha Chaku [Thu, 10 Sep 2015 08:35:09 +0000 (14:05 +0530)]
Merge pull request #6684 from yashodha/CRM-17146

CRM-17146: updating the contribution state in finding contriutions do…

9 years agoOptimization
monishdeb [Wed, 9 Sep 2015 14:04:15 +0000 (19:34 +0530)]
Optimization

9 years agoremove getPermissionedEmployer fn
monishdeb [Mon, 7 Sep 2015 15:12:34 +0000 (20:42 +0530)]
remove getPermissionedEmployer fn

9 years agoCRM-16490 make permissioned relationship ajax call work for other permissioned relati...
Eileen McNaughton [Tue, 12 May 2015 11:30:48 +0000 (23:30 +1200)]
CRM-16490 make permissioned relationship ajax call work for other permissioned relationship types

Conflicts:
CRM/Core/Page/AJAX/Location.php

----------------------------------------
* CRM-16490: load org for permissioned relationships other than current employer
  https://issues.civicrm.org/jira/browse/CRM-16490

9 years agoformat fix
monishdeb [Mon, 7 Sep 2015 14:28:20 +0000 (19:58 +0530)]
format fix

9 years agoalternative approach to remove snippet dependency
monishdeb [Mon, 7 Sep 2015 14:03:59 +0000 (19:33 +0530)]
alternative approach to remove snippet dependency

9 years agoRefactor phase2 for honoree block
monishdeb [Fri, 4 Sep 2015 21:22:50 +0000 (02:52 +0530)]
Refactor phase2 for honoree block

9 years agoFix onbehalf processing via snippet
monishdeb [Fri, 4 Sep 2015 14:57:03 +0000 (20:27 +0530)]
Fix onbehalf processing via snippet

9 years agoremove comments
monishdeb [Fri, 4 Sep 2015 05:26:28 +0000 (10:56 +0530)]
remove comments

9 years agorefactoring phase1
monishdeb [Fri, 4 Sep 2015 05:08:47 +0000 (10:38 +0530)]
refactoring phase1

9 years agoHandle upgrade logic
monishdeb [Tue, 21 Jul 2015 06:30:15 +0000 (12:00 +0530)]
Handle upgrade logic

9 years agomigrating to profileContact and optimization
monishdeb [Mon, 20 Jul 2015 19:25:24 +0000 (00:55 +0530)]
migrating to profileContact and optimization

Conflicts:
CRM/Contribute/Form/Contribution/Confirm.php

9 years agoremoving dependency of onbehalf
monishdeb [Fri, 17 Jul 2015 05:50:44 +0000 (11:20 +0530)]
removing dependency of onbehalf

9 years agomigrating onBehalf preprocess to profileContact
monishdeb [Tue, 14 Jul 2015 19:46:25 +0000 (01:16 +0530)]
migrating onBehalf preprocess to profileContact

9 years agoInitial changes
monishdeb [Mon, 20 Jul 2015 19:47:01 +0000 (01:17 +0530)]
Initial changes

9 years agoformat fix
monishdeb [Thu, 10 Sep 2015 07:56:37 +0000 (13:26 +0530)]
format fix

9 years agoCRM-17188 fix - [4.6 branch] Add transactions to batch step stuck at processing
monishdeb [Thu, 10 Sep 2015 07:50:51 +0000 (13:20 +0530)]
CRM-17188 fix - [4.6 branch] Add transactions to batch step stuck at processing

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

9 years agoCRM-17015: “Sold out” eSor mestge when registering event with PayPal Express payment...
yashodha [Thu, 10 Sep 2015 06:05:42 +0000 (11:35 +0530)]
CRM-17015: “Sold out” eSor mestge when registering event with PayPal Express payment (event is not full though)

----------------------------------------
* CRM-17015: “Sold out” error message when registering event with PayPal Express payment (event is not full though)
  https://issues.civicrm.org/jira/browse/CRM-17015

9 years agoMerge pull request #6716 from PalanteJon/CRM-17193
Kurund Jalmi [Thu, 10 Sep 2015 03:16:24 +0000 (08:46 +0530)]
Merge pull request #6716 from PalanteJon/CRM-17193

CRM-17193 - CiviReport - Remove unnecessary spaces from empty CSV cel…

9 years agoCRM-17115 fix change observed in QA on participant listing
eileenmcnaugton [Wed, 9 Sep 2015 11:24:17 +0000 (23:24 +1200)]
CRM-17115 fix change observed in QA on participant listing

9 years agoCRM-17194 - CiviReport - fix date range bug on Contribution Repeat Report
Jon goldberg [Wed, 9 Sep 2015 21:10:12 +0000 (17:10 -0400)]
CRM-17194 - CiviReport - fix date range bug on Contribution Repeat Report

9 years agoCRM-17193 - CiviReport - Remove unnecessary spaces from empty CSV cells when exportin...
Jon goldberg [Wed, 9 Sep 2015 21:07:20 +0000 (17:07 -0400)]
CRM-17193 - CiviReport - Remove unnecessary spaces from empty CSV cells when exporting reports

9 years agoMerge pull request #6559 from jitendrapurohit/CRM-16877
Dave Greenberg [Wed, 9 Sep 2015 19:28:33 +0000 (12:28 -0700)]
Merge pull request #6559 from jitendrapurohit/CRM-16877

CRM-16877 -- Include ID when editing 'block' fields (+ allow deletion…

9 years agoMerge pull request #6709 from pradpnayak/CRM-16906
Dave Greenberg [Wed, 9 Sep 2015 19:12:10 +0000 (12:12 -0700)]
Merge pull request #6709 from pradpnayak/CRM-16906

Crm 16906

9 years agoMerge pull request #6713 from JKingsnorth/CRM-17187
Dave Greenberg [Wed, 9 Sep 2015 19:02:27 +0000 (12:02 -0700)]
Merge pull request #6713 from JKingsnorth/CRM-17187

CRM-17187 - Minor notification message CSS improvement (tables, actio…

9 years agoMerge pull request #6710 from systopia/CRM-17186
Dave Greenberg [Wed, 9 Sep 2015 18:45:11 +0000 (11:45 -0700)]
Merge pull request #6710 from systopia/CRM-17186

CRM-17186: added missing ts-tags

9 years agoMerge pull request #6706 from davecivicrm/CRM-16875
Dave Greenberg [Wed, 9 Sep 2015 17:58:33 +0000 (10:58 -0700)]
Merge pull request #6706 from davecivicrm/CRM-16875

CRM-16875 - reverse join order per Eileens comment.

9 years agoMerge pull request #6708 from seamuslee001/CRM-14599
Dave Greenberg [Wed, 9 Sep 2015 17:57:00 +0000 (10:57 -0700)]
Merge pull request #6708 from seamuslee001/CRM-14599

CRM-14599 - Exclude deleted contacts from test mailing

9 years agoMerge pull request #6714 from monishdeb/46-merge
Kurund Jalmi [Wed, 9 Sep 2015 15:18:52 +0000 (20:48 +0530)]
Merge pull request #6714 from monishdeb/46-merge

4.6 merge-forward

9 years ago4.6 Test Failure fix
monishdeb [Tue, 8 Sep 2015 11:19:12 +0000 (16:49 +0530)]
4.6 Test Failure fix

9 years agoCRM-17163 - Can not import contributions by matching on email
jitendrapurohit [Tue, 8 Sep 2015 10:54:39 +0000 (16:24 +0530)]
CRM-17163 - Can not import contributions by matching on email

9 years agoApply modifications to invoice templates
Guanhuan Chen [Mon, 7 Sep 2015 11:48:34 +0000 (12:48 +0100)]
Apply modifications to invoice templates

9 years agoSetup upgrade script for default invoice msg template modification
Guanhuan Chen [Mon, 7 Sep 2015 11:47:11 +0000 (12:47 +0100)]
Setup upgrade script for default invoice msg template modification

9 years agoAllow credit note to be downloaded on cancellations
Guanhuan Chen [Mon, 7 Sep 2015 11:32:11 +0000 (12:32 +0100)]
Allow credit note to be downloaded on cancellations

9 years agoAllow credit note for cancellations
Guanhuan Chen [Mon, 7 Sep 2015 11:25:42 +0000 (12:25 +0100)]
Allow credit note for cancellations

9 years ago= operator fix
monishdeb [Sat, 5 Sep 2015 08:45:01 +0000 (14:15 +0530)]
= operator fix

9 years agoformat fix
monishdeb [Fri, 28 Aug 2015 11:18:34 +0000 (16:48 +0530)]
format fix

9 years agoparticipant role switch case separation
monishdeb [Fri, 28 Aug 2015 11:07:37 +0000 (16:37 +0530)]
participant role switch case separation

9 years agominor fix
monishdeb [Thu, 27 Aug 2015 05:14:19 +0000 (10:44 +0530)]
minor fix

9 years agominor changes for partcipant.Get
monishdeb [Wed, 26 Aug 2015 12:51:16 +0000 (18:21 +0530)]
minor changes for partcipant.Get

9 years agoParticipant role fix
monishdeb [Wed, 26 Aug 2015 12:36:56 +0000 (18:06 +0530)]
Participant role fix

9 years agoadditional changes
monishdeb [Mon, 24 Aug 2015 06:52:23 +0000 (12:22 +0530)]
additional changes

9 years agotests/phpunit/api/v3/MappingFieldTest.php
monishdeb [Fri, 21 Aug 2015 10:30:49 +0000 (16:00 +0530)]
tests/phpunit/api/v3/MappingFieldTest.php

9 years agotest fix - fix dumb error when in test check
eileenmcnaugton [Sat, 5 Sep 2015 04:57:36 +0000 (16:57 +1200)]
test fix - fix dumb error when in test check

9 years agoCRM-17120 use cached function to retrieve option label
eileenmcnaugton [Thu, 3 Sep 2015 23:38:54 +0000 (11:38 +1200)]
CRM-17120 use cached function to retrieve option label

9 years agoCRM-17120 add test to getFinancialTransactionsList function
eileenmcnaugton [Thu, 3 Sep 2015 23:37:46 +0000 (11:37 +1200)]
CRM-17120 add test to getFinancialTransactionsList function