Changeset View
Changeset View
Standalone View
Standalone View
src/applications/config/check/PhabricatorSetupCheckExtraConfig.php
| Show First 20 Lines • Show All 174 Lines • ▼ Show 20 Lines | $ancient_config += array( | ||||
| 'An alternate resource map is no longer supported. Instead, use '. | 'An alternate resource map is no longer supported. Instead, use '. | ||||
| 'multiple maps. See T4222.'), | 'multiple maps. See T4222.'), | ||||
| 'metamta.send-immediately' => pht( | 'metamta.send-immediately' => pht( | ||||
| 'Mail is now always delivered by the daemons.'), | 'Mail is now always delivered by the daemons.'), | ||||
| '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( | |||||
| 'Obsolete; use standard rendering events instead.'), | |||||
| ); | ); | ||||
| return $ancient_config; | return $ancient_config; | ||||
| } | } | ||||
| } | } | ||||