civicrm-core.git
7 years agoCRM-20786 consolidate calls to deprecated function
eileen [Wed, 28 Jun 2017 21:26:37 +0000 (09:26 +1200)]
CRM-20786 consolidate calls to deprecated function

7 years agoMerge pull request #10558 from JMAConsulting/CRM-20412
Eileen McNaughton [Wed, 28 Jun 2017 19:48:39 +0000 (07:48 +1200)]
Merge pull request #10558 from JMAConsulting/CRM-20412

CRM-20412: mailing report: unique opens detail view inaccurate

7 years agoMerge pull request #10571 from totten/master-joomla-hook
colemanw [Wed, 28 Jun 2017 12:28:32 +0000 (08:28 -0400)]
Merge pull request #10571 from totten/master-joomla-hook

CRM-19914 - CRM_Utils_Hook - Fix `civicrmHooks.php` on Joomla

7 years agoMerge pull request #10573 from totten/master-nav-hash
colemanw [Wed, 28 Jun 2017 12:09:48 +0000 (08:09 -0400)]
Merge pull request #10573 from totten/master-nav-hash

CRM-20776 - Navigation - Fix menu items with mix of #, ?, &

7 years agoMerge pull request #10572 from seamuslee001/CRM-20774-words
Tim Otten [Wed, 28 Jun 2017 07:54:30 +0000 (00:54 -0700)]
Merge pull request #10572 from seamuslee001/CRM-20774-words

CRM-20774 Add in additional words on contacting system administrator …

7 years agoCRM-20774 Add in additional words on contacting system administrator for assistance
Seamus Lee [Wed, 28 Jun 2017 06:57:35 +0000 (16:57 +1000)]
CRM-20774 Add in additional words on contacting system administrator for assistance

7 years agoCRM-20776 - Navigation - Fix menu items with mix of #, ?, &
Tim Otten [Wed, 28 Jun 2017 06:47:19 +0000 (23:47 -0700)]
CRM-20776 - Navigation - Fix menu items with mix of #, ?, &

== Use case

 * Use an extension to implement `hook_civicrm_navigationMenu`.
 * Add or edit the URL of a menu item to use a mix of URL control chars -- eg `civicrm/case/a/#/case?dtab=0&dme=0`
 * Look in the CiviCRM navigation bar and see the final URL of the link.

== Before

 * The URL is munged (eg `http://dcase.l/civicrm/case/a/?dtab=0&dme=0#/case`)

== After

 * The URL appears consistent (eg `http://dcase.l/civicrm/case/a/#/case?dtab=0&dme=0`)

== Testing

 * On Drupal 7, I activated all components (CiviContribute, CiviMail, etal) to build a large pool of menu items.
   Then I grabbed the menu content (eg `http://dcase.l/civicrm/ajax/menujs/202/en_US/1/abcd1234`) -- both with and
   without the patch. The content was the same, except for the intended items.
 * Repeated above on WordPress (which does not use clean URLs).

7 years agoMerge pull request #10566 from jitendrapurohit/indexfix
Eileen McNaughton [Wed, 28 Jun 2017 06:32:08 +0000 (18:32 +1200)]
Merge pull request #10566 from jitendrapurohit/indexfix

CRM-20774 - Add check for existing key index in table

7 years agoCRM-19914 - CRM_Utils_Hook - Fix `civicrmHooks.php` on Joomla
Tim Otten [Wed, 28 Jun 2017 03:46:59 +0000 (20:46 -0700)]
CRM-19914 - CRM_Utils_Hook - Fix `civicrmHooks.php` on Joomla

7 years agoMerge pull request #10552 from colemanw/CRM-19778
colemanw [Wed, 28 Jun 2017 02:19:33 +0000 (22:19 -0400)]
Merge pull request #10552 from colemanw/CRM-19778

CRM-19778 - Api.getoptions - Filter status id by case type id

7 years agoMerge pull request #10569 from eileenmcnaughton/perm
Eileen McNaughton [Wed, 28 Jun 2017 02:09:16 +0000 (14:09 +1200)]
Merge pull request #10569 from eileenmcnaughton/perm

CRM-20778 - Use civicontribute permission for contribution recur.cancel

7 years agoMerge pull request #10570 from civicrm/4.7.21-rc
Tim Otten [Tue, 27 Jun 2017 22:49:16 +0000 (15:49 -0700)]
Merge pull request #10570 from civicrm/4.7.21-rc

Update `master` with latest `4.7.21-rc`

7 years agoMerge pull request #10567 from totten/4.7.21-rc-rm
Tim Otten [Tue, 27 Jun 2017 21:56:39 +0000 (14:56 -0700)]
Merge pull request #10567 from totten/4.7.21-rc-rm

CRM-20243 - Actively remove old files

7 years agoCRM-20778 - Use civicontribute permission for contribution recur.cancel
eileen [Tue, 27 Jun 2017 20:57:37 +0000 (08:57 +1200)]
CRM-20778 - Use civicontribute permission for contribution recur.cancel

7 years agoCRM-20243 - CRM_Utils_Check - Simplify Auth/SASL checks
Tim Otten [Tue, 27 Jun 2017 20:44:11 +0000 (13:44 -0700)]
CRM-20243 - CRM_Utils_Check - Simplify Auth/SASL checks

7 years agoMark failing test incomplete
Coleman Watts [Tue, 27 Jun 2017 20:10:32 +0000 (16:10 -0400)]
Mark failing test incomplete

7 years agoCRM-19778 - Api.getoptions - Filter status id by case type id
Coleman Watts [Fri, 23 Jun 2017 16:21:27 +0000 (12:21 -0400)]
CRM-19778 - Api.getoptions - Filter status id by case type id

7 years agoadd test
Jitendra Purohit [Tue, 27 Jun 2017 14:18:01 +0000 (19:48 +0530)]
add test

7 years agoMerge pull request #10568 from francescbassas/patch-10
colemanw [Tue, 27 Jun 2017 13:40:57 +0000 (09:40 -0400)]
Merge pull request #10568 from francescbassas/patch-10

CRM-20775 Wrong is full results for API event get

7 years agoCode style
francescbassas [Tue, 27 Jun 2017 11:02:43 +0000 (13:02 +0200)]
Code style

7 years agoCRM-20775 Wrong is full results for API event get
francescbassas [Tue, 27 Jun 2017 10:52:52 +0000 (12:52 +0200)]
CRM-20775 Wrong is full results for API event get

7 years agoCRM-20243 - CRM_Upgrade_Form - Delete orphaned files before upgrade
Tim Otten [Tue, 27 Jun 2017 07:27:09 +0000 (00:27 -0700)]
CRM-20243 - CRM_Upgrade_Form - Delete orphaned files before upgrade

7 years agoCRM-20243 - Add check for deleted files
Tim Otten [Tue, 27 Jun 2017 06:35:36 +0000 (23:35 -0700)]
CRM-20243 - Add check for deleted files

7 years agoCRM-20243 - Civi\Core\Paths - Define 'civicrm.packages' variable (etal)
Tim Otten [Tue, 27 Jun 2017 06:54:26 +0000 (23:54 -0700)]
CRM-20243 - Civi\Core\Paths - Define 'civicrm.packages' variable (etal)

In the long run, the file location of the `packages`, `vendor`, and
`bower_components` should be adjustable (depending on how the codebase is
built).

This patch begins loosening the coupling between the `$civicrm_root` and
those folders.

7 years agoexisting test fixes
Jitendra Purohit [Tue, 27 Jun 2017 04:24:15 +0000 (09:54 +0530)]
existing test fixes

7 years agoAdd check for existing key index in table
Jitendra Purohit [Mon, 26 Jun 2017 11:25:19 +0000 (16:55 +0530)]
Add check for existing key index in table

7 years agoMerge pull request #10554 from eileenmcnaughton/crazy_vars
Eileen McNaughton [Tue, 27 Jun 2017 01:11:57 +0000 (13:11 +1200)]
Merge pull request #10554 from eileenmcnaughton/crazy_vars

[NFC] Cleanup towards CRM-20759, define variables more legibly & consistently.

7 years agoMerge pull request #9886 from JMAConsulting/CRM-20169
colemanw [Mon, 26 Jun 2017 21:13:58 +0000 (17:13 -0400)]
Merge pull request #9886 from JMAConsulting/CRM-20169

CRM-20169 WIP (possibly wanting refactor of whole report) Added alterReportVar hook support to activity report

7 years agoMerge pull request #10452 from JMAConsulting/CRM-20668
colemanw [Mon, 26 Jun 2017 21:02:42 +0000 (17:02 -0400)]
Merge pull request #10452 from JMAConsulting/CRM-20668

CRM-20668, Fixed Notice error

7 years agoMerge pull request #10346 from JMAConsulting/CRM-20567
colemanw [Mon, 26 Jun 2017 20:57:17 +0000 (16:57 -0400)]
Merge pull request #10346 from JMAConsulting/CRM-20567

CRM-20567: backoffice membership via price set errors with non-aggregated column

7 years agoMerge pull request #10497 from JMAConsulting/CRM-20721
colemanw [Mon, 26 Jun 2017 20:50:28 +0000 (16:50 -0400)]
Merge pull request #10497 from JMAConsulting/CRM-20721

CRM-20721: Add parameter to dateQueryBuilder fn to change date value to desired format

7 years agoMerge pull request #10562 from JMAConsulting/CRM-20411
colemanw [Mon, 26 Jun 2017 20:29:43 +0000 (16:29 -0400)]
Merge pull request #10562 from JMAConsulting/CRM-20411

CRM-20411: mailing tab listing: MySQL 5.7 group by error

7 years agoFix bug in open case status selector
Coleman Watts [Fri, 23 Jun 2017 16:20:18 +0000 (12:20 -0400)]
Fix bug in open case status selector

7 years agoMerge pull request #10507 from lcdservices/CRM-20739
colemanw [Mon, 26 Jun 2017 19:50:28 +0000 (15:50 -0400)]
Merge pull request #10507 from lcdservices/CRM-20739

CRM-20739 process groups for import using fill

7 years agoMerge pull request #10561 from seamuslee001/CRM-20771
Eileen McNaughton [Mon, 26 Jun 2017 19:49:23 +0000 (07:49 +1200)]
Merge pull request #10561 from seamuslee001/CRM-20771

CRM-20771 Ensure that addColumn can handle translatable columns

7 years agoCRM-20411: mailing tab listing: MySQL 5.7 group by error
deb.monish [Mon, 26 Jun 2017 12:48:03 +0000 (18:18 +0530)]
CRM-20411: mailing tab listing: MySQL 5.7 group by error

7 years agoCRM-20412: mailing report: unique opens detail view inaccurate
deb.monish [Sun, 25 Jun 2017 16:19:34 +0000 (21:49 +0530)]
CRM-20412: mailing report: unique opens detail view inaccurate

7 years agoCRM-20771 Ensure that addColumn can handle translatable columns
Seamus Lee [Mon, 26 Jun 2017 11:15:04 +0000 (21:15 +1000)]
CRM-20771 Ensure that addColumn can handle translatable columns

7 years agoCleanup towards CRM-20759, define variables more legibly & consistently.
eileen [Fri, 23 Jun 2017 22:09:17 +0000 (10:09 +1200)]
Cleanup towards CRM-20759, define variables more legibly & consistently.

I really want the 2 copy & paste variants of this code loop to be combinable but I think it takes a numebr
of small changes to get there in a readable way

7 years agoMerge pull request #10492 from seamuslee001/CRM-20716
Eileen McNaughton [Mon, 26 Jun 2017 05:35:39 +0000 (17:35 +1200)]
Merge pull request #10492 from seamuslee001/CRM-20716

CRM-20716 Fix Array to string error because subject is an array not string

7 years agoMerge pull request #10550 from yashodha/CRM-20765
Yashodha Chaku [Mon, 26 Jun 2017 04:12:38 +0000 (09:42 +0530)]
Merge pull request #10550 from yashodha/CRM-20765

CRM-20765 - Missing id for 'onBehalfOfOrg' section

7 years agoMerge pull request #10560 from civicrm/4.7.21-rc
Eileen McNaughton [Sun, 25 Jun 2017 23:08:19 +0000 (11:08 +1200)]
Merge pull request #10560 from civicrm/4.7.21-rc

4.7.21 rc

7 years agoMerge pull request #10555 from totten/4.7.21-install-port
Eileen McNaughton [Sun, 25 Jun 2017 22:33:15 +0000 (10:33 +1200)]
Merge pull request #10555 from totten/4.7.21-install-port

CRM-20768 - Installer UI - Accept mysql port

7 years agoMerge pull request #10559 from civicrm/4.7.21-rc
Eileen McNaughton [Sun, 25 Jun 2017 22:30:19 +0000 (10:30 +1200)]
Merge pull request #10559 from civicrm/4.7.21-rc

4.7.21 rc

7 years agoMerge pull request #10556 from devarun/4.7.21-rc
Eileen McNaughton [Sun, 25 Jun 2017 22:28:42 +0000 (10:28 +1200)]
Merge pull request #10556 from devarun/4.7.21-rc

CRM-20644: Column names on Advanced search results displayed on contacts are out of order.

7 years agoMerge pull request #10536 from yashodha/CRM-20753
Eileen McNaughton [Sun, 25 Jun 2017 06:32:50 +0000 (18:32 +1200)]
Merge pull request #10536 from yashodha/CRM-20753

CRM-20753 - Net amount doesn't respect localization

7 years agoCRM-20644: Column names on Advanced search results displayed on contacts are out...
devarun [Sat, 24 Jun 2017 14:22:23 +0000 (19:52 +0530)]
CRM-20644: Column names on Advanced search results displayed on contacts are out of order.

7 years agoCRM-20768 - install - Improve docblock
Tim Otten [Sat, 24 Jun 2017 00:31:14 +0000 (17:31 -0700)]
CRM-20768 - install - Improve docblock

7 years agoCRM-20768 - Install UI - Distinguish host/port in IPv6
Tim Otten [Sat, 24 Jun 2017 00:24:33 +0000 (17:24 -0700)]
CRM-20768 - Install UI - Distinguish host/port in IPv6

7 years agoCRM-20768 - install - Accept mysql port
Tim Otten [Fri, 23 Jun 2017 21:41:39 +0000 (14:41 -0700)]
CRM-20768 - install - Accept mysql port

== Background ==

In previous releases, the web-based installation script allowed you to enter
the MySQL "server" with a `host:port` combination (e.g.  `127.0.0.1:3307`).

I believe this regressed during the mysql=>mysqli transition.

== Before ==

If you use the web-based install UI and enter a `host:port` combination, the
error messages indicate a confusing mix of information (e.g.  some
indicating port 3306, some indicating port 3307).

== After ==

If you use the web-based install UI and enter a `host:port` combination, it
uses the specified port.

----------------------------------------
* CRM-20768: Web-based installation should accept non-standard MySQL port
  https://issues.civicrm.org/jira/browse/CRM-20768

7 years agoMerge pull request #10545 from totten/master-ui-bootstrap
Tim Otten [Fri, 23 Jun 2017 21:23:43 +0000 (14:23 -0700)]
Merge pull request #10545 from totten/master-ui-bootstrap

CRM-20756 - Add Angular `ui.bootstrap` library

7 years agoadded unit test
deb.monish [Fri, 23 Jun 2017 19:31:39 +0000 (01:01 +0530)]
added unit test

7 years agoCRM-20567: backoffice membership via price set errors with non-aggregated column
deb.monish [Fri, 12 May 2017 20:16:36 +0000 (01:46 +0530)]
CRM-20567: backoffice membership via price set errors with non-aggregated column

7 years agoMerge pull request #10541 from JMAConsulting/CRM-20411
colemanw [Fri, 23 Jun 2017 15:22:00 +0000 (11:22 -0400)]
Merge pull request #10541 from JMAConsulting/CRM-20411

CRM-20411: mailing tab listing: MySQL 5.7 group by error

7 years agoMerge pull request #10498 from JMAConsulting/CRM-20722
colemanw [Fri, 23 Jun 2017 15:19:50 +0000 (11:19 -0400)]
Merge pull request #10498 from JMAConsulting/CRM-20722

CRM-20722: 'Lock wait timeout exceeded' error triggered on smart group cache rebuild

7 years agoMerge pull request #10407 from JMAConsulting/CRM-19653
colemanw [Fri, 23 Jun 2017 14:03:54 +0000 (10:03 -0400)]
Merge pull request #10407 from JMAConsulting/CRM-19653

CRM-19653: Custom field checkboxes migrated incorrectly on merge (part deux)

7 years agoMerge pull request #10298 from colemanw/CRM-20387
colemanw [Fri, 23 Jun 2017 13:59:16 +0000 (09:59 -0400)]
Merge pull request #10298 from colemanw/CRM-20387

CRM-20387 - Add invoice_number field for human readable contribution invoice

7 years agoMerge pull request #10549 from jitendrapurohit/CRM-20761
Monish Deb [Fri, 23 Jun 2017 13:10:45 +0000 (18:40 +0530)]
Merge pull request #10549 from jitendrapurohit/CRM-20761

CRM-20761 : Formrule error when priceset is selected on contribution page

7 years agoCRM-20387 - Add invoice_number field for human readable contribution invoice
Coleman Watts [Wed, 3 May 2017 21:15:28 +0000 (17:15 -0400)]
CRM-20387 - Add invoice_number field for human readable contribution invoice

7 years agoCRM-20765 - Missing id for 'onBehalfOfOrg' section
yashodha [Fri, 23 Jun 2017 03:56:31 +0000 (09:26 +0530)]
CRM-20765 - Missing id for 'onBehalfOfOrg' section

7 years agoMerge pull request #10547 from eileenmcnaughton/extract
Eileen McNaughton [Fri, 23 Jun 2017 03:05:08 +0000 (15:05 +1200)]
Merge pull request #10547 from eileenmcnaughton/extract

[NFC] Extract submit in mapFields to start adding unit testing (towards CRM-20759)

7 years agoExtract submit in mapFields to start adding unit testin (CRM-20759)
eileen [Thu, 22 Jun 2017 08:35:02 +0000 (20:35 +1200)]
Extract submit in mapFields to start adding unit testin (CRM-20759)

7 years agoMerge pull request #10544 from eileenmcnaughton/deprecated
colemanw [Thu, 22 Jun 2017 14:27:22 +0000 (10:27 -0400)]
Merge pull request #10544 from eileenmcnaughton/deprecated

CRM-20758 remove call to deprecated function & add test

7 years agoCRM-20761: Formrule error when priceset is selected on contribution page
Jitendra Purohit [Thu, 22 Jun 2017 14:00:40 +0000 (19:30 +0530)]
CRM-20761: Formrule error when priceset is selected on contribution page

7 years agoCRM-20758 remove one more deprecated call
eileen [Thu, 22 Jun 2017 08:35:02 +0000 (20:35 +1200)]
CRM-20758 remove one more deprecated call

7 years agoMerge pull request #10542 from seamuslee001/CRM-20720
Eileen McNaughton [Thu, 22 Jun 2017 08:15:57 +0000 (20:15 +1200)]
Merge pull request #10542 from seamuslee001/CRM-20720

CRM-20720 CRM-20757 Fix issue where Price Options were not being sort…

7 years agoCRM-20756 - Add Angular `ui.bootstrap` library
Tim Otten [Thu, 22 Jun 2017 06:29:53 +0000 (23:29 -0700)]
CRM-20756 - Add Angular `ui.bootstrap` library

This adds the library
[ui.bootstrap](https://angular-ui.github.io/bootstrap/), which makes it
easier to include the functional elements of Bootstrap in AngularJS pages.

In the past, adding this was problematic, but now the situation has
improved:

1.  civicrm-core has upgraded to AngularJS 1.5.  (In the past, civicrm-core
used AngularJS 1.3, which was incompatible.)

2.  civicrm-core allows optional AngularJS modules.  (In the past, all
modules were loaded unconditionally, which could result in loading
new/unnecessary code for legacy users.  Now, you can opt-out of this
behavior with `basePages=>array()`.)

7 years agoMerge pull request #10274 from eileenmcnaughton/activity2
Eileen McNaughton [Thu, 22 Jun 2017 06:09:52 +0000 (18:09 +1200)]
Merge pull request #10274 from eileenmcnaughton/activity2

CRM-19821 performance improvement on the activity search

7 years agoCRM-19821 turn action links into relative links.
eileen [Mon, 19 Jun 2017 07:57:52 +0000 (19:57 +1200)]
CRM-19821 turn action links into relative links.

This is to fix the test in the first instance but discussed with Seamus & Monish & both
felt that relative links are more correct

7 years agoCRM-19821 unit test
eileen [Mon, 22 May 2017 21:51:01 +0000 (09:51 +1200)]
CRM-19821 unit test

7 years agoCRM-19821 performance improvement on the activity search.
eileen [Fri, 28 Apr 2017 03:51:16 +0000 (15:51 +1200)]
CRM-19821 performance improvement on the activity search.

This commit removes 2 bad joins from the activity search
- priority_id - this is just removed from the returnProperties as it is not rendered
- activity_status_id - this is handled as a pseudoconstant rather than the bad join

activity_type_id is partially handled, however, there is a component_id filter
that needs to be fixed before the bad join on this
field can be removed.

7 years agoCRM-20758 remove call to deprecated function & add test
eileen [Thu, 22 Jun 2017 03:48:15 +0000 (15:48 +1200)]
CRM-20758 remove call to deprecated function & add test

7 years agoCRM-20720 CRM-20757 Fix issue where Price Options were not being sorted by weight
Seamus Lee [Wed, 21 Jun 2017 21:55:29 +0000 (07:55 +1000)]
CRM-20720 CRM-20757 Fix issue where Price Options were not being sorted by weight

7 years agoCRM-20411: mailing tab listing: MySQL 5.7 group by error
deb.monish [Wed, 21 Jun 2017 20:30:21 +0000 (02:00 +0530)]
CRM-20411: mailing tab listing: MySQL 5.7 group by error

7 years agoMerge pull request #10306 from aydun/CRM-20525
Eileen McNaughton [Wed, 21 Jun 2017 19:55:00 +0000 (07:55 +1200)]
Merge pull request #10306 from aydun/CRM-20525

CRM-20525 Fix version of mail sent for pay later mails from webform

7 years agoMerge pull request #9777 from jitendrapurohit/CRM-19745fix
Monish Deb [Wed, 21 Jun 2017 19:12:32 +0000 (00:42 +0530)]
Merge pull request #9777 from jitendrapurohit/CRM-19745fix

CRM-19745: Image URL field doesn't show up on CiviEvent Additional Pa…

7 years agoMerge branch '4.7.21-rc' into master
Coleman Watts [Wed, 21 Jun 2017 19:11:31 +0000 (15:11 -0400)]
Merge branch '4.7.21-rc' into master

7 years agoMerge pull request #10540 from colemanw/CRM-20091
colemanw [Wed, 21 Jun 2017 19:11:03 +0000 (15:11 -0400)]
Merge pull request #10540 from colemanw/CRM-20091

CRM-20091 - Fix return value in api.customValue.gettree

7 years agoCRM-20091 - Fix return value in api.customValue.gettree
Coleman Watts [Wed, 21 Jun 2017 17:34:36 +0000 (13:34 -0400)]
CRM-20091 - Fix return value in api.customValue.gettree

7 years agoCRM-20753 - Net amount doesn't respect localization
yashodha [Wed, 21 Jun 2017 06:41:49 +0000 (12:11 +0530)]
CRM-20753 - Net amount doesn't respect localization

7 years agoCRM-19745: Image URL field doesn't show up on CiviEvent Additional Participants Profile
jitendrapurohit [Fri, 3 Feb 2017 12:05:15 +0000 (17:35 +0530)]
CRM-19745: Image URL field doesn't show up on CiviEvent Additional Participants Profile

7 years agoMerge pull request #10534 from seamuslee001/CRM-20670
Tim Otten [Wed, 21 Jun 2017 05:31:28 +0000 (22:31 -0700)]
Merge pull request #10534 from seamuslee001/CRM-20670

CRM-20670 (NFC) Style alter as per Eileen

7 years agoMerge pull request #10515 from yashodha/CRM-20741
Yashodha Chaku [Wed, 21 Jun 2017 04:23:36 +0000 (09:53 +0530)]
Merge pull request #10515 from yashodha/CRM-20741

CRM-20741 - Cancellation message shown as error

7 years agoCRM-20670 (NFC) Style alter as per Eileen
Seamus Lee [Wed, 21 Jun 2017 02:34:30 +0000 (12:34 +1000)]
CRM-20670 (NFC) Style alter as per Eileen

7 years agoMerge pull request #10455 from JO0st/CRM-20670
Eileen McNaughton [Wed, 21 Jun 2017 02:14:37 +0000 (14:14 +1200)]
Merge pull request #10455 from JO0st/CRM-20670

    CRM-20670 fix editing membership types with a lot of members

7 years agoMerge pull request #10487 from mfb/CRM-20713
Eileen McNaughton [Tue, 20 Jun 2017 22:29:12 +0000 (10:29 +1200)]
Merge pull request #10487 from mfb/CRM-20713

CRM-20713 - CiviMail - do not set mode = 'sms' if sms_provider_id = 'null'

7 years agoMerge pull request #10449 from jmcclelland/CRM-20666
Mathieu Lu [Tue, 20 Jun 2017 15:38:08 +0000 (11:38 -0400)]
Merge pull request #10449 from jmcclelland/CRM-20666

CRM-20666 - allow filenames up to 255 characters

7 years agofixes editing membership type for membershiptypes with a lot of members
Joost [Thu, 1 Jun 2017 09:55:51 +0000 (11:55 +0200)]
fixes editing membership type for membershiptypes with a lot of members

7 years agoMerge pull request #10532 from monishdeb/CRM-20488_soft_credit_organization
Monish Deb [Tue, 20 Jun 2017 07:29:38 +0000 (12:59 +0530)]
Merge pull request #10532 from monishdeb/CRM-20488_soft_credit_organization

CRM-20488: remove unused variable _honoreeProfileType

7 years agoCRM-20488: remove unused variable _honoreeProfileType
deb.monish [Tue, 20 Jun 2017 06:05:40 +0000 (11:35 +0530)]
CRM-20488: remove unused variable _honoreeProfileType

7 years agoMerge pull request #10528 from tschuettler/CRM-20746
Eileen McNaughton [Tue, 20 Jun 2017 05:01:55 +0000 (17:01 +1200)]
Merge pull request #10528 from tschuettler/CRM-20746

CRM-20746 - CiviMail - Use body_text for text part of resubscription …

7 years agoCRM-16395: Installation with localized default settings (4) (#10518)
Mathieu Lu [Tue, 20 Jun 2017 02:49:50 +0000 (22:49 -0400)]
CRM-16395: Installation with localized default settings (4) (#10518)

CRM-16395: Installation with localized default settings

This makes it possible to have a file in "civicrm/l10n/xx_YY/settings.default.json" with default settings that correspond to the locale during installation (ex: default country, currency, date formats, etc).

7 years agoMerge pull request #10432 from francescbassas/patch-11
Mathieu Lu [Tue, 20 Jun 2017 00:44:41 +0000 (20:44 -0400)]
Merge pull request #10432 from francescbassas/patch-11

CRM-20650 Translate strings

7 years agoMerge pull request #10424 from twomice/CRM-20401_subscription_urls
Eileen McNaughton [Mon, 19 Jun 2017 22:35:03 +0000 (10:35 +1200)]
Merge pull request #10424 from twomice/CRM-20401_subscription_urls

Fix CRM-20401: use native CiviCRM recurring links

7 years agoMerge pull request #10530 from davejenx/CRM-20443-master
Eileen McNaughton [Mon, 19 Jun 2017 22:27:13 +0000 (10:27 +1200)]
Merge pull request #10530 from davejenx/CRM-20443-master

CRM-20443 - SQL syntax error creating logging triggers if column name…

7 years agoMerge pull request #10419 from twomice/CRM-20488_soft_credit_organization
Monish Deb [Mon, 19 Jun 2017 20:16:25 +0000 (01:46 +0530)]
Merge pull request #10419 from twomice/CRM-20488_soft_credit_organization

Fix CRM-20488: remove restrictions on soft credit contact type.

7 years agoMerge pull request #10447 from JMAConsulting/CRM-19478
Monish Deb [Mon, 19 Jun 2017 19:40:47 +0000 (01:10 +0530)]
Merge pull request #10447 from JMAConsulting/CRM-19478

CRM-19478: Handle p=null oddity for Paypal Pro Recurring payments

7 years agominor fix
deb.monish [Mon, 19 Jun 2017 19:20:34 +0000 (00:50 +0530)]
minor fix

7 years agoAdditional for CRM-20488: remove useless preProcess() method.
Allen Shaw [Tue, 13 Jun 2017 15:54:00 +0000 (10:54 -0500)]
Additional for CRM-20488: remove useless preProcess() method.

7 years agoFix CRM-20488: remove restrictions on soft credit contact type.
Allen Shaw [Fri, 26 May 2017 00:51:07 +0000 (19:51 -0500)]
Fix CRM-20488: remove restrictions on soft credit contact type.