====================================================================== SugarConfig by SugarDev.net - http://www.sugardev.net ====================================================================== Copyright (c) 2007-2009 Loek van Gool (http://www.sugardev.net) All rights reserved. Permission is granted for use, copying, modification, distribution, and distribution of modified versions of this work as long as the above copyright notice is included. ====================================================================== CONTRIBUTIONS ====================================================================== ***Please submit your contributions to loekvangool@gmail.com*** ====================================================================== Description ====================================================================== MadConfig provides a safe, easy and simple way of administering configuration variables in SugarCRM. Variables can be accessed and modified in functions, and in an Administration screen. ====================================================================== Version History: ====================================================================== 0.5 - 2009-11-25 ---------------------------------------------------------------------- - No code changes, but now licensed to be used in 5.5! 0.4 - 2009-09-09 ---------------------------------------------------------------------- - Updated database factory call to support latest SugarBean 0.3 - 2009-02-14 ---------------------------------------------------------------------- - Updated to 0.3 because of problems with Sugar's dependencies check (it will not accept "0.2.1" if "0.2" is the minimum required version) Decided to stick with x.x versions. 0.2.1 - 2009-01-05 ---------------------------------------------------------------------- - Fixed some bugs causing NOTICEs in PHP - Altered query to only cache the values in the config table that were created by Config - Changed cache key to Sugar's unique key 0.2 - 2008-29-09 ---------------------------------------------------------------------- - BREAKING API: Removed category from the module. It didn't fit the way I wanted to handle the resulting array with configuration values. So you cannot use this as long as you have two or more variables of the same name with another category. Also, function calls need to be updated. - Added support for Sugar external cache - Added comments on the functions 0.1 - 2008-29-09 ---------------------------------------------------------------------- - Initial release