Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15575622
D16576.id39898.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D16576.id39898.diff
View Options
diff --git a/src/applications/config/check/PhabricatorExtraConfigSetupCheck.php b/src/applications/config/check/PhabricatorExtraConfigSetupCheck.php
--- a/src/applications/config/check/PhabricatorExtraConfigSetupCheck.php
+++ b/src/applications/config/check/PhabricatorExtraConfigSetupCheck.php
@@ -143,9 +143,6 @@
'phabricator.auth-permanent',
'phabricator.application-id',
'phabricator.application-secret',
- 'maniphest.priorities.unbreak-now',
- 'maniphest.priorities.needs-triage',
- 'welcome.html',
);
$ancient_config = array_fill_keys($auth_config, $reason_auth);
@@ -197,6 +194,10 @@
'The "Re: Prefix" and "Vary Subjects" settings are now configured '.
'in global settings.');
+ $dashboard_reason = pht(
+ 'This option has been removed, you can use Dashboards to provide '.
+ 'homepage customization. See T11533 for more details.');
+
$ancient_config += array(
'phid.external-loaders' =>
pht(
@@ -336,17 +337,9 @@
'This option has been replaced with `ui.logo`, which provides more '.
'flexible configuration options.'),
- 'welcome.html' => pht(
- 'This option has been removed, you can use Dashboards to provide '.
- 'homepage customization. See T11533 for more details.'),
-
- 'maniphest.priorities.unbreak-now' => pht(
- 'This option has been removed, you can use Dashboards to provide '.
- 'homepage customization. See T11533 for more details.'),
-
- 'maniphest.priorities.needs-triage' => pht(
- 'This option has been removed, you can use Dashboards to provide '.
- 'homepage customization. See T11533 for more details.'),
+ 'welcome.html' => $dashboard_reason,
+ 'maniphest.priorities.unbreak-now' => $dashboard_reason,
+ 'maniphest.priorities.needs-triage' => $dashboard_reason,
);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, May 7, 5:51 AM (2 d, 23 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7229983
Default Alt Text
D16576.id39898.diff (1 KB)
Attached To
Mode
D16576: Fix config-migration text for dashboard options
Attached
Detach File
Event Timeline
Log In to Comment