1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-22 18:28:47 +02:00
phorge-phorge/src/applications/project/controller
epriestley a035d3d528 Remove PhabricatorProjectEditor
Summary:
Ref T4379. Perform all editing with modern transaction infrastructure. A few practical changes here:

  - Message for "project name required" should be a little nicer. I'll deal with this once more stuff gets straightened out. You get a reasonable message now, it's just not nicely handled as part of the form.
  - Message for "project name is not unique" should be a little nicer. Same as above.
  - Previously, we would automatically archive a project when the last member left or was removed. I'll probably restore this in a bit but am omitting it for the moment for simplicity.
  - Previously, we would create projects with goofy nonsensical permissions. Now we create them with reasonable permissions.

Test Plan:
  - Created project.
  - Edited project.
  - Ran unit tests.
  - Viewed project edit history.

Reviewers: btrahan

Reviewed By: btrahan

CC: aran

Maniphest Tasks: T4379

Differential Revision: https://secure.phabricator.com/D8168
2014-02-10 14:30:17 -08:00
..
PhabricatorProjectBoardController.php Fix fatal on project boards with no tasks 2014-01-13 14:25:05 -08:00
PhabricatorProjectBoardEditController.php Generate a default "Backlog" column for boards and put all tasks into it 2014-01-12 21:40:02 -08:00
PhabricatorProjectController.php Straighten out some crumbs and links for workboards 2014-01-12 21:39:50 -08:00
PhabricatorProjectCreateController.php Remove PhabricatorProjectEditor 2014-02-10 14:30:17 -08:00
PhabricatorProjectHistoryController.php Provide convenience method addTextCrumb() to PhabricatorCrumbsView 2013-12-18 17:47:34 -08:00
PhabricatorProjectListController.php Straighten out some crumbs and links for workboards 2014-01-12 21:39:50 -08:00
PhabricatorProjectMembersEditController.php Implement "Edit Members" and "Join/Leave" with real ApplicationTransactions 2014-02-10 14:30:00 -08:00
PhabricatorProjectMoveController.php Persist column membership after tasks are dragged around 2014-01-13 12:24:50 -08:00
PhabricatorProjectProfileController.php Make Projects a PhabricatorSubscribableInterface, but with restricted defaults 2014-02-10 14:29:17 -08:00
PhabricatorProjectProfileEditController.php Remove PhabricatorProjectEditor 2014-02-10 14:30:17 -08:00
PhabricatorProjectProfilePictureController.php Simplify PHUIObjectBoxViews handling of Save and Error states 2014-01-10 09:17:37 -08:00
PhabricatorProjectUpdateController.php Implement "Edit Members" and "Join/Leave" with real ApplicationTransactions 2014-02-10 14:30:00 -08:00