civicrm-core.git
9 years agoMerge pull request #6084 from eileenmcnaughton/CRM-16417
Eileen McNaughton [Thu, 25 Jun 2015 03:53:20 +0000 (15:53 +1200)]
Merge pull request #6084 from eileenmcnaughton/CRM-16417

CRM-16417 always create contributions, even if failed

9 years agoMerge pull request #6082 from eileenmcnaughton/master
Eileen McNaughton [Thu, 25 Jun 2015 01:38:51 +0000 (13:38 +1200)]
Merge pull request #6082 from eileenmcnaughton/master

Code tidyups towards test fix & CRM-16402

9 years agoCRM-16417 fix paramter name
Eileen McNaughton [Thu, 25 Jun 2015 00:02:23 +0000 (12:02 +1200)]
CRM-16417 fix paramter name

9 years agoCRM-16417 save trxn_id when completing status
Eileen McNaughton [Wed, 24 Jun 2015 23:59:51 +0000 (11:59 +1200)]
CRM-16417 save trxn_id when completing status

9 years agoCRM-16417 complete transaction when result shows it succeeded
Eileen McNaughton [Wed, 24 Jun 2015 23:50:33 +0000 (11:50 +1200)]
CRM-16417 complete transaction when result shows it succeeded

9 years agoCRM-16471 since pending payments exist now the checkDupe function needs to include...
Eileen McNaughton [Wed, 24 Jun 2015 23:43:16 +0000 (11:43 +1200)]
CRM-16471 since pending payments exist now the checkDupe function needs to include the contribution ID in the check

9 years agoCRM-16417 improve error presentation
Eileen McNaughton [Wed, 24 Jun 2015 23:36:33 +0000 (11:36 +1200)]
CRM-16417 improve error presentation

9 years agoMerge pull request #6066 from jitendrapurohit/CRM-16715
Dave Greenberg [Wed, 24 Jun 2015 23:26:54 +0000 (16:26 -0700)]
Merge pull request #6066 from jitendrapurohit/CRM-16715

Fix for CRM-16715 and CRM-16714 - implement mode, median and Fiscal year grouping in Contribution Summary Reports and Find Contribution Page

9 years agoenotice fix
Eileen McNaughton [Wed, 24 Jun 2015 21:45:40 +0000 (09:45 +1200)]
enotice fix

9 years agoenotice fix (removed empty declaration of this var while removing unused var
Eileen McNaughton [Wed, 24 Jun 2015 21:19:48 +0000 (09:19 +1200)]
enotice fix (removed empty declaration of this var while removing unused var

9 years agoenotice fix
Eileen McNaughton [Wed, 24 Jun 2015 11:42:59 +0000 (23:42 +1200)]
enotice fix

9 years agoremove unused parameters
Eileen McNaughton [Wed, 24 Jun 2015 11:39:29 +0000 (23:39 +1200)]
remove unused parameters

9 years agofix error where 4.6 change was not merged correctly to master.
Eileen McNaughton [Wed, 24 Jun 2015 11:39:11 +0000 (23:39 +1200)]
fix error where 4.6 change was not merged correctly to 
Change affects adding a paramter to the function signature

9 years agotowards CRM-16402, improve payment processor loading.
Eileen McNaughton [Wed, 24 Jun 2015 11:38:21 +0000 (23:38 +1200)]
towards CRM-16402, improve payment processor loading.
In this case we stop calling a deprecated function & filter through loaded in to get the
recurring processors and re-introduce caching of payment processors

9 years agotowards test fixes, enforce unique trxn_id from dummy payment processor. as otherwise
Eileen McNaughton [Wed, 24 Jun 2015 11:35:40 +0000 (23:35 +1200)]
towards test fixes, enforce unique trxn_id from dummy payment processor. as otherwise
erwise during test runs the same one can be set twice is the first has not yet been saved to the DB

9 years agoMerge pull request #6085 from rohankatkar/webtest--master
Monish Deb [Wed, 24 Jun 2015 13:53:44 +0000 (19:23 +0530)]
Merge pull request #6085 from rohankatkar/webtest--master

Webtest for contribution search by premiums

9 years agoWebtest for contribution search by premiums
Web Access [Wed, 24 Jun 2015 13:42:56 +0000 (19:12 +0530)]
Webtest for contribution search by premiums

9 years agoCRM-16417 tests passing on not deleting failed transaction from contribution page,
Eileen McNaughton [Wed, 24 Jun 2015 13:05:28 +0000 (01:05 +1200)]
CRM-16417 tests passing on not deleting failed transaction from contribution page,
also towards CRM-16737 & the general principle of 2-step payment creating

9 years agotowards test fixes, enforce unique trxn_id from dummy payment processor. as otherwise
Eileen McNaughton [Wed, 24 Jun 2015 11:35:40 +0000 (23:35 +1200)]
towards test fixes, enforce unique trxn_id from dummy payment processor. as otherwise
erwise during test runs the same one can be set twice is the first has not yet been saved to the DB

9 years agoCRM-16417 always create a pending contribution in direct payment mode
Eileen McNaughton [Wed, 24 Jun 2015 12:50:55 +0000 (00:50 +1200)]
CRM-16417 always create a pending contribution in direct payment mode

9 years agoRename financial type & assign to form in one place
Eileen McNaughton [Wed, 24 Jun 2015 12:41:21 +0000 (00:41 +1200)]
Rename financial type & assign to form in one place

9 years agoCRM-16407 use new factory class fo instantiating payment processors
Eileen McNaughton [Wed, 24 Jun 2015 12:38:13 +0000 (00:38 +1200)]
CRM-16407 use new factory class fo instantiating payment processors

9 years agorename test functions to make them easier to filter on
Eileen McNaughton [Wed, 24 Jun 2015 12:33:21 +0000 (00:33 +1200)]
rename test functions to make them easier to filter on

9 years agoCRM-16417 add test
Eileen McNaughton [Wed, 24 Jun 2015 12:23:41 +0000 (00:23 +1200)]
CRM-16417 add test

9 years agoCRM-16417 extract main processing into testable function
Eileen McNaughton [Wed, 24 Jun 2015 12:19:16 +0000 (00:19 +1200)]
CRM-16417 extract main processing into testable function

9 years agoCRM-16417 towards not deleting contributions when a payment failes
Eileen McNaughton [Wed, 24 Jun 2015 12:13:44 +0000 (00:13 +1200)]
CRM-16417 towards not deleting contributions when a payment failes

9 years agoMerge pull request #6083 from sudhabisht/apiFix
Monish Deb [Wed, 24 Jun 2015 12:50:58 +0000 (18:20 +0530)]
Merge pull request #6083 from sudhabisht/apiFix

Remove hardcode value

9 years agoRemove hardcode value
Sudha Bisht [Wed, 24 Jun 2015 12:38:21 +0000 (18:08 +0530)]
Remove hardcode value

9 years agoMerge pull request #6081 from sudhabisht/apiFix
Eileen McNaughton [Wed, 24 Jun 2015 12:25:47 +0000 (00:25 +1200)]
Merge pull request #6081 from sudhabisht/apiFix

Fix Api Test Failure

9 years agoMerge pull request #6071 from sudhabisht/CRM-16719
Monish Deb [Wed, 24 Jun 2015 12:18:26 +0000 (17:48 +0530)]
Merge pull request #6071 from sudhabisht/CRM-16719

Added column to activity summary report.

9 years agoMerge pull request #6077 from onlyjob/CRM-16731
Monish Deb [Wed, 24 Jun 2015 11:30:53 +0000 (17:00 +0530)]
Merge pull request #6077 from onlyjob/CRM-16731

CRM-16731: correct AGPL version number.

9 years agowarning fix
Sudha Bisht [Wed, 24 Jun 2015 11:21:00 +0000 (16:51 +0530)]
warning fix

9 years agoTest Fix
Sudha Bisht [Tue, 23 Jun 2015 12:04:14 +0000 (17:34 +0530)]
Test Fix

9 years agoUpgrade Changes
Sudha Bisht [Tue, 23 Jun 2015 10:58:18 +0000 (16:28 +0530)]
Upgrade Changes

9 years agoAdded field in activity summary report
Sudha Bisht [Tue, 23 Jun 2015 07:07:22 +0000 (12:37 +0530)]
Added field in activity summary report

9 years agoMerge pull request #6080 from eileenmcnaughton/master
Eileen McNaughton [Wed, 24 Jun 2015 10:39:04 +0000 (22:39 +1200)]
Merge pull request #6080 from eileenmcnaughton/master

test & comment fixes - unrelated failures

9 years agoMerge pull request #6078 from jitendrapurohit/CRM-14844
Monish Deb [Wed, 24 Jun 2015 09:52:25 +0000 (15:22 +0530)]
Merge pull request #6078 from jitendrapurohit/CRM-14844

CRM-14844 - Cannot copy-paste fatal errors

9 years agoMerge pull request #6070 from rohankatkar/CRM-16713
Monish Deb [Wed, 24 Jun 2015 08:35:02 +0000 (14:05 +0530)]
Merge pull request #6070 from rohankatkar/CRM-16713

CRM-16713 Find Contributions: Search by Premium

9 years agoMerge pull request #6067 from monishdeb/master
Monish Deb [Wed, 24 Jun 2015 08:26:12 +0000 (13:56 +0530)]
Merge pull request #6067 from monishdeb/master

CRM-16716 fix - Recurring Contributions report improvements

9 years agoApi Fix
Sudha Bisht [Wed, 24 Jun 2015 08:02:17 +0000 (13:32 +0530)]
Api Fix

9 years agoMerge pull request #6056 from yashodha/CRM-16720.new
Monish Deb [Wed, 24 Jun 2015 07:47:58 +0000 (13:17 +0530)]
Merge pull request #6056 from yashodha/CRM-16720.new

CRM-16720 : Activity Details report: add source, target and assignee …

9 years agotest & comment fixes
Eileen McNaughton [Wed, 24 Jun 2015 07:06:10 +0000 (19:06 +1200)]
test & comment fixes

9 years agoCRM-14844 - Cannot copy-paste fatal errors
jitendrapurohit [Wed, 24 Jun 2015 06:43:34 +0000 (12:13 +0530)]
CRM-14844 - Cannot copy-paste fatal errors

9 years agoCRM-16731: correct AGPL version number.
Dmitry Smirnov [Wed, 24 Jun 2015 01:22:25 +0000 (11:22 +1000)]
CRM-16731: correct AGPL version number.

9 years agoMerge pull request #6075 from colemanw/CRM-16706
colemanw [Tue, 23 Jun 2015 19:24:21 +0000 (15:24 -0400)]
Merge pull request #6075 from colemanw/CRM-16706

CRM-16706 - Remove unused fn

9 years agoCRM-16706 - Remove unused fn
Coleman Watts [Tue, 23 Jun 2015 19:23:50 +0000 (15:23 -0400)]
CRM-16706 - Remove unused fn

9 years agoMerge pull request #6041 from mallezie/crm-16706
colemanw [Tue, 23 Jun 2015 19:19:18 +0000 (15:19 -0400)]
Merge pull request #6041 from mallezie/crm-16706

merge commonLetterCompose() and commonCompose()

9 years agoMerge pull request #6072 from eileenmcnaughton/master
Eileen McNaughton [Tue, 23 Jun 2015 13:48:49 +0000 (01:48 +1200)]
Merge pull request #6072 from eileenmcnaughton/master

Merge 4.6 to master

9 years agominor fix for mode in Search
jitendrapurohit [Tue, 23 Jun 2015 13:04:02 +0000 (18:34 +0530)]
minor fix for mode in Search

9 years agotest fix
jitendrapurohit [Tue, 23 Jun 2015 04:54:02 +0000 (10:24 +0530)]
test fix

9 years agowarning fixes
jitendrapurohit [Mon, 22 Jun 2015 13:30:11 +0000 (19:00 +0530)]
warning fixes

9 years agoCRM-16714 - Find Contributions: Include 'Median Amount' and 'Mode Amount' for search...
jitendrapurohit [Mon, 22 Jun 2015 13:21:45 +0000 (18:51 +0530)]
CRM-16714 - Find Contributions: Include 'Median Amount' and 'Mode Amount' for search results

9 years agomigrate mode and median in separate function
jitendrapurohit [Mon, 22 Jun 2015 13:20:54 +0000 (18:50 +0530)]
migrate mode and median in separate function

9 years agoCRM-16715 - Contribution Summary Report: add mode and median statistics; group by...
jitendrapurohit [Mon, 22 Jun 2015 05:55:53 +0000 (11:25 +0530)]
CRM-16715 - Contribution Summary Report: add mode and median statistics; group by fiscal year

9 years agoMerge branch '4.6' of https://github.com/civicrm/civicrm-core
Eileen McNaughton [Tue, 23 Jun 2015 11:10:42 +0000 (23:10 +1200)]
Merge branch '4.6' of https://github.com/civicrm/civicrm-core

Conflicts:
xml/templates/civicrm_data.tpl

9 years agoCRM-16713 Find Contributions: Search by Premium
Web Access [Tue, 23 Jun 2015 10:52:20 +0000 (16:22 +0530)]
CRM-16713 Find Contributions: Search by Premium

9 years agominor fix
monishdeb [Tue, 23 Jun 2015 05:54:20 +0000 (11:24 +0530)]
minor fix

9 years agoMerge pull request #6068 from eileenmcnaughton/4.6
Dave Greenberg [Tue, 23 Jun 2015 01:07:28 +0000 (18:07 -0700)]
Merge pull request #6068 from eileenmcnaughton/4.6

fixes to comments

9 years agophpcs fixes
Eileen McNaughton [Mon, 22 Jun 2015 23:00:17 +0000 (11:00 +1200)]
phpcs fixes

9 years agophpcs fixes
Eileen McNaughton [Mon, 22 Jun 2015 22:40:15 +0000 (10:40 +1200)]
phpcs fixes

9 years agoMerge pull request #6062 from eileenmcnaughton/CRM-16417-46
Dave Greenberg [Mon, 22 Jun 2015 18:17:13 +0000 (11:17 -0700)]
Merge pull request #6062 from eileenmcnaughton/CRM-16417-46

CRM-16417 add failed payment activity type

9 years agominor fix
monishdeb [Mon, 22 Jun 2015 17:19:31 +0000 (22:49 +0530)]
minor fix

9 years agoformatting fix
monishdeb [Mon, 22 Jun 2015 17:12:41 +0000 (22:42 +0530)]
formatting fix

9 years agoformatting fix
monishdeb [Mon, 22 Jun 2015 17:09:21 +0000 (22:39 +0530)]
formatting fix

9 years agoCRM-16716 fix - Recurring Contributions report improvements
monishdeb [Mon, 22 Jun 2015 17:03:44 +0000 (22:33 +0530)]
CRM-16716 fix - Recurring Contributions report improvements

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

9 years agoMerge pull request #6058 from monishdeb/CRM-16575
Monish Deb [Mon, 22 Jun 2015 17:01:16 +0000 (22:31 +0530)]
Merge pull request #6058 from monishdeb/CRM-16575

CRM-16581 fix - API and checking if a custom field is empty is ignored

9 years agoMerge remote-tracking branch 'upstream/4.6' into 4.6-master-2015-06-22-22-17-50
kurund [Mon, 22 Jun 2015 16:48:05 +0000 (22:18 +0530)]
Merge remote-tracking branch 'upstream/4.6' into 4.6-master-2015-06-22-22-17-50

9 years agoMerge pull request #5898 from monishdeb/master
Monish Deb [Mon, 22 Jun 2015 05:05:38 +0000 (10:35 +0530)]
Merge pull request #5898 from monishdeb/master

Merge conflict fix

9 years agoMerge pull request #6063 from colemanw/editable
colemanw [Sat, 20 Jun 2015 18:20:11 +0000 (14:20 -0400)]
Merge pull request #6063 from colemanw/editable

Fix caching of multi-custom options

9 years agoFix caching of multi-custom options
Coleman Watts [Sat, 20 Jun 2015 18:06:22 +0000 (14:06 -0400)]
Fix caching of multi-custom options

9 years agoMerge pull request #6055 from colemanw/CRM-16401
colemanw [Sat, 20 Jun 2015 16:13:52 +0000 (12:13 -0400)]
Merge pull request #6055 from colemanw/CRM-16401

CRM-16401 - Allow admin to set which day is the first day of the week

9 years agoCRM-16417 add failed payment activity type
Eileen McNaughton [Sat, 20 Jun 2015 08:54:00 +0000 (20:54 +1200)]
CRM-16417 add failed payment activity type

9 years agomerge conflict fix
monishdeb [Fri, 19 Jun 2015 23:06:25 +0000 (04:36 +0530)]
merge conflict fix

9 years agoMerge pull request #6057 from sudhabisht/CRM-16116
Monish Deb [Fri, 19 Jun 2015 22:51:16 +0000 (04:21 +0530)]
Merge pull request #6057 from sudhabisht/CRM-16116

Fix for financial_type_id not returned on Contribution get

9 years agoimprovement fixes
monishdeb [Fri, 19 Jun 2015 22:13:30 +0000 (03:43 +0530)]
improvement fixes

9 years agoCRM-16581 fix - API and checking if a custom field is empty is ignored
monishdeb [Fri, 19 Jun 2015 11:00:29 +0000 (16:30 +0530)]
CRM-16581 fix - API and checking if a custom field is empty is ignored

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

9 years agoMerge pull request #5252 from JKingsnorth/CRM-10551
Dave Greenberg [Fri, 19 Jun 2015 21:56:36 +0000 (14:56 -0700)]
Merge pull request #5252 from JKingsnorth/CRM-10551

CRM-10551: Allow deletion of blanked location-based fields edited via a profile

9 years agoMerge branch '4.6' into master
Coleman Watts [Fri, 19 Jun 2015 19:25:55 +0000 (15:25 -0400)]
Merge branch '4.6' into master

Conflicts:
CRM/Contribute/Form/Contribution.php
CRM/Core/BAO/Mapping.php
CRM/Core/BAO/PdfFormat.php
CRM/Core/Payment/Form.php
CRM/Member/BAO/Membership.php
CRM/Utils/Hook.php
sql/civicrm_generated.mysql
xml/version.xml

9 years agoMerge pull request #5961 from colemanw/CRM-16577
colemanw [Fri, 19 Jun 2015 18:29:40 +0000 (14:29 -0400)]
Merge pull request #5961 from colemanw/CRM-16577

CRM-16577 - Clear caches more thoroughly from UpdateConfigBackend

9 years agoEnsure caches are cleared after changing settings
Coleman Watts [Fri, 19 Jun 2015 17:59:32 +0000 (13:59 -0400)]
Ensure caches are cleared after changing settings

9 years agoCRM-16401 - Modify day of week ordering based on user prefs
Coleman Watts [Fri, 19 Jun 2015 17:34:35 +0000 (13:34 -0400)]
CRM-16401 - Modify day of week ordering based on user prefs

9 years agoMerge pull request #5962 from colemanw/CRM-16556
colemanw [Fri, 19 Jun 2015 16:36:00 +0000 (12:36 -0400)]
Merge pull request #5962 from colemanw/CRM-16556

CRM-16556 - Clear caches more thoroughly from config->cleanupCaches

9 years agoMerge pull request #6053 from rohankatkar/CRM-14705
Monish Deb [Fri, 19 Jun 2015 07:04:59 +0000 (12:34 +0530)]
Merge pull request #6053 from rohankatkar/CRM-14705

Notice fix for CRM-14705

9 years agoMerge pull request #6044 from monishdeb/CRM-16575
Monish Deb [Fri, 19 Jun 2015 07:04:14 +0000 (12:34 +0530)]
Merge pull request #6044 from monishdeb/CRM-16575

Crm 16575, CRM-16581 fixes

9 years agoFix for financial_type_id not returned on Contribution get
Sudha Bisht [Fri, 19 Jun 2015 07:01:21 +0000 (12:31 +0530)]
Fix for financial_type_id not returned on Contribution get

9 years agoMerge pull request #6054 from yashodha/CRM-16718
Yashodha Chaku [Fri, 19 Jun 2015 05:30:18 +0000 (11:00 +0530)]
Merge pull request #6054 from yashodha/CRM-16718

CRM-16718: Update Recurring Contribution: Indicate direction

9 years agoclean up
yashodha [Fri, 19 Jun 2015 05:29:04 +0000 (10:59 +0530)]
clean up

9 years agoCRM-16720 : Activity Details report: add source, target and assignee phone number...
yashodha [Fri, 19 Jun 2015 03:52:31 +0000 (09:22 +0530)]
CRM-16720 : Activity Details report: add source, target and assignee phone number columns

----------------------------------------
* CRM-16720: Activity Details report: add source, target and assignee phone number columns
  https://issues.civicrm.org/jira/browse/CRM-16720

9 years agoCRM-16401 - Allow admin to set which day is the first day of the week
Coleman Watts [Fri, 19 Jun 2015 03:12:19 +0000 (23:12 -0400)]
CRM-16401 - Allow admin to set which day is the first day of the week

9 years agoMerge pull request #5998 from seamuslee001/CRM-16600-4.6
colemanw [Fri, 19 Jun 2015 01:58:19 +0000 (21:58 -0400)]
Merge pull request #5998 from seamuslee001/CRM-16600-4.6

Crm 16600 4.6

9 years agoNotice fix for CRM-14705
Web Access [Thu, 18 Jun 2015 15:19:04 +0000 (20:49 +0530)]
Notice fix for CRM-14705

9 years agoCRM-16718: Update Recurring Contribution: Indicate direction
yashodha [Thu, 18 Jun 2015 12:05:26 +0000 (17:35 +0530)]
CRM-16718: Update Recurring Contribution: Indicate direction

----------------------------------------
* CRM-16718: Update Recurring Contribution: Indicate direction of amount change in activity subject
  https://issues.civicrm.org/jira/browse/CRM-16718

9 years agoMerge pull request #6051 from rohankatkar/CRM-16691
Monish Deb [Thu, 18 Jun 2015 11:47:46 +0000 (17:17 +0530)]
Merge pull request #6051 from rohankatkar/CRM-16691

Fix for CRM-16691

9 years agoimprovement for api
monishdeb [Thu, 18 Jun 2015 10:43:07 +0000 (16:13 +0530)]
improvement for api

9 years agominor fix
monishdeb [Wed, 17 Jun 2015 15:39:40 +0000 (21:09 +0530)]
minor fix

9 years agoCRM-16575 fix - Searching/reporting on similar values in multi select fields breaks
monishdeb [Wed, 17 Jun 2015 15:37:46 +0000 (21:07 +0530)]
CRM-16575 fix - Searching/reporting on similar values in multi select fields breaks

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

9 years agoNew Warnings - Category ScopeIndent
unknown [Wed, 27 May 2015 14:42:25 +0000 (15:42 +0100)]
New Warnings - Category ScopeIndent

9 years agoCheckStyle Result fixes
unknown [Wed, 27 May 2015 13:56:29 +0000 (14:56 +0100)]
CheckStyle Result fixes

9 years agoUpdating white space
unknown [Wed, 27 May 2015 13:39:41 +0000 (14:39 +0100)]
Updating white space

9 years agoProposed fix for searching similar multi select values CRM-16575
unknown [Wed, 27 May 2015 13:36:06 +0000 (14:36 +0100)]
Proposed fix for searching similar multi select values CRM-16575