Page MenuHomePhabricator

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

Authored by epriestley on Feb 7 2018, 11:35 AM.
Tags
None
Referenced Files
F19934865: D19013.id45582.diff
Sat, Apr 11, 6:46 PM
F19914214: D19013.id45582.diff
Fri, Apr 3, 8:55 AM
F19907888: D19013.id45609.diff
Wed, Apr 1, 2:02 PM
F19907885: D19013.id45609.diff
Wed, Apr 1, 2:02 PM
F19842166: D19013.id45609.diff
Mar 11 2026, 9:35 PM
F19810950: D19013.diff
Mar 3 2026, 10:11 PM
F19716432: D19013.id.diff
Feb 12 2026, 10:14 AM
F19685048: D19013.id45609.diff
Feb 9 2026, 7:36 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