Move core/framework code under `./core`
authorTim Otten <totten@civicrm.org>
Fri, 8 Feb 2019 22:42:47 +0000 (17:42 -0500)
committerCiviCRM <info@civicrm.org>
Wed, 16 Sep 2020 02:13:17 +0000 (19:13 -0700)
commit0884ca2fb993e4875b9c4ad767d5fef5c32239f0
tree60adeb97fa1b55baad33ebbcf064736febc2c429
parent3724db1c0ab1a53b998fb14a1fccab549bb01651
Move core/framework code under `./core`
30 files changed:
ext/afform/core/CRM/Afform/AfformScanner.php [moved from ext/afform/CRM/Afform/AfformScanner.php with 100% similarity]
ext/afform/core/CRM/Afform/ArrayHtml.php [moved from ext/afform/CRM/Afform/ArrayHtml.php with 100% similarity]
ext/afform/core/CRM/Afform/Page/AfformBase.php [moved from ext/afform/CRM/Afform/Page/AfformBase.php with 100% similarity]
ext/afform/core/Civi/Api4/Action/Afform/Create.php [moved from ext/afform/Civi/Api4/Action/Afform/Create.php with 100% similarity]
ext/afform/core/Civi/Api4/Action/Afform/Delete.php [moved from ext/afform/Civi/Api4/Action/Afform/Delete.php with 100% similarity]
ext/afform/core/Civi/Api4/Action/Afform/Get.php [moved from ext/afform/Civi/Api4/Action/Afform/Get.php with 100% similarity]
ext/afform/core/Civi/Api4/Action/Afform/GetFields.php [moved from ext/afform/Civi/Api4/Action/Afform/GetFields.php with 100% similarity]
ext/afform/core/Civi/Api4/Action/Afform/Revert.php [moved from ext/afform/Civi/Api4/Action/Afform/Revert.php with 100% similarity]
ext/afform/core/Civi/Api4/Action/Afform/Update.php [moved from ext/afform/Civi/Api4/Action/Afform/Update.php with 100% similarity]
ext/afform/core/Civi/Api4/Afform.php [moved from ext/afform/Civi/Api4/Afform.php with 100% similarity]
ext/afform/core/Civi/Api4/Traits/AfformCrudTrait.php [moved from ext/afform/Civi/Api4/Traits/AfformCrudTrait.php with 100% similarity]
ext/afform/core/LICENSE.txt [new file with mode: 0644]
ext/afform/core/afform.civix.php [moved from ext/afform/afform.civix.php with 100% similarity]
ext/afform/core/afform.php [moved from ext/afform/afform.php with 100% similarity]
ext/afform/core/afform/examplepage/layout.html [moved from ext/afform/afform/examplepage/layout.html with 100% similarity]
ext/afform/core/afform/examplepage/meta.json [moved from ext/afform/afform/examplepage/meta.json with 100% similarity]
ext/afform/core/ang/afformCore.ang.php [moved from ext/afform/ang/afformCore.ang.php with 100% similarity]
ext/afform/core/ang/afformCore.js [moved from ext/afform/ang/afformCore.js with 100% similarity]
ext/afform/core/ang/afformCore/Api3Ctrl.js [moved from ext/afform/ang/afformCore/Api3Ctrl.js with 100% similarity]
ext/afform/core/ang/afformCore/Api3Ctrl.md [moved from ext/afform/ang/afformCore/Api3Ctrl.md with 100% similarity]
ext/afform/core/ang/afformCore/Api4Ctrl.js [moved from ext/afform/ang/afformCore/Api4Ctrl.js with 100% similarity]
ext/afform/core/ang/afformStandalone.ang.php [moved from ext/afform/ang/afformStandalone.ang.php with 100% similarity]
ext/afform/core/ang/afformStandalone.js [moved from ext/afform/ang/afformStandalone.js with 100% similarity]
ext/afform/core/ang/afformStandalone/PageCtrl.js [moved from ext/afform/ang/afformStandalone/PageCtrl.js with 100% similarity]
ext/afform/core/info.xml [moved from ext/afform/info.xml with 100% similarity]
ext/afform/core/phpunit.xml.dist [moved from ext/afform/phpunit.xml.dist with 100% similarity]
ext/afform/core/templates/CRM/Afform/Page/AfformBase.tpl [moved from ext/afform/templates/CRM/Afform/Page/AfformBase.tpl with 100% similarity]
ext/afform/core/templates/afform/AfformAngularModule.tpl [moved from ext/afform/templates/afform/AfformAngularModule.tpl with 100% similarity]
ext/afform/core/tests/phpunit/api/v4/AfformTest.php [moved from ext/afform/tests/phpunit/api/v4/AfformTest.php with 100% similarity]
ext/afform/core/tests/phpunit/bootstrap.php [moved from ext/afform/tests/phpunit/bootstrap.php with 100% similarity]