Skip to end of metadata
Go to start of metadata

from manish

Search Builder (Testing by Abhilasha )
====================

1) if search criteria for State = 1004 or California ... then result ..
Found 3 contacts

  • State = "California" ... AND ...
  • Contact Type - 'Individual'

if search criteria for State = CA .. then the result ...
No matches found for:

  • State = "CA" ... AND ...
  • Contact Type - 'Individual'
    (same is the case for Country)

This is expected behavior for the first version of Search Builder

2) if search criteria for Group(s) = 1 then result ..
Found 18 contacts

  • Member of Group = Newsletter Subscribers ... AND ...
  • Group Status - "Added" ... AND ...
  • Contact Type - 'Individual'
    if search criteria for Group(s) = Newsletter Subscribers .. then DB Error ..
    (same is case for tag(s) )

Kurund, can u make sure that group/tags are only integers or sets of integers if IN clause in specified - done

3) if searched "last name like 'ad'" then result "No Contacts Found"
and if searched "last name not like 'ad'" then result "75 contacts found" (all individuals).. the contacts searched also contains "Adams"

Expected behavior, u should search for last name like ad% to find people like adams

4) search criteria "household - phone - home - mobile - 30883318" works correct but
"household - phone - primary - mobile - 30883318" gives no contact found .. (for the contact found with first criteria is having home as primary ..hence expecting at least the same contact)

Could not reproduce, i got this to work as expected

5) search criteria "household - phone - home - mobile - in - 30883318, 46696523" gives database error (there are two contacts having these mobile no .. )
FIXED, syntax is IN ( 'XXXX', 'YYYY' )

********************************************************************************************************
Profile (Testing by Abhilasha)
========================
1) "my account" link is showing wrong contact information (but link at the bottom of the page for viewing contact record shows correct record.. contact no 101)
Could not reproduce

********************************************************************************************************
Export (Testing by Yashodha)
========================
1. Custom data export not working at all.
Could not reproduce

2. When I select some records from the Selector, then export them on the basis of selected fields, then I choose custom fields(Marital Status, etc), then it gives the following warning.
warning: Invalid argument supplied for foreach() in /home/yashodha/svn/civicrm/CRM/Contact/BAO/Query.php on line 882.
Could not reproduce

*******************************************************************************************************
Import (Testing by Yashodha) Anil, can u take a look at this, since u r the import czar- Fixed
========================
1. If I import improper fields in case of Households, like instead of values '1/0' in 'DO NOT PHONE', etc I give text values,
then it imports value 0 in the record entry. No error reported in Import_Error.csv .. (shld it be reported.. ??)
2. The same thing is happening for the 'Birthdate'.
i choose 'yyyy-mm-dd' format from the "Upload Data" Page and in csv file the values for date were in wrong format (like yyyy or some text).. then no errors reported.
3. While importing I choose 'mm/dd/yy' or 'mm/dd/yyyy' or 'Month dd, yyyy' or 'dd-mon-yy'
format options, the Birthdate field displays "Array" (contact / page / view) instead of the Date.
In d/b, it stores 0000-00-00 in the DoB field.
4. While importing custom data fields for a particular record,
the relationship doesn't get imported properly if the custom data field is a Date. (correct relationship imported for other custom fields)
5. When I import any individual record having relationship with another individual,
and in case the related individual is incomplete say, only has First name
then the related individual record is not imported.
No errors are reported (Import_Error.csv). Rest of the fields are imported properly

**********************************************************************************************************

Advanced Search (Testing by Rupam)
===============================
1. Search Criteria "pincode - 231225" , search result shows blank page (total blank screen) - fixed
2. In advance search, pincode is not working when searched by range.
Displays contacts that do not have pincode or that fall out of range. - fixed
3. Activity Type is not working. When given email , shows
No matches found for:

  • Activity Type email - '='

same for phonecall, event. - fixed

4. search for voter Info, GOTV Experience with valid values(values exists in the database).Search result ..
No matches found. Suggestions: 

  • check your spelling
  • try a different spelling or use fewer letters
  • if you are searching within a Group or for Tagged contacts, try 'any group' or 'any tag'
  • add a New Individual, Organization or Household
  • make sure you have enough privileges in the access control system - fixed

5. In Administer CiviCRM, Custom Data, Make a new Custom Data Group with the fields of type Alphanumeric - checkbox type.
(entered value for these fields) - fixed
search result -
No matches found. Suggestions:

  • check your spelling
  • try a different spelling or use fewer letters
  • if you are searching within a Group or for Tagged contacts, try 'any group' or 'any tag'
  • add a New Individual, Organization or Household
  • make sure you have enough privileges in the access control system

6) Alphanumeric - multiselect type .
search result :
No matches found. Suggestions: - fixed

  • check your spelling
  • try a different spelling or use fewer letters
  • if you are searching within a Group or for Tagged contacts, try 'any group' or 'any tag'
  • add a New Individual, Organization or Household
  • make sure you have enough privileges in the access control system

7) Integer, text, search by range the following error appears

warning: Invalid argument supplied for foreach() in /home/rupam/sWhen/civicrm/CRM/Contact/BAO/Query.php on line 882.

warning: Invalid argument supplied for foreach() in /home/rupam/sWhen/civicrm/CRM/Contact/BAO/Query.php on line 882.

warning: Cannot modify header information - headers already sent by (output started at /opt/apache2/htdocs/drupal-4.6.4/includes/common.inc:384) in /home/rupam/sWhen/civicrm/CRM/Utils/System.php on line 388.  - fixed

8) Number, text, search by range,the following error appears

warning: Invalid argument supplied for foreach() in /home/rupam/sWhen/civicrm/CRM/Contact/BAO/Query.php on line 882.

warning: Invalid argument supplied for foreach() in /home/rupam/sWhen/civicrm/CRM/Contact/BAO/Query.php on line 882.

warning: Cannot modify header information - headers already sent by (output started at /opt/apache2/htdocs/drupal-4.6.4/includes/common.inc:384) in /home/rupam/sWhen/civicrm/CRM/Utils/System.php on line 388. - fixed

9) Note, textarea type .When searched,shows no result.  - fixed
No matches found. Suggestions:

  • check your spelling
  • try a different spelling or use fewer letters
  • if you are searching within a Group or for Tagged contacts, try 'any group' or 'any tag'
  • add a New Individual, Organization or Household
  • make sure you have enough privileges in the access control system 

10) country, select country type .When searched,shows blank page - fixed
11) File, file When searched shows all the contact. -fixed (you cannot make file type searcable)

***********************************************************************************************************************
Profile (Testing by Rupam)
======================
1) Doubt in "save and new" of New Individual.
Click New Individual, Fill the form, click Save and New. it shows the previously filled individual page and not the new individual form fixed (deepak)
2) profile preview is not showing correctly (create new profile and keep location type as primary .. then no preview .. for other location type working perfectly .. ) couldn't replicate (deepak)
3) Preferred Communication Method(Individual)->preview->shows dropdown (it is group of checkboxes) -fixed (deepak)
4) Preferred Mail Format(Individual)->preview->shows dropdown with single value "Array" .. -fixed (deepak)

************************************
IMPORT (Yashodha)
=================

  1. When I import any individual record having relationship with another individual, and in case the related individual is incomplete say, only has First name, then the related individual record is not imported. No errors are reported (in the last step of Import). Rest of the fields are imported properly

************************************
Permissioning (Yashodha)
=================

  1. Import functionality works even if I don't give 'import contacts' permission. In fact, Contacts and Activity History should not be present in the blocks in the first place. Could not reproduce
  2. In case I enable only 'view contacts in Summer Program Volunteers' in access control permission, then it just shows 'Advisory Board' and 'Summer Program Volunteers' in the group drop down while search. could not reproduce, check permissions again

    from dgg

  • Configure online contribution page-->Thankyou and receipt: Thankyou footer is currently required and should not be. Fixed
  • Online Contribution page (contribute/transact) is NOT rendering the CiviMember Membership section even though it is enabled in Configure Onlin Contrib page (e.g civicrm_membership_block record exists for this contrib page). The specific use case is..contribution amount block disabled, no premiums (altho not sure if this matters). Anil, can u take a look (could'nt Reproduce)
  • My Account/View of Profile fields - the labels are showing but the data is not and Profile title is showing twice. Data issue fixed, profile title showing twice also fixed
  • Bug: we get javascript show/hide errors on Edit.php when there are form validation errors (i.e. invalid email address) could not reproduce
  • profile searching requires wildcards. this is probably not ok.
  • contact.home_URL - if exposed in profile (selector and detail) should be href to that URL. fixed
  • dashboard - Done button on View Activity needs userContext set so can return to Dashboard fixed
  • user/1 (view user) - profile title (Constituent Info) is repeated ?? is this true in 1.4? yes, true in 1.4 on 4.7, fixed in 1.5
  • make sure single location if marked Primary by default (elin)
  • check/fix Contribution Total (n/a)?? on contact/view (Basic.tpl) fixed
  • manage premiums is broken (Name, Name in alt for image, image upload) name issue fixed
  • need to test limited access view of a smart group (make sure permisssion of "view XXX group" limits access as it should) [possible amanda reported bug] bioneers reported this bug and has been using this feature, so now it is fixed in 1.4 (and 1.5)
  • member export - can we "easily" include primary location info (address, email...)? anil, can u take a look at contribute export, i just did this, and do something similar
  • need to test a few cases with membership status update script, and implementation of biz rules for setting status based on civicrm_membership_status (DB) values.
  • during contribution if smtp server is not configured correctly it should give proper error message. this is a bit more difficult since the smtp stuff is done deep within some pear code, we check from simple things like smtp server not set etc, but bad username/password is a more difficult issue
Labels:

Creative Commons License
Except where otherwise noted, content on this site is licensed under a Creative Commons Attribution-Share Alike 3.0 United States Licence.