Pradeep Nayak [Wed, 27 Jan 2016 21:08:05 +0000 (02:38 +0530)]
CRM-16188, added order api for delete action and test
----------------------------------------
* CRM-16188: Create an order API
https://issues.civicrm.org/jira/browse/CRM-16188
Monish Deb [Mon, 8 Feb 2016 09:39:19 +0000 (15:09 +0530)]
Merge pull request #7754 from jitendrapurohit/CRM-17949
CRM-17949 -- unable to save data in custom data tab
Monish Deb [Mon, 8 Feb 2016 08:50:07 +0000 (14:20 +0530)]
Merge pull request #7723 from KarinG/JIRA-17952
JIRA-17952 - adding currency into the AJAX request.
Yashodha Chaku [Mon, 8 Feb 2016 07:58:28 +0000 (13:28 +0530)]
Merge pull request #7760 from barnabycourt/pledge_summary
CRM-17987 Allow grouping pledge summary report by financial type.
Tim Otten [Mon, 8 Feb 2016 07:20:32 +0000 (23:20 -0800)]
Merge pull request #7762 from totten/master-fix-stupid-sql
CRM-17951 - Fix bad SQL that causes systemic failures
Tim Otten [Mon, 8 Feb 2016 06:37:40 +0000 (22:37 -0800)]
CRM-17951 - Fix bad SQL that causes systemic failures
colemanw [Sun, 7 Feb 2016 19:05:44 +0000 (14:05 -0500)]
Merge pull request #7761 from lcdservices/CRM-17988
CRM-17988: fix member source in search builder
Brian Shaughnessy [Sun, 7 Feb 2016 03:31:51 +0000 (22:31 -0500)]
CRM-17988: fix member source in search builder
Barnaby Court [Sun, 7 Feb 2016 02:20:03 +0000 (21:20 -0500)]
CRM-17987 Allow grouping pledge summary report by financial type.
colemanw [Sun, 7 Feb 2016 00:44:58 +0000 (19:44 -0500)]
Merge pull request #7758 from colemanw/phpVer
Better deprecation warning about older php versions.
Coleman Watts [Sat, 6 Feb 2016 02:52:05 +0000 (21:52 -0500)]
Better deprecation warning about older php versions.
Eileen McNaughton [Fri, 5 Feb 2016 19:53:28 +0000 (08:53 +1300)]
Merge pull request #7757 from civicrm/eileenmcnaughton-patch-1
CRM-17951 fix capitalisation on upgrade insert
Eileen McNaughton [Fri, 5 Feb 2016 19:53:13 +0000 (08:53 +1300)]
CRM-17951 fix capitalisation on upgrade insert
Yashodha Chaku [Fri, 5 Feb 2016 09:37:31 +0000 (15:07 +0530)]
Merge pull request #7755 from yashodha/update-contributors
Update contributors list
yashodha [Fri, 5 Feb 2016 08:37:21 +0000 (14:07 +0530)]
Update contributors list
Monish Deb [Fri, 5 Feb 2016 07:16:11 +0000 (12:46 +0530)]
Merge pull request #7753 from rohankatkar/CRM-17878
CRM-17878
jitendrapurohit [Fri, 5 Feb 2016 06:52:36 +0000 (12:22 +0530)]
CRM-17949 -- unable to save data in custom data tab
Yashodha Chaku [Fri, 5 Feb 2016 05:23:03 +0000 (10:53 +0530)]
Merge pull request #7746 from yashodha/4.7.CRM-17908
CRM-17908:text version of header/footer not used when auto-generating
Eileen McNaughton [Fri, 5 Feb 2016 03:37:35 +0000 (16:37 +1300)]
Merge pull request #7749 from eileenmcnaughton/master
CRM-17951 add support for a financial account for refunds & chargebacks
Coleman Watts [Thu, 4 Feb 2016 20:14:13 +0000 (13:14 -0700)]
API Explorer: Use Civi::paths instead of global $civicrm_root
colemanw [Thu, 4 Feb 2016 19:25:49 +0000 (12:25 -0700)]
Merge pull request #7750 from agh1/petition-uf-block
CRM-17969 petitions should use common profile block template
Eileen McNaughton [Thu, 4 Feb 2016 19:14:53 +0000 (08:14 +1300)]
Merge pull request #7748 from eileenmcnaughton/transaction_view
CRM-17951 modify transaction view to show the financial account of th…
Andrew Hunt [Thu, 4 Feb 2016 18:42:30 +0000 (13:42 -0500)]
CRM-17969 petitions should use common profile block template
----------------------------------------
* CRM-17969: Free HTML field shows entry box in petitions
https://issues.civicrm.org/jira/browse/CRM-17969
eileen [Thu, 4 Feb 2016 10:54:31 +0000 (23:54 +1300)]
CRM-17951 add Contribution Status of Chargeback
Eileen McNaughton [Thu, 4 Feb 2016 12:20:25 +0000 (01:20 +1300)]
Merge pull request #7747 from eileenmcnaughton/xml
Fix schema for financial_trxn, on code review the status_id is contri…
eileen [Thu, 4 Feb 2016 10:22:00 +0000 (23:22 +1300)]
CRM-17951 add support for having an account relationship for refunds.
The support covers the relationship 'falling back' to current behaviour if a Contra/Credit Revenue Account is
entry is not configured for the financial type.
eileen [Thu, 4 Feb 2016 05:44:39 +0000 (18:44 +1300)]
CRM-17951 add Chargeback & refund account relationships and Chargeback status
eileen [Thu, 4 Feb 2016 11:33:33 +0000 (00:33 +1300)]
CRM-17951 modify transaction view to show the financial account of the transaction
Previously it was showing the financial type of the contribution - but the payment could have a different financial account, although that would not be the norm and for most users no difference would be apparent. I added a group_concat in case there are multiple accounts associated with a transaction now, or in the future.
Note we have separately discussed exposing line item detail - this got stalled on how to make it look tidy in the UI
eileen [Thu, 4 Feb 2016 10:55:27 +0000 (23:55 +1300)]
Fix schema for financial_trxn, on code review the status_id is contribution_status_id
The comment implied it was financial_item_status_id but existing values/ code do not support this
yashodha [Thu, 4 Feb 2016 10:36:03 +0000 (16:06 +0530)]
CRM-17908: more fixes
----------------------------------------
* CRM-17908: text version of header/footer not used when auto-generating text version of email
https://issues.civicrm.org/jira/browse/CRM-17908
yashodha [Thu, 4 Feb 2016 10:30:46 +0000 (16:00 +0530)]
CRM-17908 - text version of header/footer not used when auto-generating text version of email
https://issues.civicrm.org/jira/browse/CRM-17908
Eileen McNaughton [Thu, 4 Feb 2016 09:37:09 +0000 (22:37 +1300)]
Merge pull request #7745 from eileenmcnaughton/CRM-17951-refactor
CRM-17951 preliminary refactoring to improve code legibility
yashodha [Thu, 4 Feb 2016 09:35:05 +0000 (15:05 +0530)]
CRM-17908:text version of header/footer not used when auto-generating
----------------------------------------
* CRM-17908: text version of header/footer not used when auto-generating text version of email
https://issues.civicrm.org/jira/browse/CRM-17908
yashodha [Thu, 4 Feb 2016 07:04:35 +0000 (12:34 +0530)]
CRM-17908:text version of header/footer not used when auto-generating
----------------------------------------
* CRM-17908: text version of header/footer not used when auto-generating text version of email
https://issues.civicrm.org/jira/browse/CRM-17908
eileen [Thu, 4 Feb 2016 05:44:39 +0000 (18:44 +1300)]
CRM-17951 preliminary refactoring to improve code legibility
Change-Id: I51fcaf6898dee9e32b56ea9fbe5b9d4c9bc457a6
Eileen McNaughton [Thu, 4 Feb 2016 04:03:18 +0000 (17:03 +1300)]
Merge pull request #7743 from eileenmcnaughton/entityFinancialAccount
Add Entity Financial Account api
Tim Otten [Thu, 4 Feb 2016 03:53:47 +0000 (20:53 -0700)]
Merge pull request #7744 from totten/master-upg-baddir
CRM_Core_Config, Upgrade Tests - Display warning when mkdir fails
Tim Otten [Thu, 4 Feb 2016 03:40:57 +0000 (20:40 -0700)]
Merge pull request #7742 from totten/master-perm
Remove unnecessary executable bits
Tim Otten [Thu, 4 Feb 2016 03:16:20 +0000 (20:16 -0700)]
CRM_Core_Config - Display warning when mkdir fails
eileen [Thu, 4 Feb 2016 01:19:36 +0000 (14:19 +1300)]
Add Entity Financial Account api
(to support testing)
Tim Otten [Thu, 4 Feb 2016 00:22:29 +0000 (17:22 -0700)]
Remove unnecessary executable bits
colemanw [Thu, 4 Feb 2016 00:00:39 +0000 (17:00 -0700)]
Merge pull request #7739 from twomice/CRM_17609
CRM_17609: Correct user->contact sync in Drupal 8.
Tim Otten [Wed, 3 Feb 2016 23:57:28 +0000 (16:57 -0700)]
Merge pull request #7727 from totten/master-psr4
CRM-17957 - Allow extensions to register with PHP classloader (PSR-4)
Tim Otten [Wed, 3 Feb 2016 23:56:36 +0000 (16:56 -0700)]
Merge pull request #7737 from totten/master-cv-env
CiviTest/bootstrap.php - Change env handling in `cv()`
Tim Otten [Wed, 3 Feb 2016 23:43:36 +0000 (16:43 -0700)]
Merge pull request #7741 from eileenmcnaughton/tests
Add default to function signature
Tim Otten [Wed, 3 Feb 2016 21:37:07 +0000 (14:37 -0700)]
Merge pull request #7740 from civicrm/revert-7717-CRM-17908
Revert "CRM-17908: text version of header/footer not used when auto-generatin…"
eileen [Wed, 3 Feb 2016 21:30:14 +0000 (10:30 +1300)]
Add default to function signature
Allen Shaw [Wed, 3 Feb 2016 20:45:03 +0000 (14:45 -0600)]
CRM_17609: Correct user->contact sync in Drupal 8.
Tim Otten [Wed, 3 Feb 2016 21:12:13 +0000 (14:12 -0700)]
Revert "CRM-17908: text version of header/footer not used when auto-generatin…"
Tim Otten [Wed, 3 Feb 2016 20:29:24 +0000 (13:29 -0700)]
CiviTest/bootstrap.php - Change env handling in `cv()`
In Ubuntu's php-cli, the php.ini overrides `variables_order` with `GPCS` --
which destroys `$_ENV`.
This seems pretty stupid... perhaps they conflated `variables_order` with
`request_order`.
At any rate, we'll have to do statey-swappy `putenv()` things instead.
Yashodha Chaku [Wed, 3 Feb 2016 12:14:36 +0000 (17:44 +0530)]
Merge pull request #7734 from yashodha/4.7-version-fix
Update version to 4.7.2
yashodha [Wed, 3 Feb 2016 12:10:33 +0000 (17:40 +0530)]
Update version to 4.7.2
Eileen McNaughton [Wed, 3 Feb 2016 11:00:18 +0000 (00:00 +1300)]
Merge pull request #7732 from eileenmcnaughton/CRM-17951
CRM-17951 Add function to safe-add option values in upgrade
Eileen McNaughton [Wed, 3 Feb 2016 10:46:46 +0000 (23:46 +1300)]
Merge pull request #7726 from eileenmcnaughton/CRM-17775
CRM-17775 fix indexes on table civicrm_financial_item
eileen [Wed, 3 Feb 2016 09:54:28 +0000 (22:54 +1300)]
CRM-17951 Add function to safe-add option values in upgrade
eileen [Tue, 2 Feb 2016 23:42:52 +0000 (12:42 +1300)]
CRM-17775 fix indexes on table civicrm_financial_item
colemanw [Wed, 3 Feb 2016 05:35:21 +0000 (22:35 -0700)]
Merge pull request #7729 from colemanw/CRM-17960
CRM-17960 - Handle redirects in popups
Coleman Watts [Wed, 3 Feb 2016 05:20:48 +0000 (22:20 -0700)]
CRM-17960 - Handle redirects in popups
Yashodha Chaku [Wed, 3 Feb 2016 05:20:27 +0000 (10:50 +0530)]
Merge pull request #7722 from kcristiano/17593
CRM-17593 -Update comment for change from role based permission to ca…
Yashodha Chaku [Wed, 3 Feb 2016 05:12:54 +0000 (10:42 +0530)]
Merge pull request #7717 from yashodha/CRM-17908
CRM-17908: text version of header/footer not used when auto-generatin…
Tim Otten [Wed, 3 Feb 2016 03:16:54 +0000 (20:16 -0700)]
CRM-17957 - Allow extensions to register with PHP classloader (PSR-4)
For example, in info.xml, add:
```
<classloader>
<psr4 prefix="Civi\Foo\Bar\" path="src" />
</classloader>
```
KarinG [Tue, 2 Feb 2016 23:14:06 +0000 (16:14 -0700)]
JIRA-17952 - adding currency into the AJAX request.
Eileen McNaughton [Wed, 3 Feb 2016 01:18:38 +0000 (14:18 +1300)]
Merge pull request #7724 from eileenmcnaughton/CRM-17775-test
CRM-17775 Add safe function for dropping indexes
eileen [Wed, 3 Feb 2016 00:10:57 +0000 (13:10 +1300)]
CRM-17775 Add safe function for dropping indexes
Eileen McNaughton [Tue, 2 Feb 2016 23:10:50 +0000 (12:10 +1300)]
Merge pull request #7686 from JMAConsulting/CRM-16188-5
CRM-16188, added order api for create action with test
Tim Otten [Tue, 2 Feb 2016 20:02:59 +0000 (13:02 -0700)]
Merge pull request #7641 from totten/master-test-cv
CRM-17860 - Align bootstrap logic in tests; looser coupling
Kevin Cristiano [Tue, 2 Feb 2016 19:01:38 +0000 (12:01 -0700)]
CRM-17593 -Update comment for change from role based permission to capabilties based permissions
----------------------------------------
* CRM-17593: Certain Permissions are hard coded to 'Administrator' in CRM_Core_Permission_WordPress
https://issues.civicrm.org/jira/browse/CRM-17593
colemanw [Tue, 2 Feb 2016 18:50:45 +0000 (11:50 -0700)]
Merge pull request #7718 from jitendrapurohit/multi-installfix
revert #5287 to avoid exception after non-English installation
colemanw [Tue, 2 Feb 2016 18:33:47 +0000 (11:33 -0700)]
Merge pull request #7689 from eileenmcnaughton/CRM-17881
CRM-17881 extend createIndex function to create combined indexes
colemanw [Tue, 2 Feb 2016 18:31:25 +0000 (11:31 -0700)]
Merge pull request #7637 from jmcclelland/CRM-17812
CRM-17812 - enable anonymous access to angular extension pages
colemanw [Tue, 2 Feb 2016 18:28:48 +0000 (11:28 -0700)]
Merge pull request #7714 from colemanw/Improve
Improve navigation menu item edit form
colemanw [Tue, 2 Feb 2016 18:27:05 +0000 (11:27 -0700)]
Merge pull request #7716 from twomice/drupal8_master
Toward CRM-17917, support for Drupal 8
Kurund Jalmi [Tue, 2 Feb 2016 18:19:27 +0000 (23:49 +0530)]
Merge pull request #7719 from rohankatkar/test-fixes-master
Test fixes
colemanw [Tue, 2 Feb 2016 17:50:24 +0000 (10:50 -0700)]
Merge pull request #7715 from colemanw/CRM-17915
CRM-17915 - Fix datepicker in profiles
colemanw [Tue, 2 Feb 2016 17:44:48 +0000 (10:44 -0700)]
Merge pull request #7720 from jitendrapurohit/CRM-17918
CRM-17918 -- set the scope for dataTable
Allen Shaw [Mon, 1 Feb 2016 19:02:56 +0000 (13:02 -0600)]
Moved system flush from setup.sh to first-run; added permissionEmails() and upgradePermissions() in CRM_Core_Permission_Drupal8.
Tim Otten [Tue, 2 Feb 2016 16:56:15 +0000 (09:56 -0700)]
Merge pull request #7721 from totten/master-inst-typo
install/index.php - Fix typo in detection of existing installations
Tim Otten [Tue, 2 Feb 2016 16:24:08 +0000 (09:24 -0700)]
install/index.php - Fix typo in detection of existing installations
jitendrapurohit [Tue, 2 Feb 2016 13:22:10 +0000 (18:52 +0530)]
revert #5287 to avoid exception after non-English installation
jitendrapurohit [Tue, 2 Feb 2016 13:19:21 +0000 (18:49 +0530)]
CRM-17918 -- set the scope for dataTable
Web Access [Tue, 2 Feb 2016 13:18:48 +0000 (18:48 +0530)]
Test fixes
Yashodha Chaku [Tue, 2 Feb 2016 10:59:15 +0000 (16:29 +0530)]
Merge pull request #7705 from mlutfy/4.7-crm16801-1
CRM-16801: revert seedLanguage fix in the installer.
yashodha [Tue, 2 Feb 2016 10:09:34 +0000 (15:39 +0530)]
CRM-17908: text version of header/footer not used when auto-generating text version of email
----------------------------------------
* CRM-17908: text version of header/footer not used when auto-generating text version of email
https://issues.civicrm.org/jira/browse/CRM-17908
yashodha [Tue, 2 Feb 2016 07:47:03 +0000 (13:17 +0530)]
CRM-17908: text version of header/footer not used when auto-generating text version of email
----------------------------------------
* CRM-17908: text version of header/footer not used when auto-generating text version of email
https://issues.civicrm.org/jira/browse/CRM-17908
Tim Otten [Tue, 2 Feb 2016 05:30:56 +0000 (22:30 -0700)]
CRM-17860 - Use phpunit4
Tim Otten [Tue, 2 Feb 2016 05:12:52 +0000 (22:12 -0700)]
CRM-17860 - CiviTestSuite - Remove unnecessary require
Tim Otten [Sat, 30 Jan 2016 01:55:46 +0000 (17:55 -0800)]
CRM-17860 - Replace CiviTestPdoUtils, CiviTestDB with CiviTester
Tim Otten [Fri, 29 Jan 2016 09:13:09 +0000 (01:13 -0800)]
CRM-17860 - CiviUnitTestCase - Maintain headless schema automatically
Tim Otten [Fri, 29 Jan 2016 07:28:50 +0000 (23:28 -0800)]
CRM-17860 - CiviUnitTestCase - Extract body of populateDB to CiviTestDB
Tim Otten [Fri, 29 Jan 2016 06:35:09 +0000 (22:35 -0800)]
tests/phpunit/** - Remove unnecessary "require_once" statements
Previous commit enabled autoloading for CiviTest classes.
Tim Otten [Fri, 29 Jan 2016 06:14:07 +0000 (22:14 -0800)]
CiviTest - Configure autoloader for test classes
Tim Otten [Fri, 29 Jan 2016 05:47:40 +0000 (21:47 -0800)]
CiviUnitTestCase - Remove foreignKeyChecksOff
This function appears to do the opposite of what it says (ie it sets
`foreign_key_checks=1`). And there doesn't seem to be anything that
sets `foreign_key_checks=0` which would need to be cancelled-out.
Tim Otten [Fri, 29 Jan 2016 05:41:37 +0000 (21:41 -0800)]
CiviTest - Eliminate global mysql variables. Simplify bootstrap.php.
Tim Otten [Fri, 29 Jan 2016 05:15:34 +0000 (21:15 -0800)]
CRM_Core_TransactionTest - Remove unnecessary require_once
Tim Otten [Fri, 29 Jan 2016 05:06:57 +0000 (21:06 -0800)]
tools/scripts/phpunit - Accept EnvTest
Tim Otten [Fri, 29 Jan 2016 01:27:37 +0000 (17:27 -0800)]
CRM-17860 - Populate CiviSeleniumSettings using `cv`
Tim Otten [Fri, 29 Jan 2016 00:27:07 +0000 (16:27 -0800)]
civicrm.settings.php.template, ExternalBatch - Read unit test DSN from $_CV
In the previous formulation, a dev would need to perform more steps during setup, ie
1. Edit main civicrm.settings.php to add test DSN
2. Run `cv vars:fill` and edit ~/.cv.json
This patch makes the first step redundant.
This patch also makes it easier to swtich DB's for parallel test execution.
Tim Otten [Sat, 23 Jan 2016 02:35:20 +0000 (18:35 -0800)]
CRM-17860 - CRM_Member_Import_Parser_MembershipTest - Fix for PHP 5.4
Tim Otten [Sat, 23 Jan 2016 01:41:50 +0000 (17:41 -0800)]
CRM-17860 - loadCaseSampleData - Don't muck with connections/transactions
Tim Otten [Sat, 23 Jan 2016 00:24:30 +0000 (16:24 -0800)]
CRM-17860 - CRM_Financial_Page_AjaxTest - Work with wellformed CIVICRM_UF_BASEURL