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 7c8a875c19 Implement custom fields in Projects
Summary:
Ref T4379. Ref T3794. Fixes T4010. This brings CustomFields to projects.

My primary goal is to get rid of the special casing around project profiles and profile editing, so all edits are ApplicationTransactions. Particularly, I want to make the "blurb/description" field a custom field which goes through builtin infrastructure.

A distant secondary goal is that this is a feature which users like/want because users like/want features.

Test Plan: Added a custom field and examined it in the edit, view, and search interfaces.

Reviewers: btrahan

Reviewed By: btrahan

CC: aran

Maniphest Tasks: T3794, T4010, T4379

Differential Revision: https://secure.phabricator.com/D8180
2014-02-10 14:31:34 -08:00
..
PhabricatorProjectArchiveController.php Move "Archive Project" to a standard, separate action 2014-02-10 14:30:47 -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 Implement custom fields in Projects 2014-02-10 14:31:34 -08:00
PhabricatorProjectProfileEditController.php Implement custom fields in Projects 2014-02-10 14:31:34 -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