I was wondering what impact not implementing maskedFileDelimiters would have :) Thanx for digging into that - I'll get on it this week (when I get back from...
Hello Dave i wanna fix this bug, but i have some problem to reproduce it. i do the following: <cfset dir=GetDirectoryFromPath(GetCurrentTemplatePath())> <cfset...
Glad to have you onboard Michael! ... Try this: <cfset content='<cfset test="ff'> <cfset content=content & '">'> I think the " needs to be unmatched inside ' '...
I'd like everyone to look at the issues resolved in Alpha 3 and make sure that any other critical issues you've found are logged in the bug tracker: ...
I believe I have fixed this - at the cost of adding a readonly named lock to every request. When I release Alpha 3 (tomorrow or Sunday), I'd like to make sure...
I don't have a good frameset to test concurrency with, but I'll run A3 through the same performance tests as the other versions (which includes production...
Sean, I'll definitely throw the alpha into that 3-framed app like I did with AV2 for concurrency and will report if I see any differences in performance....
Here is Fusebox 5 Alpha 3, build 5.0.0.A.3.0. Installation should just be a matter of replacing your previous fusebox5/ folder with this new one. The first...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the fusebox5 group. File :...
fusebox5@yahoogroups....
May 5, 2006 11:12 pm
501
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the fusebox5 group. File :...
fusebox5@yahoogroups....
May 6, 2006 5:22 am
502
(reposting without the ZIP - check the Files section of the Yahoo! Group for the Alpha 3 ZIP - hopefully the message with the ZIP will eventually show up!) ...
It's been very quiet since I released Alpha 3 on Friday? Can I take the silence to mean that everything is working just fine? I did get one private email...
Documentation - you've seen the beginnings of it on my site. At Beta 1 I will copy it to the wiki and ask everyone here to review it and start to expand on it:...
I have been running Alpha3 on our content management system containing about 250K lines of code. The only thing that I have found are errors thrown where the...
I'll install it tomorrow on a few apps, as well as do my performance test as on the previous versions. Been sick and busy, which is a bad state for getting...
... Thanx Barney. ... I'm assuming this was with the XML files *not* changing between runs? Not quite the timing results I would have expected. I'll dig into ...
... OMG! I _finally_ get switch. I am in nirvanna :) Seriously, this is a freakin' great idea for those weird times you actually miss putting CF directly in...
... Yep, the only things that changed over the course of all 15 series was a change in the application name, a change of which core file was included, and the...
... And just to be clear the "cf" custom lexicon I showed is not part of the official core files. It is part of the skeleton application only. I added a...
... I would vote to use content variables and a postfuseaction to choose the layout instead of using the pre/post approach. This would help demonstrate the...
... It does. I should have been clearer. Here's the view circuit: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE circuit> <!-- Example circuit.xml file for...
Shouldn't you have the dsp_header include in POSTFUSEACTION? In particular, that lets you build up content variables that need to be injected into the HEAD of...
I would think a basic "hello world" type setup, running a model and view fuseaction, should be enough. Maybe add a layout which just has a header a footer to ...
... Is there a reason to have the dsp_header and dsp_footer separated at all? I would argue these should be w/in the layout file and not always included. In a...
I agree that it's better to stick with best practices and use a single layout file rather than a pre and postfuseaction dsp file. When I was in FB 3, I loved...
I rolled one of our FB 4.1 apps still in development to FB5 and hit a plug-in error. I forgot to comment out the testNonexistantFuseactions plug-in, <plugin...
... One of the sample applications for Fusebox 4.x covers handling non- existent fuseactions (I don't remember which) and that does work. Could you explain a...
The plugin, if I recall correctly, actually checked to see if there were any invalid fuseaction references in the application, not just the current fuseaction....