mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-25 00:02:41 +01:00
b1932f1f56
Summary: Ref T11589. Currently, initialization order is a bit tangled: we load configuration from the database, then later test if we can connect to the database. Instead, I'm going to do: preflight checks ("PHP Version OK?", "Extensions installed?"), then configuration, then normal setup checks. To prepare for this, flag core checks as "preflight" and add a setup panel to visually confirm that I didn't miss anything. Test Plan: {F1803210} Reviewers: chad Reviewed By: chad Maniphest Tasks: T11589 Differential Revision: https://secure.phabricator.com/D16499 |
||
---|---|---|
.. | ||
PhabricatorConfigCollectorsModule.php | ||
PhabricatorConfigEdgeModule.php | ||
PhabricatorConfigHTTPParameterTypesModule.php | ||
PhabricatorConfigModule.php | ||
PhabricatorConfigPHIDModule.php | ||
PhabricatorConfigRequestExceptionHandlerModule.php | ||
PhabricatorConfigSetupCheckModule.php | ||
PhabricatorConfigSiteModule.php |