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)
Mon, Feb 3, 6:26 PM
Unknown Object (File)
Tue, Jan 28, 6:35 AM
Unknown Object (File)
Tue, Jan 28, 6:19 AM
Unknown Object (File)
Fri, Jan 24, 1:26 AM
Unknown Object (File)
Tue, Jan 21, 9:11 AM
Unknown Object (File)
Fri, Jan 17, 7:09 PM
Unknown Object (File)
Dec 31 2024, 7:55 PM
Unknown Object (File)
Dec 29 2024, 6:13 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

Lint
Lint Skipped
Unit
Tests Skipped

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.