CRM-19464 Enable use of 'Supplemental Address 3'
authorAidan Saunders <aidan.saunders@squiffle.uk>
Fri, 17 Feb 2017 23:27:32 +0000 (23:27 +0000)
committerAidan Saunders <aidan.saunders@squiffle.uk>
Fri, 14 Apr 2017 20:08:56 +0000 (21:08 +0100)
commit207f62c6ad373f35b3f06fc42dd1a2fa2a1b988e
tree1e908e12f9f4d2a18519f5b4d6b54bcd1c7f584d
parentf4feacb0fdaeb6e1eb164f2341d82854da8b0f50
CRM-19464 Enable use of 'Supplemental Address 3'

In some situations, the address format is too limited.  The 'Supplemental Address 3'
already exists in the schema but was not exposed to the GUI.

This touches many files but the changes are fairly simple.  Wherever 'Supplemental Address 2'
existed, there is now a 'Supplemental Address 3' as well.
58 files changed:
CRM/Contact/BAO/Contact/Location.php
CRM/Contact/BAO/Query.php
CRM/Contact/Form/Edit/Address.php
CRM/Contact/Form/Search/Criteria.php
CRM/Contact/Page/View/Vcard.php
CRM/Contribute/Form/Task/Invoice.php
CRM/Core/BAO/Address.php
CRM/Core/BAO/Mapping.php
CRM/Core/BAO/UFGroup.php
CRM/Core/DAO/Address.php
CRM/Core/DAO/AllCoreTables.data.php
CRM/Core/Page/AJAX/Location.php
CRM/Event/BAO/Event.php
CRM/Export/BAO/Export.php
CRM/Report/Form.php
CRM/Report/Form/Extended.php
CRM/UF/Form/Preview.php
CRM/Utils/Address.php
CRM/Utils/DeprecatedUtils.php
api/v3/Contact.php
api/v3/Domain.php
api/v3/examples/Activity/ReturnAssigneeContact.php
api/v3/examples/Contact/APIChainedArray.php
api/v3/examples/Contact/APIChainedArrayFormats.php
api/v3/examples/Contact/APIChainedArrayMultipleCustom.php
api/v3/examples/Contact/Get.php
api/v3/examples/Contact/GetSingleContact.php
api/v3/examples/Contact/GroupFilterUsingContactAPI.php
api/v3/examples/Contact/NestedReplaceEmail.php
api/v3/examples/Domain/Get.php
api/v3/examples/Mailing/GetTokens.php
api/v3/examples/Setting/GetDefaults.php
api/v3/examples/Setting/GetFields.php
api/v3/examples/Setting/Revert.php
settings/Core.setting.php
sql/civicrm_generated.mysql
templates/CRM/Admin/Form/Preferences/Address.hlp
templates/CRM/Contact/Form/Edit/Address/supplemental_address_3.tpl [new file with mode: 0644]
templates/CRM/Contact/Form/OnBehalfOf.tpl
templates/CRM/Contact/Form/Search/Criteria/Location.tpl
templates/CRM/Event/Cart/Form/Checkout/ThankYou.tpl
tests/phpunit/CRM/Contact/BAO/ContactTest.php
tests/phpunit/CRM/Contact/SelectorTest.php
tests/phpunit/CRM/Core/BAO/AddressTest.php
tests/phpunit/CRM/Core/BAO/LocationTest.php
tests/phpunit/CiviTest/CiviUnitTestCase.php
tests/phpunit/WebTest/Contact/AdvancedSearchTest.php
tests/phpunit/WebTest/Contact/SearchBuilderTest.php
tests/phpunit/WebTest/Event/MultiprofileEventTest.php
tests/phpunit/WebTest/Import/SavedMappingTest.php
tests/phpunit/api/v3/ProfileTest.php
tests/phpunit/api/v3/SettingTest.php
tools/scripts/solr/createSolrJSON.php
tools/scripts/solr/createSolrXML.php
tools/scripts/solr/createSyncJSON.php
tools/scripts/solr/schema.xml
xml/schema/Core/Address.xml
xml/templates/civicrm_data.tpl