| 138 | ColdBox Modules | Fixed |
| 753 | bug on sample login application on railo | Invalid |
| 763 | new base test case for testing model objects. Ability to give you a mocked ready model object | Fixed |
| 873 | setNextEvent reworked for 3.0.0 too many obscure parameters, setNextRoute & relocate will now be deprecated (compatibility) | Fixed |
| 915 | setNextEvent updated for compatibility varStruct changed to persistStruct (compatibility) | Fixed |
| 916 | persistVariables update from varStruct to persistStruct on arguments (compatibility) | Fixed |
| 917 | Update testing so we can do unit testing of plugins | Fixed |
| 918 | Update testing so we can do unit testing of interceptors | Fixed |
| 920 | New useSSL element for redirecting via SSL in the security interceptor | Fixed |
| 949 | profilers monitor brocken in M4 | Fixed |
| 950 | Update integration testing to fire off pre and post process interception points as part of lifecycle (COMPATIBILITY) | Fixed |
| 951 | Exception when using the COLDBOX_CONFIG_FILE setting on Application.cfc, the loader is not reading the override first | Fixed |
| 952 | Under high load event caching might produce _NOTFOUND_ pages, we are talking very high load | Invalid |
| 953 | request context new method: getHTTPHeader(key,default) utility function to get a HTTP header | Fixed |
| 954 | contention issues when dealing with event caching on the same event and different contexts. Might produce cache data from the same event with diff data. | Fixed |
| 955 | Add more error trapping on policies when high load ocurrs, as sometimes arrays are not verified for sorting. | Fixed |
| 956 | New cache method: clearEventMulti() to allow for the clearing of multiple event cache entries using regex. | Fixed |
| 957 | Enhance event caching to allow for multi-host applications | Fixed |
| 958 | No more inheritance needed for handlers, plugins or interceptors. (Completely optional now) | Fixed |
| 961 | New helper convention for view folders, create a helper with the name of the folder the view is contained on: ex: folder=category, helper=categoryHelper.cfm | Fixed |
| 964 | due to cf9 persistent cfc's dumping them in the debugger panel causes performance issues | Fixed |
| 965 | ses convention name value pairs not evaluating empty spaces: /var1/val1/var2//page/3 | Fixed |
| 967 | Module directives to control modules startup | Fixed |
| 969 | addition of "patterns" attribute to the Environments interceptor for regex matching. | Fixed |
| 971 | New DSL to autowire interceptor objects: coldbox:interceptor:name | Fixed |
| 974 | Ability to load LogBox via new DSL in configuration programmatic approach | Fixed |
| 975 | New cool HTMLHelper plugin to help you do well, HTML stuff | Fixed |
| 976 | Update testing so we can do unit testing of handlers standalone, meaning targeted testing, not integration testing | Fixed |
| 977 | new autowire DSL: coldbox:fwSetting:{setting}, coldbox:fwConfigBean | Fixed |
| 978 | getSettingsBean() new argument: fwSettings:Boolean, so you can also get a config bean of coldbox settings | Fixed |
| 980 | new debugger interception points: beforeDebuggerPanel, afterDebuggerPanel | Fixed |
| 988 | Virtual Entity Service for creating virtual entity service layers based off the base ORM services | Fixed |
| 989 | Base ORM Service layers for hibernate support | Fixed |
| 990 | setNextEvent url= not redirecting | Fixed |