1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-04 20:52:43 +01:00
phorge-phorge/src/infrastructure/export/field
epriestley c00838878a Implement common infrastructure fields as export extensions
Summary:
Depends on D18959. Ref T13049. Provide tags, subscribers, spaces, and created/modified as automatic extensions for all objects which support them.

(Also, for JSON export, be a little more consistent about exporting `null` instead of empty string when there's no value in a text field.)

Test Plan: Exported users and tasks, saw relevant fields in the export.

Reviewers: amckinley

Reviewed By: amckinley

Maniphest Tasks: T13049

Differential Revision: https://secure.phabricator.com/D18960
2018-01-29 16:05:32 -08:00
..
PhabricatorEpochExportField.php Organize the export code into subdirectories 2018-01-29 16:01:02 -08:00
PhabricatorExportField.php Implement common infrastructure fields as export extensions 2018-01-29 16:05:32 -08:00
PhabricatorIDExportField.php Organize the export code into subdirectories 2018-01-29 16:01:02 -08:00
PhabricatorIntExportField.php Organize the export code into subdirectories 2018-01-29 16:01:02 -08:00
PhabricatorListExportField.php Implement common infrastructure fields as export extensions 2018-01-29 16:05:32 -08:00
PhabricatorPHIDExportField.php Organize the export code into subdirectories 2018-01-29 16:01:02 -08:00
PhabricatorPHIDListExportField.php Implement common infrastructure fields as export extensions 2018-01-29 16:05:32 -08:00
PhabricatorStringExportField.php Implement common infrastructure fields as export extensions 2018-01-29 16:05:32 -08:00
PhabricatorStringListExportField.php Implement common infrastructure fields as export extensions 2018-01-29 16:05:32 -08:00
PhabricatorURIExportField.php Support new data export infrastructure in Maniphest 2018-01-29 16:04:39 -08:00