Andrew Hunt [Wed, 4 Apr 2018 15:17:26 +0000 (11:17 -0400)]
5.0.0 release notes: last-minute change merged
Andrew Hunt [Wed, 4 Apr 2018 10:15:56 +0000 (06:15 -0400)]
5.0.0 release notes (#11931)
* 5.0.0 release notes: raw from script
* 5.0.0 release notes: starting from the top
* 5.0.0 release notes: finished features next steps start with bugs
* 5.0.0 release notes: a few more bugs
* 5.0.0 release notes: cleaning up
* 5.0.0 release notes: fixed up features and bugs sections
* 5.0.0 release notes: updated contributors and boilerplate
* 5.0.0 release notes: late changes to RC
Eileen McNaughton [Wed, 4 Apr 2018 05:42:10 +0000 (17:42 +1200)]
Merge pull request #11932 from colemanw/8
Core/8 - Fix fatal error on Print/Merge Document for cases
Coleman Watts [Tue, 3 Apr 2018 14:52:08 +0000 (10:52 -0400)]
Core/8 - Fix fatal error on Print/Merge Document for cases
Conflicts:
CRM/Case/Form/Task.php
Eileen McNaughton [Wed, 4 Apr 2018 01:36:15 +0000 (13:36 +1200)]
Merge pull request #11928 from seamuslee001/case_pre_process_task
Re Add CRM_Case_Form_Task::PreProcessCommon()
Seamus Lee [Tue, 3 Apr 2018 21:44:07 +0000 (07:44 +1000)]
Re Add CRM_Case_Form_Task::PreProcessCommon()
Simplify down and use parent PreProcess function
Eileen McNaughton [Mon, 2 Apr 2018 19:28:39 +0000 (07:28 +1200)]
Merge pull request #11917 from eileenmcnaughton/cont_report
CRM-21831 & dev/report/issues/1 Fix regressions in contribution detail report relating to soft credits
Eileen McNaughton [Mon, 2 Apr 2018 19:27:50 +0000 (07:27 +1200)]
Merge pull request #11919 from eileenmcnaughton/top
Fix fatal on topDonor report
eileen [Mon, 2 Apr 2018 08:46:09 +0000 (20:46 +1200)]
Fix fatal on topDonor report
Eileen McNaughton [Sun, 1 Apr 2018 22:51:46 +0000 (10:51 +1200)]
Merge pull request #11914 from seamuslee001/CRM-21244-doc
CRM-21244 Update documetnation so it makes sense when setting is disabled
eileen [Sun, 1 Apr 2018 22:36:01 +0000 (10:36 +1200)]
Fix bugs in contribution detail report relating to soft credits
Eileen McNaughton [Sun, 1 Apr 2018 21:50:04 +0000 (09:50 +1200)]
Merge pull request #11906 from JMAConsulting/dev-42
(dev/mail/6) On multilingual mode, choosing mailing group doesn't affect recipient count and list
Monish Deb [Sun, 1 Apr 2018 11:57:37 +0000 (17:27 +0530)]
Merge pull request #11905 from seamuslee001/CRM-21244-consistancy
CRM-21244 Ensure consistancy with previous behavior where user emails …
Seamus Lee [Sat, 31 Mar 2018 22:08:58 +0000 (08:08 +1000)]
Merge pull request #11911 from JMAConsulting/dev-7
(dev/mail/7) On 'New Mailing' review page, it doesn't show recipients count
Seamus Lee [Sat, 31 Mar 2018 21:27:27 +0000 (07:27 +1000)]
Update documetnation so it makes sense when setting is disabled
Seamus Lee [Sat, 31 Mar 2018 00:23:57 +0000 (11:23 +1100)]
CRM-2144 Ensure consistancy with previous behavior where user emails are first then system from emails.
Add unit test to try to verify order of emails
Fix issue where email was not being used as array key causing wrong email to be used
deb.monish [Sat, 31 Mar 2018 11:58:02 +0000 (17:28 +0530)]
(dev/mail/7) On 'New Mailing' review page, it doesn't show recipients count
deb.monish [Sat, 31 Mar 2018 09:49:45 +0000 (15:19 +0530)]
(dev/mail/6) On multilingual mode, choosing mailing group doesn't affect recipient count and list
Monish Deb [Sat, 31 Mar 2018 07:25:06 +0000 (12:55 +0530)]
Merge pull request #11904 from totten/5.0-preview-regr
(dev/mail/5) "New Mailing" - Previews should not schedule real blasts
Tim Otten [Fri, 30 Mar 2018 22:02:42 +0000 (15:02 -0700)]
(dev/mail/5) "New Mailing" - Previews should not schedule real blasts
In `CRM_Mailing_BAO_Mailing::create` and `Mailing.create` API, there is a
(*ahem*) special behavior where setting the `scheduled_date` will
immediately trigger scheduling. One shouldn't submit `scheduled_date` for a
preview.
This was not symptomatic before #11142/v4.7.31 because all preview
operations were wrapped in a transaction and rolled back. But now previews
are allowed to have side-effects, so we need some other means to prevent.
This copies the workaround from `crmMailingMgr.save()` and applies
it to `crmMailingMgr.preview()` (etal).
Eileen McNaughton [Fri, 23 Mar 2018 01:13:44 +0000 (14:13 +1300)]
Merge pull request #11829 from eileenmcnaughton/rules
Fix regression on CiviRules search due to exception handling
colemanw [Fri, 23 Mar 2018 00:58:52 +0000 (20:58 -0400)]
Merge pull request #11828 from eileenmcnaughton/revert
Revert "CRM-8140: Not possible to select fields for export when using Custom Searches"
Eileen McNaughton [Thu, 22 Mar 2018 21:41:09 +0000 (10:41 +1300)]
Merge pull request #11861 from eileenmcnaughton/task
Fix bugs with hook params, functionality on contact searches
eileen [Thu, 22 Mar 2018 12:10:08 +0000 (01:10 +1300)]
Fix bug where search does not load if print is disabled.
This was picked up in QA on search task changes & I was able to replicate - this fixes
eileen [Thu, 22 Mar 2018 11:49:02 +0000 (00:49 +1300)]
Fix regression (intra-rc) where entity not passed to hook, and fix CRM-21841 as by-product.
The self::objectType is passing NULL - the object type on the parent.
Switching to static::objectType uses the child.
https://stackoverflow.com/questions/
1912902/what-exactly-are-late-static-bindings-in-php
Eileen McNaughton [Thu, 22 Mar 2018 07:22:54 +0000 (20:22 +1300)]
Merge pull request #11837 from agileware/CRM-21764-5.0
CRM-21764: Recurring Events without Price Set fail to save
Alok Patel [Tue, 20 Mar 2018 03:41:11 +0000 (13:41 +1000)]
CRM-21764: Recurring Events without Price Set fail to save.
Eileen McNaughton [Wed, 21 Mar 2018 10:26:25 +0000 (23:26 +1300)]
Merge pull request #11848 from jitendrapurohit/CRM-21848-test
CRM-21848 - Add unit test for on_hold mailing recipients
Jitendra Purohit [Wed, 21 Mar 2018 06:59:03 +0000 (12:29 +0530)]
CRM-21848 - Add unit test for on_hold mailing recipients
Eileen McNaughton [Wed, 21 Mar 2018 06:54:41 +0000 (19:54 +1300)]
Merge pull request #11846 from eileenmcnaughton/mail_hold
Fix issue where on_hold email addresses are not being filtered out of
Darrick Servis [Mon, 19 Mar 2018 23:14:18 +0000 (16:14 -0700)]
Fix issue where on_hold email addresses are not being filtered out of
recipient list for mailings.
colemanw [Mon, 19 Mar 2018 06:16:49 +0000 (02:16 -0400)]
Merge pull request #11827 from eileenmcnaughton/fix_wp
Fix page layout for wordpress (dev/core/issues/21)
eileen [Mon, 19 Mar 2018 04:28:00 +0000 (17:28 +1300)]
Fix regression on CiviRules search due to exception handling
eileen [Mon, 19 Mar 2018 03:18:18 +0000 (16:18 +1300)]
Revert "CRM-8140: Not possible to select fields for export when using Custom Searches"
This reverts commit
ce40afac219b38872fef1d8f052c38d85667db79.
eileen [Mon, 19 Mar 2018 01:27:31 +0000 (14:27 +1300)]
Fix page layout for wordpress
CiviCRM [Thu, 15 Mar 2018 23:06:29 +0000 (23:06 +0000)]
set-version.php - Fix for running on uninitialized codebase
The script assumes that `civicrm-version.php` is around. It will eventually be
committed, and it's available if you ran GenCode, but it's not *necessarily*
around yet.
CiviCRM [Thu, 15 Mar 2018 23:05:08 +0000 (23:05 +0000)]
Downgrade number from 5.0.0 to 5.0.beta1
We're about to branch for RC period. Since we've got the third digit again
(for use in each monthly cycle), let's take advantage of it!
Eileen McNaughton [Thu, 15 Mar 2018 11:20:17 +0000 (00:20 +1300)]
Merge pull request #11815 from eileenmcnaughton/notice
Activity Form - Fix recently introduced warning
Eileen McNaughton [Thu, 15 Mar 2018 07:48:20 +0000 (20:48 +1300)]
Merge pull request #11519 from eileenmcnaughton/hook
CRM-21659 - Add hook to CRM_Utils_System::redirect
Tim Otten [Thu, 15 Mar 2018 05:19:49 +0000 (22:19 -0700)]
CRM_Utils_Hook::alterRedirect - Pass URL by reference
PSR-7 specifies that the `UriInterface` is immutable. There are methods
like `withQuery(...)` which generate a *new instance*.
For the hook to support altering the URL, you must be able to replace the
`$url` with a newer instance.
eileen [Thu, 15 Mar 2018 04:21:44 +0000 (17:21 +1300)]
Warning fix
Eileen McNaughton [Thu, 15 Mar 2018 02:28:25 +0000 (15:28 +1300)]
Merge pull request #11813 from seanmadsen/add-survey-pre-post-hooks
Add pre and post hooks to the Survey entity
Eileen McNaughton [Wed, 14 Mar 2018 22:59:14 +0000 (11:59 +1300)]
Merge pull request #11811 from mukeshcompucorp/fix-template-structure-issues
Fix transaction template
Eileen McNaughton [Wed, 14 Mar 2018 22:32:14 +0000 (11:32 +1300)]
Merge pull request #11704 from totten/master-50
dev/release/1 - Change numbering to 5.x.x
Sean Madsen [Wed, 14 Mar 2018 21:31:47 +0000 (17:31 -0400)]
Add pre/post hooks to the Survey entity
Also improve docblock
Eileen McNaughton [Wed, 14 Mar 2018 21:04:35 +0000 (10:04 +1300)]
Merge pull request #11808 from mattwire/CRM-21391_find_respondents_fix
CRM-21391 Fix for "Find Respondents" Search
Matthew Wire [Wed, 14 Mar 2018 11:50:48 +0000 (11:50 +0000)]
CRM-21391 Fix 'Find Respondents' Search Tasks
Mukesh Ram [Wed, 14 Mar 2018 11:36:04 +0000 (17:06 +0530)]
Fix transaction templates
eileen [Wed, 14 Mar 2018 02:00:15 +0000 (15:00 +1300)]
CRM-21659 Add hook to CRM_Utils_System::redirect
fixup CRM-21659 Add hook to CRM_Utils_System::redirect
This renames the hook function to be stylistically more consistent. In
other tests, the function name matches the hook name.
Tim Otten [Wed, 21 Feb 2018 23:41:21 +0000 (15:41 -0800)]
Set version to 5.0.0
colemanw [Tue, 13 Mar 2018 13:06:12 +0000 (09:06 -0400)]
Merge pull request #11721 from eileenmcnaughton/website
Fix relationshipType, paymentProcessorType, Note & jobLog apis to support custom data
colemanw [Tue, 13 Mar 2018 13:02:06 +0000 (09:02 -0400)]
Merge pull request #11590 from michaelmcandrew/CRM-21576-sms-permission
CRM-21576 Add a 'send SMS' permission
colemanw [Tue, 13 Mar 2018 12:10:45 +0000 (08:10 -0400)]
Merge pull request #11796 from mukeshcompucorp/fix-template-structure-issues
Fix html template structure with classes, divs & tags
Michael McAndrew [Tue, 13 Mar 2018 09:18:36 +0000 (09:18 +0000)]
Adding Send SMS permission + test + upgrade message
Monish Deb [Tue, 13 Mar 2018 07:47:00 +0000 (13:17 +0530)]
Merge pull request #11801 from eileenmcnaughton/api_test
Add test for api money, fix net_amount calc
Eileen McNaughton [Tue, 13 Mar 2018 07:20:02 +0000 (20:20 +1300)]
Merge pull request #11802 from jitendrapurohit/CRM-21777-ts
CRM-21777 - add ts to the message string
Mukesh Ram [Tue, 13 Mar 2018 05:35:18 +0000 (11:05 +0530)]
Call labels from logic instead of static
Jitendra Purohit [Tue, 13 Mar 2018 05:13:43 +0000 (10:43 +0530)]
CRM-21777 - add ts to the message string
eileen [Tue, 13 Mar 2018 03:24:23 +0000 (16:24 +1300)]
Add test for api money, fix net_amount calc
Eileen McNaughton [Tue, 13 Mar 2018 01:04:10 +0000 (14:04 +1300)]
Merge pull request #11781 from colemanw/MenuHacks
Remove hacks from CRM_Core_Menu for old unsupported versions
Eileen McNaughton [Mon, 12 Mar 2018 23:36:11 +0000 (12:36 +1300)]
Merge pull request #11799 from eileenmcnaughton/enotice
E-notice fix.
eileen [Mon, 12 Mar 2018 08:02:29 +0000 (21:02 +1300)]
E-notice fix - move variable declaration to parent class.
I hit this when editing a contribution with line items related to membership.
colemanw [Mon, 12 Mar 2018 19:57:26 +0000 (15:57 -0400)]
Merge pull request #11800 from GinkgoFJG/patch-2
CRM-21667: Fix for timezone handoff from Drupal6 should take DST into account.
Mathieu Lu [Mon, 12 Mar 2018 18:51:29 +0000 (14:51 -0400)]
Merge pull request #11777 from twomice/CRM-20608_paypal_ipn_confuses_pro_vs_standard
CRM-20608: IPN thinks Paypal Pro is Standard.
Frank J. Gómez [Mon, 12 Mar 2018 17:04:36 +0000 (13:04 -0400)]
CRM-21667: Fix for timezone handoff from Drupal6 should take DST into account
Allen Shaw [Mon, 12 Mar 2018 16:11:45 +0000 (11:11 -0500)]
Fix for CRM-20608: throw exception in case of not-found processor or wrong processor type.
Eileen McNaughton [Mon, 12 Mar 2018 09:06:14 +0000 (22:06 +1300)]
Merge pull request #11795 from mattwire/form_disabled_currency
dev/financial/5 If a currency has been disabled allow the form to be submitted
Seamus Lee [Mon, 12 Mar 2018 04:06:26 +0000 (15:06 +1100)]
Merge pull request #11798 from eileenmcnaughton/test
Update test to NOT accept a failure in the api call.
Eileen McNaughton [Mon, 12 Mar 2018 04:00:36 +0000 (17:00 +1300)]
Merge pull request #11680 from jitendrapurohit/setting
CRM-21777 - Set readonly for the fields initialised in civicrm_settings.php
Eileen McNaughton [Mon, 12 Mar 2018 03:34:01 +0000 (16:34 +1300)]
Merge pull request #11761 from mattwire/CRM-21391_mailing_task
CRM-21391 Convert Mailing to use core Task class
Eileen McNaughton [Mon, 12 Mar 2018 03:22:30 +0000 (16:22 +1300)]
Merge pull request #11762 from mattwire/CRM-21391_member_task
CRM-21391 Convert Member to use core Task class
eileen [Mon, 12 Mar 2018 02:27:44 +0000 (15:27 +1300)]
Update test to NOT accept a failure in the api call.
I believe the failure handling exists because this was copied from a test that
uses a real payment gateway's sandbox account, hence intermittant failure.
However, we don't need that for the Dummy processor & it's making debugging hard
Eileen McNaughton [Sun, 11 Mar 2018 22:17:57 +0000 (11:17 +1300)]
Merge pull request #11780 from JMAConsulting/CRM-21756
CRM-21756: Freeze total amount field on Edit Contribution if related to Membership or Event registration
Eileen McNaughton [Sun, 11 Mar 2018 22:06:51 +0000 (11:06 +1300)]
Merge pull request #11763 from mattwire/CRM-21391_pledge_task
CRM-21391 Convert Pledge to use core Task class
Eileen McNaughton [Sun, 11 Mar 2018 21:39:29 +0000 (10:39 +1300)]
Merge pull request #11776 from vinuvarshith/CRM-21830-state-province-tokens-not-working-billing-address
CRM-21830: Add 'state_province_name' token and set appropriate value …
Eileen McNaughton [Sun, 11 Mar 2018 21:32:30 +0000 (10:32 +1300)]
Merge pull request #11600 from mattwire/CRM-21720_core_task_search_classes
CRM-21720 Cleanup search classes to use enumerators instead of hardcoded values
Matthew Wire [Sun, 11 Mar 2018 21:31:52 +0000 (21:31 +0000)]
Convert Contact to use core Task class (#11764)
Matthew Wire [Sun, 11 Mar 2018 21:23:52 +0000 (21:23 +0000)]
Add contributionStatusName to invoice params so you don't have to use hardcoded IDs in template (#11771)
Mukesh Ram [Sat, 10 Mar 2018 11:02:03 +0000 (16:32 +0530)]
Fix template structure
Tim Otten [Sat, 10 Mar 2018 01:30:45 +0000 (17:30 -0800)]
Merge pull request #11769 from JMAConsulting/CRM-21806
[REGRESSION] CRM-21806: Fix issues is search form when FULL_GROUP_BY_MODE enabled
colemanw [Fri, 9 Mar 2018 15:09:10 +0000 (10:09 -0500)]
Merge pull request #11790 from GinkgoFJG/dev/core#12-crmWizard-scrollup
dev/core#12: Added auto-scroll-up functionality between steps to crmUiWizard
colemanw [Fri, 9 Mar 2018 14:36:45 +0000 (09:36 -0500)]
Merge pull request #11792 from mukeshcompucorp/fix-template-structure-issues
Fix style glitches
Mathieu Lu [Fri, 9 Mar 2018 14:21:19 +0000 (09:21 -0500)]
Merge pull request #11793 from cor73x/CRM-21837
Refs CRM-21837 - Missing states for Gabon
Matthew Wire [Fri, 9 Mar 2018 11:39:51 +0000 (11:39 +0000)]
If a currency has been disabled allow the form to be submitted
Mukesh Ram [Fri, 9 Mar 2018 10:10:06 +0000 (15:40 +0530)]
Fix classes and tags
Lukasz Krutul [Fri, 9 Mar 2018 10:07:15 +0000 (11:07 +0100)]
Refs CRM-21837 - Missing states for Gabon
Mukesh Ram [Fri, 9 Mar 2018 07:21:39 +0000 (12:51 +0530)]
Make pledge labels proper
Mukesh Ram [Fri, 9 Mar 2018 06:10:11 +0000 (11:40 +0530)]
Add appropriate labels
Mukesh Ram [Fri, 9 Mar 2018 04:42:17 +0000 (10:12 +0530)]
Fix style glitches
Tim Otten [Fri, 9 Mar 2018 00:04:47 +0000 (16:04 -0800)]
Merge pull request #11791 from civicrm/4.7.31-rc
4.7.31 rc
Frank J. Gómez [Thu, 8 Mar 2018 20:39:36 +0000 (15:39 -0500)]
dev/core#12: Added auto-scroll-up functionality between steps to crmUiWizard.
colemanw [Thu, 8 Mar 2018 14:24:20 +0000 (09:24 -0500)]
Merge pull request #11788 from mukeshcompucorp/fix-template-structure-issues
Make template structure proper
Mukesh Ram [Thu, 8 Mar 2018 13:00:25 +0000 (18:30 +0530)]
Make template structure proper
Tim Otten [Wed, 7 Mar 2018 23:39:57 +0000 (15:39 -0800)]
Merge pull request #11741 from agh1/4.7.31-releasenotes
4.7.31 release notes
Andrew Hunt [Wed, 7 Mar 2018 20:22:41 +0000 (15:22 -0500)]
4.7.31 release notes: last-minute credit add
Andrew Hunt [Wed, 7 Mar 2018 19:56:58 +0000 (14:56 -0500)]
4.7.31 release notes: fixed one mis-categorized thing
Andrew Hunt [Wed, 7 Mar 2018 17:03:48 +0000 (12:03 -0500)]
4.7.31 release notes: alphabetized sections and filled synopsis
Also added late change
Andrew Hunt [Wed, 7 Mar 2018 16:59:56 +0000 (11:59 -0500)]
4.7.31 release notes: finished bugs
Andrew Hunt [Wed, 7 Mar 2018 02:59:34 +0000 (21:59 -0500)]
4.7.31 release notes: added code contributors since 4.7.14 to CONTRIBUTORS.txt
Andrew Hunt [Wed, 7 Mar 2018 01:44:23 +0000 (20:44 -0500)]
4.7.31 release notes: finished contributors