jitendrapurohit [Wed, 10 Aug 2016 13:19:24 +0000 (18:49 +0530)]
CRM-19209 - Fix create group without selecting parent
Monish Deb [Wed, 10 Aug 2016 11:49:33 +0000 (17:19 +0530)]
Merge pull request #8856 from jitendrapurohit/CRM-19205
CRM-19205 - Fix delete report task
jitendrapurohit [Wed, 10 Aug 2016 11:12:39 +0000 (16:42 +0530)]
CRM-19205 - Fix delete report task
Yashodha Chaku [Wed, 10 Aug 2016 11:05:01 +0000 (16:35 +0530)]
Merge pull request #8846 from yashodha/CRM-18972
CRM-18972: List of strings that cannot be localized cause the absence…
Monish Deb [Wed, 10 Aug 2016 10:44:24 +0000 (16:14 +0530)]
Merge pull request #8855 from yashodha/CRM-18472.fix
CRM-18472: Notice fixes
Monish Deb [Wed, 10 Aug 2016 10:23:35 +0000 (15:53 +0530)]
Merge pull request #8853 from monishdeb/CRM-19204
CRM-19204: Contact-to-contact email attachments not working
yashodha [Wed, 10 Aug 2016 10:11:16 +0000 (15:41 +0530)]
clean up
yashodha [Wed, 10 Aug 2016 09:47:44 +0000 (15:17 +0530)]
CRM-18472: Notice fixes
----------------------------------------
* CRM-18472: Notice fixes
https://issues.civicrm.org/jira/browse/CRM-18472
Monish Deb [Wed, 10 Aug 2016 09:27:55 +0000 (14:57 +0530)]
Merge pull request #8841 from liedekef/patch-1
CRM-19194: printing labels for members with missing address
deb.monish [Wed, 10 Aug 2016 09:12:24 +0000 (14:42 +0530)]
CRM-19204: Contact-to-contact email attachments not working
yashodha [Wed, 10 Aug 2016 09:11:50 +0000 (14:41 +0530)]
CRM-18972: more fixes
----------------------------------------
* CRM-18972: List of strings that cannot be localized cause the absence of ts() function
https://issues.civicrm.org/jira/browse/CRM-18972
Franky Van Liedekerke [Wed, 10 Aug 2016 08:01:53 +0000 (10:01 +0200)]
Correct styling
Yashodha Chaku [Wed, 10 Aug 2016 06:19:41 +0000 (11:49 +0530)]
Merge pull request #8845 from monishdeb/CRM-19189
CRM-19189: Soft Credit and Soft Credit Type Fields Switched in Contribution Bulk Entry Form
Monish Deb [Wed, 10 Aug 2016 05:41:08 +0000 (11:11 +0530)]
Merge pull request #8849 from jitendrapurohit/CRM-19171additional
CRM-19171 - handle checkbox and radio when validation fails
Monish Deb [Wed, 10 Aug 2016 05:32:01 +0000 (11:02 +0530)]
Merge pull request #8838 from tschuettler/patch-1
CRM-19193: Report header and footer not included for print- and pdf-output
colemanw [Wed, 10 Aug 2016 00:14:32 +0000 (20:14 -0400)]
Merge pull request #8647 from PalanteJon/CRM-19037
CRM-19037 - API - use CRM_Core_Config instead of config_backend to fi…
jitendrapurohit [Tue, 9 Aug 2016 13:00:48 +0000 (18:30 +0530)]
CRM-19171 - handle checkbox and radio when validation fails
yashodha [Tue, 9 Aug 2016 11:09:10 +0000 (16:39 +0530)]
CRM-18972: more translation fixes
----------------------------------------
* CRM-18972: List of strings that cannot be localized cause the absence of ts() function
https://issues.civicrm.org/jira/browse/CRM-18972
deb.monish [Tue, 9 Aug 2016 10:24:26 +0000 (15:54 +0530)]
CRM-19189: Soft Credit and Soft Credit Type Fields Switched in Contribution Bulk Entry Form
Kurund Jalmi [Tue, 9 Aug 2016 09:17:14 +0000 (14:47 +0530)]
Merge remote-tracking branch 'upstream/4.7.10-rc' into 4.7.10-rc-master-2016-08-09-14-44-17
yashodha [Tue, 9 Aug 2016 08:44:09 +0000 (14:14 +0530)]
CRM-18972: List of strings that cannot be localized cause the absence of ts() function
----------------------------------------
* CRM-18972: List of strings that cannot be localized cause the absence of ts() function
https://issues.civicrm.org/jira/browse/CRM-18972
Monish Deb [Tue, 9 Aug 2016 08:43:13 +0000 (14:13 +0530)]
Merge pull request #8839 from monishdeb/CRM-19190
CRM-19190: Notices on using barchart
jitendrapurohit [Tue, 9 Aug 2016 07:24:41 +0000 (12:54 +0530)]
more changes for additional intervals and mailing summary report
Monish Deb [Tue, 9 Aug 2016 06:33:11 +0000 (12:03 +0530)]
Merge pull request #8836 from jitendrapurohit/CRM-19184
CRM-19184 - Activities target contact list does not truncate
Eileen McNaughton [Tue, 9 Aug 2016 05:34:37 +0000 (17:34 +1200)]
Merge pull request #8842 from joseltorres/crm-19150-2
CRM-19150 Changed API create_error to throw new exception per https://github.com/civicrm/civicrm-core/pull/8825
deb.monish [Mon, 8 Aug 2016 15:07:12 +0000 (20:37 +0530)]
CRM-19190: Notices on using barchart
Eileen McNaughton [Mon, 8 Aug 2016 23:51:11 +0000 (11:51 +1200)]
Merge pull request #8840 from ejegg/CRM-17655
Don't clobber contributionRecur currency on edit
Jose Torres [Mon, 8 Aug 2016 22:42:40 +0000 (15:42 -0700)]
Corrected throw new exception
Franky Van Liedekerke [Mon, 8 Aug 2016 22:03:18 +0000 (00:03 +0200)]
printing labels for members with missing address
If trying to print address labels for a group of members (via the Search menu), if there's 1 member without address no PDF is generated.
The $rows variable only contains entries for members that actually have an address, so we need to check that.
Jose Torres [Mon, 8 Aug 2016 21:21:16 +0000 (14:21 -0700)]
Changed API create_error to throw new exception per https://github.com/civicrm/civicrm-core/pull/8825"
Elliott Eggleston [Mon, 8 Aug 2016 18:45:24 +0000 (14:45 -0400)]
Test for contribution recur edit clobbering currency
Elliott Eggleston [Mon, 8 Aug 2016 18:27:48 +0000 (14:27 -0400)]
Check the right next_sched dates for update
Need to look at $existing, not $params.
Elliott Eggleston [Mon, 8 Aug 2016 18:20:48 +0000 (14:20 -0400)]
Don't clobber contributionRecur currency on edit
When editing an existing contribution_recur without specifying a
currency, do not change the record to the default currency.
tschuettler [Mon, 8 Aug 2016 12:00:46 +0000 (14:00 +0200)]
CRM-19193: Report header and footer not included for print- and pdf-output
Restored assignment from 4.5.4 to fix issue locally.
tschuettler [Mon, 8 Aug 2016 11:43:31 +0000 (13:43 +0200)]
Update Form.php
Duplicate assginment
jitendrapurohit [Mon, 8 Aug 2016 10:21:24 +0000 (15:51 +0530)]
CRM-19184 - Activities target contact list does not truncate
Eileen McNaughton [Mon, 8 Aug 2016 07:48:28 +0000 (19:48 +1200)]
Merge pull request #8835 from eileenmcnaughton/tax_amount
CRM-19126 Tax amount fix
Eileen McNaughton [Mon, 8 Aug 2016 07:47:00 +0000 (19:47 +1200)]
Merge pull request #8693 from seamuslee001/CRM-19068
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 06:39:24 +0000 (18:39 +1200)]
Merge pull request #8832 from eileenmcnaughton/mail_link
CRM-19187 Add link to public mailing
eileenmcnaugton [Mon, 8 Aug 2016 06:06:43 +0000 (18:06 +1200)]
CRM-19126 further fix - less aggressive return
Seamus Lee [Mon, 8 Aug 2016 06:02:10 +0000 (16:02 +1000)]
Fix new test
Eileen McNaughton [Mon, 8 Aug 2016 04:01:10 +0000 (16:01 +1200)]
Merge pull request #8834 from seamuslee001/CRM-19191
CRM-19191 Allow for searching by either contact on Dedupe Exceptions page
Eileen McNaughton [Mon, 8 Aug 2016 03:41:06 +0000 (15:41 +1200)]
Merge pull request #8833 from eileenmcnaughton/group_iterator
[NFC] CRM-19068 clean up GroupNesting class
Seamus Lee [Mon, 8 Aug 2016 03:18:32 +0000 (13:18 +1000)]
Ensure that picks up the updated values following setting tax amount
eileenmcnaugton [Mon, 8 Aug 2016 00:24:07 +0000 (12:24 +1200)]
Update test to reflect the groupNesting behaviour.
The changes mean that a duplicate groupNesting entry will not be created.
This is more correct so lets fix the test to reflect it
eileenmcnaugton [Sun, 7 Aug 2016 23:33:17 +0000 (11:33 +1200)]
CRM-19126 load previous values selectively for tax
This includes moving the setting of tax values from the api to the BAO.
Unfortunately an awful lot of the tax work was done in the form layer & it would
be a big job to figure out which parts can be left to the BAO
Seamus Lee [Fri, 5 Aug 2016 22:21:25 +0000 (08:21 +1000)]
CRM-19126 CRM-19152 Attempt to resurect total amount from previous values rather than return params
Seamus Lee [Sat, 6 Aug 2016 00:52:37 +0000 (10:52 +1000)]
Fix Syntax Conformance test
eileenmcnaugton [Sun, 7 Aug 2016 21:33:23 +0000 (09:33 +1200)]
CRM-19068 fix BAO functions to use DAO
eileenmcnaugton [Sun, 7 Aug 2016 10:54:09 +0000 (22:54 +1200)]
CRM-19068 put back the cacheFlush function for tests.
I removed a row doing a pointless group delete - but it
turns out it was overloaded with a cache flush - so
reinstating just the cache flush
eileenmcnaugton [Sun, 7 Aug 2016 07:59:48 +0000 (19:59 +1200)]
CRM-19068 CRM-8879 remove group iterator & related unused functions
The iterator functionality appears unused and 4 years ago the same
observation was made.
I grepped for each of the functions I removed & tested that searching by
group still works
eileenmcnaugton [Sun, 7 Aug 2016 07:42:00 +0000 (19:42 +1200)]
CRM-19068 comment fixes & remove unused variables
eileenmcnaugton [Sun, 7 Aug 2016 07:37:41 +0000 (19:37 +1200)]
CRM-19068 remove references to 'descendant groups for an org'
A grep on this only finds it in the legacy version of the multisite
extension
Eileen McNaughton [Sun, 7 Aug 2016 22:09:47 +0000 (10:09 +1200)]
Merge pull request #8773 from eileenmcnaughton/syntax
CRM-18563 Check for API exception when testing create without params
Eileen McNaughton [Sun, 7 Aug 2016 21:47:11 +0000 (09:47 +1200)]
Merge pull request #8825 from joseltorres/crm-19150
CRM-19150 Preserve contribution when associated membership is deleted
Seamus Lee [Sun, 7 Aug 2016 07:51:59 +0000 (07:51 +0000)]
CRM-19191 Allow for searching by either contact
Eileen McNaughton [Sun, 7 Aug 2016 06:56:38 +0000 (18:56 +1200)]
Merge pull request #8516 from mlutfy/master-crm18756-2
CRM-18756: TrackableURLOpen: fix SQL parameter escaping convention.
eileenmcnaugton [Sat, 6 Aug 2016 08:12:36 +0000 (20:12 +1200)]
jenkins take that!
eileenmcnaugton [Sat, 6 Aug 2016 06:33:32 +0000 (18:33 +1200)]
CRM-19187 Add link to public mailing
Links are now on the Report page & the browse link drop-down.
They only show if the visibility is Public
colemanw [Sat, 6 Aug 2016 03:40:36 +0000 (23:40 -0400)]
Merge pull request #8830 from colemanw/debugTpl
Remove debugging comment when not in debug mode
Coleman Watts [Fri, 5 Aug 2016 16:30:23 +0000 (12:30 -0400)]
Remove debugging comment when not in debug mode
Monish Deb [Fri, 5 Aug 2016 13:07:54 +0000 (18:37 +0530)]
Merge pull request #8828 from jitendrapurohit/CRM-19183
CRM-19183 - Remove .pdf extension for dompdf
Yashodha Chaku [Fri, 5 Aug 2016 11:08:13 +0000 (16:38 +0530)]
Merge pull request #8827 from jitendrapurohit/CRM-19176
CRM-19176 - Additional fixes
jitendrapurohit [Fri, 5 Aug 2016 10:57:21 +0000 (16:27 +0530)]
CRM-19183 - Remove .pdf extension for dompdf
jitendrapurohit [Fri, 5 Aug 2016 10:11:49 +0000 (15:41 +0530)]
CRM-19176 - Additional fixes
Monish Deb [Fri, 5 Aug 2016 10:08:27 +0000 (15:38 +0530)]
Merge pull request #8826 from monishdeb/CRM-19182
CRM-19182: Fatal Error while printing 'Thank-you Letter for Contributions (PDF)'
Yashodha Chaku [Fri, 5 Aug 2016 09:16:29 +0000 (14:46 +0530)]
Merge pull request #8804 from yosefromano/master
CRM-19176 Add grouping options for contribution thank you letters
deb.monish [Fri, 5 Aug 2016 07:09:56 +0000 (12:39 +0530)]
CRM-19182: Fatal Error while printing 'Thank-you Letter for Contributions (PDF)'
joseltorres [Thu, 4 Aug 2016 15:45:01 +0000 (08:45 -0700)]
fixed file permission issues
joseltorres [Wed, 3 Aug 2016 22:03:25 +0000 (15:03 -0700)]
made BAO if statements true booleans instead of 0/1 intergers
Jose Torres [Wed, 3 Aug 2016 17:48:45 +0000 (10:48 -0700)]
API test fix, added title, desc, type to new api param for Membership Delete.
Jose Torres [Wed, 3 Aug 2016 16:42:36 +0000 (09:42 -0700)]
code style fix
Jose Torres [Wed, 3 Aug 2016 16:38:26 +0000 (09:38 -0700)]
crm-19150 Preserve contribution when associated membership is deleted (step 1 of 2 | API and BAO)
Monish Deb [Thu, 4 Aug 2016 12:58:49 +0000 (18:28 +0530)]
Merge pull request #8822 from jitendrapurohit/CRM-19171
CRM-19171 - Avoid clearing radio/checkbox values while form reset
Monish Deb [Thu, 4 Aug 2016 12:22:21 +0000 (17:52 +0530)]
Merge pull request #8814 from twomice/CRM-19173
CRM-19173: Strip Bcc header.
jitendrapurohit [Thu, 4 Aug 2016 12:10:38 +0000 (17:40 +0530)]
CRM-19171 - Avoid clearing radio/checkbox values while form reset
Monish Deb [Thu, 4 Aug 2016 12:02:43 +0000 (17:32 +0530)]
Merge pull request #8809 from monishdeb/CRM-19166
CRM-19166: Find Contributions Send Email notice errors
Yashodha Chaku [Thu, 4 Aug 2016 09:29:13 +0000 (14:59 +0530)]
Merge pull request #8818 from seamuslee001/CRM-19177
CRM-19177 Add in privacy flags to the output of print contact records
Yashodha Chaku [Thu, 4 Aug 2016 08:05:04 +0000 (13:35 +0530)]
Merge pull request #8805 from eileenmcnaughton/reports
CRM-19167 add is_deceased filter to contact reports
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
Seamus Lee [Wed, 3 Aug 2016 07:23:44 +0000 (17:23 +1000)]
Fix up navigation test - SL
eileen [Wed, 27 Jul 2016 21:45:20 +0000 (09:45 +1200)]
CRM-18563 Some fixes for the fails in new test.
Mattias Michaux [Mon, 16 May 2016 20:01:48 +0000 (22:01 +0200)]
Check for API exception when testing create without params.
eileen [Wed, 27 Jul 2016 20:54:05 +0000 (08:54 +1200)]
Typo fix
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 [Wed, 3 Aug 2016 23:48:59 +0000 (11:48 +1200)]
Merge pull request #8467 from eileenmcnaughton/groups
CRM-18683 smart group caching fixes (CRM-18683 CRM-18692 CRM-18695)
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
Allen Shaw [Wed, 3 Aug 2016 17:20:34 +0000 (12:20 -0500)]
CRM-19173: Strip Bcc header.
Joe Murray [Wed, 3 Aug 2016 16:22:46 +0000 (12:22 -0400)]
Merge pull request #8730 from JMAConsulting/CRM-16189-41
[ready-for-core-team-review]CRM-16189, fixed code to check if financial type id is present in $pa…
Monish Deb [Wed, 3 Aug 2016 09:57:11 +0000 (15:27 +0530)]
Merge pull request #8806 from mlutfy/master-crm19168
CRM-19168: Fix membership batch update with profiles that have custom date fields.
deb.monish [Wed, 3 Aug 2016 07:01:37 +0000 (12:31 +0530)]
CRM-19166: Find Contributions Send Email notice errors
Eileen McNaughton [Wed, 3 Aug 2016 06:26:54 +0000 (18:26 +1200)]
Merge pull request #8779 from jitendrapurohit/CRM-19128
CRM-19128 - set default filter to Contributions only
eileen [Wed, 3 Aug 2016 00:34:04 +0000 (12:34 +1200)]
CRM-18060 fix campaign e-notice on lybunt