Tim Otten [Wed, 17 Aug 2016 21:19:28 +0000 (14:19 -0700)]
Merge pull request #8897 from seamuslee001/CRM-19223-46
CRM-19223 - Tighter permissions for migration scripts
Tim Otten [Wed, 17 Aug 2016 02:04:42 +0000 (19:04 -0700)]
CRM-19223 - bin/encryptDB.php - Completely disable by default
Arguably, it's sufficient to check for administrative privileges... since
an administrator can do this kind of damage anyway... but this use-case is
so broad, dangerous, and uncommon that it really shouldn't be available
unless you take extraordinary measures.
It's tempting to remove the file entirely, but some upgrade workflows don't
properly handle deleted files, and some users may still want access to this
code so that they can run it themselves.
Tim Otten [Wed, 17 Aug 2016 01:57:07 +0000 (18:57 -0700)]
migrate/(export,import)JSON.php - Syntax cleanup
Tim Otten [Thu, 11 Aug 2016 23:53:54 +0000 (16:53 -0700)]
CRM-19223 - migrate/move.php - Require "administer CiviCRM"
Tim Otten [Thu, 11 Aug 2016 23:51:55 +0000 (16:51 -0700)]
CRM-19223 - migrate/(export|import)JSON.php - Require "administer CiviCRM"
Tim Otten [Thu, 11 Aug 2016 23:51:23 +0000 (16:51 -0700)]
CRM-19223 - migrate/(export|import).php - Require "administer CiviCRM"
Tim Otten [Thu, 11 Aug 2016 23:51:03 +0000 (16:51 -0700)]
CRM-19223 - bin/encryptDB.php - Require permission "administer CiviCRM"
Eileen McNaughton [Wed, 17 Aug 2016 01:41:29 +0000 (13:41 +1200)]
Merge pull request #8894 from seamuslee001/CRM-19229-46
CRM-19229 empty the bower_components folder if it already exists when…
Seamus Lee [Mon, 15 Aug 2016 02:00:55 +0000 (12:00 +1000)]
CRM-19229 empty the bower_components folder if it already exists when running distmaker
Eileen McNaughton [Tue, 16 Aug 2016 08:47:40 +0000 (20:47 +1200)]
Merge pull request #8786 from agh1/soap-wp-4.6
SOAP Authentication Fails on WP (4.6)
Eileen McNaughton [Tue, 16 Aug 2016 03:38:45 +0000 (15:38 +1200)]
Merge pull request #8872 from seamuslee001/CRM-19092
CRM-19092 fix issue where can be '' rather than 0 so cid is not set …
Eileen McNaughton [Fri, 12 Aug 2016 01:52:00 +0000 (13:52 +1200)]
Merge pull request #8865 from seamuslee001/CRM-16900-46
CRM-16900
Eileen McNaughton [Fri, 12 Aug 2016 01:51:45 +0000 (13:51 +1200)]
Merge pull request #8867 from seamuslee001/CRM-19217-46
CRM-19217 Ensure that is_active is set to 1 by default when creating …
Seamus Lee [Thu, 11 Aug 2016 10:29:58 +0000 (10:29 +0000)]
CRM-19092 move switch to fix for CRM-17844
Seamus Lee [Thu, 11 Aug 2016 10:16:15 +0000 (10:16 +0000)]
CRM-19092 fix issue where can be '' rather than 0 so cid is not set properly
Seamus Lee [Thu, 11 Aug 2016 04:58:57 +0000 (14:58 +1000)]
remove version param as unneded as callAPISucess doesn't need it
Seamus Lee [Thu, 11 Aug 2016 04:50:32 +0000 (14:50 +1000)]
CRM-19217 Ensure that is_active is set to 1 by default when creating dashboards via api
Chris Burgess [Thu, 17 Mar 2016 07:37:58 +0000 (20:37 +1300)]
CRM-16900. Set secure flag to restrict cookies to SSL where appropriate.
Eileen McNaughton [Thu, 11 Aug 2016 00:25:43 +0000 (12:25 +1200)]
Merge pull request #8862 from seamuslee001/CRM-19209-46
CRM-19209 fix regression found when parents param is empty CRM-18591
Seamus Lee [Wed, 10 Aug 2016 20:35:35 +0000 (06:35 +1000)]
CRM-19209 fix regression found when parents param is empty and CRM-18591 fix issue where group_type param in api was strange fixed in master
Eileen McNaughton [Mon, 8 Aug 2016 20:03:21 +0000 (08:03 +1200)]
Merge pull request #8696 from seamuslee001/CRM-19068-46
CRM-19068 Fix SQLI in parents in group.create api call
Seamus Lee [Mon, 8 Aug 2016 06:55:36 +0000 (16:55 +1000)]
remove redundant second check given that we are now throwing errors
Seamus Lee [Thu, 14 Jul 2016 00:54:57 +0000 (10:54 +1000)]
Fix up Failing test due to empty parents array. Parents is assumed to be empty unless specified
Seamus Lee [Wed, 13 Jul 2016 07:18:14 +0000 (17:18 +1000)]
Switch to throwing errrors rather than soft validation
Seamus Lee [Wed, 13 Jul 2016 04:42:48 +0000 (04:42 +0000)]
Add in Test to sort sqli
Seamus Lee [Wed, 13 Jul 2016 04:28:58 +0000 (04:28 +0000)]
CRM-19068 Fix SQLI in parents in group.create api call
Eileen McNaughton [Mon, 8 Aug 2016 05:01:14 +0000 (17:01 +1200)]
Merge pull request #8824 from seamuslee001/syntax-46
CRM-18563 Check for API exception when testing create without params.
Eileen McNaughton [Sat, 6 Aug 2016 07:51:18 +0000 (19:51 +1200)]
Merge pull request #8817 from seamuslee001/46-core-no-pear
(NFC) CRM_Core_CodeGen_Util_Template - Remove PEAR formatting filter (port of Tim's pr to 4.6)
Seamus Lee [Wed, 3 Aug 2016 09:31:38 +0000 (19:31 +1000)]
Fix LocBlock Test
Seamus Lee [Wed, 3 Aug 2016 08:59:27 +0000 (18:59 +1000)]
Fix mailing test and allow for name or label to be used in navigation as that seems to be allowable
eileen [Wed, 27 Jul 2016 21:45:20 +0000 (09:45 +1200)]
CRM-18563 Some fixes for the fails in new test.
eileen [Wed, 27 Jul 2016 20:54:05 +0000 (08:54 +1200)]
Typo fix
Mattias Michaux [Mon, 16 May 2016 20:01:48 +0000 (22:01 +0200)]
Check for API exception when testing create without params.
Monish Deb [Thu, 4 Aug 2016 17:40:58 +0000 (23:10 +0530)]
Merge pull request #8819 from seamuslee001/CRM-19177-46
CRM-19177 Add in privacy flags to the output of print contact records
Seamus Lee [Thu, 4 Aug 2016 05:32:08 +0000 (15:32 +1000)]
CRM-19177 Add in privacy flags to the output of print contact records
Eileen McNaughton [Thu, 4 Aug 2016 01:01:00 +0000 (13:01 +1200)]
Merge pull request #8816 from seamuslee001/CRM-18683
CRM-18683 & CRM-18692 & CRM-18695
Tim Otten [Thu, 21 Jul 2016 18:51:27 +0000 (11:51 -0700)]
(NFC) CRM_Core_CodeGen_Util_Template - Remove PEAR formatting filter
This filter has several issues:
* Fundamentally, we don't use PEAR style guide - we're closer to Drupal style guide.
* Its only practical effect is to move squiggly braces... to the wrong place.
* It tangentially pulls in PEAR dependencies.
* It adds a ~4 seconds to GenCode (as measured on my laptop).
eileenmcnaugton [Sun, 29 May 2016 22:19:05 +0000 (10:19 +1200)]
CRM-18692 issue warning about empty smart group cache rather than crash the server
eileenmcnaugton [Sun, 29 May 2016 22:15:44 +0000 (10:15 +1200)]
CRM-18683 don't use non transaction-safe function to clear smart group cache.
Note that there is a function elsewhere that allows the code to use truncate where there is no transaction.
I have left that possibility for future consideration as there is some debate over whether truncate is faster on all sites
CiviCRM [Wed, 3 Aug 2016 09:45:33 +0000 (02:45 -0700)]
Update version to 4.6.21
Eileen McNaughton [Tue, 2 Aug 2016 07:13:05 +0000 (19:13 +1200)]
Merge pull request #8758 from seamuslee001/CRM-19129-46
CRM-19129 Allow Users to Select the From Address used for when sendin…
Seamus Lee [Mon, 1 Aug 2016 12:21:17 +0000 (22:21 +1000)]
remove duplicate code
Seamus Lee [Mon, 1 Aug 2016 12:09:59 +0000 (22:09 +1000)]
Reset contactIds variable as gets set incorrectly in preProcessFromAddress
Seamus Lee [Mon, 1 Aug 2016 11:30:30 +0000 (21:30 +1000)]
Fix up cleaning out array of from emails and avoid execption as found by Jitendra
Seamus Lee [Sat, 30 Jul 2016 00:13:52 +0000 (10:13 +1000)]
CRM-19129 Fix issue where no contact emails are found and split out generating of domain emails into own function so can be tested
Seamus Lee [Fri, 29 Jul 2016 21:14:12 +0000 (07:14 +1000)]
Remove duplicated code and add a note about what this is all about
Seamus Lee [Tue, 26 Jul 2016 04:28:27 +0000 (14:28 +1000)]
CRM-19129 Allow Users to Select the From Address used for when sending Email Receipts
Eileen McNaughton [Mon, 1 Aug 2016 20:16:57 +0000 (08:16 +1200)]
Merge pull request #8351 from coldrunKacper/civicrm-4-6-skip-components-in-disabled-extensions
CiviCRM 4.6 - 'Components inside disabled Extensions' issue fix.
Monish Deb [Mon, 1 Aug 2016 12:55:38 +0000 (18:25 +0530)]
Merge pull request #8791 from eileenmcnaughton/46pledge
CRM-19110: Fix delete pledge payments
Monish Deb [Mon, 1 Aug 2016 10:26:33 +0000 (15:56 +0530)]
Merge pull request #8734 from PalanteJon/CRM-19111-4.6
CRM-19111 - Email-to-Activity - 4.6 fix for blank body mail
coldrunKacper [Mon, 1 Aug 2016 09:03:18 +0000 (11:03 +0200)]
Fixing code style issue.
eileenmcnaugton [Mon, 1 Aug 2016 03:22:22 +0000 (15:22 +1200)]
Synchronise jobTest more with master
eileenmcnaugton [Mon, 1 Aug 2016 03:17:53 +0000 (15:17 +1200)]
Fix pledgeCreate function to be compatible with master
jitendrapurohit [Fri, 22 Jul 2016 07:03:02 +0000 (12:33 +0530)]
CRM-19110: Fix delete pledge payments
Jon goldberg [Fri, 29 Jul 2016 21:43:45 +0000 (17:43 -0400)]
Fix e-notice on CRM-19111
Andrew Hunt [Fri, 29 Jul 2016 19:04:06 +0000 (15:04 -0400)]
CRM-19154 SOAP auth for WP - reprise of CRM-13007
----------------------------------------
* CRM-19154: SOAP Authentication Fails on WP
https://issues.civicrm.org/jira/browse/CRM-19154
* CRM-13007: SOAP authentication fails on WP with CCRM 4.3+
https://issues.civicrm.org/jira/browse/CRM-13007
Eileen McNaughton [Mon, 25 Jul 2016 03:00:23 +0000 (15:00 +1200)]
Merge pull request #8741 from seamuslee001/CRM-18568-46
CRM-18568 Port fix from Eileen to 4.6
Eileen McNaughton [Mon, 25 Jul 2016 03:00:05 +0000 (15:00 +1200)]
Merge pull request #8747 from seamuslee001/CRM-19118-46
CRM-19118 Fix Syntax Conformance Test by setting values for Test Data
Seamus Lee [Fri, 22 Jul 2016 22:36:17 +0000 (08:36 +1000)]
Fix Syntax Conformance Test by setting values for Test Data
Seamus Lee [Fri, 22 Jul 2016 08:26:55 +0000 (18:26 +1000)]
CRM-18568 Port fix from Eileen to 4.6
Eileen McNaughton [Thu, 21 Jul 2016 03:27:36 +0000 (15:27 +1200)]
Merge pull request #8721 from seamuslee001/CRM-19098-46
CRM-19098 Add in Group Settings to add new group on import
Jon goldberg [Wed, 20 Jul 2016 18:06:40 +0000 (14:06 -0400)]
CRM-19111 - Email-to-Activity - 4.6 fix for blank body mail
Seamus Lee [Mon, 18 Jul 2016 09:30:44 +0000 (09:30 +0000)]
Add in checking on if groupType is set
Seamus Lee [Mon, 18 Jul 2016 09:29:42 +0000 (09:29 +0000)]
Update template
Seamus Lee [Mon, 18 Jul 2016 09:27:05 +0000 (09:27 +0000)]
CRM-19098 Add in Group Settings to add new group on import
Eileen McNaughton [Sun, 17 Jul 2016 21:34:16 +0000 (09:34 +1200)]
Merge pull request #8713 from seamuslee001/sl_test_fixes_46
NFC Fix errors in Tests in 4.6
Seamus Lee [Sat, 16 Jul 2016 23:39:29 +0000 (09:39 +1000)]
Fix error in Membership Test
Seamus Lee [Sat, 16 Jul 2016 23:38:40 +0000 (09:38 +1000)]
Fix error in activity.get api
Eileen McNaughton [Fri, 15 Jul 2016 03:38:34 +0000 (15:38 +1200)]
Merge pull request #8710 from seamuslee001/sl_remove_test
NFC Remove failing test on 4.6 which isn't present in master
Seamus Lee [Fri, 15 Jul 2016 03:31:47 +0000 (03:31 +0000)]
Remove failing test on 4.6 which isn't present in master
Eileen McNaughton [Thu, 14 Jul 2016 01:55:13 +0000 (13:55 +1200)]
Merge pull request #8699 from mfb/backport/CRM-19070
CRM-19070 - CiviMail - Schedule job after recipients have been populated
mark burdett [Wed, 13 Jul 2016 04:09:07 +0000 (21:09 -0700)]
CRM-19070 - CiviMail - Schedule job after recipients have been populated
Eileen McNaughton [Tue, 12 Jul 2016 00:19:27 +0000 (12:19 +1200)]
Merge pull request #8407 from seamuslee001/CRM-18448-46
CRM-18448 Port fixes from FuzionRepo around allowing for editing of f…
Eileen McNaughton [Mon, 11 Jul 2016 10:19:42 +0000 (22:19 +1200)]
Merge pull request #8622 from konadave/CRM-19007
CRM-19007 Optionally disable USPS address validation during contact import.
Eileen McNaughton [Mon, 11 Jul 2016 10:19:01 +0000 (22:19 +1200)]
Merge pull request #8684 from seamuslee001/CRM-19038-46
CRM-19038 NFC backport safe Remove FK code to 4.6
Seamus Lee [Fri, 1 Jul 2016 02:44:56 +0000 (12:44 +1000)]
Fix up Tests and add in return statements
Seamus Lee [Fri, 1 Jul 2016 02:30:46 +0000 (12:30 +1000)]
CRM-19038 backport safe Remove FK code to 4.6
Eileen McNaughton [Fri, 8 Jul 2016 22:19:30 +0000 (10:19 +1200)]
Merge pull request #8682 from seamuslee001/CRM-19055-46
CRM-19055 remove error alert email function from eway
Seamus Lee [Fri, 8 Jul 2016 09:40:41 +0000 (09:40 +0000)]
CRM-19055 remove error alert email function from eway
Eileen McNaughton [Fri, 8 Jul 2016 07:21:50 +0000 (19:21 +1200)]
Merge pull request #8600 from eileenmcnaughton/search_fixes
CRM-18435 handling for membership type etc fields
CiviCRM [Wed, 6 Jul 2016 05:44:44 +0000 (22:44 -0700)]
Update version to 4.6.20
Eileen McNaughton [Sat, 2 Jul 2016 04:00:01 +0000 (16:00 +1200)]
Merge pull request #8542 from JMAConsulting/CRM-18804
--CRM-18804, fixed code to reset from email address
Eileen McNaughton [Fri, 1 Jul 2016 21:54:19 +0000 (09:54 +1200)]
Merge pull request #8618 from cividesk/CRM-18997-4.6
CRM-18997 DB error, incorrect truncating multibyte string
sunil [Thu, 30 Jun 2016 12:34:34 +0000 (18:04 +0530)]
upper case boolean flag
sunil [Thu, 30 Jun 2016 11:45:50 +0000 (17:15 +0530)]
added testcase to verify utf-8 string
Eileen McNaughton [Wed, 29 Jun 2016 03:22:53 +0000 (15:22 +1200)]
Merge pull request #8637 from eileenmcnaughton/CRM-19005
CRM-16642 - Compute timestamps using 24-hour clock
Eileen McNaughton [Wed, 29 Jun 2016 03:18:54 +0000 (15:18 +1200)]
Merge pull request #8610 from cividesk/CRM-18987-4.6
CRM-1897: full fix
Tim Otten [Fri, 20 May 2016 00:48:28 +0000 (17:48 -0700)]
CRM-16642 - Compute timestamps using 24-hour clock
`Ymdhis` is silly here. Use `YmdHis`. This was causing test results to
vary based on they were run.
Eileen McNaughton [Tue, 28 Jun 2016 23:14:44 +0000 (11:14 +1200)]
Merge pull request #8099 from cividesk/CRM-18362-4.6
CRM-18362 get current local for navigation menu
David Reedy Jr [Sat, 25 Jun 2016 00:40:02 +0000 (19:40 -0500)]
Fix Jenkins warning message
David Reedy Jr [Fri, 24 Jun 2016 23:54:13 +0000 (18:54 -0500)]
CRM-19007 Optionally disable USPS address...
...validation during contact import.
sunil [Thu, 23 Jun 2016 09:41:04 +0000 (15:11 +0530)]
CRM-18997 DB error, incorrect truncating multibyte string
Eileen McNaughton [Wed, 22 Jun 2016 07:55:34 +0000 (19:55 +1200)]
Merge pull request #8608 from eileenmcnaughton/missing_fn
Port missing function in 4.6. Also some minor code style syncs.
Nicolas Ganivet [Wed, 22 Jun 2016 03:51:21 +0000 (21:51 -0600)]
Convert tab to space
Nicolas Ganivet [Wed, 22 Jun 2016 03:41:03 +0000 (21:41 -0600)]
Cleaner with variable initialized.
Nicolas Ganivet [Tue, 21 Jun 2016 15:50:44 +0000 (09:50 -0600)]
Fix issue with email sent message displayed when checkbox has not been clicked in back-end membership edit screen.
eileen [Tue, 21 Jun 2016 22:40:07 +0000 (10:40 +1200)]
Port missing function in 4.6. Also some minor code style syncs.
Eileen McNaughton [Tue, 21 Jun 2016 21:55:44 +0000 (09:55 +1200)]
Merge pull request #8535 from nishant-bhorodia/CRM-18688-cancel-ipn-cancels-membership
CRM-18688: Cancel IPN cancels entire membership
root [Tue, 21 Jun 2016 14:50:35 +0000 (20:20 +0530)]
CRM-18688: whitelist Pending status
Eileen [Mon, 20 Jun 2016 06:16:21 +0000 (06:16 +0000)]
CRM-18435 handling for membership type etc fields
Conflicts:
CRM/Contact/BAO/SavedSearch.php
CRM/Member/Form/Search.php