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
Unknown Object (File)
Sun, Dec 15, 3:24 PM
Unknown Object (File)
Sun, Dec 15, 1:51 AM
Unknown Object (File)
Thu, Dec 12, 8:13 PM
Unknown Object (File)
Mon, Dec 9, 10:54 AM
Unknown Object (File)
Sun, Dec 8, 9:06 PM
Unknown Object (File)
Sun, Dec 8, 3:17 PM
Unknown Object (File)
Wed, Dec 4, 3:50 AM
Unknown Object (File)
Mon, Dec 2, 2:09 AM
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.