|
570 | 570 | 'PhabricatorApplicationProject' => 'applications/project/application/PhabricatorApplicationProject.php',
|
571 | 571 | 'PhabricatorApplicationSettings' => 'applications/settings/application/PhabricatorApplicationSettings.php',
|
572 | 572 | 'PhabricatorApplicationStatusView' => 'applications/meta/view/PhabricatorApplicationStatusView.php',
|
| 573 | + 'PhabricatorApplicationUIExamples' => 'applications/uiexample/application/PhabricatorApplicationUIExamples.php', |
573 | 574 | 'PhabricatorApplicationsListController' => 'applications/meta/controller/PhabricatorApplicationsListController.php',
|
574 | 575 | 'PhabricatorAuditActionConstants' => 'applications/audit/constants/PhabricatorAuditActionConstants.php',
|
575 | 576 | 'PhabricatorAuditAddCommentController' => 'applications/audit/controller/PhabricatorAuditAddCommentController.php',
|
|
1076 | 1077 | 'PhabricatorTypeaheadDatasourceController' => 'applications/typeahead/controller/PhabricatorTypeaheadDatasourceController.php',
|
1077 | 1078 | 'PhabricatorTypeaheadResult' => 'applications/typeahead/storage/PhabricatorTypeaheadResult.php',
|
1078 | 1079 | 'PhabricatorUIExample' => 'applications/uiexample/examples/PhabricatorUIExample.php',
|
1079 |
| - 'PhabricatorUIExampleController' => 'applications/uiexample/controller/PhabricatorUIExampleController.php', |
1080 | 1080 | 'PhabricatorUIExampleRenderController' => 'applications/uiexample/controller/PhabricatorUIExampleRenderController.php',
|
1081 | 1081 | 'PhabricatorUIListFilterExample' => 'applications/uiexample/examples/PhabricatorUIListFilterExample.php',
|
1082 | 1082 | 'PhabricatorUINotificationExample' => 'applications/uiexample/examples/PhabricatorUINotificationExample.php',
|
|
1710 | 1710 | 'PhabricatorApplicationProject' => 'PhabricatorApplication',
|
1711 | 1711 | 'PhabricatorApplicationSettings' => 'PhabricatorApplication',
|
1712 | 1712 | 'PhabricatorApplicationStatusView' => 'AphrontView',
|
| 1713 | + 'PhabricatorApplicationUIExamples' => 'PhabricatorApplication', |
1713 | 1714 | 'PhabricatorApplicationsListController' => 'PhabricatorController',
|
1714 | 1715 | 'PhabricatorAuditAddCommentController' => 'PhabricatorAuditController',
|
1715 | 1716 | 'PhabricatorAuditComment' => 'PhabricatorAuditDAO',
|
|
2155 | 2156 | 'PhabricatorTrivialTestCase' => 'PhabricatorTestCase',
|
2156 | 2157 | 'PhabricatorTypeaheadCommonDatasourceController' => 'PhabricatorTypeaheadDatasourceController',
|
2157 | 2158 | 'PhabricatorTypeaheadDatasourceController' => 'PhabricatorController',
|
2158 |
| - 'PhabricatorUIExampleController' => 'PhabricatorController', |
2159 |
| - 'PhabricatorUIExampleRenderController' => 'PhabricatorUIExampleController', |
| 2159 | + 'PhabricatorUIExampleRenderController' => 'PhabricatorController', |
2160 | 2160 | 'PhabricatorUIListFilterExample' => 'PhabricatorUIExample',
|
2161 | 2161 | 'PhabricatorUINotificationExample' => 'PhabricatorUIExample',
|
2162 | 2162 | 'PhabricatorUIPagerExample' => 'PhabricatorUIExample',
|
|
0 commit comments