civicrm-core.git
10 years agoCRM-10043 - Fix activity assignee unit test.
Dave Greenberg [Sat, 25 Jan 2014 01:07:35 +0000 (17:07 -0800)]
CRM-10043 - Fix activity assignee unit test.

10 years agoMerge pull request #2407 from colemanw/ajaxSearch2
Kurund Jalmi [Fri, 24 Jan 2014 21:30:02 +0000 (13:30 -0800)]
Merge pull request #2407 from colemanw/ajaxSearch2

Ajax search work

10 years agoCRM-12872 - Search js - fix searchBuilder to work with new ajax
Coleman Watts [Fri, 24 Jan 2014 07:17:45 +0000 (23:17 -0800)]
CRM-12872 - Search js - fix searchBuilder to work with new ajax

10 years agoCRM-11610 - Search js - Abstract table row highlight/select
Coleman Watts [Wed, 15 Jan 2014 20:55:01 +0000 (12:55 -0800)]
CRM-11610 - Search js - Abstract table row highlight/select

10 years agoCRM-12872 - Search js - move search-only js out of Common.js
Coleman Watts [Sat, 11 Jan 2014 19:14:30 +0000 (11:14 -0800)]
CRM-12872 - Search js - move search-only js out of Common.js

10 years agoCRM-10773 - Tag form - remove unused js
Coleman Watts [Sat, 11 Jan 2014 19:00:27 +0000 (11:00 -0800)]
CRM-10773 - Tag form - remove unused js

10 years agoCRM-13863 - Prevent "Manage Case" from opening in popup
Coleman Watts [Fri, 10 Jan 2014 05:25:10 +0000 (21:25 -0800)]
CRM-13863 - Prevent "Manage Case" from opening in popup

10 years agoCRM-12872 - Get campaign search to conform
Coleman Watts [Fri, 10 Jan 2014 01:03:50 +0000 (17:03 -0800)]
CRM-12872 - Get campaign search to conform

10 years agoTask.php - code cleanup
Coleman Watts [Fri, 10 Jan 2014 00:34:40 +0000 (16:34 -0800)]
Task.php - code cleanup

10 years agoCRM-12872 - Clarify print label
Coleman Watts [Fri, 10 Jan 2014 00:22:26 +0000 (16:22 -0800)]
CRM-12872 - Clarify print label

10 years agoCRM-12872 - Remove print button from search results (except campaign)
Coleman Watts [Fri, 10 Jan 2014 00:11:07 +0000 (16:11 -0800)]
CRM-12872 - Remove print button from search results (except campaign)

10 years agoCRM-14106 - Fix treating object as array
Coleman Watts [Fri, 24 Jan 2014 06:22:28 +0000 (22:22 -0800)]
CRM-14106 - Fix treating object as array

10 years agoMerge pull request #2399 from kurund/CRM-13981b
Kurund Jalmi [Thu, 23 Jan 2014 08:46:32 +0000 (00:46 -0800)]
Merge pull request #2399 from kurund/CRM-13981b

fixes for CRM-13981

10 years agomanual merge of fixes for CRM-13981
kurund [Thu, 23 Jan 2014 08:44:42 +0000 (00:44 -0800)]
manual merge of fixes for CRM-13981

----------------------------------------
* CRM-13981: Migrate "In Honor of" to Soft Credits
  http://issues.civicrm.org/jira/browse/CRM-13981

10 years agoMerge pull request #2398 from kurund/CRM-13981
Kurund Jalmi [Thu, 23 Jan 2014 01:27:13 +0000 (17:27 -0800)]
Merge pull request #2398 from kurund/CRM-13981

fixes broken field display/error when new field is dragged

10 years agoMerge pull request #2395 from yashodha/HR-252
Kurund Jalmi [Wed, 22 Jan 2014 21:17:49 +0000 (13:17 -0800)]
Merge pull request #2395 from yashodha/HR-252

fix activity type name/label in api's

10 years agoMerge pull request #2387 from pratik-joshi/CRM-13973
Kurund Jalmi [Wed, 22 Jan 2014 21:16:13 +0000 (13:16 -0800)]
Merge pull request #2387 from pratik-joshi/CRM-13973

Crm 13973

10 years agofix activity type name/label in api's
yashodha [Wed, 22 Jan 2014 10:52:19 +0000 (16:22 +0530)]
fix activity type name/label in api's

10 years agoMerge pull request #2393 from yashodha/HR-252
Yashodha Chaku [Wed, 22 Jan 2014 06:56:27 +0000 (22:56 -0800)]
Merge pull request #2393 from yashodha/HR-252

HR-252 : limit activity types to NULL grouping

10 years agoHR-252 : limit activity types to NULL grouping
yashodha [Wed, 22 Jan 2014 06:59:08 +0000 (12:29 +0530)]
HR-252 : limit activity types to NULL grouping

10 years agoMerge pull request #2391 from colemanw/arrayEmpty
Tim Otten [Wed, 22 Jan 2014 06:54:50 +0000 (22:54 -0800)]
Merge pull request #2391 from colemanw/arrayEmpty

Mass replace CRM_Utils_Array::value() with !empty for performance & readability

10 years agoCRM-14106 - Regex targeting other conditionals
Coleman Watts [Wed, 22 Jan 2014 05:50:44 +0000 (21:50 -0800)]
CRM-14106 - Regex targeting other conditionals

Pattern used:
\s*(&&|\|\|)\s*CRM_Utils_Array::value\s*\([ ]*(['"$0-9][^,]*),\s*(\$[^ )]*)\s*\)\s*(\&\&|\|\||\))
 $1 !empty\($3\[$2\]\)$4

10 years agoCRM-14106 - Regex targeting the first part of if statements
Coleman Watts [Wed, 22 Jan 2014 05:25:13 +0000 (21:25 -0800)]
CRM-14106 - Regex targeting the first part of if statements

Pattern used
if\s*\(\s*CRM_Utils_Array::value\s*\([ ]*(['"$0-9][^,]*),\s*(\$[^ )]*)\s*\)\s*(\&\&|\|\||\))
if \(!empty\($2\[$1\]\)$3

10 years agoCRM-14106 - Regex targeting inline conditonal statements
Coleman Watts [Wed, 22 Jan 2014 00:57:22 +0000 (16:57 -0800)]
CRM-14106 - Regex targeting inline conditonal statements

Pattern used:
=\s*CRM_Utils_Array::value\s*\([ ]*(['"$0-9][^,]*),\s*(\$[^ )]*)\s*\)\s*\?
= \!empty\($2\[$1\]\) \?

10 years agoMerge pull request #2390 from dlobo/CRM-14085
dlobo [Tue, 21 Jan 2014 21:55:09 +0000 (13:55 -0800)]
Merge pull request #2390 from dlobo/CRM-14085

CRM-14085 - wrong syntax on inner join for contribution report

10 years agoCRM-14085 - wrong syntax on inner join for contribution report
Donald A. Lobo [Tue, 21 Jan 2014 21:54:38 +0000 (13:54 -0800)]
CRM-14085 - wrong syntax on inner join for contribution report

http://issues.civicrm.org/jira/browse/CRM-14085

10 years agofixes broken field display/error when new field is dragged
kurund [Tue, 21 Jan 2014 20:11:04 +0000 (12:11 -0800)]
fixes broken field display/error when new field is dragged

10 years agoCRM-13973 : corrected the to_financial_account_id vals while selection changes
Pratik Joshi [Tue, 21 Jan 2014 16:03:21 +0000 (21:33 +0530)]
CRM-13973 : corrected the to_financial_account_id vals while selection changes

10 years agoCRM-13973 : post process handling
Pratik Joshi [Tue, 21 Jan 2014 12:39:41 +0000 (18:09 +0530)]
CRM-13973 : post process handling

10 years agoMerge remote-tracking branch 'upstream/4.4' into 4.4-master-2014-01-20-19-00-14
kurund [Tue, 21 Jan 2014 03:00:20 +0000 (19:00 -0800)]
Merge remote-tracking branch 'upstream/4.4' into 4.4-master-2014-01-20-19-00-14

10 years agoMerge pull request #2385 from kurund/CRM-13964
Kurund Jalmi [Tue, 21 Jan 2014 02:38:34 +0000 (18:38 -0800)]
Merge pull request #2385 from kurund/CRM-13964

CRM-13964 CRM-13965 CRM-13973

10 years agoMerge branch 'CRM-13964' of git://github.com/pratik-joshi/civicrm-core into CRM-13964
kurund [Tue, 21 Jan 2014 02:10:59 +0000 (18:10 -0800)]
Merge branch 'CRM-13964' of git://github.com/pratik-joshi/civicrm-core into CRM-13964

Conflicts:
CRM/Upgrade/Incremental/sql/4.5.alpha1.mysql.tpl
sql/civicrm_generated.mysql

----------------------------------------
* CRM-13964: New Event Registration with partial payment
  http://issues.civicrm.org/jira/browse/CRM-13964

10 years agoMerge pull request #2367 from kurund/CRM-14082
Kurund Jalmi [Tue, 21 Jan 2014 01:50:56 +0000 (17:50 -0800)]
Merge pull request #2367 from kurund/CRM-14082

preserve sorting for task actions, CRM-14082

10 years agoMerge pull request #2383 from kurund/CRM-13981
Kurund Jalmi [Tue, 21 Jan 2014 01:48:36 +0000 (17:48 -0800)]
Merge pull request #2383 from kurund/CRM-13981

CRM-13981, generated data fixes and reverted bad commit

10 years agoRevert "CRM-13981, handling profile selector for mixed profile types in Edit and...
kurund [Mon, 20 Jan 2014 23:34:46 +0000 (15:34 -0800)]
Revert "CRM-13981, handling profile selector for mixed profile types in Edit and Copy case"

This reverts commit 13e4fbdd8df6c355ebb40e1ae63734ff6a5da10f.

10 years agoCRM-13981, default data fixes
kurund [Mon, 20 Jan 2014 22:52:07 +0000 (14:52 -0800)]
CRM-13981, default data fixes

----------------------------------------
* CRM-13981:
  http://issues.civicrm.org/jira/browse/CRM-13981

10 years agoMerge pull request #2382 from eileenmcnaughton/failing-test
Tim Otten [Mon, 20 Jan 2014 22:37:48 +0000 (14:37 -0800)]
Merge pull request #2382 from eileenmcnaughton/failing-test

Failing test

10 years agoAdditional test on return.address_name
Eileen McNaughton [Mon, 20 Jan 2014 19:07:49 +0000 (08:07 +1300)]
Additional test on return.address_name

10 years agoMerge pull request #2377 from ErichBSchulz/patch-2
Dave Greenberg [Mon, 20 Jan 2014 16:32:28 +0000 (08:32 -0800)]
Merge pull request #2377 from ErichBSchulz/patch-2

vague words on record_type_id

10 years agofix failing profile api test by preventing double-adding of same alias
Eileen McNaughton [Mon, 20 Jan 2014 11:55:20 +0000 (00:55 +1300)]
fix failing profile api test by preventing double-adding of same alias

10 years agoupdated examples
Eileen McNaughton [Mon, 20 Jan 2014 11:28:02 +0000 (00:28 +1300)]
updated examples

10 years agoMerge pull request #2381 from totten/4.4-absence-data-helpers
Tim Otten [Mon, 20 Jan 2014 11:27:04 +0000 (03:27 -0800)]
Merge pull request #2381 from totten/4.4-absence-data-helpers

HR-226 - Add misc helpers

10 years agocrm.backbone.js - Dial-down the delay on propagating changes from crmCriteriaModel...
Tim Otten [Mon, 20 Jan 2014 11:22:10 +0000 (03:22 -0800)]
crm.backbone.js - Dial-down the delay on propagating changes from crmCriteriaModel to the collection

10 years agofix failing test, check contribution creating with default date of now
Eileen McNaughton [Mon, 20 Jan 2014 10:44:46 +0000 (23:44 +1300)]
fix failing test, check contribution creating with default date of now

10 years agoMerge pull request #2379 from colemanw/api3
colemanw [Mon, 20 Jan 2014 05:26:09 +0000 (21:26 -0800)]
Merge pull request #2379 from colemanw/api3

CRM-14093 - add CRM.api3 to rest.js

10 years agoCRM-14093 - add php & js unit tests for mutiple api call syntax
Coleman Watts [Mon, 20 Jan 2014 04:31:53 +0000 (20:31 -0800)]
CRM-14093 - add php & js unit tests for mutiple api call syntax

10 years agoCRM-14093 - prefetch searchBuilder options in bulk using CRM.api3
Coleman Watts [Mon, 20 Jan 2014 01:14:59 +0000 (17:14 -0800)]
CRM-14093 - prefetch searchBuilder options in bulk using CRM.api3

10 years agoCRM-13817 - CRM.status - hide if no endMsg
Coleman Watts [Mon, 20 Jan 2014 00:48:00 +0000 (16:48 -0800)]
CRM-13817 - CRM.status - hide if no endMsg

10 years agoCRM-14093 - CRM-13817 - Tag js - convert to use CRM.api3 and CRM.status
Coleman Watts [Mon, 20 Jan 2014 00:43:37 +0000 (16:43 -0800)]
CRM-14093 - CRM-13817 - Tag js - convert to use CRM.api3 and CRM.status

10 years agoCRM-14093 - add CRM.api3 to rest.js
Coleman Watts [Mon, 20 Jan 2014 00:12:43 +0000 (16:12 -0800)]
CRM-14093 - add CRM.api3 to rest.js

10 years agoMerge pull request #2378 from totten/4.4-absence-data-helpers
Tim Otten [Mon, 20 Jan 2014 01:00:13 +0000 (17:00 -0800)]
Merge pull request #2378 from totten/4.4-absence-data-helpers

HR-238 - Helpers

10 years agocrm.backbone.js - Allow collections to fetch records with alternative API actions
Tim Otten [Mon, 20 Jan 2014 00:30:41 +0000 (16:30 -0800)]
crm.backbone.js - Allow collections to fetch records with alternative API actions

10 years agoCRM_Utils_Array::product() - Helper to generate Cartesian products
Tim Otten [Mon, 20 Jan 2014 00:29:58 +0000 (16:29 -0800)]
CRM_Utils_Array::product() - Helper to generate Cartesian products

10 years agovague words on record_type_id
Erich [Sun, 19 Jan 2014 09:54:41 +0000 (19:54 +1000)]
vague words on record_type_id

as discussed with Eileen [here](http://forum.civicrm.org/index.php/topic,31282.0.html)

10 years agoMerge pull request #2376 from colemanw/removeOldTestCase
Tim Otten [Sun, 19 Jan 2014 07:02:42 +0000 (23:02 -0800)]
Merge pull request #2376 from colemanw/removeOldTestCase

This file appears to be unused

10 years agoThis file appears to be unused
Coleman Watts [Sun, 19 Jan 2014 06:09:50 +0000 (22:09 -0800)]
This file appears to be unused

10 years agoMerge pull request #2375 from colemanw/master
colemanw [Sun, 19 Jan 2014 06:07:02 +0000 (22:07 -0800)]
Merge pull request #2375 from colemanw/master

Css fix for notifications

10 years agoCss fix for notifications
Coleman Watts [Sun, 19 Jan 2014 06:06:24 +0000 (22:06 -0800)]
Css fix for notifications

10 years agoMerge remote-tracking branch 'upstream/4.4' into 4.4-master-2014-01-18-17-02-24
Tim Otten [Sun, 19 Jan 2014 01:20:23 +0000 (17:20 -0800)]
Merge remote-tracking branch 'upstream/4.4' into 4.4-master-2014-01-18-17-02-24

Conflicts:
CRM/Contribute/Form/Contribution/Main.php
api/v3/Generic/Setvalue.php
templates/CRM/Contribute/Form/Contribution/OnBehalfOf.tpl

10 years agoMerge pull request #2374 from totten/4.4-entitytype
Tim Otten [Sun, 19 Jan 2014 00:57:48 +0000 (16:57 -0800)]
Merge pull request #2374 from totten/4.4-entitytype

--HR-224 Reinitialize entity cache during installation

10 years ago--HR-224 Reinitialize entity cache during installation
Nileema [Fri, 17 Jan 2014 14:35:08 +0000 (20:05 +0530)]
--HR-224 Reinitialize entity cache during installation

10 years agoMerge pull request #2337 from NileemaJadhav/HR-235
Kurund Jalmi [Sat, 18 Jan 2014 00:20:50 +0000 (16:20 -0800)]
Merge pull request #2337 from NileemaJadhav/HR-235

-- HR-235 Import multi-value custom data

10 years agoMerge pull request #2373 from kurund/CRM-14070
Kurund Jalmi [Sat, 18 Jan 2014 00:18:01 +0000 (16:18 -0800)]
Merge pull request #2373 from kurund/CRM-14070

CRM-14070, fixes - Suppress 'limit_to' drop down when Entity is 'Activit...

10 years agoCRM-14070, fixes - Suppress 'limit_to' drop down when Entity is 'Activity'
yashodha [Wed, 15 Jan 2014 10:23:08 +0000 (15:53 +0530)]
CRM-14070, fixes - Suppress 'limit_to' drop down when Entity is 'Activity'

http://issues.civicrm.org/jira/browse/CRM-14070

10 years agoMerge pull request #2372 from kurund/CRM-13981
Kurund Jalmi [Fri, 17 Jan 2014 23:43:11 +0000 (15:43 -0800)]
Merge pull request #2372 from kurund/CRM-13981

CRM-13981, Migrate "In Honor of" to Soft Credits

10 years agoCRM-13981, handling profile selector for mixed profile types in Edit and Copy case
monishdeb [Sat, 18 Jan 2014 20:19:54 +0000 (01:49 +0530)]
CRM-13981, handling profile selector for mixed profile types in Edit and Copy case

----------------------------------------
* CRM-13981: Migrate "In Honor of" to Soft Credits
  http://issues.civicrm.org/jira/browse/CRM-13981

10 years agoExtended profileSelector and regen run generated data
monishdeb [Thu, 16 Jan 2014 16:14:52 +0000 (21:44 +0530)]
Extended profileSelector and regen run generated data

10 years agoremove debug from ProfileContact
monishdeb [Wed, 15 Jan 2014 13:20:34 +0000 (18:50 +0530)]
remove debug from ProfileContact

10 years agoCRM-13981 fix - Migrate "In Honor of" to Soft Credits
monishdeb [Wed, 15 Jan 2014 13:00:34 +0000 (18:30 +0530)]
CRM-13981 fix - Migrate "In Honor of" to Soft Credits

http://issues.civicrm.org/jira/browse/CRM-13981

Conflicts:
CRM/Upgrade/Incremental/sql/4.5.alpha1.mysql.tpl
templates/CRM/Contribute/Form/SoftCredit.js

----------------------------------------
* CRM-13981: Migrate "In Honor of" to Soft Credits
  http://issues.civicrm.org/jira/browse/CRM-13981

10 years agoMerge pull request #2371 from mepps/add-softcredit-js-fix
colemanw [Fri, 17 Jan 2014 21:54:51 +0000 (13:54 -0800)]
Merge pull request #2371 from mepps/add-softcredit-js-fix

CRM-14088:Fixed selector to show lines to add more softcredits in new co...

10 years agoCRM-14088:Fixed selector to show lines to add more softcredits in new contribution...
Maggie [Fri, 17 Jan 2014 21:26:28 +0000 (16:26 -0500)]
CRM-14088:Fixed selector to show lines to add more softcredits in new contribution screen

10 years agoMerge pull request #2369 from davecivicrm/CRM-13998
Dave Greenberg [Fri, 17 Jan 2014 20:02:49 +0000 (12:02 -0800)]
Merge pull request #2369 from davecivicrm/CRM-13998

CRM-13998 - upgrade checks for missing report_instance columns.

10 years agoCRM-13998 - upgrade checks for missing report_instance columns.
Dave Greenberg [Fri, 17 Jan 2014 19:59:01 +0000 (11:59 -0800)]
CRM-13998 - upgrade checks for missing report_instance columns.

----------------------------------------
* CRM-13998: Upgrade is missing alter statements for civicrm_report_instance
  http://issues.civicrm.org/jira/browse/CRM-13998

10 years agoMerge pull request #2360 from davecivicrm/CRM-14081
colemanw [Fri, 17 Jan 2014 18:15:14 +0000 (10:15 -0800)]
Merge pull request #2360 from davecivicrm/CRM-14081

CRM-14081 - Alternate approach preserves useful focus behavior by defaul...

10 years agopreserve sorting for task actions, CRM-14082
kurund [Fri, 17 Jan 2014 18:14:21 +0000 (10:14 -0800)]
preserve sorting for task actions, CRM-14082

----------------------------------------
* CRM-14082: Sort order is no longer honored by search actions
  http://issues.civicrm.org/jira/browse/CRM-14082

10 years agoMerge pull request #2365 from eileenmcnaughton/CRM-14080
Dave Greenberg [Fri, 17 Jan 2014 18:02:10 +0000 (10:02 -0800)]
Merge pull request #2365 from eileenmcnaughton/CRM-14080

CRM-14080 default to now

10 years ago--HR-235 Modification for formrule warning
Nileema [Fri, 17 Jan 2014 07:13:13 +0000 (12:43 +0530)]
--HR-235 Modification for formrule warning

10 years agoMerge pull request #2362 from totten/4.4-sync-redirect
Tim Otten [Fri, 17 Jan 2014 06:20:04 +0000 (22:20 -0800)]
Merge pull request #2362 from totten/4.4-sync-redirect

CRM-14086 - CMSUser::synchronize - Allow execution of sync routine without redirect

10 years agoMerge pull request #2289 from eileenmcnaughton/CRM-13918
deepak-srivastava [Fri, 17 Jan 2014 06:08:00 +0000 (22:08 -0800)]
Merge pull request #2289 from eileenmcnaughton/CRM-13918

CRM-13918 report_template.getrows api - add limit & offset per Deepak's comments

10 years agoCRM-14086 - CMSUser::synchronize - Allow execution of sync routine without an HTTP...
Tim Otten [Fri, 17 Jan 2014 05:42:00 +0000 (21:42 -0800)]
CRM-14086 - CMSUser::synchronize - Allow execution of sync routine without an HTTP redirect

10 years agoMerge pull request #2361 from colemanw/status
colemanw [Fri, 17 Jan 2014 05:33:51 +0000 (21:33 -0800)]
Merge pull request #2361 from colemanw/status

CRM-13817 - Move logout menu item and add CRM.status()

10 years agoCRM-13817 - Move logout menu item and add CRM.status()
Coleman Watts [Fri, 17 Jan 2014 05:30:26 +0000 (21:30 -0800)]
CRM-13817 - Move logout menu item and add CRM.status()

10 years agoCRM-13973 : client side behavior improvement
Pratik Joshi [Fri, 17 Jan 2014 04:57:53 +0000 (10:27 +0530)]
CRM-13973 : client side behavior improvement

10 years agoCRM-14081 - Alternate approach preserves useful focus behavior by default and elimina...
Dave Greenberg [Fri, 17 Jan 2014 02:45:02 +0000 (18:45 -0800)]
CRM-14081 - Alternate approach preserves useful focus behavior by default and eliminates for soft credit block via new focus param for NewContact.tpl.

----------------------------------------
* CRM-14081: Create Contribution screen initially scrolls to and puts cursor in "Soft Credit" field
  http://issues.civicrm.org/jira/browse/CRM-14081

10 years agoMerge pull request #2359 from totten/4.4-dashboardcontactapi
Tim Otten [Fri, 17 Jan 2014 02:35:51 +0000 (18:35 -0800)]
Merge pull request #2359 from totten/4.4-dashboardcontactapi

CRM-13889 - api/v3/DashboardContact - Remove exemption for SyntaxConform...

10 years agoCRM-13889 - api/v3/DashboardContact - Remove exemption for SyntaxConformanceTest...
Tim Otten [Fri, 17 Jan 2014 02:10:21 +0000 (18:10 -0800)]
CRM-13889 - api/v3/DashboardContact - Remove exemption for SyntaxConformanceTest. Fix bugs.

10 years agoMerge pull request #2358 from dlobo/CRM-12882
dlobo [Thu, 16 Jan 2014 21:42:50 +0000 (13:42 -0800)]
Merge pull request #2358 from dlobo/CRM-12882

CRM-12882 - Payment Processor passwords should be better hidden

10 years agoCRM-12882 - Payment Processor passwords should be better hidden
Donald A. Lobo [Thu, 16 Jan 2014 21:41:38 +0000 (13:41 -0800)]
CRM-12882 - Payment Processor passwords should be better hidden

http://issues.civicrm.org/jira/browse/CRM-12882

10 years agoMerge pull request #2311 from yashodha/sms-reminder
dlobo [Thu, 16 Jan 2014 21:38:23 +0000 (13:38 -0800)]
Merge pull request #2311 from yashodha/sms-reminder

CRM-13912: added sms support for scheduled reminders

10 years agoMerge pull request #2356 from colemanw/4.4
colemanw [Thu, 16 Jan 2014 17:57:07 +0000 (09:57 -0800)]
Merge pull request #2356 from colemanw/4.4

CRM-14028 - Workaround the number 0 == empty() php bug

10 years agoCRM-14028 - Workaround the number 0 == empty() php bug
Coleman Watts [Thu, 16 Jan 2014 17:56:28 +0000 (09:56 -0800)]
CRM-14028 - Workaround the number 0 == empty() php bug

10 years agoMerge pull request #2350 from eileenmcnaughton/CRM-14012
colemanw [Thu, 16 Jan 2014 17:29:53 +0000 (09:29 -0800)]
Merge pull request #2350 from eileenmcnaughton/CRM-14012

CRM-14012 - Contribution total values incorrect for permissioned users i...

10 years agoCRM-13973 : worked on fee selection change UI and meta data changes
Pratik Joshi [Thu, 16 Jan 2014 12:41:29 +0000 (18:11 +0530)]
CRM-13973 : worked on fee selection change UI and meta data changes

10 years agoCRM-13973
Pratik Joshi [Thu, 16 Jan 2014 08:09:00 +0000 (13:39 +0530)]
CRM-13973

10 years agoCRM-13973 - work on the UI implementation, CRM-13965 - improvements to BAOs
Pratik Joshi [Thu, 16 Jan 2014 01:45:01 +0000 (07:15 +0530)]
CRM-13973 - work on the UI implementation, CRM-13965 - improvements to BAOs

10 years agoCRM-13965 : expose 'record payment' link
Pratik Joshi [Tue, 14 Jan 2014 07:02:43 +0000 (12:32 +0530)]
CRM-13965 : expose 'record payment' link

10 years agoCRM-13965
Pratik Joshi [Mon, 13 Jan 2014 14:19:58 +0000 (19:49 +0530)]
CRM-13965

10 years agoCRM-13965 : view transactions popup, payment information block
Pratik Joshi [Mon, 13 Jan 2014 14:15:49 +0000 (19:45 +0530)]
CRM-13965 : view transactions popup, payment information block

10 years agoCRM-13965, CRM-13964 : improvements and proper redirections
Pratik Joshi [Sat, 11 Jan 2014 05:46:07 +0000 (11:16 +0530)]
CRM-13965, CRM-13964 : improvements and proper redirections

10 years agoCRM-13965 : credit card additional payment
Pratik Joshi [Fri, 10 Jan 2014 13:35:20 +0000 (19:05 +0530)]
CRM-13965 : credit card additional payment