]> git.mxchange.org Git - friendica.git/commit - src/Core/Console/Config.php
Rework App modes
authorHypolite Petovan <mrpetovan@gmail.com>
Sat, 30 Jun 2018 18:40:09 +0000 (14:40 -0400)
committerHypolite Petovan <mrpetovan@gmail.com>
Mon, 16 Jul 2018 23:38:15 +0000 (19:38 -0400)
commitcd9b864045588308e18e16f7a1c1029fd380d8fd
tree95576f38cd4b8d497b5f4ef034a8ae940e42ab0a
parentd487c399dd05e65b4b0990eb7c3ee86b4cc78e22
Rework App modes

- Replace App mode constants with capability-based flags
- Add App->isInstallMode()
- Add file config fallback in (P)Config abstraction
- Removed logger disabling code
12 files changed:
bin/daemon.php
include/text.php
index.php
src/App.php
src/Core/Config.php
src/Core/Console/Config.php
src/Core/Console/GlobalCommunityBlock.php
src/Core/Console/GlobalCommunitySilence.php
src/Core/Console/Maintenance.php
src/Core/Console/NewPassword.php
src/Core/PConfig.php
src/Core/System.php