1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-15 11:22:40 +01:00
phorge-phorge/src/applications/phortune/storage
Bob Trahan f6e635c8d2 Transactions - deploy buildTransactionTimeline to remaining applications
Summary:
Ref T4712. Specifically...

- Differential
 - needed getApplicationTransactionViewObject() implemented
- Audit
 - needed getApplicationTransactionViewObject() implemented
- Repository
 - one object needed PhabricatorApplicationTransactionInterface implemented
 - setShouldTerminate(true)
- Ponder
 - BONUS BUG FIX - leaving a comment on an answer had a bad redirect URI
 - both PonderQuestion and PonderAnswer needed PhabricatorApplicationTransactionInterface implemented
 - setShouldTerminate(true) on both "history" controllers
 - left a "TODO" on buildAnswers on the question view controller, which is non-standard and should be re-written eventually
- Phortune
 - BONUS BUG FIX - fix new user "createNewAccount" code to not fatal
 - PhortuneAccount, PhortuneMerchant, and PhortuneCart needed PhabricatorApplicationTransactionInterface implemented
 - setShouldTerminate(true) on Account view, merchant view, and cart view controller
- Fund
- Legalpad
- Nuance
  - NuanceSource needed PhabricatorApplicationTransactionInterface implemented
- Releeph (this product is kind of a mess...)
  - HACKQUEST - had to manually create an arcanist project to even be able to make a "product" and get started...!
  - BONUS BUG FIX - make sure to "setName" on product edit
  - ReleephProject (should be ReleepProduct...?), ReleephBranch, and ReleepRequest needed PhabricatorApplicationTransactionInterface implemented
- Harbormaster
  - HarbormasterBuildable, HarbormasterBuild, HarbormasterBuildPlan, and HarbormasterBuildStep all needed PhabricatorApplicationTransactionInterface implemented
  - setShouldTerminate(true) all over the place

Test Plan: foreach application, viewed the timeline(s) and made sure they still rendered

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Maniphest Tasks: T4712

Differential Revision: https://secure.phabricator.com/D10925
2014-12-03 15:35:47 -08:00
..
PhortuneAccount.php Transactions - deploy buildTransactionTimeline to remaining applications 2014-12-03 15:35:47 -08:00
PhortuneAccountTransaction.php Make Phortune account members editable and modernize the edge constant 2014-10-10 15:00:06 -07:00
PhortuneCart.php Transactions - deploy buildTransactionTimeline to remaining applications 2014-12-03 15:35:47 -08:00
PhortuneCartTransaction.php Send mail about cart/order changes from Phortune 2014-10-13 11:16:44 -07:00
PhortuneCharge.php Implement Phortune charge updates 2014-10-09 16:57:52 -07:00
PhortuneDAO.php Phortune v0 2013-03-28 09:10:34 -07:00
PhortuneMerchant.php Transactions - deploy buildTransactionTimeline to remaining applications 2014-12-03 15:35:47 -08:00
PhortuneMerchantTransaction.php Allow merchants to disable payment providers and show more UI info 2014-10-08 08:31:24 -07:00
PhortunePaymentMethod.php Adjust payment workflows to deal with merchants and configurable providers in Phortune 2014-10-07 14:41:59 -07:00
PhortunePaymentProviderConfig.php Allow merchants to disable payment providers and show more UI info 2014-10-08 08:31:24 -07:00
PhortunePaymentProviderConfigTransaction.php Allow merchants to disable payment providers and show more UI info 2014-10-08 08:31:24 -07:00
PhortuneProduct.php Make Fund transactions more informative and complete 2014-10-10 11:29:31 -07:00
PhortunePurchase.php Make Phortune account page a little more usable 2014-10-08 05:32:01 -07:00
PhortuneSchemaSpec.php Automatically build all Lisk schemata 2014-10-02 09:51:20 -07:00