| | Removal of uniqueUrls boolean indicator for URL routing, since Pretty URLs are now the standard. This rerouting feature needs to be removed. | | | | | Fixed | Feb 3, 2023 | Feb 3, 2023 | | |
| | Add three environment location helpers in the controller and supertype: isProduction(), isDevelopment(), isTesting() | | | | | Fixed | Feb 1, 2023 | Feb 1, 2023 | | |
| | Allow Whoops error template to work for environments not explicitly called "development" | | | | | Unresolved | Jan 31, 2023 | Feb 2, 2023 | | |
| | When whoops error template defaults to public for non-dev, the messaging is very confusing | | | | | Unresolved | Jan 31, 2023 | Jan 31, 2023 | | |
| | ElixirPath() Returns Broken Link When Asset Exists in Submodule | | | | | Unresolved | Jan 27, 2023 | Jan 27, 2023 | | |
| | HTMLHelper: ElixirPath() May Return Double Slashes (//) at Beginning of URL | | | | | Unresolved | Dec 30, 2022 | Dec 30, 2022 | | |
| | HTMLHelper: ElixirPath Method Missing `currentModule` Argument | | | | | Unresolved | Dec 30, 2022 | Jan 11, 2023 | | |
| | Module public convention for static files | | | | | Unresolved | Dec 28, 2022 | Dec 28, 2022 | | |
| | New super type methods: getDateTimeHelper() getIsoTime() to assist with recurrent iso time conversions in modern APIs and responses | | | | | Fixed | Dec 22, 2022 | Dec 22, 2022 | | |
| | ChronoUnit becomes the official cb Date Time Helper to assist with date/time conversions and formatting | | | | | Fixed | Dec 22, 2022 | Dec 22, 2022 | | |
| | Please add more debugging info to REST handler | | | | | Fixed | Dec 13, 2022 | Dec 29, 2022 | | |
| | viewLocations struct does not exist in function renderer.layout() on line 684 if nolayout = true | | | | | Fixed | Dec 4, 2022 | Dec 4, 2022 | | |
| | calling function "view" from within function which has an argument named "view" causes error. | | | | | Fixed | Dec 4, 2022 | Dec 4, 2022 | | |
| | New getEnv() method on the base test class to get access to the env delegate for inquiring for env and java properties | | | | | Fixed | Dec 1, 2022 | Dec 1, 2022 | | |
| | Update the Router.cfc to look at not only the cgi host but the forwarded hosts | | | | | Fixed | Nov 30, 2022 | Nov 30, 2022 | | |
| | core json utils now include a prettyJson() and a toPrettyJson() utilities | | | | | Fixed | Nov 21, 2022 | Nov 21, 2022 | | |
| | Do not allow injection of the same applicatio helper on the same target | | | | | Fixed | Nov 19, 2022 | Nov 19, 2022 | | |
| | populateModel deprecated - refactored to just populate() in the supertype methods | | | | | Fixed | Nov 18, 2022 | Nov 18, 2022 | | |
| | routes.cfm Support Removal | | | | | Fixed | Nov 16, 2022 | Nov 16, 2022 | | |
| | New coldbox based delegates mapped with `@cbDelegates` | | | | | Fixed | Nov 7, 2022 | Nov 14, 2022 | | |
| | New core delegates for smaller building blocks, which leverages the `@coreDelegates` namespace | | | | | Fixed | Nov 7, 2022 | Nov 7, 2022 | | |
| | Lazy loading and persistence of engine helper to assist in continued performance and initial load speed | | | | | Fixed | Nov 7, 2022 | Nov 7, 2022 | | |
| | New convention for modules for storing and using coldfusion tags: `/tags` | | | | | Fixed | Nov 7, 2022 | Nov 14, 2022 | | |
| | New convention for coldfusion tags: includes/tags. Every ColdBox app will register that location as a repository for custom tags for your application | | | | | Fixed | Nov 7, 2022 | Nov 7, 2022 | | |
| | Route Interceptors | | | | | Unresolved | Nov 3, 2022 | Nov 3, 2022 | | |
| | Add in functionality to exclude patterns via router's findRoute() | | | | | Unresolved | Oct 28, 2022 | Oct 28, 2022 | | |
| | new toJson() helper in the Util class which is delegated in many locations around the framework to add struct based query serialization and no dubm security prefixes | | | | | Fixed | Oct 26, 2022 | Oct 26, 2022 | | |
| | COMPAT: jsonQueryFormat has been removed in preference to "struct". | | | | | Fixed | Oct 26, 2022 | Oct 26, 2022 | | |
| | JSON Serialization in `forAttribute` Does Not Support ACF Prefixing | | | | | Fixed | Oct 25, 2022 | Oct 26, 2022 | | |
| | New `back()` function in super type that you can use to redirect back to your referer or a fallback | | | | | Fixed | Oct 20, 2022 | Oct 20, 2022 | | |
| | Reuse existing controller in getMockRequestContext() | | | | | Unresolved | Oct 15, 2022 | Oct 15, 2022 | | |
| | Implement abort logic onAuthenticationFailure on RESTHandler | | | | | Unresolved | Oct 10, 2022 | Oct 10, 2022 | | |
| | Invalid DateFormat Mask in Whoops.cfm | | | | | Fixed | Oct 7, 2022 | Oct 10, 2022 | | |
| | RestHandler.cfc missing exception information on InvalidCredentials & TokenInvalidException | | | | | Fixed | Sep 30, 2022 | Oct 7, 2022 | | |
| | this.unloadColdBox is false now as the default thanks to the virtual test app | | | | | Fixed | Sep 29, 2022 | Sep 29, 2022 | | |
| | Integration Tests do not support NoRender() | | | | | Fixed | Sep 26, 2022 | Oct 7, 2022 | | |
| | virtual app controller scoping is missing on ocassion due to this.load|unload flags | | | | | Fixed | Sep 20, 2022 | Oct 7, 2022 | | |
| | Woops and Adobe CF needs a double check if session/client is defined even if sessionManagement/clientManagement is defined | | | | | Fixed | Sep 19, 2022 | Sep 19, 2022 | | |
| | postEvent now get's new interceptData: ehBean, handler and data results | | | | | Fixed | Sep 16, 2022 | Sep 16, 2022 | | |
| | PostLayoutRender and PostViewRender now pass which view/layout path was used to render | | | | | Fixed | Sep 8, 2022 | Sep 8, 2022 | | |
| | BiConsumer proxy was making both arguments required, when they can be null so execution fails | | | | | Fixed | Sep 6, 2022 | Sep 6, 2022 | | |
| | RestHandler OnError() Exception not checking for empty `exception` blocks which would cause another exception on development ONLY | | | | | Fixed | Sep 6, 2022 | Oct 14, 2022 | | |
| | Error casting struct to string when running Lucee error template | | | | | Duplicate | Sep 3, 2022 | Oct 7, 2022 | | |
| | render inline PDF (CB 6.8.1) throws a 500 error | | | | | Fixed | Aug 28, 2022 | Sep 20, 2022 | | |
| | New convention for module setting overrides: config/{moduleName}.cfc | | | | | Fixed | Aug 26, 2022 | Aug 29, 2022 | | |
| | New Flow delegate helpers for functional usage everywhere in ColdBox land | | | | | Fixed | Aug 26, 2022 | Aug 26, 2022 | | |
| | Whoops updates galore! SQL Syntax highlighting, json formatting and highlighting, and more | | | | | Fixed | Aug 20, 2022 | Aug 20, 2022 | | |
| | make event caching cache keys lower cased to avoid case issues when clearing keys | | | | | Fixed | Aug 8, 2022 | Aug 11, 2022 | | |
| | Event Cache Response Has Status Code of 0 (or Null) | | | | | Fixed | Aug 6, 2022 | Sep 4, 2022 | | |
| | Allow passing interception point first in interceptor listen() method | | | | | Fixed | Aug 2, 2022 | Nov 15, 2022 | | |