Afform - Rename blocks and joins for clarity
authorColeman Watts <coleman@civicrm.org>
Sun, 22 Aug 2021 21:32:30 +0000 (17:32 -0400)
committerColeman Watts <coleman@civicrm.org>
Mon, 23 Aug 2021 17:01:52 +0000 (13:01 -0400)
commitfa8dc3f254da2ec907dec920a4149da2b96f80b4
tree5f1e1987ed6f7c1f7a56834d893fbcd6c45f6a8b
parent975b26b320242d2d9944b0a5fced7240c09e352b
Afform - Rename blocks and joins for clarity

Renames the ambiguously named "block" and "join" afform properties,
and changes the naming convention to "af{type}-title-munged".
31 files changed:
ext/afform/admin/Civi/Api4/Action/Afform/LoadAdminData.php
ext/afform/admin/ang/afGuiEditor/afGuiEditor.component.js
ext/afform/admin/ang/afGuiEditor/afGuiEntity.component.js
ext/afform/admin/ang/afGuiEditor/elements/afGuiContainer.component.js
ext/afform/core/CRM/Afform/AfformScanner.php
ext/afform/core/CRM/Afform/Upgrader.php [new file with mode: 0644]
ext/afform/core/CRM/Afform/Upgrader/Base.php [new file with mode: 0644]
ext/afform/core/Civi/Afform/AfformMetadataInjector.php
ext/afform/core/Civi/Api4/Action/Afform/Get.php
ext/afform/core/Civi/Api4/Afform.php
ext/afform/core/Civi/Api4/Utils/AfformSaveTrait.php
ext/afform/core/ang/afblockContactAddress.aff.html [moved from ext/afform/core/ang/afjoinAddressDefault.aff.html with 100% similarity]
ext/afform/core/ang/afblockContactAddress.aff.json [new file with mode: 0644]
ext/afform/core/ang/afblockContactEmail.aff.html [moved from ext/afform/core/ang/afjoinEmailDefault.aff.html with 100% similarity]
ext/afform/core/ang/afblockContactEmail.aff.json [new file with mode: 0644]
ext/afform/core/ang/afblockContactIM.aff.html [moved from ext/afform/core/ang/afjoinIMDefault.aff.html with 100% similarity]
ext/afform/core/ang/afblockContactIM.aff.json [new file with mode: 0644]
ext/afform/core/ang/afblockContactPhone.aff.html [moved from ext/afform/core/ang/afjoinPhoneDefault.aff.html with 100% similarity]
ext/afform/core/ang/afblockContactPhone.aff.json [new file with mode: 0644]
ext/afform/core/ang/afblockContactWebsite.aff.html [moved from ext/afform/core/ang/afjoinWebsiteDefault.aff.html with 100% similarity]
ext/afform/core/ang/afblockContactWebsite.aff.json [new file with mode: 0644]
ext/afform/core/ang/afblockNameHousehold.aff.json
ext/afform/core/ang/afblockNameIndividual.aff.json
ext/afform/core/ang/afblockNameOrganization.aff.json
ext/afform/core/ang/afjoinAddressDefault.aff.json [deleted file]
ext/afform/core/ang/afjoinEmailDefault.aff.json [deleted file]
ext/afform/core/ang/afjoinIMDefault.aff.json [deleted file]
ext/afform/core/ang/afjoinPhoneDefault.aff.json [deleted file]
ext/afform/core/ang/afjoinWebsiteDefault.aff.json [deleted file]
ext/afform/mock/tests/phpunit/api/v4/AfformContactUsageTest.php
ext/afform/mock/tests/phpunit/api/v4/AfformCustomFieldUsageTest.php