Page MenuHomePhabricator

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

Authored by epriestley on Feb 7 2018, 11:35 AM.
Tags
None
Referenced Files
F18855904: D19013.id.diff
Sat, Nov 1, 7:15 AM
F18854355: D19013.diff
Fri, Oct 31, 11:36 PM
F18851169: D19013.diff
Thu, Oct 30, 10:39 PM
F18736689: D19013.id.diff
Oct 1 2025, 7:13 AM
F18735092: D19013.diff
Sep 30 2025, 11:33 PM
F18694080: D19013.diff
Sep 27 2025, 2:33 AM
F18625710: D19013.diff
Sep 15 2025, 11:22 PM
F18597413: D19013.id.diff
Sep 13 2025, 2:51 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