Changeset View
Changeset View
Standalone View
Standalone View
src/applications/config/check/PhabricatorSetupCheckExtraConfig.php
| Show First 20 Lines • Show All 183 Lines • ▼ Show 20 Lines | $ancient_config += array( | ||||
| 'auth.sessions.conduit' => $session_reason, | 'auth.sessions.conduit' => $session_reason, | ||||
| 'auth.sessions.web' => $session_reason, | 'auth.sessions.web' => $session_reason, | ||||
| 'tokenizer.ondemand' => pht( | 'tokenizer.ondemand' => pht( | ||||
| 'Phabricator now manages typeahead strategies automatically.'), | 'Phabricator now manages typeahead strategies automatically.'), | ||||
| 'differential.revision-custom-detail-renderer' => pht( | 'differential.revision-custom-detail-renderer' => pht( | ||||
| '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, | |||||
| ); | ); | ||||
| return $ancient_config; | return $ancient_config; | ||||
| } | } | ||||
| } | } | ||||