checking for parent object_type for any attribute_name when searching for an id (not just email) and removing ams::package_id proc because it was useless
fixing references to party_id that were not - in search condition types is not an id, its the reference to the party_id column, which might be o.organization_id, or p.person_id or parties.party_id, etc.
removing re-added contact::special_attributes procs because they were moved to to callbacks in the contacts-callback-procs.tcl file, also cleaning up flush proc and making it much cleaner.
Adding ability to delete items from a contacts history which includes a new table. There is an associated parameter DeleteHistoryPermission that controls who can delete history items. Admins can automatically delete any history item.
adding contact::search::query_clauses callback to contact::search::query_clause to let sites customize how text entry queries on the main contacts page are handled
Escapte title so its evaluated in the proper place instead of regsub since evaluation the var at the correct level is safer (and consistnet with the rest of the code in assessment package.)