civicrm-core.git
10 years ago4.5 Upgrade fix
CiviCRM [Tue, 3 Jun 2014 10:07:43 +0000 (15:37 +0530)]
4.5 Upgrade fix

10 years agoMerge pull request #3408 from eileenmcnaughton/testfixes_and_tidy_ups
Eileen McNaughton [Tue, 3 Jun 2014 09:40:10 +0000 (21:40 +1200)]
Merge pull request #3408 from eileenmcnaughton/testfixes_and_tidy_ups

Testfixes and tidy ups

10 years agospelling & comment fixes
Eileen McNaughton [Tue, 3 Jun 2014 09:39:35 +0000 (21:39 +1200)]
spelling & comment fixes

10 years agopseudoconstant declaration for financial_type_id missing in some places
Eileen McNaughton [Tue, 3 Jun 2014 08:52:10 +0000 (20:52 +1200)]
pseudoconstant declaration for financial_type_id missing in some places

10 years agoMerge pull request #3406 from totten/master-casetype-misc
Tim Otten [Tue, 3 Jun 2014 06:19:42 +0000 (23:19 -0700)]
Merge pull request #3406 from totten/master-casetype-misc

CaseType - Multiple fixes from trying to use the full "Edit Case Type" workflow.

10 years agoCRM-14727 - SequenceListener - Tweak test
Tim Otten [Tue, 3 Jun 2014 06:03:55 +0000 (23:03 -0700)]
CRM-14727 - SequenceListener - Tweak test

10 years agoCRM-14727 - SequenceListener fixes
Tim Otten [Tue, 3 Jun 2014 06:03:23 +0000 (23:03 -0700)]
CRM-14727 - SequenceListener fixes

1. Fire the case-change event outside the main transaction. When case-change
listeners query the DB, they'll more understandable results.

2. Determine list of case-activities using $case['activities'] rather than
trying to call Activity.get(case_id=X).  Activity.get does not support
filtering on case_id.

10 years agoapi_v3_CaseType - Tweak edge cases
Tim Otten [Tue, 3 Jun 2014 04:21:05 +0000 (21:21 -0700)]
api_v3_CaseType - Tweak edge cases

10 years agoCRM-14476 - CRM_Case_BAO_CaseType - In array-based definition, represent true boolean...
Tim Otten [Tue, 3 Jun 2014 04:04:47 +0000 (21:04 -0700)]
CRM-14476 - CRM_Case_BAO_CaseType - In array-based definition, represent true boolean values of "sequence" and "timeline" as "1".

10 years agoCRM-14476 - CRM_Case_BAO_CaseType - Add test for XML<=>array conversions. Fix corner...
Tim Otten [Tue, 3 Jun 2014 03:32:21 +0000 (20:32 -0700)]
CRM-14476 - CRM_Case_BAO_CaseType - Add test for XML<=>array conversions. Fix corner-cases.

10 years agoCRM-14476 - CRM_Case_BAO_CaseType - Make XML<=>Array conversions easier to test
Tim Otten [Tue, 3 Jun 2014 02:07:04 +0000 (19:07 -0700)]
CRM-14476 - CRM_Case_BAO_CaseType - Make XML<=>Array conversions easier to test

10 years agoMerge pull request #3402 from jitendrapurohit/CRM_TEST_4.5alpha1
Yashodha Chaku [Tue, 3 Jun 2014 01:51:18 +0000 (07:21 +0530)]
Merge pull request #3402 from jitendrapurohit/CRM_TEST_4.5alpha1

CRM_Test_Fix 4.5alpha1

10 years agoCRM-14480 - crmCaseType - Tweak labels
Tim Otten [Tue, 3 Jun 2014 01:34:20 +0000 (18:34 -0700)]
CRM-14480 - crmCaseType - Tweak labels

10 years agoMerge pull request #3405 from totten/master-crmcasetype-autocomplete
Tim Otten [Mon, 2 Jun 2014 23:15:15 +0000 (16:15 -0700)]
Merge pull request #3405 from totten/master-crmcasetype-autocomplete

CRM-14480 - crmCaseType - Autocomplete fixes

10 years agoCRM-14480 - crmCaseType - New options should appear in dropdowns
Tim Otten [Mon, 2 Jun 2014 23:11:20 +0000 (16:11 -0700)]
CRM-14480 - crmCaseType - New options should appear in dropdowns

10 years agoCRM-14480 - crmCaseType - Use select2. Fix autocomplete in Chrome.
Tim Otten [Mon, 2 Jun 2014 22:41:23 +0000 (15:41 -0700)]
CRM-14480 - crmCaseType - Use select2. Fix autocomplete in Chrome.

10 years agoCRM_Test_Fix 4.5alpha1
CiviCRM [Mon, 2 Jun 2014 14:04:40 +0000 (19:34 +0530)]
CRM_Test_Fix 4.5alpha1

10 years agoMerge pull request #3393 from monishdeb/upgrade-distmaker-fix
Yashodha Chaku [Mon, 2 Jun 2014 04:52:50 +0000 (10:22 +0530)]
Merge pull request #3393 from monishdeb/upgrade-distmaker-fix

Distmaker fixes for 4.5

10 years agoMerge remote-tracking branch 'upstream/4.4' into 4.4-master-2014-06-01-20-54-24
kurund [Sun, 1 Jun 2014 15:33:12 +0000 (21:03 +0530)]
Merge remote-tracking branch 'upstream/4.4' into 4.4-master-2014-06-01-20-54-24

Conflicts:
CRM/Member/Form/Membership.php
CRM/Upgrade/Incremental/php/FourFour.php
api/api.php
tools/drupal/modules/ccrm_extensionvalidation/ccrm_extensionvalidation/ccrm_extensionvalidation.module
tools/drupal/modules/ccrm_extensionvalidation/ccrm_extensionvalidation/ccrm_extensionvalidation.version.inc
tools/drupal/modules/civicrm_regsite/civicrm_regsite.module
tools/drupal/modules/civicrm_regsite/templates/CRM/Profile/Form/15/Edit.tpl
tools/drupal/modules/civicrm_regsite/templates/CRM/Profile/Form/Survey/Edit.tpl
tools/drupal/modules/civicrm_regsite/templates/CRM/Profile/Page/Regsite/Dynamic.tpl
tools/drupal/modules/civicrm_regsite/templates/CRM/Profile/Page/Survey/Dynamic.tpl
tools/drupal/modules/extdir/extdir.pages.inc

10 years agoMerge pull request #3401 from kurund/case-type-selector
Kurund Jalmi [Sun, 1 Jun 2014 15:18:15 +0000 (20:48 +0530)]
Merge pull request #3401 from kurund/case-type-selector

fixed upgrade for navigation menu update

10 years agofixed upgrade for navigation menu update
kurund [Sun, 1 Jun 2014 15:17:31 +0000 (20:47 +0530)]
fixed upgrade for navigation menu update

10 years agoMerge pull request #3400 from kurund/case-type-selector
Kurund Jalmi [Sun, 1 Jun 2014 15:08:16 +0000 (20:38 +0530)]
Merge pull request #3400 from kurund/case-type-selector

Case type selector

10 years agofixed table formatting
kurund [Sun, 1 Jun 2014 15:07:24 +0000 (20:37 +0530)]
fixed table formatting

10 years agofixed formatting of buttons
kurund [Sun, 1 Jun 2014 15:05:33 +0000 (20:35 +0530)]
fixed formatting of buttons

10 years agofixed generated data
kurund [Sun, 1 Jun 2014 14:54:51 +0000 (20:24 +0530)]
fixed generated data

10 years agoremove unwanted case type file, update navigation menu and add selector
kurund [Sun, 1 Jun 2014 14:50:06 +0000 (20:20 +0530)]
remove unwanted case type file, update navigation menu and add selector

10 years agoMerge pull request #3398 from totten/4.4-define-webtest
Tim Otten [Sat, 31 May 2014 21:19:50 +0000 (14:19 -0700)]
Merge pull request #3398 from totten/4.4-define-webtest

CRM-14605 - Add define(CIVICRM_WEBTEST)

10 years agoCRM-14605 - Add define(CIVICRM_WEBTEST)
Tim Otten [Sat, 31 May 2014 21:16:31 +0000 (14:16 -0700)]
CRM-14605 - Add define(CIVICRM_WEBTEST)

This can be used by CiviTest/civicrm.settings*.php to select different
configuration options for web-tests and unit-tests.

10 years agoMerge pull request #3391 from eileenmcnaughton/CRM-14768
Eileen McNaughton [Sat, 31 May 2014 08:17:41 +0000 (20:17 +1200)]
Merge pull request #3391 from eileenmcnaughton/CRM-14768

sample refactor CMS code out of core

10 years agoMerge pull request #3394 from monishdeb/CRM-14197
Eileen McNaughton [Fri, 30 May 2014 21:52:27 +0000 (09:52 +1200)]
Merge pull request #3394 from monishdeb/CRM-14197

CRM-14917 upgrade fix

10 years agoMerge pull request #3389 from totten/master-default-crud-links
Tim Otten [Fri, 30 May 2014 20:41:01 +0000 (13:41 -0700)]
Merge pull request #3389 from totten/master-default-crud-links

CRM-14765 - CRM_Utils_System::createDefaultCrudLink

10 years agoMerge pull request #3396 from totten/master-caseid-regr
Tim Otten [Fri, 30 May 2014 20:35:24 +0000 (13:35 -0700)]
Merge pull request #3396 from totten/master-caseid-regr

Civi\CCase\Events - Fix test regressions

10 years agoCivi\CCase\Events - Fix test regressions
Tim Otten [Fri, 30 May 2014 20:34:40 +0000 (13:34 -0700)]
Civi\CCase\Events - Fix test regressions

10 years agoCRM-14917 upgrade fix
CiviCRM [Fri, 30 May 2014 15:24:40 +0000 (20:54 +0530)]
CRM-14917 upgrade fix

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

10 years agoDistmaker fixes for 4.5
CiviCRM [Fri, 30 May 2014 15:19:40 +0000 (20:49 +0530)]
Distmaker fixes for 4.5

10 years agoMerge pull request #3392 from monishdeb/CRM-13584
Kurund Jalmi [Fri, 30 May 2014 11:20:14 +0000 (16:50 +0530)]
Merge pull request #3392 from monishdeb/CRM-13584

CRM-13584 reverted change

10 years agoCRM-13584 reverted change
CiviCRM [Fri, 30 May 2014 10:53:30 +0000 (16:23 +0530)]
CRM-13584 reverted change

----------------------------------------
* CRM-13584: Localising the CiviCRM installation
  https://issues.civicrm.org/jira/browse/CRM-13584

10 years agosample refactor CMS code out of core
Eileen McNaughton [Fri, 30 May 2014 08:23:58 +0000 (20:23 +1200)]
sample refactor CMS code out of core

10 years agoCRM-14765 - CRM_Utils_System::createDefaultCrudLink
Tim Otten [Thu, 29 May 2014 23:28:36 +0000 (16:28 -0700)]
CRM-14765 - CRM_Utils_System::createDefaultCrudLink

Add helper for creating hyperlinks to entities based on the
entity-type/entity-id/desired-action. The link is determined
by the entity's BAO or by hook.

10 years agoMerge pull request #3388 from kurund/CRM-14474
Kurund Jalmi [Thu, 29 May 2014 20:35:26 +0000 (02:05 +0530)]
Merge pull request #3388 from kurund/CRM-14474

CRM-14474

10 years agofix code to work with api and UI, CRM-14474
kurund [Thu, 29 May 2014 20:33:48 +0000 (02:03 +0530)]
fix code to work with api and UI, CRM-14474

----------------------------------------
* CRM-14474: Update CiviCase XML processor to load from DB *or* file
  https://issues.civicrm.org/jira/browse/CRM-14474

10 years agofix code to work with api and UI, CRM-14474
kurund [Thu, 29 May 2014 20:22:17 +0000 (01:52 +0530)]
fix code to work with api and UI, CRM-14474

----------------------------------------
* CRM-14474: Update CiviCase XML processor to load from DB *or* file
  https://issues.civicrm.org/jira/browse/CRM-14474

10 years agoMerge pull request #3387 from kurund/CRM-14480
Kurund Jalmi [Thu, 29 May 2014 19:55:46 +0000 (01:25 +0530)]
Merge pull request #3387 from kurund/CRM-14480

CRM-14480

10 years agonew case type fixes, CRM-14480
kurund [Thu, 29 May 2014 19:25:03 +0000 (00:55 +0530)]
new case type fixes, CRM-14480

----------------------------------------
* CRM-14480: Implement "Edit Case Type" screen
  https://issues.civicrm.org/jira/browse/CRM-14480

10 years agominor fixes CRM-14480
kurund [Thu, 29 May 2014 16:44:41 +0000 (22:14 +0530)]
minor fixes CRM-14480

----------------------------------------
* CRM-14480: Implement "Edit Case Type" screen
  https://issues.civicrm.org/jira/browse/CRM-14480

10 years agoallow creation of new case type CRM-14480
kurund [Thu, 29 May 2014 16:43:20 +0000 (22:13 +0530)]
allow creation of new case type CRM-14480

----------------------------------------
* CRM-14480: Implement "Edit Case Type" screen
  https://issues.civicrm.org/jira/browse/CRM-14480

10 years agoMerge pull request #3386 from monishdeb/CRM-14107-fix
Yashodha Chaku [Thu, 29 May 2014 12:34:56 +0000 (18:04 +0530)]
Merge pull request #3386 from monishdeb/CRM-14107-fix

CRM-14107 additional fixes

10 years agoCRM-14107 additional fixes
CiviCRM [Thu, 29 May 2014 11:33:06 +0000 (17:03 +0530)]
CRM-14107 additional fixes

----------------------------------------
* CRM-14107: Implement Previous / Next navigation on contact summary pages when accessed from a custom search
  https://issues.civicrm.org/jira/browse/CRM-14107

10 years agoMerge pull request #3363 from jitendrapurohit/CRM14315
Yashodha Chaku [Thu, 29 May 2014 11:02:36 +0000 (16:32 +0530)]
Merge pull request #3363 from jitendrapurohit/CRM14315

CRM-14315

10 years agoMerge pull request #3385 from divya-jose/targetidissue_caseactivity
Yashodha Chaku [Thu, 29 May 2014 10:24:05 +0000 (15:54 +0530)]
Merge pull request #3385 from divya-jose/targetidissue_caseactivity

--fixes to store the target id for activity of case type

10 years ago--fixes to store the target id for activity of case type
Divya Jose [Thu, 29 May 2014 07:18:12 +0000 (12:48 +0530)]
--fixes to store the target id for activity of case type

10 years agoMerge pull request #3384 from colemanw/value
Kurund Jalmi [Thu, 29 May 2014 03:31:35 +0000 (09:01 +0530)]
Merge pull request #3384 from colemanw/value

Fix smarty crmDate function as used on frozen fields

10 years agoFix smarty crmDate function as used on frozen fields
Coleman Watts [Wed, 28 May 2014 17:59:44 +0000 (18:59 +0100)]
Fix smarty crmDate function as used on frozen fields

10 years agoMerge pull request #3382 from eileenmcnaughton/mailingtests
Eileen McNaughton [Wed, 28 May 2014 09:48:39 +0000 (21:48 +1200)]
Merge pull request #3382 from eileenmcnaughton/mailingtests

add a test to check mailing is sending

10 years agomailing tests
Eileen McNaughton [Wed, 28 May 2014 08:37:25 +0000 (20:37 +1200)]
mailing tests

10 years agoMerge pull request #3381 from eileenmcnaughton/CRM-14197
Eileen McNaughton [Wed, 28 May 2014 08:01:16 +0000 (20:01 +1200)]
Merge pull request #3381 from eileenmcnaughton/CRM-14197

CRM-14197 remove rebase introduced error

10 years agoCRM-14197 remove rebase introduced error
Eileen McNaughton [Wed, 28 May 2014 08:00:31 +0000 (20:00 +1200)]
CRM-14197 remove rebase introduced error

10 years agoMerge pull request #3305 from eileenmcnaughton/CRM-14197-membership
Eileen McNaughton [Wed, 28 May 2014 07:48:30 +0000 (19:48 +1200)]
Merge pull request #3305 from eileenmcnaughton/CRM-14197-membership

CRM-14197 contribution form post process - set entity_id to membership id
Per discussions with @totten I am merging this as he felt that he could do relatively little QA on it & I could see that the constant rebasing of this work has been much riskier in terms of bugs than actual code changes & as I have already changed back-office flows we can't really go back.

The heart of this is the changes so that line_items have membership_id as the entity_id for memberships. rather than contribution id. The PRs leading up to this have been about getting to the point where the code made enough sense to make this change.

The key flow that still needs testing is around single vs multiple membership on the contribution page

10 years agoCRm-14197 where a participant_payment contribution has a single line item point it...
Eileen McNaughton [Tue, 20 May 2014 08:10:06 +0000 (20:10 +1200)]
CRm-14197 where a participant_payment contribution has a single line item point it towards the contribution

10 years agoCRM-14197 make membership_payment create action take responsibility for setting entit...
Eileen McNaughton [Tue, 20 May 2014 07:48:23 +0000 (19:48 +1200)]
CRM-14197 make membership_payment create action take responsibility for setting entity_id for membership line items

10 years agofurther consolidation on membership creation
Eileen McNaughton [Tue, 20 May 2014 02:23:57 +0000 (14:23 +1200)]
further consolidation on membership creation

comment fixes

enotice fix

further refactoring to pass more params into smaller functions to make fixing membership line items doable

10 years agoseparate form level part of renewal from bao part using an outer wrapper function
Eileen McNaughton [Tue, 20 May 2014 01:49:44 +0000 (13:49 +1200)]
separate form level part of renewal from bao part using an outer wrapper function

separate form level part of renewal from bao part using an outer wrapper function

10 years agoMerge pull request #3380 from eileenmcnaughton/CRM-14197
Eileen McNaughton [Wed, 28 May 2014 07:27:01 +0000 (19:27 +1200)]
Merge pull request #3380 from eileenmcnaughton/CRM-14197

a few comment fixes

10 years agoa few comment fixes
Eileen McNaughton [Wed, 28 May 2014 07:24:15 +0000 (19:24 +1200)]
a few comment fixes

10 years agoMerge pull request #3360 from monishdeb/CRM-14107-fix
Kurund Jalmi [Wed, 28 May 2014 05:53:07 +0000 (11:23 +0530)]
Merge pull request #3360 from monishdeb/CRM-14107-fix

CRM-14107 fix - Implement Previous / Next navigation on contact summary ...

10 years agoMerge pull request #3379 from totten/master-casetype-ui
Kurund Jalmi [Wed, 28 May 2014 05:51:21 +0000 (11:21 +0530)]
Merge pull request #3379 from totten/master-casetype-ui

CRM-14726, etal - Updates to Case Type UI and API

10 years agoMerge pull request #3370 from eileenmcnaughton/CRM-14197
Eileen McNaughton [Wed, 28 May 2014 04:54:16 +0000 (16:54 +1200)]
Merge pull request #3370 from eileenmcnaughton/CRM-14197

CRM-14197 refactor out smaller functions

10 years agocrmCaseType - Fix loading number-ish Javascript data
Tim Otten [Wed, 28 May 2014 04:49:47 +0000 (21:49 -0700)]
crmCaseType - Fix loading number-ish Javascript data

In Firefox, the initial loading of some fields (like max_instances) failed
because the HTML widget had type "number" but the Javascript data wasn't
strictly numeric (ie it had type "string" with numeric content).

10 years agoCRM-14726 - crmCaseType - Add simple <UL> listing of case-types
Tim Otten [Wed, 28 May 2014 04:39:53 +0000 (21:39 -0700)]
CRM-14726 - crmCaseType - Add simple <UL> listing of case-types

10 years agoMerge pull request #3373 from NileemaJadhav/CRM-master
Yashodha Chaku [Wed, 28 May 2014 04:34:52 +0000 (10:04 +0530)]
Merge pull request #3373 from NileemaJadhav/CRM-master

HR-377 Fix to custom_data_entities() function not to have entities while related component is disabled

10 years agoapi/v3/CaseType - Fix generation of 'definition' when handling multiple case-types
Tim Otten [Wed, 28 May 2014 04:34:48 +0000 (21:34 -0700)]
api/v3/CaseType - Fix generation of 'definition' when handling multiple case-types

10 years agoMerge pull request #3368 from totten/master-case-sequence
Tim Otten [Wed, 28 May 2014 04:07:33 +0000 (21:07 -0700)]
Merge pull request #3368 from totten/master-case-sequence

CRM-14727 - Implement activity pipelines/sequences

10 years agoCRM-14727 - crmCaseType - Use the "<sequence>" tag instead of "<pipeline>" tag
Tim Otten [Wed, 28 May 2014 04:05:11 +0000 (21:05 -0700)]
CRM-14727 - crmCaseType - Use the "<sequence>" tag instead of "<pipeline>" tag

10 years agoCRM-14727 - Move $isActive from SequenceListener to Events
Tim Otten [Tue, 27 May 2014 19:55:59 +0000 (12:55 -0700)]
CRM-14727 - Move $isActive from SequenceListener to Events

When a case-change listener makes another change to a case, we don't want to
refire all the case-change listeners.  $isActive helps avoid that (infinite)
recursion.

This commit has two important qualities:

 1. The code is simpler. There's a single set() and single unset().
 2. Developers of new case-change listeners don't need to worry
    about recursion problems -- it's handled centrally.

10 years agoCRM-14727 - Implement Civi\CCase\SequenceListener
Tim Otten [Tue, 27 May 2014 05:40:29 +0000 (22:40 -0700)]
CRM-14727 - Implement Civi\CCase\SequenceListener

10 years agoCiviCaseTestCase - Allow specifying the XML file. Allow hook-XML to override core...
Tim Otten [Tue, 27 May 2014 03:45:41 +0000 (20:45 -0700)]
CiviCaseTestCase - Allow specifying the XML file. Allow hook-XML to override core-XML.

10 years agoapi_v3_CaseTest - Move setup/teardown to CiviCaseTestCase
Tim Otten [Tue, 27 May 2014 03:24:13 +0000 (20:24 -0700)]
api_v3_CaseTest - Move setup/teardown to CiviCaseTestCase

10 years agoCRM-14727 - Fire case-change events which include Civi\CCase\Analyzer.
Tim Otten [Tue, 27 May 2014 01:34:19 +0000 (18:34 -0700)]
CRM-14727 - Fire case-change events which include Civi\CCase\Analyzer.

Notes:
 * The key underlying event (hook_civicrm_post) is already fired, but you
   have to bind to it a couple different ways (eg listen for a change to an
   "Activity" and then check the "case_id").
 * A key goal is to allow multiple event-listeners to use the same instance of $analyzer.
 * One can bind to the case-change event in one of three ways: (a) hooks, (b) event-dispatcher, (c) CiviCase XML listeners.

10 years agoCRM_Utils_Hook - Fire Symfony event dispatcher for hook_post and hook_pre.
Tim Otten [Mon, 26 May 2014 23:57:43 +0000 (16:57 -0700)]
CRM_Utils_Hook - Fire Symfony event dispatcher for hook_post and hook_pre.

10 years agoMerge pull request #3377 from kurund/ui-fixes
Kurund Jalmi [Tue, 27 May 2014 20:02:43 +0000 (01:32 +0530)]
Merge pull request #3377 from kurund/ui-fixes

Ui fixes

10 years agofixes to render multiple timelines, CRM-14725
kurund [Tue, 27 May 2014 20:01:50 +0000 (01:31 +0530)]
fixes to render multiple timelines, CRM-14725

----------------------------------------
* CRM-14725: Edit Case Type - Use AJAX load/save
  https://issues.civicrm.org/jira/browse/CRM-14725

10 years agoadvanced section fixes
kurund [Tue, 27 May 2014 18:32:34 +0000 (00:02 +0530)]
advanced section fixes

10 years agoMerge pull request #3376 from kurund/CRM-14725
Kurund Jalmi [Tue, 27 May 2014 18:20:00 +0000 (23:50 +0530)]
Merge pull request #3376 from kurund/CRM-14725

CRM-14725

10 years agofixes for create mode - case type api, CRM-14725
kurund [Tue, 27 May 2014 18:19:02 +0000 (23:49 +0530)]
fixes for create mode - case type api, CRM-14725

----------------------------------------
* CRM-14725: Edit Case Type - Use AJAX load/save
  https://issues.civicrm.org/jira/browse/CRM-14725

10 years agoget action fixes for activitysets, CRM-14725
kurund [Tue, 27 May 2014 18:06:53 +0000 (23:36 +0530)]
get action fixes for activitysets, CRM-14725

----------------------------------------
* CRM-14725: Edit Case Type - Use AJAX load/save
  https://issues.civicrm.org/jira/browse/CRM-14725

10 years agoMerge pull request #3375 from kurund/CRM-14725
Kurund Jalmi [Tue, 27 May 2014 17:28:27 +0000 (22:58 +0530)]
Merge pull request #3375 from kurund/CRM-14725

fixes to create api, CRM-14725

10 years agofixes to create api, CRM-14725
kurund [Tue, 27 May 2014 17:26:09 +0000 (22:56 +0530)]
fixes to create api, CRM-14725

----------------------------------------
* CRM-14725: Edit Case Type - Use AJAX load/save
  https://issues.civicrm.org/jira/browse/CRM-14725

10 years agoMerge pull request #3374 from kurund/CRM-14725
Kurund Jalmi [Tue, 27 May 2014 17:01:26 +0000 (22:31 +0530)]
Merge pull request #3374 from kurund/CRM-14725

fixes for create api and also added conditional fetching of case type de...

10 years agofixes for create api and also added conditional fetching of case type definition...
kurund [Tue, 27 May 2014 17:00:50 +0000 (22:30 +0530)]
fixes for create api and also added conditional fetching of case type definition, CRM-14725

----------------------------------------
* CRM-14725: Edit Case Type - Use AJAX load/save
  https://issues.civicrm.org/jira/browse/CRM-14725

10 years agoHR-377 Fix to custom_data_entities() function not to have entities while related...
Nileema [Tue, 27 May 2014 15:36:49 +0000 (21:06 +0530)]
HR-377 Fix to custom_data_entities() function not to have entities while related component is disabled

10 years agoMerge pull request #3372 from kurund/CRM-14725
Kurund Jalmi [Tue, 27 May 2014 13:51:30 +0000 (19:21 +0530)]
Merge pull request #3372 from kurund/CRM-14725

CRM-14725

10 years agoadded generated data, CRM-14725
kurund [Tue, 27 May 2014 13:50:53 +0000 (19:20 +0530)]
added generated data, CRM-14725

----------------------------------------
* CRM-14725: Edit Case Type - Use AJAX load/save
  https://issues.civicrm.org/jira/browse/CRM-14725

10 years agoapi and generated data fixes, CRM-14725
kurund [Tue, 27 May 2014 13:40:37 +0000 (19:10 +0530)]
api and generated data fixes, CRM-14725

----------------------------------------
* CRM-14725: Edit Case Type - Use AJAX load/save
  https://issues.civicrm.org/jira/browse/CRM-14725

10 years agofix case type get api to return definition, CRM-14725
kurund [Tue, 27 May 2014 13:01:23 +0000 (18:31 +0530)]
fix case type get api to return definition, CRM-14725

----------------------------------------
* CRM-14725: Edit Case Type - Use AJAX load/save
  https://issues.civicrm.org/jira/browse/CRM-14725

10 years agoMerge pull request #3369 from eileenmcnaughton/CRM-14755
Yashodha Chaku [Tue, 27 May 2014 12:34:57 +0000 (18:04 +0530)]
Merge pull request #3369 from eileenmcnaughton/CRM-14755

CRM-14755 - upgrade fails on insert country

10 years agodebug left
monishdeb [Tue, 27 May 2014 12:11:08 +0000 (17:41 +0530)]
debug left

10 years agoMinor fixes in fulltext search
monishdeb [Tue, 27 May 2014 12:09:43 +0000 (17:39 +0530)]
Minor fixes in fulltext search

10 years agominor fix
monishdeb [Tue, 27 May 2014 10:48:43 +0000 (16:18 +0530)]
minor fix

10 years agoCRM-14107 fix - Implement Previous / Next navigation on contact summary pages when...
monishdeb [Mon, 26 May 2014 10:35:39 +0000 (16:05 +0530)]
CRM-14107 fix - Implement Previous / Next navigation on contact summary pages when accessed from a custom search

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

10 years agoshare create membership function & move compiling errors into a separate function
Eileen McNaughton [Tue, 20 May 2014 01:13:49 +0000 (13:13 +1200)]
share create membership function & move compiling errors into a separate function