Changeset View
Changeset View
Standalone View
Standalone View
src/applications/config/check/PhabricatorExtraConfigSetupCheck.php
| Show First 20 Lines • Show All 188 Lines • ▼ Show 20 Lines | $ancient_config += array( | ||||
| 'Obsolete; use standard rendering events instead.'), | 'Obsolete; use standard rendering events instead.'), | ||||
| 'differential.show-host-field' => $differential_field_reason, | 'differential.show-host-field' => $differential_field_reason, | ||||
| 'differential.show-test-plan-field' => $differential_field_reason, | 'differential.show-test-plan-field' => $differential_field_reason, | ||||
| 'differential.field-selector' => $differential_field_reason, | 'differential.field-selector' => $differential_field_reason, | ||||
| 'phabricator.show-beta-applications' => pht( | 'phabricator.show-beta-applications' => pht( | ||||
| 'This option has been renamed to `phabricator.show-prototypes` '. | 'This option has been renamed to `phabricator.show-prototypes` '. | ||||
| 'to emphasize the unfinished nature of many prototype applications. '. | 'to emphasize the unfinished nature of many prototype applications. '. | ||||
| 'Your existing setting has been migrated.'), | 'Your existing setting has been migrated.'), | ||||
| 'notification.user' => pht( | |||||
| 'The notification server no longer requires root permissions. Start '. | |||||
| 'the server as the user you want it to run under.'), | |||||
| ); | ); | ||||
| return $ancient_config; | return $ancient_config; | ||||
| } | } | ||||
| } | } | ||||