Page MenuHomePhabricator

Implement update and history controllers in Phragment
ClosedPublic

Authored by hach-que on Dec 6 2013, 6:07 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jan 19, 1:01 AM
Unknown Object (File)
Sun, Jan 12, 8:53 AM
Unknown Object (File)
Wed, Jan 8, 2:24 PM
Unknown Object (File)
Thu, Jan 2, 4:56 AM
Unknown Object (File)
Thu, Jan 2, 4:19 AM
Unknown Object (File)
Mon, Dec 30, 11:49 AM
Unknown Object (File)
Dec 15 2024, 6:59 AM
Unknown Object (File)
Dec 13 2024, 8:06 AM

Details

Summary

Depends on D7726. This adds a history controller (for viewing a list of patches associated with a fragment) and an update controller, for creating a new patch of a fragment.

Test Plan

Updated and viewed history of fragments.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

hach-que updated this revision to Unknown Object (????).Dec 6 2013, 11:21 PM

Updated for latest version of D7726

epriestley added inline comments.
src/applications/phragment/controller/PhragmentUpdateController.php
41–48

Might be worth a :

$fragment->openTransaction();
  // ... save(); save();
$fragment->saveTransaction();

...until we get ApplicationTransactions in, just to make sure the database stays consistent.

43

Bad copy/paste on the comment?

hach-que updated this revision to Unknown Object (????).Dec 7 2013, 1:53 AM

Changes requested in code review

hach-que updated this revision to Unknown Object (????).Dec 7 2013, 1:55 AM

Fix bad get PHID call