Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2680486
D25533.1734556092.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
999 B
Referenced Files
None
Subscribers
None
D25533.1734556092.diff
View Options
diff --git a/src/applications/fund/application/PhabricatorFundApplication.php b/src/applications/fund/application/PhabricatorFundApplication.php
--- a/src/applications/fund/application/PhabricatorFundApplication.php
+++ b/src/applications/fund/application/PhabricatorFundApplication.php
@@ -30,6 +30,10 @@
return true;
}
+ public function isDeprecated() {
+ return true;
+ }
+
public function getRemarkupRules() {
return array(
new FundInitiativeRemarkupRule(),
diff --git a/src/applications/phortune/application/PhabricatorPhortuneApplication.php b/src/applications/phortune/application/PhabricatorPhortuneApplication.php
--- a/src/applications/phortune/application/PhabricatorPhortuneApplication.php
+++ b/src/applications/phortune/application/PhabricatorPhortuneApplication.php
@@ -30,6 +30,10 @@
return true;
}
+ public function isDeprecated() {
+ return true;
+ }
+
public function getRoutes() {
return array(
'/phortune/' => array(
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Dec 18, 21:08 (5 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1014922
Default Alt Text
D25533.1734556092.diff (999 B)
Attached To
Mode
D25533: Deprecate Fund and Phortune prototype applications
Attached
Detach File
Event Timeline
Log In to Comment