Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2682922
D25533.1734675436.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.1734675436.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
Fri, Dec 20, 06:17 (20 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1016401
Default Alt Text
D25533.1734675436.diff (999 B)
Attached To
Mode
D25533: Deprecate Fund and Phortune prototype applications
Attached
Detach File
Event Timeline
Log In to Comment