mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 21:02:41 +01:00
Remove "organization", "communication" and "miscellaneous" app groups
Summary: Merge "Organization" and "Communication" into "Core". The split between these three was always tenuous, and this is easier to use and nicer looking on the new launcher. Merge "Miscellaneous" into "Utilities" since they're basically the same thing. Test Plan: Looked at app launcher. Reviewers: chad Reviewed By: chad Subscribers: epriestley Differential Revision: https://secure.phabricator.com/D9334
This commit is contained in:
parent
24eacaa032
commit
23a238b045
15 changed files with 4 additions and 58 deletions
|
@ -12,12 +12,9 @@ abstract class PhabricatorApplication
|
||||||
implements PhabricatorPolicyInterface {
|
implements PhabricatorPolicyInterface {
|
||||||
|
|
||||||
const GROUP_CORE = 'core';
|
const GROUP_CORE = 'core';
|
||||||
const GROUP_COMMUNICATION = 'communication';
|
|
||||||
const GROUP_ORGANIZATION = 'organization';
|
|
||||||
const GROUP_UTILITIES = 'util';
|
const GROUP_UTILITIES = 'util';
|
||||||
const GROUP_ADMIN = 'admin';
|
const GROUP_ADMIN = 'admin';
|
||||||
const GROUP_DEVELOPER = 'developer';
|
const GROUP_DEVELOPER = 'developer';
|
||||||
const GROUP_MISC = 'misc';
|
|
||||||
|
|
||||||
const TILE_INVISIBLE = 'invisible';
|
const TILE_INVISIBLE = 'invisible';
|
||||||
const TILE_HIDE = 'hide';
|
const TILE_HIDE = 'hide';
|
||||||
|
@ -27,12 +24,9 @@ abstract class PhabricatorApplication
|
||||||
public static function getApplicationGroups() {
|
public static function getApplicationGroups() {
|
||||||
return array(
|
return array(
|
||||||
self::GROUP_CORE => pht('Core Applications'),
|
self::GROUP_CORE => pht('Core Applications'),
|
||||||
self::GROUP_COMMUNICATION => pht('Communication'),
|
|
||||||
self::GROUP_ORGANIZATION => pht('Organization'),
|
|
||||||
self::GROUP_UTILITIES => pht('Utilities'),
|
self::GROUP_UTILITIES => pht('Utilities'),
|
||||||
self::GROUP_ADMIN => pht('Administration'),
|
self::GROUP_ADMIN => pht('Administration'),
|
||||||
self::GROUP_DEVELOPER => pht('Developer Tools'),
|
self::GROUP_DEVELOPER => pht('Developer Tools'),
|
||||||
self::GROUP_MISC => pht('Miscellaneous Applications'),
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -147,7 +141,7 @@ abstract class PhabricatorApplication
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getApplicationGroup() {
|
public function getApplicationGroup() {
|
||||||
return self::GROUP_MISC;
|
return self::GROUP_CORE;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getTitleGlyph() {
|
public function getTitleGlyph() {
|
||||||
|
|
|
@ -24,10 +24,6 @@ final class PhabricatorApplicationCalendar extends PhabricatorApplication {
|
||||||
return "\xE2\x8C\xA8";
|
return "\xE2\x8C\xA8";
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getApplicationGroup() {
|
|
||||||
return self::GROUP_COMMUNICATION;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function isBeta() {
|
public function isBeta() {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
|
@ -23,7 +23,7 @@ final class PhabricatorApplicationChatLog extends PhabricatorApplication {
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getApplicationGroup() {
|
public function getApplicationGroup() {
|
||||||
return self::GROUP_COMMUNICATION;
|
return self::GROUP_UTILITIES;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getRoutes() {
|
public function getRoutes() {
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
|
||||||
* @group conpherence
|
|
||||||
*/
|
|
||||||
final class PhabricatorApplicationConpherence extends PhabricatorApplication {
|
final class PhabricatorApplicationConpherence extends PhabricatorApplication {
|
||||||
|
|
||||||
public function getBaseURI() {
|
public function getBaseURI() {
|
||||||
|
@ -21,10 +18,6 @@ final class PhabricatorApplicationConpherence extends PhabricatorApplication {
|
||||||
return "\xE2\x9C\x86";
|
return "\xE2\x9C\x86";
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getApplicationGroup() {
|
|
||||||
return self::GROUP_COMMUNICATION;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getEventListeners() {
|
public function getEventListeners() {
|
||||||
return array(
|
return array(
|
||||||
new ConpherenceActionMenuEventListener(),
|
new ConpherenceActionMenuEventListener(),
|
||||||
|
|
|
@ -28,8 +28,4 @@ final class PhabricatorApplicationFeed extends PhabricatorApplication {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getApplicationGroup() {
|
|
||||||
return self::GROUP_COMMUNICATION;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -27,7 +27,7 @@ final class PhabricatorApplicationHerald extends PhabricatorApplication {
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getApplicationGroup() {
|
public function getApplicationGroup() {
|
||||||
return self::GROUP_ORGANIZATION;
|
return self::GROUP_UTILITIES;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getRemarkupRules() {
|
public function getRemarkupRules() {
|
||||||
|
|
|
@ -23,7 +23,7 @@ final class PhabricatorApplicationLegalpad extends PhabricatorApplication {
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getApplicationGroup() {
|
public function getApplicationGroup() {
|
||||||
return self::GROUP_COMMUNICATION;
|
return self::GROUP_UTILITIES;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function isBeta() {
|
public function isBeta() {
|
||||||
|
|
|
@ -22,10 +22,6 @@ final class PhabricatorApplicationApplications extends PhabricatorApplication {
|
||||||
return "\xE0\xBC\x84";
|
return "\xE0\xBC\x84";
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getApplicationGroup() {
|
|
||||||
return self::GROUP_ADMIN;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getRoutes() {
|
public function getRoutes() {
|
||||||
return array(
|
return array(
|
||||||
'/applications/' => array(
|
'/applications/' => array(
|
||||||
|
|
|
@ -22,10 +22,6 @@ final class PhabricatorApplicationPeople extends PhabricatorApplication {
|
||||||
return pht('Sort of a social utility.');
|
return pht('Sort of a social utility.');
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getApplicationGroup() {
|
|
||||||
return self::GROUP_ORGANIZATION;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function canUninstall() {
|
public function canUninstall() {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
|
@ -22,10 +22,6 @@ final class PhabricatorApplicationPhame extends PhabricatorApplication {
|
||||||
return PhabricatorEnv::getDoclink('Phame User Guide');
|
return PhabricatorEnv::getDoclink('Phame User Guide');
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getApplicationGroup() {
|
|
||||||
return self::GROUP_COMMUNICATION;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function isBeta() {
|
public function isBeta() {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
|
@ -22,11 +22,6 @@ final class PhabricatorApplicationPholio extends PhabricatorApplication {
|
||||||
return pht('Things before they were cool.');
|
return pht('Things before they were cool.');
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getApplicationGroup() {
|
|
||||||
// TODO: Move to CORE, this just keeps it out of the side menu.
|
|
||||||
return self::GROUP_COMMUNICATION;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function isBeta() {
|
public function isBeta() {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
|
@ -58,10 +58,6 @@ final class PhabricatorApplicationPhriction extends PhabricatorApplication {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getApplicationGroup() {
|
|
||||||
return self::GROUP_COMMUNICATION;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getApplicationOrder() {
|
public function getApplicationOrder() {
|
||||||
return 0.140;
|
return 0.140;
|
||||||
}
|
}
|
||||||
|
|
|
@ -37,10 +37,6 @@ final class PhabricatorApplicationPonder extends PhabricatorApplication {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getApplicationGroup() {
|
|
||||||
return self::GROUP_COMMUNICATION;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function isBeta() {
|
public function isBeta() {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
|
@ -22,10 +22,6 @@ final class PhabricatorApplicationProject extends PhabricatorApplication {
|
||||||
return pht('Group stuff into big piles.');
|
return pht('Group stuff into big piles.');
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getApplicationGroup() {
|
|
||||||
return self::GROUP_ORGANIZATION;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getRemarkupRules() {
|
public function getRemarkupRules() {
|
||||||
return array(
|
return array(
|
||||||
new ProjectRemarkupRule(),
|
new ProjectRemarkupRule(),
|
||||||
|
|
|
@ -18,10 +18,6 @@ final class PhabricatorApplicationReleeph extends PhabricatorApplication {
|
||||||
return 'releeph';
|
return 'releeph';
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getApplicationGroup() {
|
|
||||||
return self::GROUP_ORGANIZATION;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function isInstalled() {
|
public function isInstalled() {
|
||||||
if (PhabricatorEnv::getEnvConfig('releeph.installed')) {
|
if (PhabricatorEnv::getEnvConfig('releeph.installed')) {
|
||||||
return parent::isInstalled();
|
return parent::isInstalled();
|
||||||
|
|
Loading…
Reference in a new issue