Page MenuHomePhabricator

Remove all "originalTitle"/"originalName" fields from objects
ClosedPublic

Authored by epriestley on Feb 7 2018, 11:35 AM.
Tags
None
Referenced Files
F15575853: D19013.diff
Tue, May 6, 7:15 AM
F15559188: D19013.id.diff
Tue, Apr 29, 7:32 AM
F15543087: D19013.id45609.diff
Fri, Apr 25, 8:39 PM
F15542346: D19013.id.diff
Fri, Apr 25, 4:34 PM
F15478527: D19013.diff
Tue, Apr 8, 12:40 AM
F15465403: D19013.diff
Apr 2 2025, 6:16 PM
F15462778: D19013.id45609.diff
Apr 1 2025, 5:36 PM
F15438667: D19013.id45582.diff
Mar 26 2025, 2:31 AM
Subscribers
None

Details

Summary

Depends on D19012. Ref T13053. In D19012, I've changed "Thread-Topic" to always use PHIDs.

This change drops the selective on-object storage we have to track the original, human-readable title for objects.

Even if we end up backing out the "Thread-Topic" change, we'd be better off storing this in a table in the Mail app which just has <objectPHID, first subject we used when sending mail for that object>, since then we get the right behavior without needing every object to have this separate field.

Test Plan

Grepped for original, originalName, originalTitle, etc.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable