1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-15 19:32:40 +01:00
phorge-phorge/src/applications/diffusion/management
epriestley c0d42a8943 Split Repository EditEngine form into smaller pages
Summary:
Ref T10748. This allows an EditEngine form to be broken up into pages.

This is less powerful than `PHUIPagedFormView`, because the pages are not sequential / stateful. Each form saves immediately once it's submitted, and can not take you to a new form or back/forward in a series of forms.

For example, you can't create a workflow where the user fills out 5 pages of information before we create an object, like the current repository workflow does.

However, the only place we've ever wanted to do this is repositories and it's fairly bad there, so I feel reasonably confident we aren't going to miss this in the future.

(We do "choose a type of service/repository/rule -> fill out one page of info" fairly often, but can do this without the full-power paging stuff.)

Test Plan:
  - Created a repository usin the new Manage UI, filling out only a handful of fields.
  - Edited a repository using the new Manage UI.
  - All forms are now EditEngine forms offering paged views of the big huge underlying form:

{F1254371}

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T10748

Differential Revision: https://secure.phabricator.com/D15832
2016-05-02 08:28:38 -07:00
..
DiffusionRepositoryActionsManagementPanel.php Split Repository EditEngine form into smaller pages 2016-05-02 08:28:38 -07:00
DiffusionRepositoryAutomationManagementPanel.php Split Repository EditEngine form into smaller pages 2016-05-02 08:28:38 -07:00
DiffusionRepositoryBasicsManagementPanel.php Split Repository EditEngine form into smaller pages 2016-05-02 08:28:38 -07:00
DiffusionRepositoryBranchesManagementPanel.php Split Repository EditEngine form into smaller pages 2016-05-02 08:28:38 -07:00
DiffusionRepositoryHistoryManagementPanel.php Port Repository "Symbols" to Manage/Panel UI 2016-04-27 17:35:03 -07:00
DiffusionRepositoryManagementPanel.php Split Repository EditEngine form into smaller pages 2016-05-02 08:28:38 -07:00
DiffusionRepositoryPoliciesManagementPanel.php Split Repository EditEngine form into smaller pages 2016-05-02 08:28:38 -07:00
DiffusionRepositoryStagingManagementPanel.php Split Repository EditEngine form into smaller pages 2016-05-02 08:28:38 -07:00
DiffusionRepositoryStatusManagementPanel.php Give users a modal VCS choice when creating a new repository 2016-04-29 09:20:31 -07:00
DiffusionRepositoryStorageManagementPanel.php Port local storage path to new repository Manage UI 2016-04-26 07:59:22 -07:00
DiffusionRepositorySymbolsManagementPanel.php Split Repository EditEngine form into smaller pages 2016-05-02 08:28:38 -07:00
DiffusionRepositoryURIsManagementPanel.php Flesh out more web UI actions for new URI interface 2016-04-29 17:16:15 -07:00