civicrm-core.git
10 years agoMerge pull request #3641 from kurund/CRM-14952
Kurund Jalmi [Thu, 10 Jul 2014 15:08:47 +0000 (20:38 +0530)]
Merge pull request #3641 from kurund/CRM-14952

CRM-14952, fixes for sorting

10 years agoMerge pull request #3620 from rohankatkar/CRM_14948
Kurund Jalmi [Thu, 10 Jul 2014 12:25:07 +0000 (17:55 +0530)]
Merge pull request #3620 from rohankatkar/CRM_14948

CRM-14948 Modification in names of Russian provinces.

10 years agoMerge pull request #3637 from jitendrapurohit/CRM14957
Kurund Jalmi [Thu, 10 Jul 2014 12:23:15 +0000 (17:53 +0530)]
Merge pull request #3637 from jitendrapurohit/CRM14957

CRM-14957

10 years agoMerge pull request #3630 from jmcclelland/dashboard-api-cli
Kurund Jalmi [Thu, 10 Jul 2014 12:07:42 +0000 (17:37 +0530)]
Merge pull request #3630 from jmcclelland/dashboard-api-cli

CRM-14966 - ensure we have a contactid before inserting dashboard item.

10 years agoMerge pull request #3639 from atif-shaikh/CRM-14965
Kurund Jalmi [Thu, 10 Jul 2014 12:04:31 +0000 (17:34 +0530)]
Merge pull request #3639 from atif-shaikh/CRM-14965

CRM-14965 - Fix Search Builder notice : Notice: Only variable references...

10 years agoMerge pull request #3640 from atif-shaikh/CRM-14964
Kurund Jalmi [Thu, 10 Jul 2014 12:04:19 +0000 (17:34 +0530)]
Merge pull request #3640 from atif-shaikh/CRM-14964

CRM-14964 - Session error on 'add activity to group'

10 years agoCRM-14952, fixes for sorting
kurund [Thu, 10 Jul 2014 11:55:05 +0000 (17:25 +0530)]
CRM-14952, fixes for sorting

----------------------------------------
* CRM-14952: Sorting on state in search throws FATAL error: Database Error Code: Unknown column 'civicrm_state_province.name' in 'field list'
  https://issues.civicrm.org/jira/browse/CRM-14952

10 years agoCRM-14964 - Session error on 'add activity to group'
atif-shaikh [Thu, 10 Jul 2014 11:26:57 +0000 (16:56 +0530)]
CRM-14964 - Session error on 'add activity to group'

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

10 years agoCRM-14957
jitendrapurohit [Thu, 10 Jul 2014 10:58:50 +0000 (16:28 +0530)]
CRM-14957

10 years agoCRM-14965 - Fix Search Builder notice : Notice: Only variable references should be...
atif-shaikh [Thu, 10 Jul 2014 10:31:17 +0000 (16:01 +0530)]
CRM-14965 - Fix Search Builder notice : Notice: Only variable references should be returned by reference in CRM_Contact_Form_Search_Builder->convertFormValues()

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

10 years agocrmCaseType/list.html - Autoformat
Tim Otten [Thu, 10 Jul 2014 08:10:22 +0000 (01:10 -0700)]
crmCaseType/list.html - Autoformat

10 years agoCRM-14789 - crmCaseType - Allow enable/disable/delete
Tim Otten [Thu, 10 Jul 2014 07:53:38 +0000 (00:53 -0700)]
CRM-14789 - crmCaseType - Allow enable/disable/delete

10 years agoCRM-14957
jitendrapurohit [Thu, 10 Jul 2014 05:18:52 +0000 (10:48 +0530)]
CRM-14957

10 years agoCRM-14949 - CRM_Core_Resources::addLocalizationJs
Tim Otten [Thu, 10 Jul 2014 03:33:37 +0000 (20:33 -0700)]
CRM-14949 - CRM_Core_Resources::addLocalizationJs

Cleanly separate file-IO and file-content

10 years agoCRM-14949 - CRM_Core_Page_AJAX::returnDynamicJS() => CRM_Core_Smarty::fetchWith()
Tim Otten [Thu, 10 Jul 2014 03:23:52 +0000 (20:23 -0700)]
CRM-14949 - CRM_Core_Page_AJAX::returnDynamicJS() => CRM_Core_Smarty::fetchWith()

The returnDynamicJS() looks like sugar for Smarty's assign()+fetch() --
don't see anything about it that's particular to dynamic-JS.

10 years agocrmScope - Move logic to CRM_Core_Smarty
Tim Otten [Thu, 10 Jul 2014 03:10:35 +0000 (20:10 -0700)]
crmScope - Move logic to CRM_Core_Smarty

Currently, you can enter/exit scopes with Smarty tags. This patch allows you
to also enter/exit scopes using PHP.

10 years agoCRM-14949 - Replace {$timeGenerated} with {$smarty.now}
Tim Otten [Thu, 10 Jul 2014 02:55:02 +0000 (19:55 -0700)]
CRM-14949 - Replace {$timeGenerated} with {$smarty.now}

10 years agoMerge pull request #3635 from eileenmcnaughton/4.4-tests
Eileen McNaughton [Thu, 10 Jul 2014 01:15:04 +0000 (13:15 +1200)]
Merge pull request #3635 from eileenmcnaughton/4.4-tests

revert minor data change in test suite

10 years agorevert minor data change in test suite
Eileen McNaughton [Thu, 10 Jul 2014 01:14:58 +0000 (13:14 +1200)]
revert minor data change in test suite

10 years agoMerge pull request #3634 from eileenmcnaughton/4.4-tests
Eileen McNaughton [Thu, 10 Jul 2014 01:06:33 +0000 (13:06 +1200)]
Merge pull request #3634 from eileenmcnaughton/4.4-tests

fix in test suite - mistype

10 years agofix in test suite - mistype
Eileen McNaughton [Thu, 10 Jul 2014 01:05:44 +0000 (13:05 +1200)]
fix in test suite - mistype

10 years agoCRM-14967 fix redirect link
Eileen McNaughton [Wed, 9 Jul 2014 23:23:42 +0000 (11:23 +1200)]
CRM-14967 fix redirect link

10 years agoMerge pull request #3632 from eileenmcnaughton/tests
Eileen McNaughton [Wed, 9 Jul 2014 22:52:34 +0000 (10:52 +1200)]
Merge pull request #3632 from eileenmcnaughton/tests

add pseudoconstant on tests

10 years agoadd pseudoconstants for domain_id
Eileen McNaughton [Wed, 9 Jul 2014 22:52:26 +0000 (10:52 +1200)]
add pseudoconstants for domain_id

10 years agofix test by using a different variable (one that is still, but shouldn't be, config...
Eileen McNaughton [Wed, 9 Jul 2014 22:45:41 +0000 (10:45 +1200)]
fix test by using a different variable (one that is still, but shouldn't be, config only

10 years agoMerge pull request #3631 from davecivicrm/CRM-13973a
Dave Greenberg [Wed, 9 Jul 2014 21:39:45 +0000 (14:39 -0700)]
Merge pull request #3631 from davecivicrm/CRM-13973a

CRM-13973 - set cancelled class in line item listings for line items tha...

10 years agoCRM-13973 - set cancelled class in line item listings for line items that have been...
Dave Greenberg [Wed, 9 Jul 2014 21:37:33 +0000 (14:37 -0700)]
CRM-13973 - set cancelled class in line item listings for line items that have been de-selected - e.g. QTY = 0.

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

10 years agoMerge pull request #3623 from monishdeb/CRM-14758-44-fixes
Eileen McNaughton [Wed, 9 Jul 2014 20:44:11 +0000 (08:44 +1200)]
Merge pull request #3623 from monishdeb/CRM-14758-44-fixes

CRM-14758 fixes for 4.4

10 years agoCRM-14949 - Flush dynamic resources when clearing caches
Coleman Watts [Wed, 9 Jul 2014 19:56:08 +0000 (20:56 +0100)]
CRM-14949 - Flush dynamic resources when clearing caches

10 years agoCRM-14949 - Switch dynamic js to a file instead of a callback
Coleman Watts [Wed, 9 Jul 2014 16:26:13 +0000 (17:26 +0100)]
CRM-14949 - Switch dynamic js to a file instead of a callback

10 years agoCRM-14966 - ensure we have a contactid before inserting dashboard item.
Jamie McClelland [Wed, 9 Jul 2014 20:00:51 +0000 (16:00 -0400)]
CRM-14966 - ensure we have a contactid before inserting dashboard item.

----------------------------------------
* CRM-14966: inserting dashboard item using api from cli results in sql exception
  https://issues.civicrm.org/jira/browse/CRM-14966

10 years agoCRM-14949 - Move more stuff into dynamic js tpl
Coleman Watts [Sun, 6 Jul 2014 20:17:30 +0000 (21:17 +0100)]
CRM-14949 - Move more stuff into dynamic js tpl

10 years agoCRM-14949 - Move localization strings into a dynamic js tpl
Coleman Watts [Sun, 6 Jul 2014 17:35:03 +0000 (18:35 +0100)]
CRM-14949 - Move localization strings into a dynamic js tpl

10 years agoRename navigation.js.tpl
Coleman Watts [Thu, 3 Jul 2014 21:17:54 +0000 (22:17 +0100)]
Rename navigation.js.tpl

10 years agoMerge pull request #3627 from atif-shaikh/CRM-14956
Kurund Jalmi [Wed, 9 Jul 2014 14:01:18 +0000 (19:31 +0530)]
Merge pull request #3627 from atif-shaikh/CRM-14956

CRM-14956 - Copying Event Price Set Fails If Any Price Has Active Date

10 years agoMerge pull request #3628 from atif-shaikh/CRM-14959
Kurund Jalmi [Wed, 9 Jul 2014 14:00:38 +0000 (19:30 +0530)]
Merge pull request #3628 from atif-shaikh/CRM-14959

CRM-14959 - PHP Fatal Error when Address State is Set to View Only

10 years agoCRM-14959 - PHP Fatal Error when Address State is Set to View Only
atif-shaikh [Wed, 9 Jul 2014 12:19:07 +0000 (17:49 +0530)]
CRM-14959 - PHP Fatal Error when Address State is Set to View Only

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

10 years agoCRM-14956 - Copying Event Price Set Fails If Any Price Has Active Date
atif-shaikh [Wed, 9 Jul 2014 10:23:18 +0000 (15:53 +0530)]
CRM-14956 - Copying Event Price Set Fails If Any Price Has Active Date

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

10 years agoTest fixes
monishdeb [Wed, 9 Jul 2014 09:54:36 +0000 (15:24 +0530)]
Test fixes

10 years agoCRM-14670 : load only one target record per activity in temp table
CiviCRM [Wed, 9 Jul 2014 07:08:17 +0000 (12:38 +0530)]
CRM-14670 : load only one target record per activity in temp table

10 years agoMerge pull request #3625 from jitendrapurohit/CRM_test_4.5beta2
Kurund Jalmi [Wed, 9 Jul 2014 06:41:46 +0000 (12:11 +0530)]
Merge pull request #3625 from jitendrapurohit/CRM_test_4.5beta2

CRM Test Fix 4.5beta2

10 years agoCRM Test Fix 4.5beta2
jitendrapurohit [Wed, 9 Jul 2014 06:04:37 +0000 (11:34 +0530)]
CRM Test Fix 4.5beta2

10 years agoMerge pull request #3621 from jitendrapurohit/API_test_fix4.5beta2
Kurund Jalmi [Wed, 9 Jul 2014 05:55:00 +0000 (11:25 +0530)]
Merge pull request #3621 from jitendrapurohit/API_test_fix4.5beta2

API Test fix 4.5beta2

10 years agoApi Test fix
jitendrapurohit [Wed, 9 Jul 2014 05:33:55 +0000 (11:03 +0530)]
Api Test fix

10 years agoAPI Test fix 4.5beta2
jitendrapurohit [Tue, 8 Jul 2014 13:42:01 +0000 (19:12 +0530)]
API Test fix 4.5beta2

10 years agoadd pseudoconstant on tests
Eileen McNaughton [Wed, 9 Jul 2014 02:12:44 +0000 (14:12 +1200)]
add pseudoconstant on tests

10 years agoCRM-14758 fixes for 4.4
monishdeb [Tue, 8 Jul 2014 20:20:29 +0000 (01:50 +0530)]
CRM-14758 fixes for 4.4

----------------------------------------
* CRM-14758: API ( contact, create ) does not always create related membership
  https://issues.civicrm.org/jira/browse/CRM-14758

10 years agoMerge pull request #3622 from agh1/birthdaytest
Dave Greenberg [Tue, 8 Jul 2014 18:51:20 +0000 (11:51 -0700)]
Merge pull request #3622 from agh1/birthdaytest

CRM-14879 tests for reminders on contact date fields

10 years agoCRM-14879 tests for reminders on contact date fields
Andrew Hunt [Tue, 8 Jul 2014 15:43:36 +0000 (11:43 -0400)]
CRM-14879 tests for reminders on contact date fields

----------------------------------------
* CRM-14879: Scheduled reminders for contact date fields
  https://issues.civicrm.org/jira/browse/CRM-14879

10 years agoMerge pull request #3616 from jmcclelland/greetings-hook-tokens
Yashodha Chaku [Tue, 8 Jul 2014 13:56:56 +0000 (19:26 +0530)]
Merge pull request #3616 from jmcclelland/greetings-hook-tokens

CRM-14955 - add custom tokens to greetings

10 years agoCRM-14948 Modification in names of Russian provinces.
Rohan Katkar [Tue, 8 Jul 2014 10:48:17 +0000 (16:18 +0530)]
CRM-14948 Modification in names of Russian provinces.

10 years agoMerge pull request #3619 from totten/master-14871
Tim Otten [Tue, 8 Jul 2014 09:10:02 +0000 (02:10 -0700)]
Merge pull request #3619 from totten/master-14871

CRM-14871 - Extension & Flushing

10 years agoCRM-14871 - CRM_Core_Invoke::rebuildMenuAndCaches - Fix regression where CiviCase...
Tim Otten [Tue, 8 Jul 2014 09:05:41 +0000 (02:05 -0700)]
CRM-14871 - CRM_Core_Invoke::rebuildMenuAndCaches - Fix regression where CiviCase XML from newly-downloaded extension doesn't get loaded.

10 years agoCRM-14871 - CRM_Extension_Manager - Fix typo
Tim Otten [Tue, 8 Jul 2014 08:11:57 +0000 (01:11 -0700)]
CRM-14871 - CRM_Extension_Manager - Fix typo

10 years agoCRM-14871: Supply api call extension.upgrade for admins who manage extensions outside...
Frank J. Gómez [Tue, 17 Jun 2014 16:47:57 +0000 (12:47 -0400)]
CRM-14871: Supply api call extension.upgrade for admins who manage extensions outside of CiviCRM (e.g., manual download).

10 years agoCRM-14871: Rebuild caches after extensions are upgraded in a CiviCRM-managed way...
Frank J. Gómez [Tue, 17 Jun 2014 15:44:24 +0000 (11:44 -0400)]
CRM-14871: Rebuild caches after extensions are upgraded in a CiviCRM-managed way (e.g., through the web UI or drush).

10 years agoMerge pull request #3618 from rohankatkar/CRM-14948
Kurund Jalmi [Tue, 8 Jul 2014 07:11:57 +0000 (12:41 +0530)]
Merge pull request #3618 from rohankatkar/CRM-14948

CRM-14948

10 years agoCRM-14948
Rohan Katkar [Tue, 8 Jul 2014 06:13:01 +0000 (11:43 +0530)]
CRM-14948

10 years agoCRM-14955 - add custom tokens to greetings
Jamie McClelland [Mon, 7 Jul 2014 20:35:39 +0000 (16:35 -0400)]
CRM-14955 - add custom tokens to greetings

----------------------------------------
* CRM-14955: can't add custom defined tokens to custom greetings
  https://issues.civicrm.org/jira/browse/CRM-14955

10 years agoAdd missing ;
Coleman Watts [Mon, 7 Jul 2014 19:18:10 +0000 (20:18 +0100)]
Add missing ;

10 years agoMerge pull request #3615 from jmcclelland/prev-next-page-10
Kurund Jalmi [Mon, 7 Jul 2014 15:45:06 +0000 (21:15 +0530)]
Merge pull request #3615 from jmcclelland/prev-next-page-10

CRM-14939 - ensure proper pagination of search results past page 10.

10 years agoCRM-14939 - ensure proper pagination of search results past page 10.
Jamie McClelland [Mon, 7 Jul 2014 15:00:30 +0000 (11:00 -0400)]
CRM-14939 - ensure proper pagination of search results past page 10.

----------------------------------------
* CRM-14939: unpredictable behavior with pagination of search results with duplicates
  https://issues.civicrm.org/jira/browse/CRM-14939

10 years agoMerge pull request #3612 from jitendrapurohit/CRM-14945
Kurund Jalmi [Mon, 7 Jul 2014 13:42:12 +0000 (19:12 +0530)]
Merge pull request #3612 from jitendrapurohit/CRM-14945

CRM-14945

10 years agoCRM-14950 exit on completetransaction is already completed
Eileen McNaughton [Mon, 7 Jul 2014 12:11:35 +0000 (00:11 +1200)]
CRM-14950 exit on completetransaction is already completed

10 years agoCRM-14951 fix for number of terms on IPN
Eileen McNaughton [Mon, 7 Jul 2014 12:06:04 +0000 (00:06 +1200)]
CRM-14951 fix for number of terms on IPN

10 years agoCRM-14951 test for numterms not applied
Eileen McNaughton [Mon, 7 Jul 2014 12:02:49 +0000 (00:02 +1200)]
CRM-14951 test for numterms not applied

10 years agoMerge pull request #3613 from atif-shaikh/CRM-14944
Kurund Jalmi [Mon, 7 Jul 2014 12:00:47 +0000 (17:30 +0530)]
Merge pull request #3613 from atif-shaikh/CRM-14944

CRM-14944 QA fixes

10 years agoCRM-14944 QA fixes
atif-shaikh [Mon, 7 Jul 2014 11:38:12 +0000 (17:08 +0530)]
CRM-14944 QA fixes

----------------------------------------
* CRM-14944: function should not be called statically - pledge page
  https://issues.civicrm.org/jira/browse/CRM-14944

10 years agoCRM-14945
jitendrapurohit [Mon, 7 Jul 2014 11:14:34 +0000 (16:44 +0530)]
CRM-14945

10 years agoMerge remote-tracking branch 'upstream/4.4' into 4.4-master-2014-07-07-15-48-59
kurund [Mon, 7 Jul 2014 10:24:13 +0000 (15:54 +0530)]
Merge remote-tracking branch 'upstream/4.4' into 4.4-master-2014-07-07-15-48-59

Conflicts:
CRM/Dedupe/Merger.php
sql/civicrm_generated.mysql
xml/version.xml

10 years agoMerge pull request #3602 from yashodha/CRM-14629
Yashodha Chaku [Mon, 7 Jul 2014 10:03:42 +0000 (15:33 +0530)]
Merge pull request #3602 from yashodha/CRM-14629

CRM-14629: fix query to enable cancel/update on recurring contribution

10 years agoMerge pull request #3608 from kurund/CRM-14877
Kurund Jalmi [Mon, 7 Jul 2014 09:30:39 +0000 (15:00 +0530)]
Merge pull request #3608 from kurund/CRM-14877

ACL's not working correctly for select all options in export, CRM-14877

10 years agoMerge pull request #3611 from kurund/CRM-14944
Kurund Jalmi [Mon, 7 Jul 2014 08:36:56 +0000 (14:06 +0530)]
Merge pull request #3611 from kurund/CRM-14944

strict warning fixes CRM-14944

10 years agoUpgrade jQuery to 1.11.1 and jQuery UI to 1.11.0
Coleman Watts [Sun, 6 Jul 2014 21:40:00 +0000 (22:40 +0100)]
Upgrade jQuery to 1.11.1 and jQuery UI to 1.11.0

10 years agoAddendum to #3607 - protect against js errors
colemanw [Sun, 6 Jul 2014 16:12:21 +0000 (17:12 +0100)]
Addendum to #3607 - protect against js errors

10 years agoMerge pull request #3610 from kurund/CRM-14782
Kurund Jalmi [Sat, 5 Jul 2014 14:51:05 +0000 (20:21 +0530)]
Merge pull request #3610 from kurund/CRM-14782

notice fixes, CRM-14782

10 years agonotice fixes, CRM-14782
kurund [Sat, 5 Jul 2014 14:50:20 +0000 (20:20 +0530)]
notice fixes, CRM-14782

----------------------------------------
* CRM-14782: unable to import 0/no/false values
  https://issues.civicrm.org/jira/browse/CRM-14782

10 years agostrict warning fixes CRM-14944
kurund [Sat, 5 Jul 2014 14:29:12 +0000 (19:59 +0530)]
strict warning fixes CRM-14944

----------------------------------------
* CRM-14944: function should not be called statically - pledge page
  https://issues.civicrm.org/jira/browse/CRM-14944

10 years agoMerge pull request #3609 from kurund/CRM-14943
Kurund Jalmi [Sat, 5 Jul 2014 14:21:13 +0000 (19:51 +0530)]
Merge pull request #3609 from kurund/CRM-14943

applied for for strict warning, CRM-14943

10 years agoapplied for for strict warning, CRM-14943
kurund [Sat, 5 Jul 2014 14:20:32 +0000 (19:50 +0530)]
applied for for strict warning, CRM-14943

----------------------------------------
* CRM-14943: Strict warnings in Moneris payment processor
  https://issues.civicrm.org/jira/browse/CRM-14943

10 years agoACL's not working correctly for select all options in export, CRM-14877
kurund [Sat, 5 Jul 2014 13:28:32 +0000 (18:58 +0530)]
ACL's not working correctly for select all options in export, CRM-14877

----------------------------------------
* CRM-14877: users bypass ACLs when exporting
  https://issues.civicrm.org/jira/browse/CRM-14877

10 years agoMerge pull request #3607 from colemanw/statusBounce
Dave Greenberg [Fri, 4 Jul 2014 17:12:28 +0000 (10:12 -0700)]
Merge pull request #3607 from colemanw/statusBounce

CRM-14931 - Nicer aja handling of statusBounce errors

10 years agoUpdate comments
Coleman Watts [Thu, 3 Jul 2014 20:17:27 +0000 (21:17 +0100)]
Update comments

10 years agoCRM-14931 - Nicer formating of statusBounce errors
Coleman Watts [Thu, 3 Jul 2014 20:06:51 +0000 (21:06 +0100)]
CRM-14931 - Nicer formating of statusBounce errors

10 years agoCRM-14931 - Nicer aja handling of statusBounce errors
Coleman Watts [Thu, 3 Jul 2014 19:30:30 +0000 (20:30 +0100)]
CRM-14931 - Nicer aja handling of statusBounce errors

10 years agoMerge pull request #3605 from monishdeb/CRM-14505
Dave Greenberg [Thu, 3 Jul 2014 17:58:10 +0000 (10:58 -0700)]
Merge pull request #3605 from monishdeb/CRM-14505

CRM-14505 fix - CiviCRM api contact dedupe check wrong rule type

10 years agoMerge pull request #3604 from monishdeb/CRM-14913
Dave Greenberg [Thu, 3 Jul 2014 17:19:09 +0000 (10:19 -0700)]
Merge pull request #3604 from monishdeb/CRM-14913

CRM-14913 fix - merging contacts does not change contact_id in financial...

10 years agoCRM-14505 fix - CiviCRM api contact dedupe check wrong rule type
monishdeb [Thu, 3 Jul 2014 16:40:50 +0000 (22:10 +0530)]
CRM-14505 fix - CiviCRM api contact dedupe check wrong rule type

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

10 years agoCRM-14913 fix - merging contacts does not change contact_id in financial_item table.
monishdeb [Thu, 3 Jul 2014 16:13:05 +0000 (21:43 +0530)]
CRM-14913 fix - merging contacts does not change contact_id in financial_item table.

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

10 years agominor fix
monishdeb [Thu, 3 Jul 2014 13:09:12 +0000 (18:39 +0530)]
minor fix

10 years agoCRM-14758 fix - API ( contact, create ) does not always create related membership
monishdeb [Thu, 3 Jul 2014 12:55:51 +0000 (18:25 +0530)]
CRM-14758 fix - API ( contact, create ) does not always create related membership

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

10 years agoCRM-14629: fix query to enable cancel/update on recurring contribution if no associat...
CiviCRM [Thu, 3 Jul 2014 11:19:12 +0000 (16:49 +0530)]
CRM-14629: fix query to enable cancel/update on recurring contribution if no associated contributions are present

10 years agoMerge pull request #3600 from atif-shaikh/CRM-14941
Monish Deb [Thu, 3 Jul 2014 11:05:32 +0000 (16:35 +0530)]
Merge pull request #3600 from atif-shaikh/CRM-14941

CRM-14941 - Multi-lingual break on Event Dashboard

10 years agoMerge pull request #3601 from atif-shaikh/CRM-14942
Monish Deb [Thu, 3 Jul 2014 10:54:40 +0000 (16:24 +0530)]
Merge pull request #3601 from atif-shaikh/CRM-14942

CRM-14942 - Styling break on adding new Contact in Wordpress

10 years agoCRM-14942 - Styling break on adding new Contact in Wordpress
atif-shaikh [Thu, 3 Jul 2014 09:17:31 +0000 (14:47 +0530)]
CRM-14942 - Styling break on adding new Contact in Wordpress

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

10 years agoCRM-14941 - Multi-lingual break on Event Dashboard
atif-shaikh [Thu, 3 Jul 2014 08:48:19 +0000 (14:18 +0530)]
CRM-14941 - Multi-lingual break on Event Dashboard

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

10 years agoMerge pull request #3599 from totten/master-caseType-misc3
Tim Otten [Thu, 3 Jul 2014 03:19:52 +0000 (20:19 -0700)]
Merge pull request #3599 from totten/master-caseType-misc3

CRM-14798 - crmCaseType - Fix stale and leaked data

10 years agoMerge pull request #3598 from totten/master-unsavedChanges
Tim Otten [Thu, 3 Jul 2014 03:14:17 +0000 (20:14 -0700)]
Merge pull request #3598 from totten/master-unsavedChanges

CRM-14798 - crmCaseType - Use "angular-unsavedChanges" module

10 years agoCRM-14798 - crmCaseType - Load fresh list of activity-types, activity-statuses, and...
Tim Otten [Thu, 3 Jul 2014 02:24:14 +0000 (19:24 -0700)]
CRM-14798 - crmCaseType - Load fresh list of activity-types, activity-statuses, and relationship-types.

To avoid additional round-trips, consolidate all loads into a single API call.

10 years agoCRM-14798 - crmApi - Allow batching
Tim Otten [Thu, 3 Jul 2014 02:38:31 +0000 (19:38 -0700)]
CRM-14798 - crmApi - Allow batching