ATOM CHANGELOG =============== 1.1.1: Released 22/05/2010 - Changed htaccess file rewriterules. Now runs through index.php?atom=$1. Found some issues on some hosts with the original version. - /core/dispatcher.class.php changes linked with htaccess change. - /core/templates.class.php - Changed the template engine to run php instead of "custom tags". Allows for much great flexibility in terms of extending the templates and the framework in general. - /core/core.class.php - Add 2 new methods to the core. See the core.class.php file for the full info on how these functions work. - - ->addToCore() This simple function just adds data passed, into the core - - ->loadHelperToCore() This function loads a helper using loadHelpers() to load the helper and then ->addToCore() to add it in to the core object. 1.0.1: Released 01/02/2010 - Added functions to dynamically add stylesheets and javascript to the tpl (addStyle() and addScript() - see /core/templates.class.php for more info) - Added renderStr() to template engine. Renders a string as though it was a template. (i.e. swaps out variables) - Added some more config urls for css dir, scripts dir and images dir. Css / scripts dir used in addStyle / addScript functions mentioned above - Improved Hooks system to allow you to add an direct access check on the hook file. Add to protect hooks - Fixed 2 bugs within cacheQuery() database function. - - One which prevented results from looping (wrong variable used in fetchRows()) - - Second was forgetting to unserialized data loaded from the cache. 1.0.0: Released 10/01/2010 - Initial Release