1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-20 04:20:55 +01:00

Unbeta Legalpad

Summary: Fixes T3116. This app is still pretty basic, but solves a real problem and doesn't have any major missing features.

Test Plan: Observed no "Beta" on launcher.

Reviewers: btrahan, chad

Reviewed By: chad

Subscribers: epriestley

Maniphest Tasks: T3116

Differential Revision: https://secure.phabricator.com/D9774
This commit is contained in:
epriestley 2014-06-29 12:44:00 -07:00
parent ea50ac32d3
commit 6d51958b5c

View file

@ -18,18 +18,10 @@ final class PhabricatorApplicationLegalpad extends PhabricatorApplication {
return "\xC2\xA9"; return "\xC2\xA9";
} }
public function getFlavorText() {
return pht('With advanced signature technology.');
}
public function getApplicationGroup() { public function getApplicationGroup() {
return self::GROUP_UTILITIES; return self::GROUP_UTILITIES;
} }
public function isBeta() {
return true;
}
public function getRemarkupRules() { public function getRemarkupRules() {
return array( return array(
new LegalpadDocumentRemarkupRule(), new LegalpadDocumentRemarkupRule(),