Page MenuHomePhabricator

Make Applications extend LiskDAO
ClosedPublic

Authored by epriestley on Apr 19 2017, 10:58 PM.
Tags
None
Referenced Files
F14058784: D17738.diff
Sun, Nov 17, 2:44 PM
F14032226: D17738.diff
Sat, Nov 9, 1:27 PM
F14004768: D17738.id42667.diff
Sun, Oct 27, 2:27 AM
F13996932: D17738.diff
Thu, Oct 24, 1:08 AM
F13995966: D17738.id.diff
Wed, Oct 23, 5:02 PM
Unknown Object (File)
Oct 5 2024, 2:41 PM
Unknown Object (File)
Sep 20 2024, 8:24 PM
Unknown Object (File)
Sep 6 2024, 12:03 AM
Subscribers
None

Details

Summary

Ref T11476. This is a bit hacky, but makes Application extend LiskDAO so we can apply transactions to it with an Editor class.

Also fixes schema stuff so builds should produce a clean bill of health again.

This might only get you slightly further, yell if you run into more trouble.

Test Plan
  • Ran bin/storage upgrade -f and got no warnings.
  • Browsed around, nothing exploded?

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

I also got rid of TransactionComment since we don't have a table for it, it's optional, and we probably don't need to let users comment on applications (hopefully?).

amckinley added inline comments.
src/applications/base/PhabricatorApplication.php
36

Sung to the tune of "Doctor Zaius Doctor Zaius"

This revision is now accepted and ready to land.Apr 19 2017, 11:02 PM
This revision was automatically updated to reflect the committed changes.