coldbox-platform icon indicating copy to clipboard operation
coldbox-platform copied to clipboard

A modern, fluent and conventions based HMVC framework for ColdFusion (CFML)

Results 6 coldbox-platform issues
Sort by recently updated
recently updated
newest added

I propose we add support for passing the point first and closure second. I think it's weird to pass the event name after the function: ```js variables.interceptorService.listen( function( interceptData ){...

- sql syntax highlighting - JSON syntax formatting and highlighting - corrected indentation and missing empty likes in the file preview - which also corrected the highlighting of the correct...

- Update HTTP status code check for onMissingAction test - Fix so RequestContextDecorators wrap whichever RequestContext is passed - Allow retrieving all headers from the RequestContext - Make it possible...

This pull request is in response to [this discussion](https://community.ortussolutions.com/t/coldbox-6-4-event-caching-and-ignoring-rc-scope/8886) in the Coldbox community. This new feature for Coldbox gives developers more flexibility with event caching and different RC scopes. The...

This PR improves testing performance by not creating a brand new Controller object each time `getMockRequestContext()` is called if `variables.controller` already exists.

This PR will allow us to test ColdBox against the latest Lucee RC or SNAPSHOT without halting the current ColdBox release. This will give us (and Lucee!) early warning against...