Page MenuHomePhabricator

Migrate Project names to modular transactions
ClosedPublic

Authored by amckinley on May 18 2017, 12:01 AM.
Tags
None
Referenced Files
F18626933: D17947.diff
Tue, Sep 16, 2:50 AM
F18600115: D17947.diff
Sat, Sep 13, 9:01 AM
F18586018: D17947.diff
Thu, Sep 11, 5:10 PM
F18566311: D17947.id.diff
Tue, Sep 9, 2:28 PM
F18530989: D17947.diff
Sun, Sep 7, 3:11 AM
F18501085: D17947.diff
Thu, Sep 4, 9:32 PM
F18102469: D17947.id43164.diff
Aug 9 2025, 9:04 PM
F18102149: D17947.id43163.diff
Aug 9 2025, 6:39 PM
Subscribers

Details

Summary

Also changes access modifiers on PhabricatorProjectTransactionEditor and sets up storage for applyExternalEffects.

Test Plan

Created new projects, attempted to create without name, with too long of a name, and with a name that conflicts with other projects and observed expected errors.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This all looks good to me.

src/applications/project/xaction/PhabricatorProjectNameTransaction.php
21

In theory, you could also $this->generateOldValue($object) to avoid needing to provide $storage, but I think your fix here is actually cleaner.

This revision is now accepted and ready to land.May 18 2017, 12:06 AM
This revision was automatically updated to reflect the committed changes.