civicrm-core.git
6 years ago5.0.0 release notes (#11931)
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

6 years agoMerge pull request #11932 from colemanw/8
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

6 years agoCore/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

6 years agoMerge pull request #11928 from seamuslee001/case_pre_process_task
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()

6 years agoRe 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

6 years agoMerge pull request #11917 from eileenmcnaughton/cont_report
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

6 years agoMerge pull request #11919 from eileenmcnaughton/top
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

6 years agoFix fatal on topDonor report
eileen [Mon, 2 Apr 2018 08:46:09 +0000 (20:46 +1200)]
Fix fatal on topDonor report

6 years agoMerge pull request #11914 from seamuslee001/CRM-21244-doc
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

6 years agoFix bugs in contribution detail report relating to soft credits
eileen [Sun, 1 Apr 2018 22:36:01 +0000 (10:36 +1200)]
Fix bugs in contribution detail report relating to soft credits

6 years agoMerge pull request #11906 from JMAConsulting/dev-42
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

6 years agoMerge pull request #11905 from seamuslee001/CRM-21244-consistancy
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 …

6 years agoMerge pull request #11911 from JMAConsulting/dev-7
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

6 years agoUpdate documetnation so it makes sense when setting is disabled
Seamus Lee [Sat, 31 Mar 2018 21:27:27 +0000 (07:27 +1000)]
Update documetnation so it makes sense when setting is disabled

6 years agoCRM-2144 Ensure consistancy with previous behavior where user emails are first then...
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

6 years ago(dev/mail/7) On 'New Mailing' review page, it doesn't show recipients count
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

6 years ago(dev/mail/6) On multilingual mode, choosing mailing group doesn't affect recipient...
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

6 years agoMerge pull request #11904 from totten/5.0-preview-regr
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

6 years ago(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).

6 years agoMerge pull request #11829 from eileenmcnaughton/rules
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

6 years agoMerge pull request #11828 from eileenmcnaughton/revert
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"

6 years agoMerge pull request #11861 from eileenmcnaughton/task
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

6 years agoFix bug where search does not load if print is disabled.
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

6 years agoFix regression (intra-rc) where entity not passed to hook, and fix CRM-21841 as by...
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

6 years agoMerge pull request #11837 from agileware/CRM-21764-5.0
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

6 years agoCRM-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.

6 years agoMerge pull request #11848 from jitendrapurohit/CRM-21848-test
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

6 years agoCRM-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

6 years agoMerge pull request #11846 from eileenmcnaughton/mail_hold
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

6 years agoFix 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.

6 years agoMerge pull request #11827 from eileenmcnaughton/fix_wp
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)

6 years agoFix regression on CiviRules search due to exception handling
eileen [Mon, 19 Mar 2018 04:28:00 +0000 (17:28 +1300)]
Fix regression on CiviRules search due to exception handling

6 years agoRevert "CRM-8140: Not possible to select fields for export when using Custom Searches"
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.

6 years agoFix page layout for wordpress
eileen [Mon, 19 Mar 2018 01:27:31 +0000 (14:27 +1300)]
Fix page layout for wordpress

6 years agoset-version.php - Fix for running on uninitialized codebase
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.

6 years agoDowngrade number from 5.0.0 to 5.0.beta1
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!

6 years agoMerge pull request #11815 from eileenmcnaughton/notice
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

6 years agoMerge pull request #11519 from eileenmcnaughton/hook
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

6 years agoCRM_Utils_Hook::alterRedirect - Pass URL by reference
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.

6 years agoWarning fix
eileen [Thu, 15 Mar 2018 04:21:44 +0000 (17:21 +1300)]
Warning fix

6 years agoMerge pull request #11813 from seanmadsen/add-survey-pre-post-hooks
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

6 years agoMerge pull request #11811 from mukeshcompucorp/fix-template-structure-issues
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

6 years agoMerge pull request #11704 from totten/master-50
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

6 years agoAdd pre/post hooks to the Survey entity
Sean Madsen [Wed, 14 Mar 2018 21:31:47 +0000 (17:31 -0400)]
Add pre/post hooks to the Survey entity

Also improve docblock

6 years agoMerge pull request #11808 from mattwire/CRM-21391_find_respondents_fix
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

6 years agoCRM-21391 Fix 'Find Respondents' Search Tasks
Matthew Wire [Wed, 14 Mar 2018 11:50:48 +0000 (11:50 +0000)]
CRM-21391 Fix 'Find Respondents' Search Tasks

6 years agoFix transaction templates
Mukesh Ram [Wed, 14 Mar 2018 11:36:04 +0000 (17:06 +0530)]
Fix transaction templates

6 years agoCRM-21659 Add hook to CRM_Utils_System::redirect
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.

6 years agoSet version to 5.0.0
Tim Otten [Wed, 21 Feb 2018 23:41:21 +0000 (15:41 -0800)]
Set version to 5.0.0

6 years agoMerge pull request #11721 from eileenmcnaughton/website
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

6 years agoMerge pull request #11590 from michaelmcandrew/CRM-21576-sms-permission
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

6 years agoMerge pull request #11796 from mukeshcompucorp/fix-template-structure-issues
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

6 years agoAdding Send SMS permission + test + upgrade message
Michael McAndrew [Tue, 13 Mar 2018 09:18:36 +0000 (09:18 +0000)]
Adding Send SMS permission + test + upgrade message

6 years agoMerge pull request #11801 from eileenmcnaughton/api_test
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

6 years agoMerge pull request #11802 from jitendrapurohit/CRM-21777-ts
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

6 years agoCall labels from logic instead of static
Mukesh Ram [Tue, 13 Mar 2018 05:35:18 +0000 (11:05 +0530)]
Call labels from logic instead of static

6 years agoCRM-21777 - add ts to the message string
Jitendra Purohit [Tue, 13 Mar 2018 05:13:43 +0000 (10:43 +0530)]
CRM-21777 - add ts to the message string

6 years agoAdd test for api money, fix net_amount calc
eileen [Tue, 13 Mar 2018 03:24:23 +0000 (16:24 +1300)]
Add test for api money, fix net_amount calc

6 years agoMerge pull request #11781 from colemanw/MenuHacks
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

6 years agoMerge pull request #11799 from eileenmcnaughton/enotice
Eileen McNaughton [Mon, 12 Mar 2018 23:36:11 +0000 (12:36 +1300)]
Merge pull request #11799 from eileenmcnaughton/enotice

E-notice fix.

6 years agoE-notice fix - move variable declaration to parent class.
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.

6 years agoMerge pull request #11800 from GinkgoFJG/patch-2
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.

6 years agoMerge pull request #11777 from twomice/CRM-20608_paypal_ipn_confuses_pro_vs_standard
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.

6 years agoCRM-21667: Fix for timezone handoff from Drupal6 should take DST into account
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

6 years agoFix for CRM-20608: throw exception in case of not-found processor or wrong processor...
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.

6 years agoMerge pull request #11795 from mattwire/form_disabled_currency
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

6 years agoMerge pull request #11798 from eileenmcnaughton/test
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.

6 years agoMerge pull request #11680 from jitendrapurohit/setting
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

6 years agoMerge pull request #11761 from mattwire/CRM-21391_mailing_task
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

6 years agoMerge pull request #11762 from mattwire/CRM-21391_member_task
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

6 years agoUpdate test to NOT accept a failure in the api call.
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

6 years agoMerge pull request #11780 from JMAConsulting/CRM-21756
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

6 years agoMerge pull request #11763 from mattwire/CRM-21391_pledge_task
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

6 years agoMerge pull request #11776 from vinuvarshith/CRM-21830-state-province-tokens-not-worki...
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 …

6 years agoMerge pull request #11600 from mattwire/CRM-21720_core_task_search_classes
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

6 years agoConvert Contact to use core Task class (#11764)
Matthew Wire [Sun, 11 Mar 2018 21:31:52 +0000 (21:31 +0000)]
Convert Contact to use core Task class (#11764)

6 years agoAdd contributionStatusName to invoice params so you don't have to use hardcoded IDs...
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)

6 years agoFix template structure
Mukesh Ram [Sat, 10 Mar 2018 11:02:03 +0000 (16:32 +0530)]
Fix template structure

6 years agoMerge pull request #11769 from JMAConsulting/CRM-21806
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

6 years agoMerge pull request #11790 from GinkgoFJG/dev/core#12-crmWizard-scrollup
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

6 years agoMerge pull request #11792 from mukeshcompucorp/fix-template-structure-issues
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

6 years agoMerge pull request #11793 from cor73x/CRM-21837
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

6 years agoIf a currency has been disabled allow the form to be submitted
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

6 years agoFix classes and tags
Mukesh Ram [Fri, 9 Mar 2018 10:10:06 +0000 (15:40 +0530)]
Fix classes and tags

6 years agoRefs CRM-21837 - Missing states for Gabon
Lukasz Krutul [Fri, 9 Mar 2018 10:07:15 +0000 (11:07 +0100)]
Refs CRM-21837 - Missing states for Gabon

6 years agoMake pledge labels proper
Mukesh Ram [Fri, 9 Mar 2018 07:21:39 +0000 (12:51 +0530)]
Make pledge labels proper

6 years agoAdd appropriate labels
Mukesh Ram [Fri, 9 Mar 2018 06:10:11 +0000 (11:40 +0530)]
Add appropriate labels

6 years agoFix style glitches
Mukesh Ram [Fri, 9 Mar 2018 04:42:17 +0000 (10:12 +0530)]
Fix style glitches

6 years agoMerge pull request #11791 from civicrm/4.7.31-rc
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

6 years agodev/core#12: Added auto-scroll-up functionality between steps to crmUiWizard.
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.

6 years agoMerge pull request #11788 from mukeshcompucorp/fix-template-structure-issues
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

6 years agoMake template structure proper
Mukesh Ram [Thu, 8 Mar 2018 13:00:25 +0000 (18:30 +0530)]
Make template structure proper

6 years agoMerge pull request #11741 from agh1/4.7.31-releasenotes
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

6 years ago4.7.31 release notes: last-minute credit add
Andrew Hunt [Wed, 7 Mar 2018 20:22:41 +0000 (15:22 -0500)]
4.7.31 release notes: last-minute credit add

6 years ago4.7.31 release notes: fixed one mis-categorized thing
Andrew Hunt [Wed, 7 Mar 2018 19:56:58 +0000 (14:56 -0500)]
4.7.31 release notes: fixed one mis-categorized thing

6 years ago4.7.31 release notes: alphabetized sections and filled synopsis
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

6 years ago4.7.31 release notes: finished bugs
Andrew Hunt [Wed, 7 Mar 2018 16:59:56 +0000 (11:59 -0500)]
4.7.31 release notes: finished bugs

6 years ago4.7.31 release notes: added code contributors since 4.7.14 to CONTRIBUTORS.txt
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

6 years ago4.7.31 release notes: finished contributors
Andrew Hunt [Wed, 7 Mar 2018 01:44:23 +0000 (20:44 -0500)]
4.7.31 release notes: finished contributors

6 years ago4.7.31 release notes: done with features
Andrew Hunt [Wed, 7 Mar 2018 00:26:51 +0000 (19:26 -0500)]
4.7.31 release notes: done with features