*** version 1.2.1 *** * Config setting for 'sessionDB' is false by default now. * Default static content such as images and a css stylesheet were added for scaffolding views. * Additional build-scripts have been added. These include 'buildcontroller', 'buildmodel', 'buildtable', and 'buildscaffolding'. * Controller Filters can have an "applyTo" value that can be either an array or single string of actions to apply the filter to, or an "exclude" value that can also be an array or single string of action names to exclude the filter application from. * Added AdroiDB.tableExists() and changed AdroitDB.fetchTableFields() to public for use in build scripts. * Bug fix (http://code.google.com/p/adroit/issues/detail?id=2). Changed BaseDom methods delete, update, and isUnique to be public. * Support for n-deep subdirectories for routing/controllers/views * Bug fix (http://code.google.com/p/adroit/issues/detail?id=1). Url routing should first try REDIRECT_URL, and then use RESPONSE_URI if its not set.