Changeset View
Changeset View
Standalone View
Standalone View
src/applications/config/check/PhabricatorSetupCheckExtraConfig.php
| Show First 20 Lines • Show All 161 Lines • ▼ Show 20 Lines | $ancient_config += array( | ||||
| 'been migrated.'), | 'been migrated.'), | ||||
| 'differential.custom-remarkup-rules' => $markup_reason, | 'differential.custom-remarkup-rules' => $markup_reason, | ||||
| 'differential.custom-remarkup-block-rules' => $markup_reason, | 'differential.custom-remarkup-block-rules' => $markup_reason, | ||||
| 'auth.sshkeys.enabled' => pht( | 'auth.sshkeys.enabled' => pht( | ||||
| 'SSH keys are now actually useful, so they are always enabled.'), | 'SSH keys are now actually useful, so they are always enabled.'), | ||||
| 'differential.anonymous-access' => pht( | 'differential.anonymous-access' => pht( | ||||
| 'Phabricator now has meaningful global access controls. See '. | 'Phabricator now has meaningful global access controls. See '. | ||||
| '`policy.allow-public`.'), | '`policy.allow-public`.'), | ||||
| 'celerity.resource-path' => pht( | |||||
| 'An alternate resource map is no longer supported. Instead, use '. | |||||
| 'multiple maps. See T4222.'), | |||||
| ); | ); | ||||
| return $ancient_config; | return $ancient_config; | ||||
| } | } | ||||
| } | } | ||||