Case Type refactoring
authorAdam Roses Wight <awight@wikimedia.org>
Tue, 29 Apr 2014 21:45:21 +0000 (14:45 -0700)
committerAdam Roses Wight <awight@wikimedia.org>
Thu, 1 May 2014 23:24:42 +0000 (16:24 -0700)
commit8ffdec1716359d3e71a8c89c5a7142c8422dbefa
tree83dc8bf26b5ee613cd0cd41550cddb1b69377d48
parentfc9e7e517117432196a452183e9648efc81e33a7
Case Type refactoring

TODO:
* Test code paths not covered by units.

CRM-14473: Migrate case-types from OptionGroup to new table
25 files changed:
CRM/Admin/Form/CaseType.php [new file with mode: 0644]
CRM/Admin/Page/CaseType.php [new file with mode: 0644]
CRM/Case/BAO/Case.php
CRM/Case/BAO/CaseType.php [new file with mode: 0644]
CRM/Case/BAO/Query.php
CRM/Case/Form/Activity/ChangeCaseStartDate.php
CRM/Case/Form/Activity/ChangeCaseType.php
CRM/Case/Form/Activity/OpenCase.php
CRM/Case/Form/Case.php
CRM/Case/Form/CaseView.php
CRM/Case/Info.php
CRM/Case/Page/AJAX.php
CRM/Case/PseudoConstant.php
CRM/Case/XMLProcessor/Process.php
CRM/Case/xml/HRD/HRD.mysql
CRM/Case/xml/Menu/Case.xml
CRM/Case/xml/configuration.sample/SampleConfig.mysql
api/v3/Case.php
templates/CRM/Admin/Form/CaseType.tpl [new file with mode: 0644]
templates/CRM/Admin/Page/CaseType.tpl [new file with mode: 0644]
tests/phpunit/CRM/Case/AllTests.php [new file with mode: 0644]
tests/phpunit/CRM/Case/BAO/CaseTest.php [new file with mode: 0644]
tests/phpunit/CRM/Case/PseudoConstantTest.php [new file with mode: 0644]
tests/phpunit/api/v3/CaseTest.php
tests/phpunit/api/v3/dataset/case_types.xml [new file with mode: 0644]