1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-28 01:32:42 +01:00
phorge-phorge/src/applications/transactions/engineextension
epriestley 70053beeed Smooth out milestone creation workflow
Summary:
Ref T10010.

  - Default name to "Milestone X".
  - Remove policy controls, which have no effect.
  - Don't generate slugs for milestones since this is a big pain where they all generate as `#milestone_1` by default (you can add one if you want). I plan to add some kind of syntax like `#parent/32` to mean "Milestone 32 in Parent" later.
  - Don't require projects to have unique names (again, 900 copies of "Milestone X"). I think we can trust users to sort this out for themselves since modern Phabricator has "Can Create Projects" permission, etc.

Test Plan: Created some milestones, had a less awful experience.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T10010

Differential Revision: https://secure.phabricator.com/D14909
2015-12-29 10:40:28 -08:00
..
PhabricatorCommentEditEngineExtension.php
PhabricatorEditEngineExtension.php Smooth out milestone creation workflow 2015-12-29 10:40:28 -08:00
PhabricatorEditEngineExtensionModule.php
PhabricatorTransactionsDestructionEngineExtension.php
PhabricatorTransactionsFulltextEngineExtension.php Modularize transaction/comment indexing in the FulltextEngine 2015-12-21 17:24:40 -08:00