Page MenuHomePhabricator

Migrate project blurb/description to standard custom field storage
ClosedPublic

Authored by epriestley on Feb 10 2014, 8:08 PM.
Tags
None
Referenced Files
F15581007: D8182.diff
Wed, May 7, 9:09 AM
F15571401: D8182.id18523.diff
Mon, May 5, 6:04 AM
F15571400: D8182.id18510.diff
Mon, May 5, 6:04 AM
F15571399: D8182.id.diff
Mon, May 5, 6:04 AM
F15552198: D8182.id18523.diff
Sun, Apr 27, 7:49 PM
F15502409: D8182.id18510.diff
Mon, Apr 14, 12:27 AM
F15487425: D8182.id18506.diff
Thu, Apr 10, 1:54 PM
F15475727: D8182.id18523.diff
Apr 6 2025, 10:49 PM
Subscribers

Details

Summary

Ref T4379. Major goal here is to remove ProjectProfile so all edits use ApplicationTransactions. This also makes things more flexible, allowing users to disable this field if they don't like it.

Test Plan

Ran migration, verified data survived, edited/created projects, reordered fields.

Diff Detail

Repository
rP Phabricator
Branch
projsub8
Lint
Lint Passed
Unit
No Test Coverage

Event Timeline

epriestley updated this revision to Unknown Object (????).Feb 10 2014, 9:34 PM
  • Restore junky cut/paste of user field storage.
btrahan added inline comments.
src/applications/project/config/PhabricatorProjectConfigOptions.php
14–15

comment edit

src/applications/project/config/PhabricatorProjectConfigOptions.php
14–15

Ah, good catch.

epriestley updated this revision to Unknown Object (????).Feb 10 2014, 9:59 PM
  • Fix comment.