civicrm-core.git
10 years agorename parameter from contributionType to financialType
Eileen McNaughton [Mon, 19 May 2014 11:51:20 +0000 (23:51 +1200)]
rename parameter from contributionType to financialType

10 years agoMerge pull request #3300 from eileenmcnaughton/code-cleanup
Eileen McNaughton [Tue, 20 May 2014 03:44:38 +0000 (15:44 +1200)]
Merge pull request #3300 from eileenmcnaughton/code-cleanup

merging this - we've discussed removing those & before function names & passing ids as reference before - nothing too complex in there

10 years agoMerge pull request #3210 from totten/master-casetype-rebased
Tim Otten [Tue, 20 May 2014 03:26:56 +0000 (20:26 -0700)]
Merge pull request #3210 from totten/master-casetype-rebased

CRM-14479, CRM-14480 - Add Angular and basic Case Type UI.

10 years agoCRM-14484 - crmCaseType - Make activity lists sortable
Tim Otten [Fri, 9 May 2014 01:01:13 +0000 (18:01 -0700)]
CRM-14484 - crmCaseType - Make activity lists sortable

10 years agoCRM-14483 - crmCaseType - Implement row addition for activity sets
Tim Otten [Thu, 8 May 2014 23:46:59 +0000 (16:46 -0700)]
CRM-14483 - crmCaseType - Implement row addition for activity sets

This abstracts some of the code used for addition of activity types

10 years agoCRM-14483 - crmCaseType - Implement row addition for "Activity Types" table
Tim Otten [Thu, 8 May 2014 23:06:16 +0000 (16:06 -0700)]
CRM-14483 - crmCaseType - Implement row addition for "Activity Types" table

10 years agoCRM-14480 - crmCaseType - Make cells editable (per mockup)
Tim Otten [Thu, 8 May 2014 01:07:48 +0000 (18:07 -0700)]
CRM-14480 - crmCaseType - Make cells editable (per mockup)

10 years agoCRM-14483 - Only allow addition of "Sequence" if we don't have a sequence already
Tim Otten [Wed, 7 May 2014 22:04:32 +0000 (15:04 -0700)]
CRM-14483 - Only allow addition of "Sequence" if we don't have a sequence already

10 years agoCRM-14481 - crmCaseType - Styling for trash icon
Tim Otten [Wed, 7 May 2014 20:38:43 +0000 (13:38 -0700)]
CRM-14481 - crmCaseType - Styling for trash icon

10 years agoCRM-14481 - crmCaseType - Styling for accordion, trash icon
Tim Otten [Wed, 7 May 2014 20:38:11 +0000 (13:38 -0700)]
CRM-14481 - crmCaseType - Styling for accordion, trash icon

10 years agoCRM-14480 - crmCaseType - Prettier URL construction
Tim Otten [Sun, 20 Apr 2014 21:06:33 +0000 (14:06 -0700)]
CRM-14480 - crmCaseType - Prettier URL construction

10 years agoCRM-14479 - Load minified angular.js by default
Tim Otten [Sun, 20 Apr 2014 02:34:40 +0000 (19:34 -0700)]
CRM-14479 - Load minified angular.js by default

Note: CRM_Core_Resources changes ".min.js" to ".js" if debugging is enabled.

10 years agoCRM-14480 - Allow creation/deletion of activity sets
Tim Otten [Sun, 20 Apr 2014 01:11:14 +0000 (18:11 -0700)]
CRM-14480 - Allow creation/deletion of activity sets

10 years agoCRM-14481, CRM-14479 - Load CSS for Angular modules
Tim Otten [Sun, 20 Apr 2014 00:10:47 +0000 (17:10 -0700)]
CRM-14481, CRM-14479 - Load CSS for Angular modules

10 years agoCRM-14481 - crmCaseType - Use tabs and accordions from jQuery UI
Tim Otten [Sat, 19 Apr 2014 23:40:02 +0000 (16:40 -0700)]
CRM-14481 - crmCaseType - Use tabs and accordions from jQuery UI

10 years agoCRM-14481 - crmCaseType - First pass at Angular-based case-type screen (view-only)
Tim Otten [Sat, 19 Apr 2014 22:28:20 +0000 (15:28 -0700)]
CRM-14481 - crmCaseType - First pass at Angular-based case-type screen (view-only)

10 years agoCRM-14479 - hook_angularModules - Allow specifying multiple *.js files for one module
Tim Otten [Fri, 18 Apr 2014 23:02:48 +0000 (16:02 -0700)]
CRM-14479 - hook_angularModules - Allow specifying multiple *.js files for one module

10 years agoCRM_Core_Resources - Fix PhpStorm warnings
Tim Otten [Fri, 18 Apr 2014 22:47:11 +0000 (15:47 -0700)]
CRM_Core_Resources - Fix PhpStorm warnings

10 years agoUpdate README.md
Tim Otten [Wed, 16 Apr 2014 02:38:54 +0000 (19:38 -0700)]
Update README.md

10 years agoCRM-14479 - Implement example extension with an Angular module
Tim Otten [Wed, 16 Apr 2014 02:27:31 +0000 (19:27 -0700)]
CRM-14479 - Implement example extension with an Angular module

10 years agoCRM-14479 - Implement "/civicrm/a" page
Tim Otten [Wed, 16 Apr 2014 02:25:38 +0000 (19:25 -0700)]
CRM-14479 - Implement "/civicrm/a" page

This page is a container for Angular-based pages. To develop a new Angular-based page,
one would:

a) Create a JS file which defines an Angular module. (The file should start
out with "var myModule = angular.module(...)".)

b) Register the module-name/file-name. This can be registered either by:

 - If writing a CiviCRM extension, then implement hook_civicrm_angularModules.
 - If writing a CiviCRM component, then implement getAngularModules().

10 years agoMerge pull request #3301 from davecivicrm/CRM-14367
Dave Greenberg [Mon, 19 May 2014 23:36:20 +0000 (16:36 -0700)]
Merge pull request #3301 from davecivicrm/CRM-14367

CRM-14367 - Fix fatal error due to 5.3 vs 5.4 php reqs, and tweak warnin...

10 years agoCRM-14367 - Fix fatal error due to 5.3 vs 5.4 php reqs, and tweak warning msg.
Dave Greenberg [Mon, 19 May 2014 23:35:22 +0000 (16:35 -0700)]
CRM-14367 - Fix fatal error due to 5.3 vs 5.4 php reqs, and tweak warning msg.

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

10 years agominor code tidy ups - in don't pass as ref per std we have been moving to
Eileen McNaughton [Mon, 19 May 2014 23:30:20 +0000 (11:30 +1200)]
minor code tidy ups - in don't pass  as ref per std we have been moving to

10 years agominor code tidy ups
Eileen McNaughton [Mon, 19 May 2014 10:09:33 +0000 (22:09 +1200)]
minor code tidy ups

10 years agoMerge pull request #3240 from eileenmcnaughton/CRM-14197
Dave Greenberg [Mon, 19 May 2014 23:12:17 +0000 (16:12 -0700)]
Merge pull request #3240 from eileenmcnaughton/CRM-14197

CRM-14197 store contribution id in line item table for data accessibility

10 years agoMerge pull request #3299 from eileenmcnaughton/code-cleanup
Eileen McNaughton [Mon, 19 May 2014 23:04:56 +0000 (11:04 +1200)]
Merge pull request #3299 from eileenmcnaughton/code-cleanup

this param is not used anywhere

10 years agothis param is not used anywhere
Eileen McNaughton [Mon, 19 May 2014 22:59:28 +0000 (10:59 +1200)]
this param is not used anywhere

10 years agoMerge pull request #3298 from eileenmcnaughton/code-cleanup
Kurund Jalmi [Mon, 19 May 2014 22:44:37 +0000 (04:14 +0530)]
Merge pull request #3298 from eileenmcnaughton/code-cleanup

Code cleanup

10 years agodon't pass as reference where not required to be
Eileen McNaughton [Mon, 19 May 2014 20:46:34 +0000 (08:46 +1200)]
don't pass as reference where not required to be

10 years agominor code simplications
Eileen McNaughton [Mon, 19 May 2014 10:04:14 +0000 (22:04 +1200)]
minor code simplications

10 years agofix comment
Eileen McNaughton [Mon, 19 May 2014 20:51:39 +0000 (08:51 +1200)]
fix comment

10 years agofix spelling errors
Eileen McNaughton [Mon, 19 May 2014 11:44:44 +0000 (23:44 +1200)]
fix spelling errors

10 years agoMerge pull request #3295 from monishdeb/CRM-14623
Kurund Jalmi [Mon, 19 May 2014 22:29:54 +0000 (03:59 +0530)]
Merge pull request #3295 from monishdeb/CRM-14623

CRM-14623 notice fixes

10 years agoMerge pull request #3290 from kurund/CRM-14488
Dave Greenberg [Mon, 19 May 2014 22:20:12 +0000 (15:20 -0700)]
Merge pull request #3290 from kurund/CRM-14488

ignore uf_join module for reserved profiles CRM-14488

10 years agoMerge pull request #3296 from davecivicrm/CRM-12882
Dave Greenberg [Mon, 19 May 2014 17:59:09 +0000 (10:59 -0700)]
Merge pull request #3296 from davecivicrm/CRM-12882

Crm 12882

10 years agoCRM-12882 - Change fatal to statusBounce.
Dave Greenberg [Mon, 19 May 2014 17:57:35 +0000 (10:57 -0700)]
CRM-12882 - Change fatal to statusBounce.

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

10 years agoCRM-12882 - Allow all admins to view payment processors page. Clarify error message...
Dave Greenberg [Mon, 19 May 2014 17:53:23 +0000 (10:53 -0700)]
CRM-12882 - Allow all admins to view payment processors page. Clarify error message when try to add or edit a payment processor without the new permission.

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

10 years agoCRM-14623 notice fixes
monishdeb [Mon, 19 May 2014 13:11:12 +0000 (18:41 +0530)]
CRM-14623 notice fixes

----------------------------------------
* CRM-14623: PHP Notices when registering a participant in the back end for an event that uses a price set with max participants
  https://issues.civicrm.org/jira/browse/CRM-14623

10 years agoCRM-14197 alter index to include contribution id
Eileen McNaughton [Thu, 15 May 2014 23:59:19 +0000 (11:59 +1200)]
CRM-14197 alter index to include contribution id

10 years agoCRM-14197 set entity_id & entity_table to reflect membership on membership transactions
Eileen McNaughton [Tue, 13 May 2014 11:33:34 +0000 (23:33 +1200)]
CRM-14197 set entity_id & entity_table to reflect membership on membership transactions

10 years agoCRM-14197 fill contribution_id data & fix entity references on membership data
Eileen McNaughton [Tue, 13 May 2014 09:59:44 +0000 (21:59 +1200)]
CRM-14197 fill contribution_id data & fix entity references on membership data

10 years agoMISC-32 Added comment from xml/schema
Edsel [Thu, 6 Feb 2014 12:36:53 +0000 (18:06 +0530)]
MISC-32 Added comment from xml/schema

10 years agoMISC-32 Added test for contribution_id
Edsel [Thu, 6 Feb 2014 11:09:35 +0000 (16:39 +0530)]
MISC-32 Added test for contribution_id

10 years agoMISC-32 Added support for contribution_id to lineitem table
Edsel [Thu, 6 Feb 2014 10:02:59 +0000 (15:32 +0530)]
MISC-32 Added support for contribution_id to lineitem table

10 years agoMerge pull request #3293 from eileenmcnaughton/comments
Eileen McNaughton [Mon, 19 May 2014 09:37:08 +0000 (21:37 +1200)]
Merge pull request #3293 from eileenmcnaughton/comments

add missing comment blocks

10 years agofix commen & remove a couple of unused assignments
Eileen McNaughton [Mon, 19 May 2014 09:36:54 +0000 (21:36 +1200)]
fix commen & remove a couple of unused assignments

10 years agoadd missing comment blocks
Eileen McNaughton [Mon, 19 May 2014 09:30:23 +0000 (21:30 +1200)]
add missing comment blocks

10 years agoMerge pull request #3289 from kurund/CRM-14475
Kurund Jalmi [Mon, 19 May 2014 05:37:20 +0000 (11:07 +0530)]
Merge pull request #3289 from kurund/CRM-14475

removed unused variables, case type test CRM-14475

10 years agoMerge pull request #3288 from kurund/CRM-14454
Kurund Jalmi [Mon, 19 May 2014 05:36:57 +0000 (11:06 +0530)]
Merge pull request #3288 from kurund/CRM-14454

Crm 14454

10 years agoignore uf_join module for reserved profiles CRM-14488
kurund [Sun, 18 May 2014 04:24:55 +0000 (23:24 -0500)]
ignore uf_join module for reserved profiles CRM-14488

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

10 years agoMerge pull request #3286 from kurund/CRM-14703
Kurund Jalmi [Mon, 19 May 2014 05:29:18 +0000 (10:59 +0530)]
Merge pull request #3286 from kurund/CRM-14703

we should skip value changes of submit buttons, CRM-14703

10 years agoMerge pull request #3287 from kurund/CRM-14590
Kurund Jalmi [Mon, 19 May 2014 05:26:38 +0000 (10:56 +0530)]
Merge pull request #3287 from kurund/CRM-14590

fixed the break in saving custom data of type participant role, due to s...

10 years agoMerge pull request #3112 from freeform/CRM-14568
Kurund Jalmi [Mon, 19 May 2014 05:20:51 +0000 (22:20 -0700)]
Merge pull request #3112 from freeform/CRM-14568

CRM-14568 - Billing payment block is not being loaded in Chrome.

10 years agoMerge pull request #3285 from eileenmcnaughton/comments
Eileen McNaughton [Mon, 19 May 2014 03:18:41 +0000 (15:18 +1200)]
Merge pull request #3285 from eileenmcnaughton/comments

autogenerate missing comments

10 years agoautogenerate missing comments
Eileen McNaughton [Mon, 19 May 2014 03:18:27 +0000 (15:18 +1200)]
autogenerate missing comments

10 years agoMerge pull request #3284 from eileenmcnaughton/comments
Eileen McNaughton [Mon, 19 May 2014 03:16:25 +0000 (15:16 +1200)]
Merge pull request #3284 from eileenmcnaughton/comments

some comment block fixes

10 years agosome comment block fixes
Eileen McNaughton [Mon, 19 May 2014 02:56:50 +0000 (14:56 +1200)]
some comment block fixes

10 years agoremoved unused variables, case type test CRM-14475
kurund [Sun, 18 May 2014 07:24:00 +0000 (12:54 +0530)]
removed unused variables, case type test CRM-14475

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

10 years agonotice fixes, CRM-14454
kurund [Sun, 18 May 2014 04:52:35 +0000 (10:22 +0530)]
notice fixes, CRM-14454

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

10 years agofixed code indentation, CRM-14454
kurund [Sun, 18 May 2014 04:47:37 +0000 (10:17 +0530)]
fixed code indentation, CRM-14454

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

10 years agofixed the break in saving custom data of type participant role, due to select2 change...
kurund [Sun, 18 May 2014 01:59:58 +0000 (20:59 -0500)]
fixed the break in saving custom data of type participant role, due to select2 changes CRM-14590

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

10 years agowe should skip value changes of submit buttons, CRM-14703
kurund [Sat, 17 May 2014 22:41:06 +0000 (17:41 -0500)]
we should skip value changes of submit buttons, CRM-14703

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

10 years agoMerge pull request #3283 from davecivicrm/CRM-14700a
Dave Greenberg [Sat, 17 May 2014 01:02:23 +0000 (18:02 -0700)]
Merge pull request #3283 from davecivicrm/CRM-14700a

CRM-14700 - revert to addSelect() now that MembershipType.xml has valid ...

10 years agoCRM-14700 - revert to addSelect() now that MembershipType.xml has valid ref to get...
Dave Greenberg [Sat, 17 May 2014 01:01:47 +0000 (18:01 -0700)]
CRM-14700 - revert to addSelect() now that MembershipType.xml has valid ref to get the options.

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

10 years agoMerge pull request #2876 from mepps/participant-image-event-badge
Kurund Jalmi [Fri, 16 May 2014 22:04:48 +0000 (15:04 -0700)]
Merge pull request #2876 from mepps/participant-image-event-badge

Allows users to display a contact's profile picture on their name badge

10 years agoMerge pull request #3248 from eileenmcnaughton/CRM-14684
Tim Otten [Fri, 16 May 2014 21:48:35 +0000 (14:48 -0700)]
Merge pull request #3248 from eileenmcnaughton/CRM-14684

CRM-14684 refactor function that identifies is a site supports back-offi...

10 years agoMerge pull request #3268 from eileenmcnaughton/CRM-14626
Kurund Jalmi [Fri, 16 May 2014 21:43:38 +0000 (14:43 -0700)]
Merge pull request #3268 from eileenmcnaughton/CRM-14626

CRM-14626 fix event acl so that view event info & register for events ar...

10 years agoMerge pull request #3274 from jitendrapurohit/Webtest_4.5Fix
Kurund Jalmi [Fri, 16 May 2014 20:48:18 +0000 (13:48 -0700)]
Merge pull request #3274 from jitendrapurohit/Webtest_4.5Fix

Web Test Fix 4.5alpha1

10 years agoMerge pull request #3282 from colemanw/memberVisibility
Kurund Jalmi [Fri, 16 May 2014 20:23:44 +0000 (13:23 -0700)]
Merge pull request #3282 from colemanw/memberVisibility

MembershipType schema fix

10 years agoMembershipType schema fix
Coleman Watts [Fri, 16 May 2014 20:15:50 +0000 (16:15 -0400)]
MembershipType schema fix

10 years agoMerge pull request #3281 from monishdeb/CRM-14669
Dave Greenberg [Fri, 16 May 2014 16:41:58 +0000 (09:41 -0700)]
Merge pull request #3281 from monishdeb/CRM-14669

CRM-14669 fix - Amount entered into Text/Numeric Quantity not included correctly

10 years agoCRM-14669 fix - Amount entered into Text/Numeric Quantity not included correctly
monishdeb [Fri, 16 May 2014 15:54:10 +0000 (21:24 +0530)]
CRM-14669 fix - Amount entered into Text/Numeric Quantity not included correctly

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

10 years agoMerge pull request #3269 from monishdeb/CRM-13981
Dave Greenberg [Thu, 15 May 2014 23:59:12 +0000 (16:59 -0700)]
Merge pull request #3269 from monishdeb/CRM-13981

CRM-13981 Upgrade fix

10 years agoMerge pull request #3276 from davecivicrm/CRM-14700
Dave Greenberg [Thu, 15 May 2014 23:12:52 +0000 (16:12 -0700)]
Merge pull request #3276 from davecivicrm/CRM-14700

CRM-14700 - revert to add() mechanism for Membership Type visibility.

10 years agoCRM-14700 - revert to add() mechanism for Membership Type visibility.
Dave Greenberg [Thu, 15 May 2014 23:12:01 +0000 (16:12 -0700)]
CRM-14700 - revert to add() mechanism for Membership Type visibility.

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

10 years agoMerge pull request #3273 from joannechester/master
Dave Greenberg [Thu, 15 May 2014 21:49:59 +0000 (14:49 -0700)]
Merge pull request #3273 from joannechester/master

CRM-14508 update URL for permissions documentation in book

10 years agoMerge pull request #3275 from monishdeb/CRM-14675
Dave Greenberg [Thu, 15 May 2014 17:20:40 +0000 (10:20 -0700)]
Merge pull request #3275 from monishdeb/CRM-14675

CRM-14675 fix - Strict warning: Non-static method CRM_Event_BAO_Event::g...

10 years agoMerge pull request #3272 from monishdeb/CRM-14625
Dave Greenberg [Thu, 15 May 2014 16:30:41 +0000 (09:30 -0700)]
Merge pull request #3272 from monishdeb/CRM-14625

CRM-14625 fix - missing asset: soft_credit_type.png

10 years agoCRM-14675 fix - Strict warning: Non-static method CRM_Event_BAO_Event::getTemplateDef...
monishdeb [Thu, 15 May 2014 15:58:47 +0000 (21:28 +0530)]
CRM-14675 fix - Strict warning: Non-static method CRM_Event_BAO_Event::getTemplateDefaultValues() should not be called statically, assuming $this from incompatible context in CRM_Event_Form_ManageEvent_EventInfo->postProcess() (line 309

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

10 years agoWeb Test Fix 4.5alpha1
jitendrapurohit [Thu, 15 May 2014 13:35:57 +0000 (19:05 +0530)]
Web Test Fix 4.5alpha1

10 years agonew URL for permission doc
joannechester [Thu, 15 May 2014 02:16:35 +0000 (12:16 +1000)]
new URL for permission doc

10 years agonew url for permissions documentation
joannechester [Thu, 15 May 2014 02:04:32 +0000 (12:04 +1000)]
new url for permissions documentation

10 years agoNew URL for permissions and access control docs
joannechester [Thu, 15 May 2014 01:36:49 +0000 (11:36 +1000)]
New URL for permissions and access control docs

10 years agoCRM-14625 fix - missing asset: soft_credit_type.png
monishdeb [Thu, 15 May 2014 10:27:46 +0000 (15:57 +0530)]
CRM-14625 fix - missing asset: soft_credit_type.png

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

10 years agoCRM-13981 Upgrade fix
monishdeb [Thu, 15 May 2014 08:53:00 +0000 (14:23 +0530)]
CRM-13981 Upgrade fix

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

10 years agoCRM-14626 fix event acl so that view event info & register for events are 'all' permi...
Eileen McNaughton [Thu, 15 May 2014 05:17:09 +0000 (17:17 +1200)]
CRM-14626 fix event acl so that view event info & register for events are 'all' permissions

10 years agoMerge pull request #3263 from monishdeb/CRM-14689
Dave Greenberg [Wed, 14 May 2014 20:56:04 +0000 (13:56 -0700)]
Merge pull request #3263 from monishdeb/CRM-14689

CRM-14689 fix - Configure contribution page: On Behalf profile notice an...

10 years agoMerge pull request #3262 from monishdeb/CRM-13981
Dave Greenberg [Wed, 14 May 2014 20:09:23 +0000 (13:09 -0700)]
Merge pull request #3262 from monishdeb/CRM-13981

CRM-13981, migrate honoree information to uf_join.module_data during upgrade

10 years agoMerge pull request #3225 from JSProffitt/jcronfix
Kurund Jalmi [Wed, 14 May 2014 19:37:23 +0000 (09:37 -1000)]
Merge pull request #3225 from JSProffitt/jcronfix

CRM-14671: added file require for libraries/cms.php

10 years agoMerge pull request #3265 from kurund/CRM-14473
Kurund Jalmi [Wed, 14 May 2014 19:22:09 +0000 (09:22 -1000)]
Merge pull request #3265 from kurund/CRM-14473

typo fixes

10 years agotypo fixes
kurund [Wed, 14 May 2014 19:21:30 +0000 (09:21 -1000)]
typo fixes

10 years agoMerge pull request #3264 from davecivicrm/CRM-14115
Dave Greenberg [Wed, 14 May 2014 19:08:42 +0000 (12:08 -0700)]
Merge pull request #3264 from davecivicrm/CRM-14115

CRM-14115 - adding help block to explain the limit count for dashlets.

10 years agoCRM-14115 - adding help block to explain the limit count for dashlets.
Dave Greenberg [Wed, 14 May 2014 19:08:07 +0000 (12:08 -0700)]
CRM-14115 - adding help block to explain the limit count for dashlets.

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

10 years agoMerge pull request #3257 from pratik-joshi/views-upgrade-error
Kurund Jalmi [Wed, 14 May 2014 19:00:36 +0000 (09:00 -1000)]
Merge pull request #3257 from pratik-joshi/views-upgrade-error

views-upgrade-error : helper method to detect upgrade mode. this is used in civicrm.views.inc

10 years agoMerge pull request #3254 from jitendrapurohit/Webtest_Core_Bugs
Kurund Jalmi [Wed, 14 May 2014 18:51:36 +0000 (08:51 -1000)]
Merge pull request #3254 from jitendrapurohit/Webtest_Core_Bugs

Webtest Core bugs

10 years agoMerge pull request #3260 from atif-shaikh/WebTextFix
Kurund Jalmi [Wed, 14 May 2014 18:48:15 +0000 (08:48 -1000)]
Merge pull request #3260 from atif-shaikh/WebTextFix

Web text fix

10 years agoCRM-14689 minor fix on Event Config
monishdeb [Wed, 14 May 2014 18:47:47 +0000 (00:17 +0530)]
CRM-14689 minor fix on Event Config

----------------------------------------
* CRM-14689: Configure contribution page: On Behalf profile notice and Edit / Copy buttons are not working
  https://issues.civicrm.org/jira/browse/CRM-14689

10 years agoMerge pull request #3255 from Edzelopez/CRM-14683
Dave Greenberg [Wed, 14 May 2014 18:46:40 +0000 (11:46 -0700)]
Merge pull request #3255 from Edzelopez/CRM-14683

CRM-14683 Fixed constraint violation when batch update for grant is perf...

10 years agoMerge pull request #3236 from GinkgoFJG/CRM-14677
Dave Greenberg [Wed, 14 May 2014 18:31:09 +0000 (11:31 -0700)]
Merge pull request #3236 from GinkgoFJG/CRM-14677

CRM-14677