Chris Burgess [Thu, 18 Feb 2016 23:34:14 +0000 (12:34 +1300)]
Refs CRM-15768, make CiviCRM Drupal module version consistent with other Drupal modules.
Drupal module version strings include the core version as 6.x, 7.x, 8.x.
The sed regex has been stripping this information, which leads to CiviCRM being reported somewhat inconsistently in Drupal's update checks. This change better preserves the core version prefix when building CiviCRM releases.
A fix for this was previously committed to civicrm-drupal, but did not "stick" due to the sed in the release build scripts overwriting that.
Monish Deb [Thu, 18 Feb 2016 10:06:44 +0000 (15:36 +0530)]
Merge pull request #7821 from rohankatkar/CRM-17121
CRM-17121: Advanced Search on Event Type OR Address returns only Event results
Monish Deb [Thu, 18 Feb 2016 09:21:00 +0000 (14:51 +0530)]
Merge pull request #7826 from jitendrapurohit/CRM-18039
CRM-18039 -- Do not set default for blocks if in update mode
jitendrapurohit [Thu, 18 Feb 2016 06:21:48 +0000 (11:51 +0530)]
typo fix
jitendrapurohit [Thu, 18 Feb 2016 06:17:51 +0000 (11:47 +0530)]
CRM-18039 -- Do not set default for blocks if in update mode
Eileen McNaughton [Wed, 17 Feb 2016 19:16:45 +0000 (08:16 +1300)]
Merge pull request #7687 from JMAConsulting/CRM-16259-2
Crm 16259 2
Pradeep Nayak [Wed, 17 Feb 2016 17:48:58 +0000 (23:18 +0530)]
CRM-16259, added comment block for function
----------------------------------------
* CRM-16259: Create Payment API
https://issues.civicrm.org/jira/browse/CRM-16259
Web Access [Wed, 17 Feb 2016 13:23:30 +0000 (18:53 +0530)]
CRM-17121: Advanced Search on Event Type OR Address returns only Event results
CiviCRM [Wed, 17 Feb 2016 08:22:49 +0000 (00:22 -0800)]
Update version to 4.7.3
Pradeep Nayak [Wed, 17 Feb 2016 05:16:29 +0000 (10:46 +0530)]
--CRM-16259, added examples
Pradeep Nayak [Wed, 17 Feb 2016 05:15:19 +0000 (10:45 +0530)]
--CRM-16259, used api document to create examples
Pradeep Nayak [Sat, 13 Feb 2016 13:41:34 +0000 (19:11 +0530)]
--CRM-16259, added check for is pay later for pending contribution
Pradeep Nayak [Sat, 13 Feb 2016 11:31:13 +0000 (17:01 +0530)]
--CRM-16259, added entity_table check in join, simplified code
Pradeep Nayak [Wed, 27 Jan 2016 23:42:31 +0000 (05:12 +0530)]
CRM-16259, minor fix and added test for pending with partial payment
----------------------------------------
* CRM-16259: Create Payment API
https://issues.civicrm.org/jira/browse/CRM-16259
Pradeep Nayak [Wed, 27 Jan 2016 22:32:27 +0000 (04:02 +0530)]
CRM-16259, changes for pending status for adding payments and added unit test
CRM-16259#
----------------------------------------
* CRM-16259: Create Payment API
https://issues.civicrm.org/jira/browse/CRM-16259
Conflicts:
tests/phpunit/api/v3/PaymentTest.php
Pradeep Nayak [Wed, 27 Jan 2016 22:24:21 +0000 (03:54 +0530)]
CRM-16259, added BAO to record payment in case of pending status and unit test
----------------------------------------
* CRM-16259: Create Payment API
https://issues.civicrm.org/jira/browse/CRM-16259
Pradeep Nayak [Wed, 27 Jan 2016 22:22:31 +0000 (03:52 +0530)]
--CRM-16259, allow status to be changed from pending to partialy paid
Conflicts:
CRM/Contribute/BAO/Contribution.php
colemanw [Wed, 17 Feb 2016 02:06:09 +0000 (21:06 -0500)]
Merge pull request #7817 from jitendrapurohit/CRM-17038
CRM-17038 -- custom tokens not replaced for schedule reminder
Eileen McNaughton [Tue, 16 Feb 2016 22:43:38 +0000 (11:43 +1300)]
Merge pull request #7819 from saurabhbatra96/CRM-18036
CRM-18036 - Non- static methods being called statically and non-stati…
Eileen McNaughton [Tue, 16 Feb 2016 18:44:05 +0000 (07:44 +1300)]
Merge pull request #7685 from JMAConsulting/CRM-16188-4
CRM-16188, added order api for cancel action with test
Saurabh Batra [Tue, 16 Feb 2016 18:04:09 +0000 (23:34 +0530)]
CRM-18036 - Non- static methods being called statically and non-statically.
https://issues.civicrm.org/jira/browse/CRM-18036
Pradeep Nayak [Tue, 16 Feb 2016 17:06:51 +0000 (22:36 +0530)]
--CRM-16188, fixed jenkins style check
Pradeep Nayak [Fri, 12 Feb 2016 04:34:06 +0000 (10:04 +0530)]
--CRM-16188, added test to check transitioncomponent function
Pradeep Nayak [Fri, 12 Feb 2016 04:32:52 +0000 (10:02 +0530)]
CRM-16188, fetch line item using contribution_id when entity is contribution
----------------------------------------
* CRM-16188: Create an order API
https://issues.civicrm.org/jira/browse/CRM-16188
Pradeep Nayak [Fri, 12 Feb 2016 04:31:50 +0000 (10:01 +0530)]
--CRM-16188, reverted back the changes since contribution status id is needed in transitioncomponent function
Pradeep Nayak [Thu, 11 Feb 2016 12:07:30 +0000 (17:37 +0530)]
--CRM-16188, added changes as per Eileen's comment
Pradeep Nayak [Wed, 27 Jan 2016 21:12:59 +0000 (02:42 +0530)]
CRM-16188, added order api for cancel action with test
----------------------------------------
* CRM-16188: Create an order API
https://issues.civicrm.org/jira/browse/CRM-16188
Monish Deb [Tue, 16 Feb 2016 10:27:17 +0000 (15:57 +0530)]
Merge pull request #7814 from eileenmcnaughton/master
CRM-17751 add extra check to prevent error
jitendrapurohit [Tue, 16 Feb 2016 09:47:14 +0000 (15:17 +0530)]
CRM-11153 -- custom tokens not replaced for schedule reminder
eileenmcnaugton [Tue, 16 Feb 2016 08:29:26 +0000 (21:29 +1300)]
CRM-17751 add extra check to prevent error
It turns out the refund_trxn_id can be set erroneously - this might be a form issue - but we also want to avoid an error here
Eileen McNaughton [Tue, 16 Feb 2016 05:17:58 +0000 (18:17 +1300)]
Merge pull request #7680 from JMAConsulting/CRM-16259-9
CRM-16259 permissions for payment api
Eileen McNaughton [Tue, 16 Feb 2016 05:15:22 +0000 (18:15 +1300)]
Merge pull request #7812 from eileenmcnaughton/master
CRM-17837 add email is on hold to lybunt report options
eileen [Tue, 16 Feb 2016 03:32:15 +0000 (16:32 +1300)]
CRM-17837 add email is on hold to lybunt report options
Tim Otten [Mon, 15 Feb 2016 23:19:23 +0000 (15:19 -0800)]
Merge pull request #7768 from totten/master-test-boot
CRM-17860 - Improve PHPUnit helpers to better support extensions
Tim Otten [Wed, 10 Feb 2016 03:30:03 +0000 (19:30 -0800)]
CRM-17860 - HeadlessInterface - Docs
Tim Otten [Wed, 10 Feb 2016 03:26:23 +0000 (19:26 -0800)]
CRM-17860 - Civi\Test::e2e() - Add builder for end-to-end testing
Tim Otten [Wed, 10 Feb 2016 03:26:11 +0000 (19:26 -0800)]
CRM-17860 - CiviTestListener - Fix bootstrap for end-to-end tests.
Tim Otten [Wed, 10 Feb 2016 03:20:31 +0000 (19:20 -0800)]
CRM-17860 - CiviEnvBuilder - Allow variations on install() and uninstall()
Tim Otten [Wed, 10 Feb 2016 02:57:31 +0000 (18:57 -0800)]
CRM_Utils_String - startsWith(), endsWith(), filterByWildcards()
Tim Otten [Wed, 10 Feb 2016 02:08:38 +0000 (18:08 -0800)]
CRM-17860 - EndToEndInterface - Docs
Tim Otten [Wed, 10 Feb 2016 01:36:16 +0000 (17:36 -0800)]
Civi\Core\Container - Simplify handling of `bootServices` using `setSynthetic()`
`bootServices` are services that must be setup before the container can be
instantiated -- but which should be available through the container.
We had been using some work-arounds with factory functions to get this
effect, but this was fairly verbose. It's simpler to use the
`setSynthetic()` option.
Tim Otten [Wed, 10 Feb 2016 00:33:54 +0000 (16:33 -0800)]
CRM-17860 - CiviTester - Split into separate class files
Tim Otten [Tue, 9 Feb 2016 23:52:48 +0000 (15:52 -0800)]
CRM-17957 - Extension classloader - Reset whenever the mapper resets
Tim Otten [Tue, 9 Feb 2016 23:51:24 +0000 (15:51 -0800)]
CRM-17860 - TransactionalInterface - Docs
Tim Otten [Tue, 9 Feb 2016 21:57:16 +0000 (13:57 -0800)]
tests/phpunit - Declare `@group headless`
Tim Otten [Tue, 9 Feb 2016 07:01:13 +0000 (23:01 -0800)]
Add templates/CRM/common/unittests.tpl
Tim Otten [Tue, 9 Feb 2016 02:58:22 +0000 (18:58 -0800)]
CRM-17860 - Civi\Test - Add mixins for Headless, Hook, Transaction, and EndToEnd functionality.
To describe the environment in which you want to run a test, add an
interface to the test class, e.g.
* `HeadlessInterface` (along with optional `HookInterface` and `TransactionalInterface`)
* `EndToEndInterface`
This is an alternative to other approaches like:
* Extending a gigantic base-class (CiviUnitTestCase, CiviSeleniumTestCase)
* Copy/paste a bunch of boiler-plate into your own class.
Tim Otten [Tue, 9 Feb 2016 02:59:26 +0000 (18:59 -0800)]
CRM-17860 - CiviTester - Reset extensions when reinstalling schema.
This addresses a use-case where you have multiple extensions and run the
test-suites back-to-back.
Tim Otten [Mon, 8 Feb 2016 03:46:10 +0000 (19:46 -0800)]
CRM-17860 - CiviTester - Rename `builder()` to `headless()`. Add `ext()` and `extDir()`.
Monish Deb [Mon, 15 Feb 2016 15:23:52 +0000 (20:53 +0530)]
Merge pull request #7811 from JKingsnorth/CRM-18042
CRM-18042: Add source to participant listing
JKingsnorth [Mon, 15 Feb 2016 14:13:03 +0000 (14:13 +0000)]
CRM-18042: Add source to participant listing
Monish Deb [Mon, 15 Feb 2016 14:10:02 +0000 (19:40 +0530)]
Merge pull request #7809 from jitendrapurohit/CRM-17799
CRM-17799 -- Error type: Could not find a valid session key." when ad…
Monish Deb [Mon, 15 Feb 2016 14:08:46 +0000 (19:38 +0530)]
Merge pull request #7810 from rohankatkar/CRM_18010_additionalchanges
Additional changes for Case, Campaign and Grant reports - CRM-18010
Web Access [Mon, 15 Feb 2016 13:08:36 +0000 (18:38 +0530)]
Additional changes for Case, Campaign and Grant reports
jitendrapurohit [Mon, 15 Feb 2016 12:46:52 +0000 (18:16 +0530)]
CRM-17799 -- Error type: Could not find a valid session key." when adding activity via search task
colemanw [Mon, 15 Feb 2016 02:24:32 +0000 (21:24 -0500)]
Merge pull request #7806 from eileenmcnaughton/CRM-18033
CRM-18033 don't remove disabled campaigns
eileenmcnaugton [Mon, 15 Feb 2016 01:53:10 +0000 (14:53 +1300)]
CRM-18033 don't remove disabled campaigns
Eileen McNaughton [Sun, 14 Feb 2016 23:15:57 +0000 (12:15 +1300)]
Merge pull request #7802 from eug48/CRM-17974
CRM-17974 - fix typo in createIndexes
Eileen McNaughton [Sun, 14 Feb 2016 20:20:41 +0000 (09:20 +1300)]
Merge pull request #7803 from saurabhbatra96/CRM-17143
CRM-17143 - non-static method CRM_Campaign_Page_AJAX::campaignList() …
Saurabh Batra [Sun, 14 Feb 2016 18:46:57 +0000 (00:16 +0530)]
CRM-17143 - non-static method CRM_Campaign_Page_AJAX::campaignList() should not be called staticall
https://issues.civicrm.org/jira/browse/CRM-17143
eug48 [Sun, 14 Feb 2016 10:43:46 +0000 (21:43 +1100)]
CRM-17974 - fix typo in createIndexes
colemanw [Sat, 13 Feb 2016 06:13:07 +0000 (01:13 -0500)]
Merge pull request #7801 from lcdservices/CRM-18028
CRM-18028 fix subscribeUrl token construction
Brian Shaughnessy [Sat, 13 Feb 2016 04:09:31 +0000 (23:09 -0500)]
CRM-18028: dont encode url when constructed
Brian Shaughnessy [Sat, 13 Feb 2016 01:14:26 +0000 (20:14 -0500)]
CRM-18028 fix subscribeUrl token construction
colemanw [Sat, 13 Feb 2016 01:04:43 +0000 (20:04 -0500)]
Merge pull request #7800 from colemanw/CRM-17953
CRM-17953 - Fix redirects from extern
Coleman Watts [Fri, 12 Feb 2016 21:02:20 +0000 (16:02 -0500)]
CRM-17953 - Fix redirects from extern
colemanw [Fri, 12 Feb 2016 20:41:13 +0000 (15:41 -0500)]
Merge pull request #7798 from saurabhbatra96/CRM-17990
CRM-17990 - Import Event Participants Error
Saurabh Batra [Fri, 12 Feb 2016 13:42:22 +0000 (19:12 +0530)]
CRM-17990 - Import Event Participants Error
https://issues.civicrm.org/jira/browse/CRM-17990
Monish Deb [Fri, 12 Feb 2016 13:04:00 +0000 (18:34 +0530)]
Merge pull request #7792 from seamuslee001/CRM-18021
CRM-18021 Add in report viewing option for ab tests
Monish Deb [Fri, 12 Feb 2016 13:00:34 +0000 (18:30 +0530)]
Merge pull request #7794 from PalanteJon/CRM-17029-4.7
Crm-17029 4.7 - fix Add to Group profile setting doesn't work in petitions
Monish Deb [Fri, 12 Feb 2016 11:08:29 +0000 (16:38 +0530)]
Merge pull request #7796 from eileenmcnaughton/CRM-18022
CRM-18022 fix performance on contribution repeat report
Monish Deb [Fri, 12 Feb 2016 06:29:52 +0000 (11:59 +0530)]
Merge pull request #7661 from agileware/crm-17848
CRM-17848: Round tax amount when calculated for contribution pages.
Monish Deb [Fri, 12 Feb 2016 04:47:57 +0000 (10:17 +0530)]
Merge pull request #7782 from sarehag/CRM-18007
CRM-18007:PCP: alpha pagination messed up
eileenmcnaugton [Fri, 12 Feb 2016 03:52:01 +0000 (16:52 +1300)]
CRM-18022 fix performance on contribution repeat report
Jon goldberg [Thu, 11 Feb 2016 23:16:23 +0000 (18:16 -0500)]
CRM-17029 - fix notices
Jon goldberg [Thu, 11 Feb 2016 23:06:38 +0000 (18:06 -0500)]
CRM-17029 - Add to Group profile setting doesn't work on petitions
Seamus Lee [Thu, 11 Feb 2016 10:15:58 +0000 (10:15 +0000)]
CRM-18021 Add in report viewing option for ab tests
colemanw [Thu, 11 Feb 2016 15:06:22 +0000 (10:06 -0500)]
Merge pull request #7791 from jitendrapurohit/CRM-18020
CRM-18020 -- Getting Started Dashlet doubles when upgrading from 4.6.…
Coleman Watts [Thu, 11 Feb 2016 15:04:04 +0000 (10:04 -0500)]
Add displayProfile() to toxic code alerts
jitendrapurohit [Thu, 11 Feb 2016 13:07:39 +0000 (18:37 +0530)]
CRM-18020 -- Getting Started Dashlet doubles when upgrading from 4.6.12 to Future Versions
Monish Deb [Thu, 11 Feb 2016 09:44:32 +0000 (15:14 +0530)]
Merge pull request #7789 from rohankatkar/CRM18010_Additional_Changes
Minor Changes for CRM-18010
Web Access [Thu, 11 Feb 2016 09:24:40 +0000 (14:54 +0530)]
Minor Changes for CRM-18010
Monish Deb [Thu, 11 Feb 2016 05:57:14 +0000 (11:27 +0530)]
Merge pull request #7779 from jitendrapurohit/CRM-17993
CRM-17993 -- Participant Listing Report: total paid doubled when multiple fee options selected
Monish Deb [Thu, 11 Feb 2016 05:54:28 +0000 (11:24 +0530)]
Merge pull request #7781 from rohankatkar/CRM-18010
CRM-18010: Ensure type of each report filters
Eileen McNaughton [Thu, 11 Feb 2016 05:37:26 +0000 (18:37 +1300)]
Merge pull request #7788 from eileenmcnaughton/lybunt-tidy
Lybunt follow on tidy up.
Eileen McNaughton [Thu, 11 Feb 2016 05:37:17 +0000 (18:37 +1300)]
Merge pull request #7787 from eileenmcnaughton/master
CRM-18018 fix lybunt report regression
Yashodha Chaku [Thu, 11 Feb 2016 05:14:14 +0000 (10:44 +0530)]
Merge pull request #7785 from sarehag/CRM-18014-Swedish-counties
CRM-18014:Missspelled county names in Sweden
eileen [Thu, 11 Feb 2016 03:25:22 +0000 (16:25 +1300)]
Lybunt follow on tidy up.
It has been pointed out to me the status clause is no longer used in this report - removing references to it
Also, reset the various arrays constructed in the report.
eileen [Thu, 11 Feb 2016 03:07:10 +0000 (16:07 +1300)]
CRM-18018 fix lybunt report regression
Eileen McNaughton [Thu, 11 Feb 2016 02:03:00 +0000 (15:03 +1300)]
Merge pull request #7786 from konadave/CRM-18017
CRM-18017 add regions to manage premiums template...
colemanw [Wed, 10 Feb 2016 23:43:53 +0000 (18:43 -0500)]
Merge pull request #7783 from JKingsnorth/CRM-18013
CRM-18013: Profile default value issue
David Reedy Jr [Wed, 10 Feb 2016 23:40:50 +0000 (17:40 -0600)]
CRM-18017 add regions to manage premiums template
JKingsnorth [Wed, 10 Feb 2016 16:19:03 +0000 (16:19 +0000)]
CRM-18013: Profile default value issue
Web Access [Wed, 10 Feb 2016 13:03:29 +0000 (18:33 +0530)]
CRM-18010: Ensure type of each report filters
Edsel [Wed, 10 Feb 2016 11:28:58 +0000 (16:58 +0530)]
CRM-16259 CIVI-3 Modified permission checks for payment api
----------------------------------------
* CRM-16259: Create Payment API
https://issues.civicrm.org/jira/browse/CRM-16259
Edsel [Wed, 27 Jan 2016 15:08:16 +0000 (20:38 +0530)]
CRM-16259 CIVI-3 Added api test for checking permissions for payment API
----------------------------------------
* CRM-16259: Create Payment API
https://issues.civicrm.org/jira/browse/CRM-16259
Edsel [Wed, 27 Jan 2016 12:53:53 +0000 (18:23 +0530)]
CRM-16259 CIVI-3 Switched to using API exception instead of API create error
----------------------------------------
* CRM-16259: Create Payment API
https://issues.civicrm.org/jira/browse/CRM-16259
Edsel [Wed, 27 Jan 2016 12:42:15 +0000 (18:12 +0530)]
CRM-16259 CIVI-3 Added permissions for payment api
----------------------------------------
* CRM-16259: Create Payment API
https://issues.civicrm.org/jira/browse/CRM-16259
jitendrapurohit [Wed, 10 Feb 2016 10:13:11 +0000 (15:43 +0530)]
add comment
jitendrapurohit [Wed, 10 Feb 2016 09:58:37 +0000 (15:28 +0530)]
CRM-17993 -- Participant Listing Report: total paid doubled when multiple fee options selected