1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-28 01:32:42 +01:00
phorge-phorge/src/applications/transactions
epriestley 9d59086d01 Consolidate transaction generation in EditType objects
Summary:
Ref T9132. This is a bit more cleanup to make adding CustomField support easier.

Right now, both `EditField` and `EditType` can actually generate a transaction. This doesn't matter too much in practice today, but gets a little more complicated a couple of diffs from now with CustomField stuff.

Instead, always use `EditType` to generate the transaction. In the future, this should give us less total code and make more things work cleanly by default.

Test Plan: Used web UI and Conduit to make various edits to pastes, including doing race-condition tests on "Projects".

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T9132

Differential Revision: https://secure.phabricator.com/D14607
2015-11-30 09:01:00 -08:00
..
application Allow EditEngine configurations to be disabled and marked as "Default" 2015-11-29 08:27:26 -08:00
constants Extend from Phobject 2015-06-15 18:02:27 +10:00
controller Modernize Transaction value controller, fixing logged-out policy issue 2015-11-30 06:55:31 -08:00
edges Modernize remaining edge types 2015-01-03 10:58:20 +11:00
editengine Consolidate transaction generation in EditType objects 2015-11-30 09:01:00 -08:00
editengineextension Modularize application extensions to EditEngine 2015-11-30 08:59:27 -08:00
editfield Consolidate transaction generation in EditType objects 2015-11-30 09:01:00 -08:00
editor Allow EditEngine configurations to be disabled and marked as "Default" 2015-11-29 08:27:26 -08:00
edittype Consolidate transaction generation in EditType objects 2015-11-30 09:01:00 -08:00
error Route task merges through new editor 2013-09-23 14:32:32 -07:00
exception Mark some strings for translation 2015-06-09 23:06:52 +10:00
feed Desktop Notification support 2015-06-22 13:11:37 -07:00
interface Transactions - adding willRenderTimeline to handle tricky cases 2014-12-04 13:58:52 -08:00
phid Allow ApplicationEditor forms to be reconfigured 2015-11-10 10:24:40 -08:00
query Allow EditEngine configurations to be disabled and marked as "Default" 2015-11-29 08:27:26 -08:00
replyhandler Add Maniphest Task email creator to CCs 2015-09-09 14:07:07 -07:00
response Various translation improvements 2015-11-03 07:02:46 +11:00
storage Allow EditEngine configurations to be disabled and marked as "Default" 2015-11-29 08:27:26 -08:00
view Support comments as an EditEngine field 2015-11-22 16:27:17 -08:00
worker Allow transaction publishers to pass binary data to workers 2015-08-22 15:14:05 -07:00