civicrm-core.git
8 years agoCRM-13725 This should cover the case of missing custom fields.
Johan Vervloet [Sun, 6 Sep 2015 19:08:22 +0000 (21:08 +0200)]
CRM-13725 This should cover the case of missing custom fields.

----------------------------------------
* CRM-13725: Make check for duplicate relationship aware of custom fields
  https://issues.civicrm.org/jira/browse/CRM-13725

8 years agoCRM-13725 - Extra (failing) unit tests.
Johan Vervloet [Sat, 5 Sep 2015 18:16:04 +0000 (20:16 +0200)]
CRM-13725 - Extra (failing) unit tests.

If you have an existing relationship and a new relationship,
and the new relationship has the same standard fields than the existing one,
but only one of the two relationships has custom fields, CiviCRM
will not accept the new relationship, because it will consider the
new one as a duplicate.

Two unit tests, they will obviously fail.

----------------------------------------
* CRM-13725: Make check for duplicate relationship aware of custom fields
  https://issues.civicrm.org/jira/browse/CRM-13725

8 years agoCRM-13725 - don't look in custom values if there aren't any.
Johan Vervloet [Mon, 17 Aug 2015 07:13:43 +0000 (09:13 +0200)]
CRM-13725 - don't look in custom values if there aren't any.

----------------------------------------
* CRM-13725: Make check for duplicate relationship aware of custom fields
  https://issues.civicrm.org/jira/browse/CRM-13725

8 years agoCRM-13725 - Check all custom fields to prevent dupe relationships.
Johan Vervloet [Sun, 16 Aug 2015 12:05:50 +0000 (14:05 +0200)]
CRM-13725 - Check all custom fields to prevent dupe relationships.

----------------------------------------
* CRM-13725: Make check for duplicate relationship aware of custom fields
  https://issues.civicrm.org/jira/browse/CRM-13725

8 years agoCRM-13725 - Duplicate relationship should consider custom fields, unit test.
Johan Vervloet [Sun, 16 Aug 2015 11:46:52 +0000 (13:46 +0200)]
CRM-13725 - Duplicate relationship should consider custom fields, unit test.

----------------------------------------
* CRM-13725: Make check for duplicate relationship aware of custom fields
  https://issues.civicrm.org/jira/browse/CRM-13725

8 years agoMerge pull request #6495 from eileenmcnaughton/master
Eileen McNaughton [Sun, 16 Aug 2015 02:54:30 +0000 (14:54 +1200)]
Merge pull request #6495 from eileenmcnaughton/master

add unique index for new sites on uf_group.name CRM-15961

8 years agoadd unique index for new sites on uf_group.name CRM-15961
eileenmcnaugton [Fri, 14 Aug 2015 05:06:34 +0000 (17:06 +1200)]
add unique index for new sites on uf_group.name CRM-15961

8 years agoMerge pull request #6511 from civicrm/eileenmcnaughton-patch-1
Eileen McNaughton [Sat, 15 Aug 2015 22:38:37 +0000 (10:38 +1200)]
Merge pull request #6511 from civicrm/eileenmcnaughton-patch-1

Validate record_type as being an integer.

8 years agoMerge pull request #6509 from eileenmcnaughton/test-fixes
Eileen McNaughton [Sat, 15 Aug 2015 22:35:46 +0000 (10:35 +1200)]
Merge pull request #6509 from eileenmcnaughton/test-fixes

Test fixes

8 years agoValidate record_type as being an integer.
Eileen McNaughton [Sat, 15 Aug 2015 22:33:59 +0000 (10:33 +1200)]
Validate record_type as being an integer.

data comes from an option-group, and option-groups are web-editable.

8 years agoCRM-16808 follow up - paypal express being validated as paypal pro
eileenmcnaugton [Sat, 15 Aug 2015 19:48:57 +0000 (07:48 +1200)]
CRM-16808 follow up - paypal express being validated as paypal pro

8 years agofix new regression on payment block not showing
eileenmcnaugton [Sat, 15 Aug 2015 19:07:16 +0000 (07:07 +1200)]
fix new regression on payment block not showing

8 years agoextract setMessageFunction
eileenmcnaugton [Sat, 15 Aug 2015 07:58:21 +0000 (19:58 +1200)]
extract setMessageFunction

8 years agofix for test regressions
eileenmcnaugton [Sat, 15 Aug 2015 07:43:53 +0000 (19:43 +1200)]
fix for test regressions
Note there has been traditional hodgepodge of use of paramters for the same thing causing ongoing confusion here, trying to reduce that

8 years agoMerge pull request #6293 from JoeMurray/patch-1
Tim Otten [Fri, 14 Aug 2015 02:45:15 +0000 (19:45 -0700)]
Merge pull request #6293 from JoeMurray/patch-1

fix for CRM-16896

8 years agoMerge pull request #6488 from eileenmcnaughton/CRM-16036-master
Eileen McNaughton [Thu, 13 Aug 2015 02:53:42 +0000 (14:53 +1200)]
Merge pull request #6488 from eileenmcnaughton/CRM-16036-master

CRM-16036 replace basic_get innids with sql builder

8 years agoCRM-16036 fix for tests
eileenmcnaugton [Thu, 13 Aug 2015 00:06:16 +0000 (12:06 +1200)]
CRM-16036 fix for tests

8 years agoremove auto-grant test - this was a prototype for the single-value-alter & duplicates...
eileenmcnaugton [Wed, 12 Aug 2015 23:49:58 +0000 (11:49 +1200)]
remove auto-grant test - this was a prototype for the single-value-alter & duplicates it, maintaining both = less good

8 years agoCRM-16036 - remove getfields from mailing test as it is producing incorrect results...
eileenmcnaugton [Wed, 12 Aug 2015 23:35:18 +0000 (11:35 +1200)]
CRM-16036 - remove getfields from mailing test as it is producing incorrect results for the non-deprecated api

8 years agoCRM-16036 fixes to make all tess pass with new internalsx
eileenmcnaughton [Mon, 10 Aug 2015 08:41:17 +0000 (08:41 +0000)]
CRM-16036 fixes to make all tess pass with new internalsx

wq!

8 years agoCRM-16036 stop overwriting of where clauses
eileenmcnaugton [Mon, 10 Aug 2015 03:05:20 +0000 (15:05 +1200)]
CRM-16036 stop overwriting of where clauses

8 years agoupport tested format return=custom
eileenmcnaugton [Sun, 9 Aug 2015 00:18:43 +0000 (12:18 +1200)]
upport tested format return=custom

8 years agoCRM-16036 Eileen in prog
eileenmcnaugton [Thu, 6 Aug 2015 23:24:51 +0000 (11:24 +1200)]
CRM-16036 Eileen in prog

8 years agoWhitespace fixes.
Johan Vervloet [Thu, 6 Aug 2015 07:53:13 +0000 (09:53 +0200)]
Whitespace fixes.

8 years agoCRM-16036 - extra unit test.
Johan Vervloet [Mon, 3 Aug 2015 12:02:46 +0000 (14:02 +0200)]
CRM-16036 - extra unit test.

----------------------------------------
* CRM-16036: API: searching on custom fields does not work
  https://issues.civicrm.org/jira/browse/CRM-16036

8 years agoFixing style issues, as usual.
Johan Vervloet [Mon, 3 Aug 2015 19:14:59 +0000 (21:14 +0200)]
Fixing style issues, as usual.

8 years agoCRM-16036 - Fix for chaining.
Johan Vervloet [Mon, 3 Aug 2015 15:46:07 +0000 (17:46 +0200)]
CRM-16036 - Fix for chaining.

When using a custom field as param for the API, chaining
didn't work as it should. This is a fix.

I have a unit test for this as well, but it depends on a fix for
CRM-16168, so if I add it here, it will break anyway.

I will document this in the issue itself.

----------------------------------------
* CRM-16036: API: searching on custom fields does not work
  https://issues.civicrm.org/jira/browse/CRM-16036
* CRM-16168: Chained call event-loc block returns an error if no loc block exists.
  https://issues.civicrm.org/jira/browse/CRM-16168

8 years agoCRM-16036 - Now contact references are returned the right way.
Johan Vervloet [Thu, 19 Mar 2015 14:40:47 +0000 (15:40 +0100)]
CRM-16036 - Now contact references are returned the right way.

----------------------------------------
* CRM-16036: API: searching on custom fields does not work
  https://issues.civicrm.org/jira/browse/CRM-16036

8 years agoCRM-16036 - Contact reference custom values are returned incorrectly.
Johan Vervloet [Thu, 19 Mar 2015 12:50:25 +0000 (13:50 +0100)]
CRM-16036 - Contact reference custom values are returned incorrectly.

Here is a unit test.

----------------------------------------
* CRM-16036: API: searching on custom fields does not work
  https://issues.civicrm.org/jira/browse/CRM-16036

8 years agoUsing CRM_Utils_Array::first.
Johan Vervloet [Wed, 11 Mar 2015 09:17:52 +0000 (10:17 +0100)]
Using CRM_Utils_Array::first.

8 years agoCRM-16036 - Pleasing the php 5.3 gods :-)
Johan Vervloet [Tue, 10 Mar 2015 19:02:39 +0000 (20:02 +0100)]
CRM-16036 - Pleasing the php 5.3 gods :-)

Thank you @colemanw.

----------------------------------------
* CRM-16036: API: searching on custom fields does not work
  https://issues.civicrm.org/jira/browse/CRM-16036

8 years agoCRM-16036 - A hack around the issue.
Johan Vervloet [Tue, 10 Mar 2015 15:07:45 +0000 (16:07 +0100)]
CRM-16036 - A hack around the issue.

I changed _civicrm_api3_basic_get so that it calls my hack
(_civicrm_api3_get_using_query_object_simple) whenever a
custom field is used in $params. In all other cases, the API
behaves as before.

----------------------------------------
* CRM-16036: API: searching on custom fields does not work
  https://issues.civicrm.org/jira/browse/CRM-16036

8 years agoA unit test for searching memberships on custom field values.
Johan Vervloet [Tue, 10 Mar 2015 14:39:15 +0000 (15:39 +0100)]
A unit test for searching memberships on custom field values.

8 years agoBuild query using CRM_Utils_SQL_Select.
Johan Vervloet [Mon, 9 Mar 2015 20:43:59 +0000 (21:43 +0100)]
Build query using CRM_Utils_SQL_Select.

8 years agoFixed whitespace issues.
Johan Vervloet [Fri, 6 Mar 2015 08:07:29 +0000 (09:07 +0100)]
Fixed whitespace issues.

8 years agoFree the query DAO.
Johan Vervloet [Fri, 6 Mar 2015 07:53:56 +0000 (08:53 +0100)]
Free the query DAO.

Not sure whether this is really necessary. But I just did to
be safe.

8 years agoSort and limit options.
Johan Vervloet [Thu, 5 Mar 2015 15:11:22 +0000 (16:11 +0100)]
Sort and limit options.

8 years agoSupport other filters than '='.
Johan Vervloet [Thu, 5 Mar 2015 14:37:02 +0000 (15:37 +0100)]
Support other filters than '='.

8 years agoPopulate $select_fields more efficiently.
Johan Vervloet [Thu, 5 Mar 2015 13:10:10 +0000 (14:10 +0100)]
Populate $select_fields more efficiently.

8 years agoReturn all fields if no return option is given.
Johan Vervloet [Thu, 5 Mar 2015 12:31:50 +0000 (13:31 +0100)]
Return all fields if no return option is given.

8 years agoChanged key and values of the $select_fields array.
Johan Vervloet [Thu, 5 Mar 2015 12:12:36 +0000 (13:12 +0100)]
Changed key and values of the $select_fields array.

Because that seems to be more intuitive.

8 years agoSome code refactoring.
Johan Vervloet [Thu, 5 Mar 2015 11:35:22 +0000 (12:35 +0100)]
Some code refactoring.

8 years agoReturn fields as requested by the return option.
Johan Vervloet [Wed, 4 Mar 2015 20:47:57 +0000 (21:47 +0100)]
Return fields as requested by the return option.

8 years agoSome documentation, and better handling of fields to select.
Johan Vervloet [Wed, 4 Mar 2015 09:33:46 +0000 (10:33 +0100)]
Some documentation, and better handling of fields to select.

The fields to select are still hard coded. But this is work
in progress.

8 years agoFilter on custom fields.
Johan Vervloet [Tue, 3 Mar 2015 21:00:50 +0000 (22:00 +0100)]
Filter on custom fields.

civicrm_api3_get_using_query_object_simple now allows filtering on custom fields.

8 years agoCreated a custom civicrm_api3_get_using_query_object.
Johan Vervloet [Tue, 3 Mar 2015 20:31:23 +0000 (21:31 +0100)]
Created a custom civicrm_api3_get_using_query_object.

One to work around the issue. Still lots of TODOs.
If you filter on a custom field using the api, the custom
get_using_query_object is used. And it still ignores the
custom fields :-)

8 years agoCRM-16036 - unit test: search event on custom field.
Johan Vervloet [Mon, 2 Mar 2015 10:39:43 +0000 (11:39 +0100)]
CRM-16036 - unit test: search event on custom field.

This test fails.

----------------------------------------
* CRM-16036: API: searching events on custom fields does not work
  https://issues.civicrm.org/jira/browse/CRM-16036

8 years agoMerge pull request #6471 from eileenmcnaughton/master
Eileen McNaughton [Wed, 12 Aug 2015 23:18:39 +0000 (11:18 +1200)]
Merge pull request #6471 from eileenmcnaughton/master

CRM-16996 fix regression on form rule

8 years agoMerge pull request #6457 from GinkgoFJG/angular_snippets
Tim Otten [Wed, 12 Aug 2015 22:01:00 +0000 (15:01 -0700)]
Merge pull request #6457 from GinkgoFJG/angular_snippets

Fixes for CRM-16994 and CRM-16995.

8 years agoCRM-16994: Removed code that made too many assumptions about what the link passed...
Frank J. Gómez [Wed, 12 Aug 2015 19:21:50 +0000 (15:21 -0400)]
CRM-16994: Removed code that made too many assumptions about what the link passed to the tabset would be.

8 years agoCRM-16995: Documentation improvements.
Frank J. Gómez [Wed, 12 Aug 2015 19:00:33 +0000 (15:00 -0400)]
CRM-16995: Documentation improvements.

8 years agoCRM-16995: Addressed XSS vulnerability.
Frank J. Gómez [Wed, 12 Aug 2015 18:49:24 +0000 (14:49 -0400)]
CRM-16995: Addressed XSS vulnerability.

8 years agoMerge pull request #6482 from sudhabisht/CRM-17005
Yashodha Chaku [Wed, 12 Aug 2015 10:51:41 +0000 (16:21 +0530)]
Merge pull request #6482 from sudhabisht/CRM-17005

Upgrade changes for renaming Palestinian Territory in country list

8 years agoMerge remote-tracking branch 'upstream/4.6' into 4.6-master-2015-08-12-15-44-44
Kurund Jalmi [Wed, 12 Aug 2015 10:50:08 +0000 (16:20 +0530)]
Merge remote-tracking branch 'upstream/4.6' into 4.6-master-2015-08-12-15-44-44

Conflicts:
CRM/Contribute/BAO/Contribution/Utils.php
templates/CRM/Contribute/Form/Contribution/Main.tpl
tests/phpunit/CiviTest/CiviSeleniumTestCase.php

8 years agoMerge pull request #6350 from PalanteJon/CRM-16939-4.6
Yashodha Chaku [Wed, 12 Aug 2015 08:25:33 +0000 (13:55 +0530)]
Merge pull request #6350 from PalanteJon/CRM-16939-4.6

CRM-16939 - Allow exporting current employers > 64 characters

8 years agoMerge pull request #6470 from monishdeb/CRM-17006
Monish Deb [Wed, 12 Aug 2015 07:32:58 +0000 (13:02 +0530)]
Merge pull request #6470 from monishdeb/CRM-17006

CRM-17006 fix - Advanced search on radio custom fields broken

8 years agoMerge pull request #6427 from eileenmcnaughton/CRM-16975
Monish Deb [Wed, 12 Aug 2015 06:49:30 +0000 (12:19 +0530)]
Merge pull request #6427 from eileenmcnaughton/CRM-16975

CRM-16975 fix for membership price set config - backport 4.7 code tha…

8 years agoMerge pull request #6477 from shawnholt/country-update
Kurund Jalmi [Wed, 12 Aug 2015 06:40:33 +0000 (12:10 +0530)]
Merge pull request #6477 from shawnholt/country-update

 CRM-17005 Removed word "Occupied" from Country PS

8 years agoMerge pull request #6481 from yashodha/CRM-16985
Monish Deb [Wed, 12 Aug 2015 06:27:32 +0000 (11:57 +0530)]
Merge pull request #6481 from yashodha/CRM-16985

CRM-16985: Inline edit LABEL on Option Value selector updates NAME in…

8 years agoUpgrade changes
Sudha Bisht [Wed, 12 Aug 2015 06:22:04 +0000 (11:52 +0530)]
Upgrade changes

8 years agoMerge pull request #6441 from monishdeb/4.6
Kurund Jalmi [Wed, 12 Aug 2015 04:40:24 +0000 (10:10 +0530)]
Merge pull request #6441 from monishdeb/4.6

CRM-14536 fix - Free Membership still submits to payment processor

8 years agoMerge pull request #6475 from colemanw/CRM-16806
colemanw [Wed, 12 Aug 2015 01:38:23 +0000 (21:38 -0400)]
Merge pull request #6475 from colemanw/CRM-16806

CRM-16806 - Additional cleanup

8 years agoMerge pull request #6436 from seamuslee001/msgtemplate_dynamic_load
colemanw [Wed, 12 Aug 2015 01:37:53 +0000 (21:37 -0400)]
Merge pull request #6436 from seamuslee001/msgtemplate_dynamic_load

CRM-16983 Dynamically load the content of Message templates in CiviMail when se…

8 years agoMerge pull request #6468 from eileenmcnaughton/CRM-17010
Eileen McNaughton [Tue, 11 Aug 2015 21:42:04 +0000 (09:42 +1200)]
Merge pull request #6468 from eileenmcnaughton/CRM-17010

CRM-17010 add data info to price-set-class

8 years agoMove to getsingle api and associated changes
Seamus Lee [Tue, 11 Aug 2015 21:11:56 +0000 (21:11 +0000)]
Move to getsingle api and associated changes

8 years agoRemoved word "Occupied" from Country PS
shawnholt [Tue, 11 Aug 2015 21:06:42 +0000 (17:06 -0400)]
Removed word "Occupied" from Country PS

8 years agoCRM-16996 instead of requiring a financial_type_id when a priceset is selected use...
eileenmcnaugton [Tue, 11 Aug 2015 12:34:53 +0000 (00:34 +1200)]
CRM-16996 instead of requiring a financial_type_id when a priceset is selected use the price set one

8 years agoMerge pull request #6473 from colemanw/CRM-16809
Eileen McNaughton [Tue, 11 Aug 2015 20:36:45 +0000 (08:36 +1200)]
Merge pull request #6473 from colemanw/CRM-16809

CRM-16809 - Don't generate qfKey for payment snippet

8 years agoCRM-16806 - Additional cleanup
Coleman Watts [Tue, 11 Aug 2015 19:12:30 +0000 (15:12 -0400)]
CRM-16806 - Additional cleanup

8 years agoMerge pull request #6177 from xurizaemon/CRM-16806
colemanw [Tue, 11 Aug 2015 19:03:16 +0000 (15:03 -0400)]
Merge pull request #6177 from xurizaemon/CRM-16806

CRM-16806: Validate supplied entity type.

8 years agoMerge branch '4.6' into master
Coleman Watts [Tue, 11 Aug 2015 17:16:51 +0000 (13:16 -0400)]
Merge branch '4.6' into master

Conflicts:
CRM/Member/Form/Membership.php

8 years agoMerge pull request #6462 from eileenmcnaughton/4.6
colemanw [Tue, 11 Aug 2015 17:16:13 +0000 (13:16 -0400)]
Merge pull request #6462 from eileenmcnaughton/4.6

CRM-16993 actual fix on not crashing when recurring is paid …

8 years agoMerge branch '4.6' into master
Coleman Watts [Tue, 11 Aug 2015 17:15:26 +0000 (13:15 -0400)]
Merge branch '4.6' into master

8 years agoCRM-16809 - Don't generate qfKey for payment snippet
Coleman Watts [Tue, 11 Aug 2015 15:02:06 +0000 (11:02 -0400)]
CRM-16809 - Don't generate qfKey for payment snippet

8 years agoMerge pull request #6472 from colemanw/CRM-16809
colemanw [Tue, 11 Aug 2015 14:40:40 +0000 (10:40 -0400)]
Merge pull request #6472 from colemanw/CRM-16809

CRM-16809 - Hide contribution submit buttons for paypal express

8 years agoCRM-16809 - Hide contribution submit buttons for paypal express
Coleman Watts [Tue, 11 Aug 2015 14:29:06 +0000 (10:29 -0400)]
CRM-16809 - Hide contribution submit buttons for paypal express

8 years agoCRM-16985: Inline edit LABEL on Option Value selector updates NAME instead
yashodha [Tue, 11 Aug 2015 13:09:35 +0000 (18:39 +0530)]
CRM-16985: Inline edit LABEL on Option Value selector updates NAME instead

----------------------------------------
* CRM-16985: Inline edit LABEL on Option Value selector updates NAME instead
  https://issues.civicrm.org/jira/browse/CRM-16985

8 years agoFormat fix
monishdeb [Tue, 11 Aug 2015 12:54:50 +0000 (18:24 +0530)]
Format fix

8 years agoCRM-16996 fix regression on form rule
eileenmcnaugton [Tue, 11 Aug 2015 12:10:15 +0000 (00:10 +1200)]
CRM-16996 fix regression on form rule

8 years agoCRM-17006 fix - Advanced search on radio custom fields broken
monishdeb [Tue, 11 Aug 2015 11:27:22 +0000 (16:57 +0530)]
CRM-17006 fix - Advanced search on radio custom fields broken

https://issues.civicrm.org/jira/browse/CRM-17006

8 years agoCRM-17010 add data info to price-set-class
eileenmcnaugton [Tue, 11 Aug 2015 05:46:37 +0000 (17:46 +1200)]
CRM-17010 add data info to price-set-class

8 years agoMerge pull request #6466 from seamuslee001/permisssion_fixup_4.6
colemanw [Tue, 11 Aug 2015 01:52:16 +0000 (21:52 -0400)]
Merge pull request #6466 from seamuslee001/permisssion_fixup_4.6

CRM-17003 Output Administer Multiple Organisation permission as an ar…

8 years agoMerge pull request #6339 from cividesk/Fortify_Fixes
Tim Otten [Tue, 11 Aug 2015 01:24:01 +0000 (18:24 -0700)]
Merge pull request #6339 from cividesk/Fortify_Fixes

Fortify fixes

8 years agoCRM-17003 Output Administer Multiple Organisation permission as an array not as string
Seamus Lee [Mon, 10 Aug 2015 21:38:47 +0000 (21:38 +0000)]
CRM-17003 Output Administer Multiple Organisation permission as an array not as string

8 years agoCRM-13823 - Remove unused file
Coleman Watts [Mon, 10 Aug 2015 18:10:29 +0000 (14:10 -0400)]
CRM-13823 - Remove unused file

8 years agoMerge https://github.com/civicrm/civicrm-core/pull/6276
Coleman Watts [Mon, 10 Aug 2015 17:07:43 +0000 (13:07 -0400)]
Merge https://github.com/civicrm/civicrm-core/pull/6276

Conflicts:
CRM/Upgrade/Incremental/sql/4.7.alpha1.mysql.tpl

8 years agoMerge pull request #6465 from colemanw/CRM-16689
colemanw [Mon, 10 Aug 2015 16:43:48 +0000 (12:43 -0400)]
Merge pull request #6465 from colemanw/CRM-16689

CRM-16689 - Add case number to unclosed case autocomplete results

8 years agoCRM-16689 - Add case number to unclosed case autocomplete results
Coleman Watts [Mon, 10 Aug 2015 16:37:43 +0000 (12:37 -0400)]
CRM-16689 - Add case number to unclosed case autocomplete results

8 years agoMerge pull request #6459 from yashodha/CRM-12081
Yashodha Chaku [Mon, 10 Aug 2015 12:43:12 +0000 (18:13 +0530)]
Merge pull request #6459 from yashodha/CRM-12081

CRM-12081: Label on field is wrong for recurring contributions

8 years agoMerge pull request #6460 from yashodha/CRM-16943
Yashodha Chaku [Mon, 10 Aug 2015 11:52:11 +0000 (17:22 +0530)]
Merge pull request #6460 from yashodha/CRM-16943

notice fix

8 years agoCRM-16993 avoid fatal when line items are created & then altered to completed
eileenmcnaugton [Mon, 10 Aug 2015 04:17:01 +0000 (16:17 +1200)]
CRM-16993 avoid fatal when line items are created & then altered to completed

8 years agoWebtests and improvisations
monishdeb [Mon, 10 Aug 2015 10:31:22 +0000 (16:01 +0530)]
Webtests and improvisations

8 years agoCRM-14536 fix - Free Membership still submits to payment processor
monishdeb [Fri, 7 Aug 2015 17:43:07 +0000 (23:13 +0530)]
CRM-14536 fix - Free Membership still submits to payment processor

https://issues.civicrm.org/jira/browse/CRM-14536

8 years agoMerge remote-tracking branch 'upstream/4.6' into 4.6-master-2015-08-10-15-41-33
Kurund Jalmi [Mon, 10 Aug 2015 10:14:07 +0000 (15:44 +0530)]
Merge remote-tracking branch 'upstream/4.6' into 4.6-master-2015-08-10-15-41-33

8 years agoMerge pull request #6456 from eileenmcnaughton/CRM-16993
Eileen McNaughton [Mon, 10 Aug 2015 10:05:24 +0000 (22:05 +1200)]
Merge pull request #6456 from eileenmcnaughton/CRM-16993

CRM-16993 Back-office membership form: fix fatal on recur with instant processor

8 years agoMerge pull request #6455 from eileenmcnaughton/master
Eileen McNaughton [Mon, 10 Aug 2015 07:45:53 +0000 (19:45 +1200)]
Merge pull request #6455 from eileenmcnaughton/master

CRM-16692 follow-up fix, move assumptions back to calling-form

8 years agoMerge pull request #6458 from totten/4.6-toxic-list
Tim Otten [Mon, 10 Aug 2015 07:08:17 +0000 (00:08 -0700)]
Merge pull request #6458 from totten/4.6-toxic-list

INFRA-142 - Add .toxic.json

8 years agoINFRA-142 - distmaker - (Precaution) Exclude .toxic.json
Tim Otten [Mon, 10 Aug 2015 06:27:38 +0000 (23:27 -0700)]
INFRA-142 - distmaker - (Precaution) Exclude .toxic.json

This file shouldn't show up in the root (since dm_install_core uses a
whitelist), but if we add it to other repos, it could show there.

8 years agonotice fix
yashodha [Mon, 10 Aug 2015 06:15:27 +0000 (11:45 +0530)]
notice fix

8 years agoCRM-12081: Label on field is wrong for recurring contributions
yashodha [Mon, 10 Aug 2015 06:03:09 +0000 (11:33 +0530)]
CRM-12081: Label on field is wrong for recurring contributions

----------------------------------------
* CRM-12081: Label on field is wrong for recurring contributions
  https://issues.civicrm.org/jira/browse/CRM-12081