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 37893ba2e6 Allow EditEngine configurations to be disabled and marked as "Default"
Summary:
Ref T9132.

Let configurations be enabled/disabled. This doesn't do much right now.

Let configurations be marked as default entries in the application "Create" menu. This makes them show up in the application in a dropdown, so you can replace the default form and/or provide several forms.

In Maniphest, we'll do this to provide a menu something like this:

  - New Bug Report
  - New Feature Request
  - ADVANCED TASK CREATION!!11~ (only available for Community members)

Test Plan: {F1005679}

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T9132

Differential Revision: https://secure.phabricator.com/D14584
2015-11-29 08:27:26 -08:00
..
PhabricatorApplicationTransactionCommentEditController.php Modernize transaction comment editor 2015-06-29 11:30:27 -07:00
PhabricatorApplicationTransactionCommentHistoryController.php Prepare TransactionCommentQuery for extension 2015-03-09 14:11:18 -07:00
PhabricatorApplicationTransactionCommentQuoteController.php Make two small fixes to the quoting feature 2014-05-05 11:23:12 -07:00
PhabricatorApplicationTransactionCommentRawController.php T6594, Logged out users should see "View Raw" in dropdown of timeline items 2015-01-09 06:47:16 -08:00
PhabricatorApplicationTransactionCommentRemoveController.php Move all comment management junk into a dropdown menu 2014-05-05 10:57:23 -07:00
PhabricatorApplicationTransactionController.php Policy Transactions - add a details view for custom policy 2014-04-29 09:42:54 -07:00
PhabricatorApplicationTransactionDetailController.php Slightly modernize transaction diff controller 2015-09-25 11:15:57 -07:00
PhabricatorApplicationTransactionShowOlderController.php Use PhutilClassMapQuery instead of PhutilSymbolLoader 2015-08-14 07:49:01 +10:00
PhabricatorApplicationTransactionValueController.php Fix bad rendering for custom policy descriptions 2015-04-09 13:10:19 -07:00
PhabricatorEditEngineConfigurationDefaultCreateController.php Allow EditEngine configurations to be disabled and marked as "Default" 2015-11-29 08:27:26 -08:00
PhabricatorEditEngineConfigurationDefaultsController.php Allow EditEngine forms to have defaults assigned 2015-11-22 16:25:00 -08:00
PhabricatorEditEngineConfigurationDisableController.php Allow EditEngine configurations to be disabled and marked as "Default" 2015-11-29 08:27:26 -08:00
PhabricatorEditEngineConfigurationEditController.php Allow ApplicationEditor forms to be reconfigured 2015-11-10 10:24:40 -08:00
PhabricatorEditEngineConfigurationListController.php Allow EditEngine configurations to be disabled and marked as "Default" 2015-11-29 08:27:26 -08:00
PhabricatorEditEngineConfigurationLockController.php Support comments as an EditEngine field 2015-11-22 16:27:17 -08:00
PhabricatorEditEngineConfigurationReorderController.php Allow form configurations to retitle and reorder forms and add preambles 2015-11-22 15:12:57 -08:00
PhabricatorEditEngineConfigurationSaveController.php Allow ApplicationEditor forms to be reconfigured 2015-11-10 10:24:40 -08:00
PhabricatorEditEngineConfigurationViewController.php Allow EditEngine configurations to be disabled and marked as "Default" 2015-11-29 08:27:26 -08:00
PhabricatorEditEngineController.php Allow EditEngine configurations to be disabled and marked as "Default" 2015-11-29 08:27:26 -08:00
PhabricatorEditEngineListController.php Allow ApplicationEditor forms to be reconfigured 2015-11-10 10:24:40 -08:00