Changeset View
Changeset View
Standalone View
Standalone View
src/applications/config/check/PhabricatorSetupCheckExtraConfig.php
| Show First 20 Lines • Show All 156 Lines • ▼ Show 20 Lines | $ancient_config += array( | ||||
| 'them with `maniphest.fields`.'), | 'them with `maniphest.fields`.'), | ||||
| 'maniphest.custom-fields' => | 'maniphest.custom-fields' => | ||||
| pht( | pht( | ||||
| 'Maniphest fields are now defined in '. | 'Maniphest fields are now defined in '. | ||||
| '`maniphest.custom-field-definitions`. Existing definitions have '. | '`maniphest.custom-field-definitions`. Existing definitions have '. | ||||
| '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( | |||||
| 'SSH keys are now actually useful, so they are always enabled.'), | |||||
| ); | ); | ||||
| return $ancient_config; | return $ancient_config; | ||||
| } | } | ||||
| } | } | ||||