@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove unused DAO class

Summary: This class seems to be unused (or maybe I am missing something).

Test Plan: Unit tests still pass.

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: Korvin, epriestley

Differential Revision: https://secure.phabricator.com/D12565

-19
-10
src/__phutil_library_map__.php
··· 113 113 'AphrontFormCheckboxControl' => 'view/form/control/AphrontFormCheckboxControl.php', 114 114 'AphrontFormChooseButtonControl' => 'view/form/control/AphrontFormChooseButtonControl.php', 115 115 'AphrontFormControl' => 'view/form/control/AphrontFormControl.php', 116 - 'AphrontFormCropControl' => 'view/form/control/AphrontFormCropControl.php', 117 116 'AphrontFormDateControl' => 'view/form/control/AphrontFormDateControl.php', 118 117 'AphrontFormDividerControl' => 'view/form/control/AphrontFormDividerControl.php', 119 118 'AphrontFormFileControl' => 'view/form/control/AphrontFormFileControl.php', 120 - 'AphrontFormImageControl' => 'view/form/control/AphrontFormImageControl.php', 121 119 'AphrontFormMarkupControl' => 'view/form/control/AphrontFormMarkupControl.php', 122 120 'AphrontFormPasswordControl' => 'view/form/control/AphrontFormPasswordControl.php', 123 121 'AphrontFormPolicyControl' => 'view/form/control/AphrontFormPolicyControl.php', 124 122 'AphrontFormRadioButtonControl' => 'view/form/control/AphrontFormRadioButtonControl.php', 125 123 'AphrontFormRecaptchaControl' => 'view/form/control/AphrontFormRecaptchaControl.php', 126 - 'AphrontFormSectionControl' => 'view/form/control/AphrontFormSectionControl.php', 127 124 'AphrontFormSelectControl' => 'view/form/control/AphrontFormSelectControl.php', 128 125 'AphrontFormStaticControl' => 'view/form/control/AphrontFormStaticControl.php', 129 126 'AphrontFormSubmitControl' => 'view/form/control/AphrontFormSubmitControl.php', 130 127 'AphrontFormTextAreaControl' => 'view/form/control/AphrontFormTextAreaControl.php', 131 128 'AphrontFormTextControl' => 'view/form/control/AphrontFormTextControl.php', 132 129 'AphrontFormTextWithSubmitControl' => 'view/form/control/AphrontFormTextWithSubmitControl.php', 133 - 'AphrontFormToggleButtonsControl' => 'view/form/control/AphrontFormToggleButtonsControl.php', 134 130 'AphrontFormTokenizerControl' => 'view/form/control/AphrontFormTokenizerControl.php', 135 131 'AphrontFormTypeaheadControl' => 'view/form/control/AphrontFormTypeaheadControl.php', 136 132 'AphrontFormView' => 'view/form/AphrontFormView.php', ··· 1348 1344 'PhabricatorAuditCommentEditor' => 'applications/audit/editor/PhabricatorAuditCommentEditor.php', 1349 1345 'PhabricatorAuditCommitStatusConstants' => 'applications/audit/constants/PhabricatorAuditCommitStatusConstants.php', 1350 1346 'PhabricatorAuditController' => 'applications/audit/controller/PhabricatorAuditController.php', 1351 - 'PhabricatorAuditDAO' => 'applications/audit/storage/PhabricatorAuditDAO.php', 1352 1347 'PhabricatorAuditEditor' => 'applications/audit/editor/PhabricatorAuditEditor.php', 1353 1348 'PhabricatorAuditInlineComment' => 'applications/audit/storage/PhabricatorAuditInlineComment.php', 1354 1349 'PhabricatorAuditListController' => 'applications/audit/controller/PhabricatorAuditListController.php', ··· 3339 3334 'AphrontFormCheckboxControl' => 'AphrontFormControl', 3340 3335 'AphrontFormChooseButtonControl' => 'AphrontFormControl', 3341 3336 'AphrontFormControl' => 'AphrontView', 3342 - 'AphrontFormCropControl' => 'AphrontFormControl', 3343 3337 'AphrontFormDateControl' => 'AphrontFormControl', 3344 3338 'AphrontFormDividerControl' => 'AphrontFormControl', 3345 3339 'AphrontFormFileControl' => 'AphrontFormControl', 3346 - 'AphrontFormImageControl' => 'AphrontFormControl', 3347 3340 'AphrontFormMarkupControl' => 'AphrontFormControl', 3348 3341 'AphrontFormPasswordControl' => 'AphrontFormControl', 3349 3342 'AphrontFormPolicyControl' => 'AphrontFormControl', 3350 3343 'AphrontFormRadioButtonControl' => 'AphrontFormControl', 3351 3344 'AphrontFormRecaptchaControl' => 'AphrontFormControl', 3352 - 'AphrontFormSectionControl' => 'AphrontFormControl', 3353 3345 'AphrontFormSelectControl' => 'AphrontFormControl', 3354 3346 'AphrontFormStaticControl' => 'AphrontFormControl', 3355 3347 'AphrontFormSubmitControl' => 'AphrontFormControl', 3356 3348 'AphrontFormTextAreaControl' => 'AphrontFormControl', 3357 3349 'AphrontFormTextControl' => 'AphrontFormControl', 3358 3350 'AphrontFormTextWithSubmitControl' => 'AphrontFormControl', 3359 - 'AphrontFormToggleButtonsControl' => 'AphrontFormControl', 3360 3351 'AphrontFormTokenizerControl' => 'AphrontFormControl', 3361 3352 'AphrontFormTypeaheadControl' => 'AphrontFormControl', 3362 3353 'AphrontFormView' => 'AphrontView', ··· 4660 4651 'PhabricatorAuditApplication' => 'PhabricatorApplication', 4661 4652 'PhabricatorAuditCommentEditor' => 'PhabricatorEditor', 4662 4653 'PhabricatorAuditController' => 'PhabricatorController', 4663 - 'PhabricatorAuditDAO' => 'PhabricatorLiskDAO', 4664 4654 'PhabricatorAuditEditor' => 'PhabricatorApplicationTransactionEditor', 4665 4655 'PhabricatorAuditInlineComment' => 'PhabricatorInlineCommentInterface', 4666 4656 'PhabricatorAuditListController' => 'PhabricatorAuditController',
-9
src/applications/audit/storage/PhabricatorAuditDAO.php
··· 1 - <?php 2 - 3 - abstract class PhabricatorAuditDAO extends PhabricatorLiskDAO { 4 - 5 - public function getApplicationName() { 6 - return 'audit'; 7 - } 8 - 9 - }