- attributes scope was not available in an exception handler. (140)
- "Element fusebox is undefined" exception after renaming application. (153)
- Fuseaction permissions is handled incorrectly. Fuseactions without the attribute accidentally inherited it from fuseactions that did! (155)
- Expand Boolean literals that are acceptable - Fusebox 4.1 accepted "yes" and "no" as well and "true" and "false" for attributes that were supposed to be boolean. Fusebox 5 only allowed "true" and "false". Fusebox 5.1 now allows "yes" and "no" as well. (157)
- Sequence of conditional logic in <if> block. Fusebox 5 forced you to have your <true> clause before your <false> clause. Fusebox 5.1 correctly allows either order. (160)
- Include bug. If you included a file using a variable name and said it was optional, you'd still get an exception if it was not present in Fusebox 5. Fusebox 5.1 handles this correctly. (162)
- Paths with . in the folder names fail when using relative paths. (163 - not fixed in SVN yet!)
Fusebox 5.1 - Bug Fixes
December 20, 2006 · 2 Comments
I thought I'd start with the boring part - the bug fixes. For the most part, bug fixes have focused on compatibility with Fusebox 4.1 to help ensure even smoother migrations from legacy applications to the newer version of the framework:
Tags: coldfusion · fusebox

2 responses so far ↓
1 Peter J. Farrell // Dec 20, 2006 at 1:51 PM
2 Sean Corfield // Dec 20, 2006 at 2:17 PM
http://trac.fuseboxframework.org/fusebox/ticket/99
In the end, folks felt the same-size character change was too likely to warrant that approach (changing dsp_something to frm_something or qry_something to act_something for example).
We also had testers confirm that, in principle at least, the Java code was portable to Railo and BD (even BD.NET as I recall).
Beta testing will tell us more...
Leave a Comment