Changeset View
Changeset View
Standalone View
Standalone View
src/applications/config/check/PhabricatorExtraConfigSetupCheck.php
| Show First 20 Lines • Show All 301 Lines • ▼ Show 20 Lines | $ancient_config += array( | ||||
| 'phd.variant-config' => pht( | 'phd.variant-config' => pht( | ||||
| 'This configuration is no longer relevant because daemons '. | 'This configuration is no longer relevant because daemons '. | ||||
| 'restart automatically on configuration changes.'), | 'restart automatically on configuration changes.'), | ||||
| 'notification.ssl-cert' => $aphlict_reason, | 'notification.ssl-cert' => $aphlict_reason, | ||||
| 'notification.ssl-key' => $aphlict_reason, | 'notification.ssl-key' => $aphlict_reason, | ||||
| 'notification.pidfile' => $aphlict_reason, | 'notification.pidfile' => $aphlict_reason, | ||||
| 'notification.log' => $aphlict_reason, | 'notification.log' => $aphlict_reason, | ||||
| 'notification.enabled' => $aphlict_reason, | |||||
| 'notification.client-uri' => $aphlict_reason, | |||||
| 'notification.server-uri' => $aphlict_reason, | |||||
| ); | ); | ||||
| return $ancient_config; | return $ancient_config; | ||||
| } | } | ||||
| private function executeManiphestFieldChecks() { | private function executeManiphestFieldChecks() { | ||||
| $maniphest_appclass = 'PhabricatorManiphestApplication'; | $maniphest_appclass = 'PhabricatorManiphestApplication'; | ||||
| if (!PhabricatorApplication::isClassInstalled($maniphest_appclass)) { | if (!PhabricatorApplication::isClassInstalled($maniphest_appclass)) { | ||||
| ▲ Show 20 Lines • Show All 63 Lines • Show Last 20 Lines | |||||