civicrm-core.git
9 years ago--CRM-15989, fixed indentation
Pradeep Nayak [Thu, 26 Feb 2015 21:33:11 +0000 (03:03 +0530)]
--CRM-15989, fixed indentation

9 years ago-- CRM-15989, removed white spaces
Pradeep Nayak [Thu, 26 Feb 2015 17:42:23 +0000 (23:12 +0530)]
-- CRM-15989, removed white spaces

----------------------------------------
* CRM-15989: Merge Show Deceased Contact extension into core
  https://issues.civicrm.org/jira/browse/CRM-15989

9 years ago--CRM-15989, added webtest
Pradeep Nayak [Wed, 25 Feb 2015 20:57:19 +0000 (02:27 +0530)]
--CRM-15989, added webtest

9 years ago-- CRM-15989, removed whitespace
Pradeep Nayak [Mon, 23 Feb 2015 16:40:24 +0000 (22:10 +0530)]
-- CRM-15989, removed whitespace

----------------------------------------
* CRM-15989: Merge Show Deceased Contact extension into core
  https://issues.civicrm.org/jira/browse/CRM-15989

9 years ago--CRM-15989, Added code to show (deceased) for Contact taged as deceased
Pradeep Nayak [Wed, 18 Feb 2015 22:37:29 +0000 (04:07 +0530)]
--CRM-15989, Added code to show (deceased) for Contact taged as deceased

9 years agoMerge pull request #5284 from jitendrapurohit/webtestfixes
Kurund Jalmi [Mon, 2 Mar 2015 16:21:59 +0000 (21:51 +0530)]
Merge pull request #5284 from jitendrapurohit/webtestfixes

webtest fixes 4.6

9 years agoMerge remote-tracking branch 'upstream/4.5' into 4.5-master-2015-03-02-21-30-06
kurund [Mon, 2 Mar 2015 16:11:34 +0000 (21:41 +0530)]
Merge remote-tracking branch 'upstream/4.5' into 4.5-master-2015-03-02-21-30-06

Conflicts:
CRM/Contact/Form/Search.php
CRM/Contact/Form/Search/Custom.php
CRM/Contact/Form/Search/Custom/ActivitySearch.php
CRM/Contact/Form/Search/Custom/ContribSYBNT.php
CRM/Contact/Form/Search/Custom/ContributionAggregate.php
CRM/Contact/Form/Search/Custom/EmployerListing.php
CRM/Contact/Form/Search/Custom/EventAggregate.php
CRM/Contact/Form/Search/Custom/TagContributions.php
CRM/Contact/Form/Search/Interface.php

9 years agoMerge pull request #5285 from colemanw/dateDefaults
colemanw [Mon, 2 Mar 2015 15:43:40 +0000 (10:43 -0500)]
Merge pull request #5285 from colemanw/dateDefaults

CRM-16019 - Expose date/time format preferences to clientside

9 years agoCRM-16019 - Reset dynamic js when changing date defaults
Coleman Watts [Mon, 2 Mar 2015 15:30:32 +0000 (10:30 -0500)]
CRM-16019 - Reset dynamic js when changing date defaults

9 years agoCRM-16019 - Expose date/time format preferences to clientside
Coleman Watts [Thu, 26 Feb 2015 21:55:02 +0000 (16:55 -0500)]
CRM-16019 - Expose date/time format preferences to clientside

9 years agowebtest fixes 4.6
jitendrapurohit [Mon, 2 Mar 2015 13:13:04 +0000 (18:43 +0530)]
webtest fixes 4.6

9 years agoMerge pull request #5278 from kurund/CRM-15756
Dave Greenberg [Mon, 2 Mar 2015 02:10:08 +0000 (18:10 -0800)]
Merge pull request #5278 from kurund/CRM-15756

CRM-15756, validation for CC fixes

9 years agoMerge pull request #5157 from GinkgoFJG/CRM-15965
Tim Otten [Mon, 2 Mar 2015 00:01:29 +0000 (17:01 -0700)]
Merge pull request #5157 from GinkgoFJG/CRM-15965

CRM-15965: Custom searches cannot specify custom task menu

9 years agoCRM-15965: Until the search interface is updated, guard calls the new method.
Frank J. Gómez [Sun, 1 Mar 2015 22:06:06 +0000 (17:06 -0500)]
CRM-15965: Until the search interface is updated, guard calls the new method.

9 years agoRemoved unused custom search (see thread in CRM-15965).
Frank J. Gómez [Sun, 1 Mar 2015 21:38:26 +0000 (16:38 -0500)]
Removed unused custom search (see thread in CRM-15965).

9 years agoCRM-15965: Postpone interface update until 4.6.
Frank J. Gómez [Sun, 1 Mar 2015 20:59:17 +0000 (15:59 -0500)]
CRM-15965: Postpone interface update until 4.6.

9 years agoCRM-15965: Resolved strict warning re compatibility of declaration of contactIDs...
Frank J. Gómez [Sun, 1 Mar 2015 20:44:29 +0000 (15:44 -0500)]
CRM-15965: Resolved strict warning re compatibility of declaration of contactIDs with parent method.

9 years agoCRM-15965: Updated built-in custom reports to be consistent with changes to CRM_Conta...
Frank J. Gómez [Sun, 1 Mar 2015 20:13:08 +0000 (15:13 -0500)]
CRM-15965: Updated built-in custom reports to be consistent with changes to CRM_Contact_Form_Search_Interface (namely the addition of the buildTaskList method).

9 years agoMerge pull request #5277 from colemanw/jitendrapurohit-CRM-15889
colemanw [Sat, 28 Feb 2015 22:02:22 +0000 (17:02 -0500)]
Merge pull request #5277 from colemanw/jitendrapurohit-CRM-15889

Additional fixes with test coverage

9 years agoCRM-15756, more fixes
kurund [Sat, 28 Feb 2015 20:51:30 +0000 (02:21 +0530)]
CRM-15756, more fixes

----------------------------------------
* CRM-15756: Back-office Submit Credit Card Contribution form: card # validation is no longer working
  https://issues.civicrm.org/jira/browse/CRM-15756

9 years agoMerge pull request #5253 from totten/4.5-dompdf-alert
colemanw [Sat, 28 Feb 2015 20:41:51 +0000 (15:41 -0500)]
Merge pull request #5253 from totten/4.5-dompdf-alert

Verify dompdf upgrade

9 years agoCRM-15889 - More specific condition and add test coverage
Coleman Watts [Sat, 28 Feb 2015 20:19:43 +0000 (15:19 -0500)]
CRM-15889 - More specific condition and add test coverage

9 years agoCRM-15756, more fixes for validation
kurund [Sat, 28 Feb 2015 13:34:46 +0000 (19:04 +0530)]
CRM-15756, more fixes for validation

----------------------------------------
* CRM-15756: Back-office Submit Credit Card Contribution form: card # validation is no longer working
  https://issues.civicrm.org/jira/browse/CRM-15756

9 years agoMerge pull request #5269 from agh1/grant-date-search
Dave Greenberg [Sat, 28 Feb 2015 00:26:15 +0000 (16:26 -0800)]
Merge pull request #5269 from agh1/grant-date-search

CRM-16024 - CiviGrant / Report: money transfer date filter wasn't working

9 years agoMerge pull request #5255 from totten/master-replyto-setting
colemanw [Sat, 28 Feb 2015 00:16:42 +0000 (19:16 -0500)]
Merge pull request #5255 from totten/master-replyto-setting

CRM-15943 - Move replyTo option from $config to a setting.

9 years agoCRM-15756, validation for CC fixes
kurund [Fri, 27 Feb 2015 21:28:54 +0000 (02:58 +0530)]
CRM-15756, validation for CC fixes

----------------------------------------
* CRM-15756: Back-office Submit Credit Card Contribution form: card # validation is no longer working
  https://issues.civicrm.org/jira/browse/CRM-15756

9 years agoMerge pull request #5235 from atif-shaikh/CRM-5039MinorFixes
colemanw [Fri, 27 Feb 2015 21:08:53 +0000 (16:08 -0500)]
Merge pull request #5235 from atif-shaikh/CRM-5039MinorFixes

CRM-5039 Minor Fixes

9 years agoMerge pull request #5274 from mlutfy/4.6-crm16031
colemanw [Fri, 27 Feb 2015 21:05:26 +0000 (16:05 -0500)]
Merge pull request #5274 from mlutfy/4.6-crm16031

CRM-16031: Case View Activity: add the fieldID of custom fields for easier theming.

9 years agoMerge pull request #5273 from colemanw/CRM-16007
colemanw [Fri, 27 Feb 2015 21:01:56 +0000 (16:01 -0500)]
Merge pull request #5273 from colemanw/CRM-16007

CRM-16007 - Consistently represent primary address/email/etc in contactSummary

9 years agoCRM-16031: Case View Activity: add the fieldID of custom fields for easier theming.
Mathieu Lutfy [Fri, 27 Feb 2015 20:35:58 +0000 (15:35 -0500)]
CRM-16031: Case View Activity: add the fieldID of custom fields for easier theming.

9 years agoCRM-16007 - Consistently represent primary address/email/etc in contactSummary
Coleman Watts [Fri, 27 Feb 2015 19:53:09 +0000 (14:53 -0500)]
CRM-16007 - Consistently represent primary address/email/etc in contactSummary

9 years agoMerge pull request #5267 from mlutfy/4.6-crm16020
colemanw [Fri, 27 Feb 2015 16:27:41 +0000 (11:27 -0500)]
Merge pull request #5267 from mlutfy/4.6-crm16020

CRM-16020: fix invalid HTML in templates/CRM/Case/Form/Activity.tpl.

9 years agoMerge pull request #5271 from samuelsov/CRM-15650
colemanw [Fri, 27 Feb 2015 16:15:03 +0000 (11:15 -0500)]
Merge pull request #5271 from samuelsov/CRM-15650

Translate subscribe status

9 years agoTranslate subscribe status
samuelsov [Fri, 27 Feb 2015 15:05:49 +0000 (10:05 -0500)]
Translate subscribe status

9 years agoalter related membership if the is_active param is changed
jitendrapurohit [Fri, 27 Feb 2015 13:03:19 +0000 (18:33 +0530)]
alter related membership if the is_active param is changed

9 years agoadditional changes for CRM-15889
jitendrapurohit [Thu, 26 Feb 2015 11:52:45 +0000 (17:22 +0530)]
additional changes for CRM-15889

9 years agoCRM-16024 - CiviGrant / Report: money transfer date filter wasn't working
Andrew Hunt [Fri, 27 Feb 2015 05:06:03 +0000 (00:06 -0500)]
CRM-16024 - CiviGrant / Report: money transfer date filter wasn't working

9 years agoMerge pull request #5268 from davecivicrm/CRM-16016
Dave Greenberg [Fri, 27 Feb 2015 01:03:52 +0000 (17:03 -0800)]
Merge pull request #5268 from davecivicrm/CRM-16016

CRM-16016 - Remove Add Note link for users without permission.

9 years agoMerge pull request #5266 from davecivicrm/CRM-13901
Dave Greenberg [Fri, 27 Feb 2015 01:02:14 +0000 (17:02 -0800)]
Merge pull request #5266 from davecivicrm/CRM-13901

CRM-13901 - Fix unintentional suppression of Membership Dashboard Summar...

9 years agoCRM-16016 - Remove Add Note link for users without permission.
Dave Greenberg [Fri, 27 Feb 2015 00:58:01 +0000 (16:58 -0800)]
CRM-16016 - Remove Add Note link for users without permission.

----------------------------------------
* CRM-16016: Permission on Contact Notes- Users with only View Permission can add notes
  https://issues.civicrm.org/jira/browse/CRM-16016

9 years agoCRM-16020: fix invalid HTML in templates/CRM/Case/Form/Activity.tpl.
Mathieu Lutfy [Fri, 27 Feb 2015 00:09:34 +0000 (19:09 -0500)]
CRM-16020: fix invalid HTML in templates/CRM/Case/Form/Activity.tpl.

9 years agoMerge pull request #5265 from davecivicrm/CRM-16018
Dave Greenberg [Fri, 27 Feb 2015 00:06:54 +0000 (16:06 -0800)]
Merge pull request #5265 from davecivicrm/CRM-16018

CRM-16018 - Increase column size for membership_block.membership_types t...

9 years agoCRM-13901 - Fix unintentional suppression of Membership Dashboard Summary table for...
Dave Greenberg [Thu, 26 Feb 2015 23:32:17 +0000 (15:32 -0800)]
CRM-13901 - Fix unintentional suppression of Membership Dashboard Summary table for users with view all contacts permission.

----------------------------------------
* CRM-13901: Suppress Membership Dashboard for contacts who may not see all users as it contains info about members they are blocked from
  https://issues.civicrm.org/jira/browse/CRM-13901

9 years agoCRM-16018 - Increase column size for membership_block.membership_types to 1024 to...
Dave Greenberg [Thu, 26 Feb 2015 22:20:12 +0000 (14:20 -0800)]
CRM-16018 - Increase column size for membership_block.membership_types to 1024 to avoid fatal error when large number of membership types.

----------------------------------------
* CRM-16018: DB error when >20 membership types are created
  https://issues.civicrm.org/jira/browse/CRM-16018

9 years agoMerge pull request #5263 from samuelsov/CRM-15947
colemanw [Thu, 26 Feb 2015 21:43:56 +0000 (16:43 -0500)]
Merge pull request #5263 from samuelsov/CRM-15947

Add hook_civicrm_pre / hook_civicrm_post for Campaign

9 years agoMerge pull request #5264 from colemanw/CRM-15988
colemanw [Thu, 26 Feb 2015 19:59:43 +0000 (14:59 -0500)]
Merge pull request #5264 from colemanw/CRM-15988

CRM-15988 - Test fixes

9 years agoFix non standard syntax
samuelsov [Thu, 26 Feb 2015 19:41:17 +0000 (14:41 -0500)]
Fix non standard syntax

9 years agoFix non standard syntax
samuelsov [Thu, 26 Feb 2015 19:32:31 +0000 (14:32 -0500)]
Fix non standard syntax

9 years agoMerge pull request #5106 from cividesk/CRM-14974-4.6
Kurund Jalmi [Thu, 26 Feb 2015 18:54:46 +0000 (00:24 +0530)]
Merge pull request #5106 from cividesk/CRM-14974-4.6

Fix for CRM-14974

9 years agoCRM-15988 - Test fixes
Coleman Watts [Thu, 26 Feb 2015 17:53:12 +0000 (12:53 -0500)]
CRM-15988 - Test fixes

9 years agoMerge pull request #5262 from pratikshad/FixedWebtest5
Monish Deb [Thu, 26 Feb 2015 14:27:12 +0000 (19:57 +0530)]
Merge pull request #5262 from pratikshad/FixedWebtest5

Fixed broken webtest

9 years agoAdd hook_civicrm_pre / hook_civicrm_post for Campaign
samuelsov [Thu, 26 Feb 2015 14:11:03 +0000 (09:11 -0500)]
Add hook_civicrm_pre / hook_civicrm_post for Campaign

9 years agoFixed broken webtest
pratikshad [Thu, 26 Feb 2015 13:09:39 +0000 (18:39 +0530)]
Fixed broken webtest

9 years agoMerge pull request #5260 from totten/4.5-test-tz2
Tim Otten [Thu, 26 Feb 2015 04:28:15 +0000 (21:28 -0700)]
Merge pull request #5260 from totten/4.5-test-tz2

CRM-14423 - CiviUnitTestCase - UnitTest UF should set MySQL TZ (like Drupal/WP)

9 years agoCRM-14423 - CiviUnitTestCase - UnitTest UF should set MySQL TZ (like Drupal/WP)
Tim Otten [Thu, 26 Feb 2015 02:11:45 +0000 (19:11 -0700)]
CRM-14423 - CiviUnitTestCase - UnitTest UF should set MySQL TZ (like Drupal/WP)

9 years agoMerge pull request #5256 from totten/master-composer-lock
Tim Otten [Thu, 26 Feb 2015 01:07:42 +0000 (17:07 -0800)]
Merge pull request #5256 from totten/master-composer-lock

composer.lock - Re-add to git

9 years agoMerge pull request #5258 from davecivicrm/CRM-14678
Dave Greenberg [Thu, 26 Feb 2015 01:04:29 +0000 (17:04 -0800)]
Merge pull request #5258 from davecivicrm/CRM-14678

CRM-14678 - includes adding conditional on $contactID not defined and fi...

9 years agoMerge pull request #5204 from monishdeb/CRM-15986
Dave Greenberg [Thu, 26 Feb 2015 00:28:14 +0000 (16:28 -0800)]
Merge pull request #5204 from monishdeb/CRM-15986

CRM-15986 fix - Fields attached to different entities in JS profile crea...

9 years agoCRM-14678 - includes adding conditional on $contactID not defined and fixes a warning...
Dave Greenberg [Thu, 26 Feb 2015 00:00:49 +0000 (16:00 -0800)]
CRM-14678 - includes adding conditional on $contactID not defined and fixes a warning in copyPriceSet due to invalid pass by reference.

----------------------------------------
* CRM-14678: Add "Not you, or want to join/contribute for a different person?" text to contribution pages
  https://issues.civicrm.org/jira/browse/CRM-14678

9 years agoCRM-14678 - includes adding conditional on $contactID not defined and fixes a warning...
Dave Greenberg [Wed, 25 Feb 2015 23:37:22 +0000 (15:37 -0800)]
CRM-14678 - includes adding conditional on $contactID not defined and fixes a warning in copyPriceSet due to invalid pass by reference.

----------------------------------------
* CRM-14678: Add "Not you, or want to join/contribute for a different person?" text to contribution pages
  https://issues.civicrm.org/jira/browse/CRM-14678

9 years agoMerge branch 'mlutfy-CRM-13584'
Tim Otten [Wed, 25 Feb 2015 22:33:53 +0000 (14:33 -0800)]
Merge branch 'mlutfy-CRM-13584'

9 years agoinstall/index.php - Fix warning
Tim Otten [Wed, 25 Feb 2015 22:33:20 +0000 (14:33 -0800)]
install/index.php - Fix warning

9 years agoMerge branch 'CRM-13584' of https://github.com/mlutfy/civicrm-core into mlutfy-CRM...
Tim Otten [Wed, 25 Feb 2015 22:33:09 +0000 (14:33 -0800)]
Merge branch 'CRM-13584' of https://github.com/mlutfy/civicrm-core into mlutfy-CRM-13584

9 years agoMerge pull request #5233 from monishdeb/CRM-16004
Dave Greenberg [Wed, 25 Feb 2015 21:48:27 +0000 (13:48 -0800)]
Merge pull request #5233 from monishdeb/CRM-16004

CRM-16004 fixes

9 years agocomposer.lock - Re-add to git
Tim Otten [Wed, 25 Feb 2015 21:42:18 +0000 (13:42 -0800)]
composer.lock - Re-add to git

There's some discussion about this on https://github.com/totten/civicrm-core/commit/6ad46a832b6e3969927014a00d3f303a21828782

9 years agoMerge pull request #5254 from colemanw/Profile
colemanw [Wed, 25 Feb 2015 20:52:32 +0000 (15:52 -0500)]
Merge pull request #5254 from colemanw/Profile

Profile api - remove unused code

9 years agoCRM-15943 - Move replyTo option from $config to a setting.
Tim Otten [Wed, 25 Feb 2015 20:49:58 +0000 (12:49 -0800)]
CRM-15943 - Move replyTo option from $config to a setting.

Note: I tried using the prefetch/config_only options, but they didn't seem
to work.  Through some kind of magic, however, the setting data seems to
migrate from $config over to settings system (if prefetch and config_only
are *disabled*).

9 years agoProfile api - remove unused code
Coleman Watts [Wed, 25 Feb 2015 19:20:29 +0000 (14:20 -0500)]
Profile api - remove unused code

9 years agoCRM-16005 - Check for dompdf using more file patterns
Tim Otten [Wed, 25 Feb 2015 18:58:46 +0000 (10:58 -0800)]
CRM-16005 - Check for dompdf using more file patterns

9 years agoCRM-16005 verification
Nicolas Ganivet [Wed, 25 Feb 2015 03:12:56 +0000 (20:12 -0700)]
CRM-16005 verification

9 years agoformatting changes
monishdeb [Wed, 25 Feb 2015 14:24:08 +0000 (19:54 +0530)]
formatting changes

9 years agoformatting changes
monishdeb [Wed, 25 Feb 2015 14:21:52 +0000 (19:51 +0530)]
formatting changes

9 years agoAPI Explorer minor fix
Coleman Watts [Wed, 25 Feb 2015 14:21:01 +0000 (09:21 -0500)]
API Explorer minor fix

9 years agooptimization changes
monishdeb [Wed, 25 Feb 2015 14:20:29 +0000 (19:50 +0530)]
optimization changes

9 years agoAPI Explorer minor fixes
Coleman Watts [Wed, 25 Feb 2015 14:12:20 +0000 (09:12 -0500)]
API Explorer minor fixes

9 years agominor changes
monishdeb [Wed, 25 Feb 2015 13:53:51 +0000 (19:23 +0530)]
minor changes

9 years agoQA fixes
monishdeb [Wed, 25 Feb 2015 13:22:36 +0000 (18:52 +0530)]
QA fixes

9 years agoUpdate version to 4.6.beta2
CiviCRM [Wed, 25 Feb 2015 11:14:15 +0000 (03:14 -0800)]
Update version to 4.6.beta2

9 years agoMerge pull request #5248 from davecivicrm/CRM-15578a
Kurund Jalmi [Wed, 25 Feb 2015 10:02:08 +0000 (15:32 +0530)]
Merge pull request #5248 from davecivicrm/CRM-15578a

CRM-15578 - suppress hidden groups from Recipients selector.

9 years agoMerge pull request #5251 from monishdeb/CRM-16001
Monish Deb [Wed, 25 Feb 2015 09:28:45 +0000 (14:58 +0530)]
Merge pull request #5251 from monishdeb/CRM-16001

CRM-16001 fix - Advanced Search by contribution status throws FATAL erro...

9 years agoMerge pull request #5250 from jitendrapurohit/CRM-15934update
Kurund Jalmi [Wed, 25 Feb 2015 08:06:06 +0000 (13:36 +0530)]
Merge pull request #5250 from jitendrapurohit/CRM-15934update

update with `pattern` instead of `id` for CRM-15934

9 years agoUndo CRM-16001 changes
monishdeb [Wed, 25 Feb 2015 05:45:51 +0000 (11:15 +0530)]
Undo CRM-16001 changes

----------------------------------------
* CRM-16001: Advanced Search by contribution status throws FATAL error
  https://issues.civicrm.org/jira/browse/CRM-16001

9 years agoCRM-16004 and CRM-16001 fixes
monishdeb [Tue, 24 Feb 2015 11:38:34 +0000 (17:08 +0530)]
CRM-16004 and CRM-16001 fixes

----------------------------------------
* CRM-16004: Participant search link broken on "force" search
  https://issues.civicrm.org/jira/browse/CRM-16004
* CRM-16001: Advanced Search by contribution status throws FATAL error
  https://issues.civicrm.org/jira/browse/CRM-16001

9 years agoMerge pull request #5247 from totten/master-dompdf
Kurund Jalmi [Wed, 25 Feb 2015 06:12:08 +0000 (11:42 +0530)]
Merge pull request #5247 from totten/master-dompdf

Use and configure the dompdf provided by composer.

9 years agoMerge remote-tracking branch 'upstream/4.5' into 4.5-master-2015-02-25-11-27-40
kurund [Wed, 25 Feb 2015 05:59:58 +0000 (11:29 +0530)]
Merge remote-tracking branch 'upstream/4.5' into 4.5-master-2015-02-25-11-27-40

Conflicts:
CRM/Contribute/BAO/Contribution/Utils.php

9 years agoCRM-16001 fix - Advanced Search by contribution status throws FATAL error
monishdeb [Wed, 25 Feb 2015 05:58:56 +0000 (11:28 +0530)]
CRM-16001 fix - Advanced Search by contribution status throws FATAL error

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

9 years agoMerge pull request #5234 from pratikshad/FixedWebtest4
Kurund Jalmi [Wed, 25 Feb 2015 05:52:08 +0000 (11:22 +0530)]
Merge pull request #5234 from pratikshad/FixedWebtest4

Fixed broken webtest for Event and Gerneric

9 years agoMerge pull request #5241 from kurund/CRM-15934
Kurund Jalmi [Wed, 25 Feb 2015 05:49:35 +0000 (11:19 +0530)]
Merge pull request #5241 from kurund/CRM-15934

fixed generated data for CRM-15934

9 years agoPR update for CRM-15934
jitendrapurohit [Wed, 25 Feb 2015 05:32:21 +0000 (11:02 +0530)]
PR update for CRM-15934

9 years agoMerge pull request #5242 from colemanw/getstat
colemanw [Wed, 25 Feb 2015 03:04:42 +0000 (22:04 -0500)]
Merge pull request #5242 from colemanw/getstat

Correctly represent getstat action in api explorer and metadata

9 years agoImprove api explorer formatting
Coleman Watts [Wed, 25 Feb 2015 03:03:47 +0000 (22:03 -0500)]
Improve api explorer formatting

9 years agoApi explorer code tidy - use _.includes method
Coleman Watts [Wed, 25 Feb 2015 02:20:57 +0000 (21:20 -0500)]
Api explorer code tidy - use _.includes method

9 years agoMerge pull request #5236 from kurund/CRM-15993
Dave Greenberg [Wed, 25 Feb 2015 02:09:47 +0000 (18:09 -0800)]
Merge pull request #5236 from kurund/CRM-15993

CRM-15993, added CiviCRM BN code support for PayPal Standard

9 years agoCRM-15578 - suppress hidden groups from Recipients selector.
Dave Greenberg [Wed, 25 Feb 2015 01:48:49 +0000 (17:48 -0800)]
CRM-15578 - suppress hidden groups from Recipients selector.

----------------------------------------
* CRM-15578: Implement "New Mailing" + "AB Testing" in Angular
  https://issues.civicrm.org/jira/browse/CRM-15578

9 years agoCRM-16005 - Use and configure the dompdf provided by composer.
Tim Otten [Wed, 25 Feb 2015 01:37:07 +0000 (17:37 -0800)]
CRM-16005 - Use and configure the dompdf provided by composer.

9 years agoMerge remote-tracking branch 'origin/4.5' into 4.5-master-2015-02-24-17-24-05
Tim Otten [Wed, 25 Feb 2015 01:26:08 +0000 (17:26 -0800)]
Merge remote-tracking branch 'origin/4.5' into 4.5-master-2015-02-24-17-24-05

Conflicts:
CRM/Batch/Form/Entry.php
CRM/Utils/PDF/Utils.php

9 years agoMerge pull request #5243 from totten/4.5-dompdf
Tim Otten [Wed, 25 Feb 2015 01:09:15 +0000 (17:09 -0800)]
Merge pull request #5243 from totten/4.5-dompdf

Use and configure the dompdf provided by composer.

9 years agoMerge pull request #5240 from colemanw/CRM-16002
Dave Greenberg [Tue, 24 Feb 2015 23:48:01 +0000 (15:48 -0800)]
Merge pull request #5240 from colemanw/CRM-16002

CRM-16002 - Add is_hidden to default pseudoconstant filters

9 years agoMerge pull request #5237 from totten/master-civimail-forum
Dave Greenberg [Tue, 24 Feb 2015 23:38:59 +0000 (15:38 -0800)]
Merge pull request #5237 from totten/master-civimail-forum

CRM-15578 - Filter message templates on is_active=>1

9 years agoCRM-16005 - Use and configure the dompdf provided by composer.
Tim Otten [Tue, 24 Feb 2015 21:52:03 +0000 (13:52 -0800)]
CRM-16005 - Use and configure the dompdf provided by composer.