|
1840 | 1840 | 'PhabricatorProjectCustomFieldStorage' => 'applications/project/storage/PhabricatorProjectCustomFieldStorage.php',
|
1841 | 1841 | 'PhabricatorProjectCustomFieldStringIndex' => 'applications/project/storage/PhabricatorProjectCustomFieldStringIndex.php',
|
1842 | 1842 | 'PhabricatorProjectDAO' => 'applications/project/storage/PhabricatorProjectDAO.php',
|
| 1843 | + 'PhabricatorProjectDescriptionField' => 'applications/project/customfield/PhabricatorProjectDescriptionField.php', |
1843 | 1844 | 'PhabricatorProjectEditorTestCase' => 'applications/project/editor/__tests__/PhabricatorProjectEditorTestCase.php',
|
1844 | 1845 | 'PhabricatorProjectHistoryController' => 'applications/project/controller/PhabricatorProjectHistoryController.php',
|
1845 | 1846 | 'PhabricatorProjectListController' => 'applications/project/controller/PhabricatorProjectListController.php',
|
|
1855 | 1856 | 'PhabricatorProjectQuery' => 'applications/project/query/PhabricatorProjectQuery.php',
|
1856 | 1857 | 'PhabricatorProjectSearchEngine' => 'applications/project/query/PhabricatorProjectSearchEngine.php',
|
1857 | 1858 | 'PhabricatorProjectSearchIndexer' => 'applications/project/search/PhabricatorProjectSearchIndexer.php',
|
| 1859 | + 'PhabricatorProjectStandardCustomField' => 'applications/project/customfield/PhabricatorProjectStandardCustomField.php', |
1858 | 1860 | 'PhabricatorProjectStatus' => 'applications/project/constants/PhabricatorProjectStatus.php',
|
1859 | 1861 | 'PhabricatorProjectTestDataGenerator' => 'applications/project/lipsum/PhabricatorProjectTestDataGenerator.php',
|
1860 | 1862 | 'PhabricatorProjectTransaction' => 'applications/project/storage/PhabricatorProjectTransaction.php',
|
|
4574 | 4576 | 'PhabricatorProjectConfigOptions' => 'PhabricatorApplicationConfigOptions',
|
4575 | 4577 | 'PhabricatorProjectConfiguredCustomField' =>
|
4576 | 4578 | array(
|
4577 |
| - 0 => 'PhabricatorProjectCustomField', |
| 4579 | + 0 => 'PhabricatorProjectStandardCustomField', |
4578 | 4580 | 1 => 'PhabricatorStandardCustomFieldInterface',
|
4579 | 4581 | ),
|
4580 | 4582 | 'PhabricatorProjectController' => 'PhabricatorController',
|
|
4584 | 4586 | 'PhabricatorProjectCustomFieldStorage' => 'PhabricatorCustomFieldStorage',
|
4585 | 4587 | 'PhabricatorProjectCustomFieldStringIndex' => 'PhabricatorCustomFieldStringIndexStorage',
|
4586 | 4588 | 'PhabricatorProjectDAO' => 'PhabricatorLiskDAO',
|
| 4589 | + 'PhabricatorProjectDescriptionField' => 'PhabricatorProjectStandardCustomField', |
4587 | 4590 | 'PhabricatorProjectEditorTestCase' => 'PhabricatorTestCase',
|
4588 | 4591 | 'PhabricatorProjectHistoryController' => 'PhabricatorProjectController',
|
4589 | 4592 | 'PhabricatorProjectListController' =>
|
|
4603 | 4606 | 'PhabricatorProjectQuery' => 'PhabricatorCursorPagedPolicyAwareQuery',
|
4604 | 4607 | 'PhabricatorProjectSearchEngine' => 'PhabricatorApplicationSearchEngine',
|
4605 | 4608 | 'PhabricatorProjectSearchIndexer' => 'PhabricatorSearchDocumentIndexer',
|
| 4609 | + 'PhabricatorProjectStandardCustomField' => |
| 4610 | + array( |
| 4611 | + 0 => 'PhabricatorProjectCustomField', |
| 4612 | + 1 => 'PhabricatorStandardCustomFieldInterface', |
| 4613 | + ), |
4606 | 4614 | 'PhabricatorProjectTestDataGenerator' => 'PhabricatorTestDataGenerator',
|
4607 | 4615 | 'PhabricatorProjectTransaction' => 'PhabricatorApplicationTransaction',
|
4608 | 4616 | 'PhabricatorProjectTransactionEditor' => 'PhabricatorApplicationTransactionEditor',
|
|
0 commit comments