Page MenuHomePhabricator

Implement common infrastructure fields as export extensions
ClosedPublic

Authored by epriestley on Jan 29 2018, 4:52 PM.
Tags
None
Referenced Files
F19825046: D18960.id45484.diff
Sun, Mar 8, 6:57 AM
F19813604: D18960.diff
Wed, Mar 4, 10:01 AM
F19749480: D18960.diff
Sun, Feb 15, 8:16 PM
F19534223: D18960.diff
Jan 20 2026, 10:55 PM
F19517297: D18960.diff
Jan 15 2026, 9:40 AM
F19517275: D18960.diff
Jan 15 2026, 9:24 AM
F19224979: D18960.diff
Dec 17 2025, 3:26 PM
F19046149: D18960.id.diff
Nov 27 2025, 9:38 AM
Subscribers

Details

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.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Jan 29 2018, 10:32 PM
This revision was automatically updated to reflect the committed changes.
ysood added inline comments.
src/infrastructure/export/field/PhabricatorListExportField.php
7

This causes values in excel spreadsheet to be displayed without spaces. As an example, try exporting tasks with multiple subscribers. The list is exported with no spaces.
Exports correctly for csv but when the .csv file is open using excel, it only shows the first value in the list.