monishdeb [Thu, 27 Aug 2015 05:14:19 +0000 (10:44 +0530)]
minor fix
monishdeb [Wed, 26 Aug 2015 12:51:16 +0000 (18:21 +0530)]
minor changes for partcipant.Get
monishdeb [Wed, 26 Aug 2015 12:36:56 +0000 (18:06 +0530)]
Participant role fix
monishdeb [Mon, 24 Aug 2015 06:52:23 +0000 (12:22 +0530)]
additional changes
monishdeb [Fri, 21 Aug 2015 10:30:49 +0000 (16:00 +0530)]
tests/phpunit/api/v3/MappingFieldTest.php
Kurund Jalmi [Fri, 4 Sep 2015 21:46:07 +0000 (14:46 -0700)]
Merge pull request #6446 from colemanw/CRM-13160
CRM-13160 - Fix deleting relationshipType from MembershipType
Kurund Jalmi [Fri, 4 Sep 2015 04:53:42 +0000 (21:53 -0700)]
Merge pull request #6649 from jitendrapurohit/CRM-16514
CRM-16514 -- Scheduled reminder for event sends email repeatedly
Eileen McNaughton [Fri, 4 Sep 2015 02:17:33 +0000 (14:17 +1200)]
Merge pull request #6677 from eileenmcnaughton/CRM-17152
CRM-17152 fix non-static method called statically
eileenmcnaugton [Thu, 3 Sep 2015 22:48:32 +0000 (10:48 +1200)]
CRM-17152 fix non-static method called statically
Eileen McNaughton [Thu, 3 Sep 2015 08:20:33 +0000 (20:20 +1200)]
Merge pull request #6658 from eileenmcnaughton/CRM-17120
Crm 17120
Yashodha Chaku [Thu, 3 Sep 2015 05:23:00 +0000 (10:53 +0530)]
Merge pull request #6661 from yashodha/CRM-17132
CRM-17132: Cannot Find Contributions or Advanced Search by Personal C…
Tim Otten [Thu, 3 Sep 2015 01:44:57 +0000 (18:44 -0700)]
Merge pull request #6644 from totten/4.6-sql-where
CRM-16544, CRM-17127 - Select::where() - Less aggressive dedupe
Eileen McNaughton [Wed, 2 Sep 2015 23:14:21 +0000 (11:14 +1200)]
Merge pull request #6604 from eileenmcnaughton/4.6
CRM-17092 backport (do not merge) of fix to storing contribution_recu…
Eileen McNaughton [Wed, 2 Sep 2015 21:48:28 +0000 (09:48 +1200)]
Merge pull request #6620 from colemanw/CRM-17080
CRM-17080 - Smarty api cleanup
eileenmcnaugton [Wed, 2 Sep 2015 20:10:57 +0000 (08:10 +1200)]
mark function as deprecated
eileenmcnaugton [Wed, 2 Sep 2015 04:10:37 +0000 (16:10 +1200)]
CRM-17120 swap out calls to getLabel to a cached one
This change is tested in the contribution BAO class
Monish Deb [Wed, 2 Sep 2015 18:23:14 +0000 (23:53 +0530)]
Merge pull request #6628 from monishdeb/CRM-17090
CRM-17090 fix - Accounting batch filters broken
colemanw [Wed, 2 Sep 2015 15:28:29 +0000 (08:28 -0700)]
Merge pull request #6659 from colemanw/CRM-17126
CRM-17126 - Add js headers for contribution widget
yashodha [Wed, 2 Sep 2015 11:41:48 +0000 (17:11 +0530)]
format fix
yashodha [Wed, 2 Sep 2015 08:30:04 +0000 (14:00 +0530)]
CRM-17132: Cannot Find Contributions or Advanced Search by Personal Contribution Page
----------------------------------------
* CRM-17132: Cannot Find Contributions or Advanced Search by Personal Contribution Page
https://issues.civicrm.org/jira/browse/CRM-17132
eileenmcnaugton [Wed, 2 Sep 2015 04:08:06 +0000 (16:08 +1200)]
CRM-17120 enhance test to check honor contact output
eileenmcnaugton [Wed, 2 Sep 2015 04:07:24 +0000 (16:07 +1200)]
minor comment fixes
eileenmcnaugton [Wed, 2 Sep 2015 03:43:41 +0000 (15:43 +1200)]
CRM-17120 replace option label calls with cached function.
I added a test before swapping out the values. In the process I formed a few doubts about the
code. I couldn't find anyway to access the case_activity where parameters outside a
carefully crafted test and when I did so I got invalid sql & a minor error in the qill
I added comments about these findings & locked in the existing behaviour, keeping this
change very safe
Coleman Watts [Wed, 2 Sep 2015 03:30:53 +0000 (20:30 -0700)]
CRM-17126 - Add js headers for contribution widget
eileenmcnaugton [Wed, 2 Sep 2015 03:23:07 +0000 (15:23 +1200)]
remove unused parameter
eileenmcnaugton [Wed, 2 Sep 2015 03:22:52 +0000 (15:22 +1200)]
Comment fixes
eileenmcnaugton [Wed, 2 Sep 2015 01:10:51 +0000 (13:10 +1200)]
CRM-17120 remove call to uncached getLabel function
eileenmcnaugton [Wed, 2 Sep 2015 00:43:06 +0000 (12:43 +1200)]
backport formatting from master to sync up before starting
jitendrapurohit [Tue, 1 Sep 2015 10:38:58 +0000 (16:08 +0530)]
CRM-16514 -- Scheduled reminder for event sends email repeatedly
Monish Deb [Tue, 1 Sep 2015 05:41:36 +0000 (11:11 +0530)]
Merge pull request #6634 from monishdeb/CRM-17073
CRM-17073 fix - Merge Household Members Into Their Household on Export
Tim Otten [Tue, 1 Sep 2015 00:59:27 +0000 (17:59 -0700)]
CRM-16544 - Select::where() - Less aggressive dedupe
The where() function attempts to dedupe WHERE clauses, but this could
misbehave when similar clauses are used with different data, and it's been
implicated in a symptom where CiviMail shows irrelevant attachments.
http://civicrm.stackexchange.com/a/5059/93
Kurund Jalmi [Mon, 31 Aug 2015 22:41:46 +0000 (15:41 -0700)]
Merge pull request #6437 from jitendrapurohit/CRM-16288
CRM-16288 -- Rebuild Smart Cache Group fails
Kurund Jalmi [Mon, 31 Aug 2015 22:34:01 +0000 (15:34 -0700)]
Merge pull request #6623 from PalanteJon/CRM-17108-4.6
CRM-17108 - CiviContribute - Fix updating billing details via URL fro…
Kurund Jalmi [Mon, 31 Aug 2015 19:29:08 +0000 (12:29 -0700)]
Merge pull request #6633 from jitendrapurohit/CRM-17112
CRM-17112 - Add Missing countries Saint Barthélemy and Saint Martin
monishdeb [Mon, 31 Aug 2015 16:18:31 +0000 (21:48 +0530)]
minor fix
Yashodha Chaku [Mon, 31 Aug 2015 11:02:40 +0000 (16:32 +0530)]
Merge pull request #6606 from yashodha/CRM-17028
CRM-17028: Yearly and Monthly Repeat Reminders send on every cron for…
yashodha [Tue, 27 Oct 2015 09:46:30 +0000 (15:16 +0530)]
CRM-17028: Yearly and Monthly Repeat Reminders send on every cron for 24 hours
----------------------------------------
* CRM-17028: Yearly and Monthly Repeat Reminders send on every cron for 24 hours
https://issues.civicrm.org/jira/browse/CRM-17028
monishdeb [Mon, 31 Aug 2015 07:46:04 +0000 (13:16 +0530)]
CRM-17073 fix - Merge Household Members Into Their Household on Export
https://issues.civicrm.org/jira/browse/CRM-17073
jitendrapurohit [Mon, 31 Aug 2015 06:34:57 +0000 (12:04 +0530)]
CRM-17112 - Add Missing countries Saint Barthélemy and Saint Martin
Monish Deb [Mon, 31 Aug 2015 05:30:45 +0000 (11:00 +0530)]
Merge pull request #6627 from monishdeb/CRM-16966
CRM-16966 fix - backoffice buildRecur script loads processor incorrec…
monishdeb [Sun, 30 Aug 2015 17:56:04 +0000 (23:26 +0530)]
CRM-17090 fix - Accounting batch filters broken
https://issues.civicrm.org/jira/browse/CRM-17090
monishdeb [Sat, 29 Aug 2015 20:48:24 +0000 (02:18 +0530)]
CRM-16966 fix - backoffice buildRecur script loads processor incorrectly (sometimes)
https://issues.civicrm.org/jira/browse/CRM-16966
colemanw [Sat, 29 Aug 2015 01:40:54 +0000 (21:40 -0400)]
Merge pull request #6624 from colemanw/APIExplorer
APIExplorer - allow entering an id in entityRef
Coleman Watts [Fri, 28 Aug 2015 20:47:42 +0000 (16:47 -0400)]
APIExplorer - allow entering an id in entityRef
colemanw [Fri, 28 Aug 2015 21:00:46 +0000 (17:00 -0400)]
Merge pull request #6565 from colemanw/CRM-17013
CRM-17013 - Only use submitOnce on fullscreen forms
Jon goldberg [Fri, 28 Aug 2015 19:45:21 +0000 (15:45 -0400)]
CRM-17108 - CiviContribute - Fix updating billing details via URL from receipt - 4.6 branch
colemanw [Fri, 28 Aug 2015 18:51:01 +0000 (14:51 -0400)]
Merge pull request #6621 from colemanw/CRM-17100
CRM-17100 - Fix campaign widget bar color
Coleman Watts [Fri, 28 Aug 2015 16:21:23 +0000 (12:21 -0400)]
CRM-17100 - Fix campaign widget bar color
Coleman Watts [Fri, 28 Aug 2015 14:56:41 +0000 (10:56 -0400)]
CRM-17080 - Smarty api cleanup
Monish Deb [Fri, 28 Aug 2015 11:45:24 +0000 (17:15 +0530)]
Merge pull request #6609 from jitendrapurohit/CRM-17094
CRM-17094 -- update amount_level after changing fee selections
Monish Deb [Fri, 28 Aug 2015 05:58:27 +0000 (11:28 +0530)]
Merge pull request #6605 from yashodha/4.6.CRM-17069
CRM-17069: Search for Contribution with campaign causes fatal error
Dave Greenberg [Fri, 28 Aug 2015 00:35:02 +0000 (17:35 -0700)]
Merge pull request #6614 from davecivicrm/CRM-16708
CRM-16708 - Fix Sched Reminder configure link from event dashboard.
Dave Greenberg [Thu, 27 Aug 2015 22:17:34 +0000 (15:17 -0700)]
CRM-16708 - Fix Sched Reminder configure link from event dashboard.
----------------------------------------
* CRM-16708: Link from Event Info page "Configure" menu to Schedule Reminders is incorrect
https://issues.civicrm.org/jira/browse/CRM-16708
colemanw [Thu, 27 Aug 2015 17:11:34 +0000 (13:11 -0400)]
Merge pull request #6599 from colemanw/CRM-16512
CRM-16512 - fix 'view my contact' permission in api acl
Monish Deb [Thu, 27 Aug 2015 13:15:00 +0000 (18:45 +0530)]
Merge pull request #6586 from yashodha/CRM-17069
CRM-17069: Search for Contribution with campaign causes fatal error
jitendrapurohit [Thu, 27 Aug 2015 12:34:55 +0000 (18:04 +0530)]
CRM-17094 -- update amount_level after changing fee selections
yashodha [Thu, 27 Aug 2015 04:33:48 +0000 (10:03 +0530)]
CRM-17069: minor fix
----------------------------------------
* CRM-17069: Search for Contribution with campaign causes fatal error
https://issues.civicrm.org/jira/browse/CRM-17069
yashodha [Thu, 27 Aug 2015 04:20:55 +0000 (09:50 +0530)]
CRM-17069: Search for Contribution with campaign causes fatal error
----------------------------------------
* CRM-17069: Search for Contribution with campaign causes fatal error
https://issues.civicrm.org/jira/browse/CRM-17069
eileenmcnaugton [Wed, 26 Aug 2015 23:53:41 +0000 (11:53 +1200)]
CRM-17092 backport (do not merge) of fix to storing contribution_recur_id
for renewals
Conflicts:
CRM/Member/Form/MembershipRenewal.php
Coleman Watts [Wed, 26 Aug 2015 18:25:51 +0000 (14:25 -0400)]
CRM-16512 - fix 'view my contact' permission in api acl
Eileen McNaughton [Wed, 26 Aug 2015 08:17:16 +0000 (20:17 +1200)]
Merge pull request #6591 from eileenmcnaughton/CRM-16802
CRM-16082 move responsibility for ensuring a domain group exists out …
Eileen McNaughton [Wed, 26 Aug 2015 08:16:11 +0000 (20:16 +1200)]
Merge pull request #6576 from eileenmcnaughton/CRM-17072
CRM-17072 fix timezone handling for UTC dates
Yashodha Chaku [Wed, 26 Aug 2015 06:05:05 +0000 (11:35 +0530)]
Merge pull request #6584 from eileenmcnaughton/CRM-17078
CRM-17078 contribution summary report fatals when custom data included
CiviCRM [Wed, 26 Aug 2015 01:29:37 +0000 (18:29 -0700)]
Update version to 4.6.9
colemanw [Tue, 25 Aug 2015 17:27:47 +0000 (13:27 -0400)]
Merge pull request #6548 from eileenmcnaughton/CRM-16512
CRM-16512 add test to demonstrate breakage from code committed on ticket
colemanw [Tue, 25 Aug 2015 17:26:54 +0000 (13:26 -0400)]
Merge pull request #6558 from colemanw/revert
Revert "CRM-16512 - Fix permission checks on self"
Yashodha Chaku [Tue, 25 Aug 2015 06:38:39 +0000 (12:08 +0530)]
Merge pull request #6582 from eileenmcnaughton/CRM-17077
CRM-17077 pledge form undeifined constant
yashodha [Tue, 25 Aug 2015 05:58:47 +0000 (11:28 +0530)]
CRM-17069: Search for Contribution with campaign causes fatal error
----------------------------------------
* CRM-17069: Search for Contribution with campaign causes fatal error
https://issues.civicrm.org/jira/browse/CRM-17069
Eileen McNaughton [Tue, 25 Aug 2015 02:08:24 +0000 (14:08 +1200)]
Merge pull request #6583 from eileenmcnaughton/comment-cleanup
Comment cleanup
eileenmcnaugton [Mon, 24 Aug 2015 23:35:41 +0000 (11:35 +1200)]
CRM-17078 contribution summary report fatals when custom data included
Eileen McNaughton [Mon, 24 Aug 2015 23:29:22 +0000 (11:29 +1200)]
Merge pull request #6581 from eileenmcnaughton/CRM-17076
CRM-17076 future start date not showing for authorize.net
eileenmcnaugton [Mon, 24 Aug 2015 23:26:39 +0000 (11:26 +1200)]
Comment fixes in report class
eileenmcnaugton [Mon, 24 Aug 2015 22:56:28 +0000 (10:56 +1200)]
fix up comment blocks & remove empty overrides on contribution summary form
eileenmcnaugton [Mon, 24 Aug 2015 22:32:36 +0000 (10:32 +1200)]
CRM-17077 pledge form undeifined constant
Eileen [Mon, 24 Aug 2015 21:24:29 +0000 (17:24 -0400)]
CRM-17076 future start date not showing for authorize.net
colemanw [Mon, 24 Aug 2015 12:58:14 +0000 (08:58 -0400)]
Merge pull request #6577 from eileenmcnaughton/CRM-17071
CRM-17071 add required marker to payment form
Monish Deb [Mon, 24 Aug 2015 09:15:48 +0000 (14:45 +0530)]
Merge pull request #6562 from monishdeb/4.6
CRM-17057 fix - Advanced Search does not respect the selected Case St…
eileenmcnaugton [Mon, 24 Aug 2015 02:07:05 +0000 (14:07 +1200)]
CRM-17071 add required marker to payment form
This commit adds the red asterisk to required payment fields, although they
are not set on the form layer as required as we don't want to alter existing validation
eileenmcnaugton [Mon, 24 Aug 2015 00:09:06 +0000 (12:09 +1200)]
CRM-17072 fix timezone handling for UTF dates
Coleman Watts [Fri, 21 Aug 2015 20:20:11 +0000 (16:20 -0400)]
CRM-17013 - Only use submitOnce on fullscreen forms
colemanw [Sat, 22 Aug 2015 15:24:26 +0000 (11:24 -0400)]
Merge pull request #6566 from colemanw/CRM-17066
CRM-17066 - Specify api permissions for messageTemplates
colemanw [Sat, 22 Aug 2015 15:23:38 +0000 (11:23 -0400)]
Merge pull request #6569 from seamuslee001/CRM-17066
CRM-17066 Limit the Save template icon display to only those who have…
Eileen McNaughton [Sat, 22 Aug 2015 08:47:47 +0000 (20:47 +1200)]
Merge pull request #6568 from eileenmcnaughton/CRM-17068
CRM-17068 fix static warning
Seamus Lee [Sat, 22 Aug 2015 05:30:22 +0000 (05:30 +0000)]
CRM-17066 Limit the Save template icon display to only those who have permission to edit mailing templates
eileenmcnaughton [Sat, 22 Aug 2015 04:15:42 +0000 (04:15 +0000)]
CRM-17068 fix static warning
Coleman Watts [Fri, 21 Aug 2015 20:34:02 +0000 (16:34 -0400)]
CRM-17066 - Specify api permissions for messageTemplates
colemanw [Fri, 21 Aug 2015 20:06:50 +0000 (16:06 -0400)]
Merge pull request #6492 from eileenmcnaughton/CRM-17020
CRM-17020 remove unindexed join from activity report
Dave Greenberg [Fri, 21 Aug 2015 20:05:30 +0000 (13:05 -0700)]
Merge pull request #6552 from pradpnayak/CRM-16571
CRM-16571, fixed notice error when contribution is deleted
Monish Deb [Fri, 21 Aug 2015 14:37:46 +0000 (20:07 +0530)]
Merge pull request #6551 from eileenmcnaughton/CRM-17060
CRM-17060 fix for post code groups with IN not working
monishdeb [Fri, 21 Aug 2015 14:28:30 +0000 (19:58 +0530)]
CRM-17057 fix - Advanced Search does not respect the selected Case Status filter
https://issues.civicrm.org/jira/browse/CRM-17057
Coleman Watts [Fri, 21 Aug 2015 12:22:08 +0000 (08:22 -0400)]
Revert "CRM-16512 - Fix permission checks on self"
This reverts commit
071a4d0ecfadb1c0d7b023259c817fecb38aebd1.
Conflicts:
CRM/ACL/API.php
Pradeep Nayak [Fri, 21 Aug 2015 05:59:44 +0000 (11:29 +0530)]
CRM-16571, fixed notice error when contribution is deleted
----------------------------------------
* CRM-16571: undefined indexes when deleting a contribution
https://issues.civicrm.org/jira/browse/CRM-16571
eileenmcnaugton [Fri, 21 Aug 2015 05:55:26 +0000 (17:55 +1200)]
CRM-17060 fix for post code groups with IN not working
eileenmcnaughton [Fri, 21 Aug 2015 01:38:09 +0000 (01:38 +0000)]
CRM-16512 add test to demonstrate breakage from code committed on ticket
colemanw [Fri, 21 Aug 2015 00:14:30 +0000 (20:14 -0400)]
Merge pull request #6546 from colemanw/CRM-17059
CRM-17059 - Fix faulty relationship count in datatable
Coleman Watts [Thu, 20 Aug 2015 22:19:06 +0000 (18:19 -0400)]
CRM-17059 - Fix faulty relationship count in datatable
Dave Greenberg [Thu, 20 Aug 2015 16:58:26 +0000 (09:58 -0700)]
Merge pull request #6540 from LevityNL/upstream-relationships-4.6
Fix relationships permissions (CRM-17045) for 4.6 branch
Monish Deb [Thu, 20 Aug 2015 16:53:54 +0000 (22:23 +0530)]
Merge pull request #6544 from yashodha/CRM-17048
CRM-17048: Only one Invoice is available and attached to all the acti…
yashodha [Thu, 20 Aug 2015 10:33:35 +0000 (16:03 +0530)]
CRM-17048: Only one Invoice is available and attached to all the activities
----------------------------------------
* CRM-17048: Only one Invoice is available and attached to all the activities
https://issues.civicrm.org/jira/browse/CRM-17048
CiviCRM [Thu, 20 Aug 2015 01:59:14 +0000 (18:59 -0700)]
Update version to 4.6.8