Changeset View
Changeset View
Standalone View
Standalone View
src/applications/config/check/PhabricatorExtraConfigSetupCheck.php
| Show First 20 Lines • Show All 270 Lines • ▼ Show 20 Lines | $ancient_config += array( | ||||
| 'metamta.maniphest.public-create-email' => $public_mail_reason, | 'metamta.maniphest.public-create-email' => $public_mail_reason, | ||||
| 'metamta.maniphest.default-public-author' => $public_mail_reason, | 'metamta.maniphest.default-public-author' => $public_mail_reason, | ||||
| 'metamta.paste.public-create-email' => $public_mail_reason, | 'metamta.paste.public-create-email' => $public_mail_reason, | ||||
| 'security.allow-conduit-act-as-user' => pht( | 'security.allow-conduit-act-as-user' => pht( | ||||
| 'Impersonating users over the API is no longer supported.'), | 'Impersonating users over the API is no longer supported.'), | ||||
| 'feed.public' => pht('The framable public feed is no longer supported.'), | 'feed.public' => pht('The framable public feed is no longer supported.'), | ||||
| 'auth.login-message' => pht( | |||||
| 'This configuration option has been replaced with a modular '. | |||||
| 'handler. See T9346.'), | |||||
| ); | ); | ||||
| return $ancient_config; | return $ancient_config; | ||||
| } | } | ||||
| } | } | ||||