CiviGrant - Move CRM & API code from core to extension
authorColeman Watts <coleman@civicrm.org>
Fri, 12 Nov 2021 14:30:29 +0000 (09:30 -0500)
committerColeman Watts <coleman@civicrm.org>
Mon, 10 Jan 2022 17:24:28 +0000 (12:24 -0500)
commit0b9002f7fcd259130623e9cac54a1ff5b31922cd
tree96da84eb69a8c1dabc04aa0fb80323caca12ec41
parent34066907c301409575e1be11bc933cf0195ffafc
CiviGrant - Move CRM & API code from core to extension
36 files changed:
ext/civigrant/CRM/Grant/BAO/Grant.php [moved from CRM/Grant/BAO/Grant.php with 100% similarity]
ext/civigrant/CRM/Grant/BAO/Query.php [moved from CRM/Grant/BAO/Query.php with 100% similarity]
ext/civigrant/CRM/Grant/Controller/Search.php [moved from CRM/Grant/Controller/Search.php with 100% similarity]
ext/civigrant/CRM/Grant/DAO/Grant.php [moved from CRM/Grant/DAO/Grant.php with 100% similarity]
ext/civigrant/CRM/Grant/Export/Form/Map.php [moved from CRM/Grant/Export/Form/Map.php with 100% similarity]
ext/civigrant/CRM/Grant/Export/Form/Select.php [moved from CRM/Grant/Export/Form/Select.php with 100% similarity]
ext/civigrant/CRM/Grant/Form/Grant.php [moved from CRM/Grant/Form/Grant.php with 100% similarity]
ext/civigrant/CRM/Grant/Form/GrantView.php [moved from CRM/Grant/Form/GrantView.php with 100% similarity]
ext/civigrant/CRM/Grant/Form/Search.php [moved from CRM/Grant/Form/Search.php with 100% similarity]
ext/civigrant/CRM/Grant/Form/Task.php [moved from CRM/Grant/Form/Task.php with 100% similarity]
ext/civigrant/CRM/Grant/Form/Task/Delete.php [moved from CRM/Grant/Form/Task/Delete.php with 100% similarity]
ext/civigrant/CRM/Grant/Form/Task/Print.php [moved from CRM/Grant/Form/Task/Print.php with 100% similarity]
ext/civigrant/CRM/Grant/Form/Task/Result.php [moved from CRM/Grant/Form/Task/Result.php with 100% similarity]
ext/civigrant/CRM/Grant/Form/Task/Update.php [moved from CRM/Grant/Form/Task/Update.php with 100% similarity]
ext/civigrant/CRM/Grant/Info.php [moved from CRM/Grant/Info.php with 100% similarity]
ext/civigrant/CRM/Grant/Page/DashBoard.php [moved from CRM/Grant/Page/DashBoard.php with 100% similarity]
ext/civigrant/CRM/Grant/Page/Tab.php [moved from CRM/Grant/Page/Tab.php with 100% similarity]
ext/civigrant/CRM/Grant/Selector/Search.php [moved from CRM/Grant/Selector/Search.php with 100% similarity]
ext/civigrant/CRM/Grant/StateMachine/Search.php [moved from CRM/Grant/StateMachine/Search.php with 100% similarity]
ext/civigrant/CRM/Grant/Task.php [moved from CRM/Grant/Task.php with 100% similarity]
ext/civigrant/Civi/Api4/Grant.php [moved from Civi/Api4/Grant.php with 100% similarity]
ext/civigrant/api/v3/Grant.php [moved from api/v3/Grant.php with 100% similarity]
ext/civigrant/templates/CRM/Grant/Form/Grant.tpl [moved from templates/CRM/Grant/Form/Grant.tpl with 100% similarity]
ext/civigrant/templates/CRM/Grant/Form/GrantView.tpl [moved from templates/CRM/Grant/Form/GrantView.tpl with 100% similarity]
ext/civigrant/templates/CRM/Grant/Form/Search.tpl [moved from templates/CRM/Grant/Form/Search.tpl with 100% similarity]
ext/civigrant/templates/CRM/Grant/Form/Search/AdvancedSearchPane.tpl [moved from templates/CRM/Grant/Form/Search/AdvancedSearchPane.tpl with 100% similarity]
ext/civigrant/templates/CRM/Grant/Form/Search/Common.tpl [moved from templates/CRM/Grant/Form/Search/Common.tpl with 100% similarity]
ext/civigrant/templates/CRM/Grant/Form/Search/EmptyResults.tpl [moved from templates/CRM/Grant/Form/Search/EmptyResults.tpl with 100% similarity]
ext/civigrant/templates/CRM/Grant/Form/Selector.tpl [moved from templates/CRM/Grant/Form/Selector.tpl with 100% similarity]
ext/civigrant/templates/CRM/Grant/Form/Task.tpl [moved from templates/CRM/Grant/Form/Task.tpl with 100% similarity]
ext/civigrant/templates/CRM/Grant/Form/Task/Delete.tpl [moved from templates/CRM/Grant/Form/Task/Delete.tpl with 100% similarity]
ext/civigrant/templates/CRM/Grant/Form/Task/Print.tpl [moved from templates/CRM/Grant/Form/Task/Print.tpl with 100% similarity]
ext/civigrant/templates/CRM/Grant/Form/Task/Update.tpl [moved from templates/CRM/Grant/Form/Task/Update.tpl with 100% similarity]
ext/civigrant/templates/CRM/Grant/Page/DashBoard.tpl [moved from templates/CRM/Grant/Page/DashBoard.tpl with 100% similarity]
ext/civigrant/templates/CRM/Grant/Page/Tab.tpl [moved from templates/CRM/Grant/Page/Tab.tpl with 100% similarity]
ext/civigrant/xml/Menu/Grant.xml [moved from CRM/Grant/xml/Menu/Grant.xml with 100% similarity]