systemStatusCheckResult - Migrate from settings to cache
authorTim Otten <totten@civicrm.org>
Thu, 29 Mar 2018 20:36:52 +0000 (13:36 -0700)
committerTim Otten <totten@civicrm.org>
Mon, 18 Jun 2018 23:28:26 +0000 (16:28 -0700)
commitb1fc1ab0dcbb27d79ced8d077c3cf33effb5f9ed
treed462a777c7fbca22dc1abfb1c3d99ddd88ecfe4c
parent7a19d718223698d20baa740b2ee9e2c316ade3e4
systemStatusCheckResult - Migrate from settings to cache

This is fundamentally an ephemeral value. Storing this in the settings
table prevents one from accessing the system with a read-only database.
CRM/Core/Invoke.php
CRM/Utils/Check.php
Civi/Core/Container.php
api/v3/examples/Setting/GetFields.php
settings/Core.setting.php