|
553 | 553 | 'PhabricatorApplicationApplications' => 'applications/meta/application/PhabricatorApplicationApplications.php',
|
554 | 554 | 'PhabricatorApplicationAudit' => 'applications/audit/application/PhabricatorApplicationAudit.php',
|
555 | 555 | 'PhabricatorApplicationAuth' => 'applications/auth/application/PhabricatorApplicationAuth.php',
|
| 556 | + 'PhabricatorApplicationCalendar' => 'applications/calendar/application/PhabricatorApplicationCalendar.php', |
556 | 557 | 'PhabricatorApplicationConduit' => 'applications/conduit/application/PhabricatorApplicationConduit.php',
|
557 | 558 | 'PhabricatorApplicationCountdown' => 'applications/countdown/application/PhabricatorApplicationCountdown.php',
|
558 | 559 | 'PhabricatorApplicationDaemons' => 'applications/daemon/application/PhabricatorApplicationDaemons.php',
|
|
609 | 610 | 'PhabricatorCalendarBrowseController' => 'applications/calendar/controller/PhabricatorCalendarBrowseController.php',
|
610 | 611 | 'PhabricatorCalendarController' => 'applications/calendar/controller/PhabricatorCalendarController.php',
|
611 | 612 | 'PhabricatorCalendarDAO' => 'applications/calendar/storage/PhabricatorCalendarDAO.php',
|
| 613 | + 'PhabricatorCalendarDeleteStatusController' => 'applications/calendar/controller/PhabricatorCalendarDeleteStatusController.php', |
| 614 | + 'PhabricatorCalendarEditStatusController' => 'applications/calendar/controller/PhabricatorCalendarEditStatusController.php', |
612 | 615 | 'PhabricatorCalendarHoliday' => 'applications/calendar/storage/PhabricatorCalendarHoliday.php',
|
613 | 616 | 'PhabricatorCalendarHolidayTestCase' => 'applications/calendar/storage/__tests__/PhabricatorCalendarHolidayTestCase.php',
|
| 617 | + 'PhabricatorCalendarViewStatusController' => 'applications/calendar/controller/PhabricatorCalendarViewStatusController.php', |
614 | 618 | 'PhabricatorChangesetResponse' => 'infrastructure/diff/PhabricatorChangesetResponse.php',
|
615 | 619 | 'PhabricatorChatLogChannelListController' => 'applications/chatlog/controller/PhabricatorChatLogChannelListController.php',
|
616 | 620 | 'PhabricatorChatLogChannelLogController' => 'applications/chatlog/controller/PhabricatorChatLogChannelLogController.php',
|
|
1125 | 1129 | 'PhabricatorUserProfile' => 'applications/people/storage/PhabricatorUserProfile.php',
|
1126 | 1130 | 'PhabricatorUserSSHKey' => 'applications/settings/storage/PhabricatorUserSSHKey.php',
|
1127 | 1131 | 'PhabricatorUserStatus' => 'applications/people/storage/PhabricatorUserStatus.php',
|
| 1132 | + 'PhabricatorUserStatusInvalidEpochException' => 'applications/people/exception/PhabricatorUserStatusInvalidEpochException.php', |
| 1133 | + 'PhabricatorUserStatusOverlapException' => 'applications/people/exception/PhabricatorUserStatusOverlapException.php', |
1128 | 1134 | 'PhabricatorUserTestCase' => 'applications/people/storage/__tests__/PhabricatorUserTestCase.php',
|
1129 | 1135 | 'PhabricatorWorker' => 'infrastructure/daemon/workers/PhabricatorWorker.php',
|
1130 | 1136 | 'PhabricatorWorkerDAO' => 'infrastructure/daemon/workers/storage/PhabricatorWorkerDAO.php',
|
|
1748 | 1754 | 'PhabricatorApplicationApplications' => 'PhabricatorApplication',
|
1749 | 1755 | 'PhabricatorApplicationAudit' => 'PhabricatorApplication',
|
1750 | 1756 | 'PhabricatorApplicationAuth' => 'PhabricatorApplication',
|
| 1757 | + 'PhabricatorApplicationCalendar' => 'PhabricatorApplication', |
1751 | 1758 | 'PhabricatorApplicationConduit' => 'PhabricatorApplication',
|
1752 | 1759 | 'PhabricatorApplicationCountdown' => 'PhabricatorApplication',
|
1753 | 1760 | 'PhabricatorApplicationDaemons' => 'PhabricatorApplication',
|
|
1780 | 1787 | 'PhabricatorApplicationUIExamples' => 'PhabricatorApplication',
|
1781 | 1788 | 'PhabricatorApplicationsListController' => 'PhabricatorController',
|
1782 | 1789 | 'PhabricatorAuditAddCommentController' => 'PhabricatorAuditController',
|
1783 |
| - 'PhabricatorAuditComment' => 'PhabricatorAuditDAO', |
| 1790 | + 'PhabricatorAuditComment' => |
| 1791 | + array( |
| 1792 | + 0 => 'PhabricatorAuditDAO', |
| 1793 | + 1 => 'PhabricatorMarkupInterface', |
| 1794 | + ), |
1784 | 1795 | 'PhabricatorAuditCommentEditor' => 'PhabricatorEditor',
|
1785 | 1796 | 'PhabricatorAuditCommitListView' => 'AphrontView',
|
1786 | 1797 | 'PhabricatorAuditController' => 'PhabricatorController',
|
|
1803 | 1814 | 'PhabricatorCalendarBrowseController' => 'PhabricatorCalendarController',
|
1804 | 1815 | 'PhabricatorCalendarController' => 'PhabricatorController',
|
1805 | 1816 | 'PhabricatorCalendarDAO' => 'PhabricatorLiskDAO',
|
| 1817 | + 'PhabricatorCalendarDeleteStatusController' => 'PhabricatorCalendarController', |
| 1818 | + 'PhabricatorCalendarEditStatusController' => 'PhabricatorCalendarController', |
1806 | 1819 | 'PhabricatorCalendarHoliday' => 'PhabricatorCalendarDAO',
|
1807 | 1820 | 'PhabricatorCalendarHolidayTestCase' => 'PhabricatorTestCase',
|
| 1821 | + 'PhabricatorCalendarViewStatusController' => 'PhabricatorCalendarController', |
1808 | 1822 | 'PhabricatorChangesetResponse' => 'AphrontProxyResponse',
|
1809 | 1823 | 'PhabricatorChatLogChannelListController' => 'PhabricatorChatLogController',
|
1810 | 1824 | 'PhabricatorChatLogChannelLogController' => 'PhabricatorChatLogController',
|
|
2265 | 2279 | 'PhabricatorUserProfile' => 'PhabricatorUserDAO',
|
2266 | 2280 | 'PhabricatorUserSSHKey' => 'PhabricatorUserDAO',
|
2267 | 2281 | 'PhabricatorUserStatus' => 'PhabricatorUserDAO',
|
| 2282 | + 'PhabricatorUserStatusInvalidEpochException' => 'Exception', |
| 2283 | + 'PhabricatorUserStatusOverlapException' => 'Exception', |
2268 | 2284 | 'PhabricatorUserTestCase' => 'PhabricatorTestCase',
|
2269 | 2285 | 'PhabricatorWorkerDAO' => 'PhabricatorLiskDAO',
|
2270 | 2286 | 'PhabricatorWorkerTask' => 'PhabricatorWorkerDAO',
|
|
0 commit comments