Unprototype Spaces

Summary: Ref T8449. Also, fix annoying inconsistency between "Spaces" and "spaces": "Spaces" is the application, the things it creates are just "spaces", similar to how "Maniphest" creates "tasks".

Test Plan: Mostly reading. Viewed `/applications/`.

Reviewers: btrahan, chad

Reviewed By: chad

Subscribers: eadler, epriestley

Maniphest Tasks: T8449

Differential Revision: https://secure.phabricator.com/D13547
This commit is contained in:
epriestley
2015-07-03 13:04:14 -07:00
parent bcfbc5cfbf
commit e8a213512a
2 changed files with 18 additions and 24 deletions

View File

@@ -31,11 +31,7 @@ final class PhabricatorSpacesApplication extends PhabricatorApplication {
}
public function canUninstall() {
return true;
}
public function isPrototype() {
return true;
return false;
}
public function getHelpDocumentationArticles(PhabricatorUser $viewer) {