1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-03 20:22:46 +01:00
phorge-phorge/src/applications/transactions/controller
epriestley a35d7c3c21 Update rendering of policy edit transactions in Applications
Summary:
Ref T13411. Since circa D19829, transactions have rendered policy changes in a modern way, notably making "Custom Policy" clickable to show the policy rules.

Edit transactions in Applications still use a separate, older approach to render policies. This produces policy renderings which don't use modern quoting rules and don't link in a modern way.

Make Applications use the same rendering code that other transactions (like normal edit/view edits) use.

Test Plan: Edited policies in Applications, saw more useful transactions in the log. Clicked "Custom Policy" in the transaction log and got a useful explanation of the policy.

Maniphest Tasks: T13411

Differential Revision: https://secure.phabricator.com/D20801
2019-09-12 09:32:52 -07:00
..
PhabricatorApplicationTransactionCommentEditController.php Test for "CAN_INTERACT" on comment edits in a way that survives objects which only implement "CAN_VIEW" 2019-05-28 10:14:43 -07:00
PhabricatorApplicationTransactionCommentHistoryController.php Update transactions for handleRequest 2015-12-02 07:59:36 -08:00
PhabricatorApplicationTransactionCommentQuoteController.php Update transactions for handleRequest 2015-12-02 07:59:36 -08:00
PhabricatorApplicationTransactionCommentRawController.php Correct a "bin/mail" command in "Show Raw Email" help text 2017-01-05 08:59:39 -08:00
PhabricatorApplicationTransactionCommentRemoveController.php Update one straggling "CAN_INTERACT" check in comment removal 2019-07-11 16:09:52 -07:00
PhabricatorApplicationTransactionController.php Policy Transactions - add a details view for custom policy 2014-04-29 09:42:54 -07:00
PhabricatorApplicationTransactionDetailController.php In prose diff dialogs (like "Show Details" in transactions), show "old", "new" and "diff" tabs 2016-11-07 15:18:19 -08:00
PhabricatorApplicationTransactionRemarkupPreviewController.php Support field previews in EditEngine 2015-12-27 08:17:18 -08:00
PhabricatorApplicationTransactionShowOlderController.php Remove "willRenderTimeline()" from ApplicationTransactionInterface 2018-12-20 14:55:07 -08:00
PhabricatorApplicationTransactionValueController.php Update rendering of policy edit transactions in Applications 2019-09-12 09:32:52 -07:00
PhabricatorEditEngineConfigurationDefaultCreateController.php Modularize PhabricatorEditEngineConfigurationTransaction 2019-06-20 16:25:21 -07:00
PhabricatorEditEngineConfigurationDefaultsController.php Modularize PhabricatorEditEngineConfigurationTransaction 2019-06-20 16:25:21 -07:00
PhabricatorEditEngineConfigurationDisableController.php Modularize PhabricatorEditEngineConfigurationTransaction 2019-06-20 16:25:21 -07:00
PhabricatorEditEngineConfigurationEditController.php Allow ApplicationEditor forms to be reconfigured 2015-11-10 10:24:40 -08:00
PhabricatorEditEngineConfigurationIsEditController.php Modularize PhabricatorEditEngineConfigurationTransaction 2019-06-20 16:25:21 -07:00
PhabricatorEditEngineConfigurationListController.php Make "profile menu" configuration mostly work 2016-01-13 11:45:31 -08:00
PhabricatorEditEngineConfigurationLockController.php Modularize PhabricatorEditEngineConfigurationTransaction 2019-06-20 16:25:21 -07:00
PhabricatorEditEngineConfigurationReorderController.php Modularize PhabricatorEditEngineConfigurationTransaction 2019-06-20 16:25:21 -07:00
PhabricatorEditEngineConfigurationSaveController.php Allow ApplicationEditor forms to be reconfigured 2015-11-10 10:24:40 -08:00
PhabricatorEditEngineConfigurationSortController.php Modularize PhabricatorEditEngineConfigurationTransaction 2019-06-20 16:25:21 -07:00
PhabricatorEditEngineConfigurationSubtypeController.php Modularize PhabricatorEditEngineConfigurationTransaction 2019-06-20 16:25:21 -07:00
PhabricatorEditEngineConfigurationViewController.php Remove duplicate "Change Default Values" action in form editing workflow 2017-03-22 09:50:38 -07:00
PhabricatorEditEngineController.php Return 404 instead of undefined variable error when trying to edit a non-existent form 2016-02-18 09:54:47 -08:00
PhabricatorEditEngineListController.php Allow ApplicationEditor forms to be reconfigured 2015-11-10 10:24:40 -08:00