CRM-16373 - CRM_Core_Config_Defaults - Split setValues() into pieces
authorTim Otten <totten@civicrm.org>
Sun, 23 Aug 2015 15:58:33 +0000 (08:58 -0700)
committerTim Otten <totten@civicrm.org>
Thu, 17 Sep 2015 22:45:01 +0000 (15:45 -0700)
commitf6f958e48929aef5ae05e9c5d19baa6e018b2963
treeeb4811fbb13573aa3395b2d858398e1576c7348b
parent8cef4325bfb9ba70fac9455f05d08e5aaf3b68aa
CRM-16373 - CRM_Core_Config_Defaults - Split setValues() into pieces

The major pieces:
 * `userSystem->getDefaultFileStorage`
 * `userSystem->getCiviSourceStorage`
 * `getCustomFileUploadDir`, `getCustomPhpPathDir`, `getImageUploadDir`, etc
CRM/Admin/Form/Setting.php
CRM/Core/Config.php
CRM/Core/Config/Defaults.php
CRM/Utils/System/Base.php
CRM/Utils/System/DrupalBase.php