@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.

Organize the export code into subdirectories

Summary:
Depends on D18955. Ref T13049. This directory was getting a little cluttered with different kinds of code.

Put the formats (csv, json, ...), the field types (int, string, epoch, ...) and the engine-related stuff in subdirectories.

Test Plan: wow so aesthetic

Reviewers: amckinley

Reviewed By: amckinley

Maniphest Tasks: T13049

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

+13 -13
+13 -13
src/__phutil_library_map__.php
··· 2232 2232 'PhabricatorBulkEngine' => 'applications/transactions/bulk/PhabricatorBulkEngine.php', 2233 2233 'PhabricatorBulkManagementMakeSilentWorkflow' => 'applications/transactions/bulk/management/PhabricatorBulkManagementMakeSilentWorkflow.php', 2234 2234 'PhabricatorBulkManagementWorkflow' => 'applications/transactions/bulk/management/PhabricatorBulkManagementWorkflow.php', 2235 - 'PhabricatorCSVExportFormat' => 'infrastructure/export/PhabricatorCSVExportFormat.php', 2235 + 'PhabricatorCSVExportFormat' => 'infrastructure/export/format/PhabricatorCSVExportFormat.php', 2236 2236 'PhabricatorCacheDAO' => 'applications/cache/storage/PhabricatorCacheDAO.php', 2237 2237 'PhabricatorCacheEngine' => 'applications/system/engine/PhabricatorCacheEngine.php', 2238 2238 'PhabricatorCacheEngineExtension' => 'applications/system/engine/PhabricatorCacheEngineExtension.php', ··· 2583 2583 'PhabricatorCustomFieldEditEngineExtension' => 'infrastructure/customfield/engineextension/PhabricatorCustomFieldEditEngineExtension.php', 2584 2584 'PhabricatorCustomFieldEditField' => 'infrastructure/customfield/editor/PhabricatorCustomFieldEditField.php', 2585 2585 'PhabricatorCustomFieldEditType' => 'infrastructure/customfield/editor/PhabricatorCustomFieldEditType.php', 2586 - 'PhabricatorCustomFieldExportEngineExtension' => 'infrastructure/export/PhabricatorCustomFieldExportEngineExtension.php', 2586 + 'PhabricatorCustomFieldExportEngineExtension' => 'infrastructure/export/engine/PhabricatorCustomFieldExportEngineExtension.php', 2587 2587 'PhabricatorCustomFieldFulltextEngineExtension' => 'infrastructure/customfield/engineextension/PhabricatorCustomFieldFulltextEngineExtension.php', 2588 2588 'PhabricatorCustomFieldHeraldAction' => 'infrastructure/customfield/herald/PhabricatorCustomFieldHeraldAction.php', 2589 2589 'PhabricatorCustomFieldHeraldActionGroup' => 'infrastructure/customfield/herald/PhabricatorCustomFieldHeraldActionGroup.php', ··· 2841 2841 'PhabricatorEnv' => 'infrastructure/env/PhabricatorEnv.php', 2842 2842 'PhabricatorEnvTestCase' => 'infrastructure/env/__tests__/PhabricatorEnvTestCase.php', 2843 2843 'PhabricatorEpochEditField' => 'applications/transactions/editfield/PhabricatorEpochEditField.php', 2844 - 'PhabricatorEpochExportField' => 'infrastructure/export/PhabricatorEpochExportField.php', 2844 + 'PhabricatorEpochExportField' => 'infrastructure/export/field/PhabricatorEpochExportField.php', 2845 2845 'PhabricatorEvent' => 'infrastructure/events/PhabricatorEvent.php', 2846 2846 'PhabricatorEventEngine' => 'infrastructure/events/PhabricatorEventEngine.php', 2847 2847 'PhabricatorEventListener' => 'infrastructure/events/PhabricatorEventListener.php', 2848 2848 'PhabricatorEventType' => 'infrastructure/events/constant/PhabricatorEventType.php', 2849 2849 'PhabricatorExampleEventListener' => 'infrastructure/events/PhabricatorExampleEventListener.php', 2850 - 'PhabricatorExcelExportFormat' => 'infrastructure/export/PhabricatorExcelExportFormat.php', 2850 + 'PhabricatorExcelExportFormat' => 'infrastructure/export/format/PhabricatorExcelExportFormat.php', 2851 2851 'PhabricatorExecFutureFileUploadSource' => 'applications/files/uploadsource/PhabricatorExecFutureFileUploadSource.php', 2852 - 'PhabricatorExportEngineExtension' => 'infrastructure/export/PhabricatorExportEngineExtension.php', 2853 - 'PhabricatorExportField' => 'infrastructure/export/PhabricatorExportField.php', 2854 - 'PhabricatorExportFormat' => 'infrastructure/export/PhabricatorExportFormat.php', 2852 + 'PhabricatorExportEngineExtension' => 'infrastructure/export/engine/PhabricatorExportEngineExtension.php', 2853 + 'PhabricatorExportField' => 'infrastructure/export/field/PhabricatorExportField.php', 2854 + 'PhabricatorExportFormat' => 'infrastructure/export/format/PhabricatorExportFormat.php', 2855 2855 'PhabricatorExtendedPolicyInterface' => 'applications/policy/interface/PhabricatorExtendedPolicyInterface.php', 2856 2856 'PhabricatorExtendingPhabricatorConfigOptions' => 'applications/config/option/PhabricatorExtendingPhabricatorConfigOptions.php', 2857 2857 'PhabricatorExtensionsSetupCheck' => 'applications/config/check/PhabricatorExtensionsSetupCheck.php', ··· 3072 3072 'PhabricatorHomeProfileMenuItem' => 'applications/home/menuitem/PhabricatorHomeProfileMenuItem.php', 3073 3073 'PhabricatorHovercardEngineExtension' => 'applications/search/engineextension/PhabricatorHovercardEngineExtension.php', 3074 3074 'PhabricatorHovercardEngineExtensionModule' => 'applications/search/engineextension/PhabricatorHovercardEngineExtensionModule.php', 3075 - 'PhabricatorIDExportField' => 'infrastructure/export/PhabricatorIDExportField.php', 3075 + 'PhabricatorIDExportField' => 'infrastructure/export/field/PhabricatorIDExportField.php', 3076 3076 'PhabricatorIDsSearchEngineExtension' => 'applications/search/engineextension/PhabricatorIDsSearchEngineExtension.php', 3077 3077 'PhabricatorIDsSearchField' => 'applications/search/field/PhabricatorIDsSearchField.php', 3078 3078 'PhabricatorIconDatasource' => 'applications/files/typeahead/PhabricatorIconDatasource.php', ··· 3096 3096 'PhabricatorInlineSummaryView' => 'infrastructure/diff/view/PhabricatorInlineSummaryView.php', 3097 3097 'PhabricatorInstructionsEditField' => 'applications/transactions/editfield/PhabricatorInstructionsEditField.php', 3098 3098 'PhabricatorIntConfigType' => 'applications/config/type/PhabricatorIntConfigType.php', 3099 - 'PhabricatorIntExportField' => 'infrastructure/export/PhabricatorIntExportField.php', 3099 + 'PhabricatorIntExportField' => 'infrastructure/export/field/PhabricatorIntExportField.php', 3100 3100 'PhabricatorInternalSetting' => 'applications/settings/setting/PhabricatorInternalSetting.php', 3101 3101 'PhabricatorInternationalizationManagementExtractWorkflow' => 'infrastructure/internationalization/management/PhabricatorInternationalizationManagementExtractWorkflow.php', 3102 3102 'PhabricatorInternationalizationManagementWorkflow' => 'infrastructure/internationalization/management/PhabricatorInternationalizationManagementWorkflow.php', ··· 3106 3106 'PhabricatorIteratorFileUploadSource' => 'applications/files/uploadsource/PhabricatorIteratorFileUploadSource.php', 3107 3107 'PhabricatorJIRAAuthProvider' => 'applications/auth/provider/PhabricatorJIRAAuthProvider.php', 3108 3108 'PhabricatorJSONConfigType' => 'applications/config/type/PhabricatorJSONConfigType.php', 3109 - 'PhabricatorJSONExportFormat' => 'infrastructure/export/PhabricatorJSONExportFormat.php', 3109 + 'PhabricatorJSONExportFormat' => 'infrastructure/export/format/PhabricatorJSONExportFormat.php', 3110 3110 'PhabricatorJavelinLinter' => 'infrastructure/lint/linter/PhabricatorJavelinLinter.php', 3111 3111 'PhabricatorJiraIssueHasObjectEdgeType' => 'applications/doorkeeper/edge/PhabricatorJiraIssueHasObjectEdgeType.php', 3112 3112 'PhabricatorJumpNavHandler' => 'applications/search/engine/PhabricatorJumpNavHandler.php', ··· 3426 3426 'PhabricatorPHDConfigOptions' => 'applications/config/option/PhabricatorPHDConfigOptions.php', 3427 3427 'PhabricatorPHID' => 'applications/phid/storage/PhabricatorPHID.php', 3428 3428 'PhabricatorPHIDConstants' => 'applications/phid/PhabricatorPHIDConstants.php', 3429 - 'PhabricatorPHIDExportField' => 'infrastructure/export/PhabricatorPHIDExportField.php', 3429 + 'PhabricatorPHIDExportField' => 'infrastructure/export/field/PhabricatorPHIDExportField.php', 3430 3430 'PhabricatorPHIDInterface' => 'applications/phid/interface/PhabricatorPHIDInterface.php', 3431 3431 'PhabricatorPHIDListEditField' => 'applications/transactions/editfield/PhabricatorPHIDListEditField.php', 3432 3432 'PhabricatorPHIDListEditType' => 'applications/transactions/edittype/PhabricatorPHIDListEditType.php', ··· 4192 4192 'PhabricatorStorageSchemaSpec' => 'infrastructure/storage/schema/PhabricatorStorageSchemaSpec.php', 4193 4193 'PhabricatorStorageSetupCheck' => 'applications/config/check/PhabricatorStorageSetupCheck.php', 4194 4194 'PhabricatorStringConfigType' => 'applications/config/type/PhabricatorStringConfigType.php', 4195 - 'PhabricatorStringExportField' => 'infrastructure/export/PhabricatorStringExportField.php', 4195 + 'PhabricatorStringExportField' => 'infrastructure/export/field/PhabricatorStringExportField.php', 4196 4196 'PhabricatorStringListConfigType' => 'applications/config/type/PhabricatorStringListConfigType.php', 4197 4197 'PhabricatorStringListEditField' => 'applications/transactions/editfield/PhabricatorStringListEditField.php', 4198 4198 'PhabricatorStringSetting' => 'applications/settings/setting/PhabricatorStringSetting.php', ··· 4256 4256 'PhabricatorTextAreaEditField' => 'applications/transactions/editfield/PhabricatorTextAreaEditField.php', 4257 4257 'PhabricatorTextConfigType' => 'applications/config/type/PhabricatorTextConfigType.php', 4258 4258 'PhabricatorTextEditField' => 'applications/transactions/editfield/PhabricatorTextEditField.php', 4259 - 'PhabricatorTextExportFormat' => 'infrastructure/export/PhabricatorTextExportFormat.php', 4259 + 'PhabricatorTextExportFormat' => 'infrastructure/export/format/PhabricatorTextExportFormat.php', 4260 4260 'PhabricatorTextListConfigType' => 'applications/config/type/PhabricatorTextListConfigType.php', 4261 4261 'PhabricatorTime' => 'infrastructure/time/PhabricatorTime.php', 4262 4262 'PhabricatorTimeFormatSetting' => 'applications/settings/setting/PhabricatorTimeFormatSetting.php',
src/infrastructure/export/PhabricatorCSVExportFormat.php src/infrastructure/export/format/PhabricatorCSVExportFormat.php
src/infrastructure/export/PhabricatorCustomFieldExportEngineExtension.php src/infrastructure/export/engine/PhabricatorCustomFieldExportEngineExtension.php
src/infrastructure/export/PhabricatorEpochExportField.php src/infrastructure/export/field/PhabricatorEpochExportField.php
src/infrastructure/export/PhabricatorExcelExportFormat.php src/infrastructure/export/format/PhabricatorExcelExportFormat.php
src/infrastructure/export/PhabricatorExportEngineExtension.php src/infrastructure/export/engine/PhabricatorExportEngineExtension.php
src/infrastructure/export/PhabricatorExportField.php src/infrastructure/export/field/PhabricatorExportField.php
src/infrastructure/export/PhabricatorExportFormat.php src/infrastructure/export/format/PhabricatorExportFormat.php
src/infrastructure/export/PhabricatorIDExportField.php src/infrastructure/export/field/PhabricatorIDExportField.php
src/infrastructure/export/PhabricatorIntExportField.php src/infrastructure/export/field/PhabricatorIntExportField.php
src/infrastructure/export/PhabricatorJSONExportFormat.php src/infrastructure/export/format/PhabricatorJSONExportFormat.php
src/infrastructure/export/PhabricatorPHIDExportField.php src/infrastructure/export/field/PhabricatorPHIDExportField.php
src/infrastructure/export/PhabricatorStringExportField.php src/infrastructure/export/field/PhabricatorStringExportField.php
src/infrastructure/export/PhabricatorTextExportFormat.php src/infrastructure/export/format/PhabricatorTextExportFormat.php