| 709 | ioc plugin support for <import> tags | Invalid |
| 866 | Refactor Utilities plugin into more granular existing plugins, removing unused methods.(Compatibility) | Fixed |
| 931 | ioc adapters finalization for common ioc factories | Fixed |
| 987 | Ability to declare implicit default layout configurations for modules | Fixed |
| 997 | automatic extension detection via incoming URI extension | Fixed |
| 1060 | Update cache flash scope to use a setting with the name of the cache to use, else use default cache name | Fixed |
| 1073 | The method lookupQuiet was not found in component coldbox.system.cache.archive.MTCacheManager. | Fixed |
| 1076 | On some occassions the IDs of the rc/prc panels are colliding and not opening/closing the right row. | Fixed |
| 1077 | getInetHost was not found in component MethodInjector.cfc | Invalid |
| 1078 | Method start was not found in { various fw cfcs } | Invalid |
| 1079 | populateFromQueryWithPrefix | Fixed |
| 1080 | Modules not inheriting parent layouts/views correctly in discover algorithms | Fixed |
| 1083 | new unit testing method: getMockPlugin() that gives you a plugin instance already mocked up and ready for usage or testing | Fixed |
| 1084 | new requestcontext method isAjax(), tries to read the xmlhttp request header and determine if request is ajax based | Fixed |
| 1085 | handler service not treating cached handlers right, so recreates them. | Fixed |
| 1086 | updated approach to retrieve model objects from cache services | Fixed |
| 1087 | bug on interceptorSettings for CFC configuration, the value should be customInterceptionPoints and not customInterceptors | Fixed |
| 1089 | implicit view rendering with no event needed. If event does not exist but view does, then view gets dispatched | Fixed |
| 1090 | Updated the AntiSamy XSS project to latest version of 1.4.1 | Fixed |
| 1096 | when using modulesAutoReload the module service was not clearing the setting but actually replacing, causing reference issues on startups | Fixed |
| 1097 | Unecessary key iterations on configuration settings when creating request context | Fixed |
| 1098 | Module common view-layout conventions so host can override view-layouts for all modules by Kalen Gibbons | Fixed |
| 1100 | ioc plugin completely revamped for 3.0.0 for usage of adapters and deprecation of antiquated code (COMPATIBILITY) | Fixed |
| 1101 | ioc plugin now supports parent factories on declared factories in the coldbox configuration | Fixed |
| 1102 | ses new method: setValidExtensions(list) gives you the ability to set a list of extensions the interceptor will auto detect for you and place in the format variable in the request collection. This goes hand in hand with the setExtensionDetection() method. | Fixed |
| 1103 | antisamy updated so you can define a custom policy file in your application settings: AntiSamy_Custom_Policy | Fixed |
| 1104 | throw an invalid event exception when a non-valid or non-loaded module is detected for firing | Fixed |
| 1105 | setNextEvent should support from ssl to non-ssl URL conversions | Fixed |
| 1107 | New Interception point: onRequestCapture | Fixed |
| 1110 | new base test helper: getMockDatasource() to return mocked datasource bean objects | Fixed |
| 1111 | new base test helper: getMockConfigBean() so you can create a mocked configuraiton bean easily | Fixed |
| 1113 | stringbuffer missing javacast on init() so the buffer number 16 was being inited | Fixed |
| 1114 | json conversion not handling null values when encoding | Fixed |