1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-11 17:32:41 +01:00
phorge-phorge/src/applications/transactions
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
..
application Transactions - make the details stuff generic and ajaxy 2013-08-22 16:45:14 -07:00
constants Move Project transaction storage to modern tables 2013-10-22 13:49:28 -07:00
controller Make Maniphest detail page react to viewer capabilities 2013-09-25 13:44:52 -07:00
editor Remove PhabricatorProjectEditor 2014-02-10 14:30:17 -08:00
error Route task merges through new editor 2013-09-23 14:32:32 -07:00
exception Allow custom fields to have validation logic 2013-09-18 15:31:58 -07:00
feed Wrap the feed text rendering stuff with htmlspecialchars_decode 2014-02-03 17:05:30 -08:00
interface Integrate subscriptions with ApplicationTransactions 2013-02-17 06:37:09 -08:00
phid Lock policy queries to their applications 2013-10-21 17:20:27 -07:00
query Lock policy queries to their applications 2013-10-21 17:20:27 -07:00
response Transactions - make the details stuff generic and ajaxy 2013-08-22 16:45:14 -07:00
storage Implment ApplicationTransaction grouping rules 2013-12-27 05:51:15 -08:00
view Implment ApplicationTransaction grouping rules 2013-12-27 05:51:15 -08:00