Has this been made accessible from the fusebox.org site? It would be good to have a list/archive of third party plug-ins, layouts, code from the fusebox site. ...
Stephen Cassady
cassady@...
Oct 1, 2006 8:10 pm
1468
So on a live site, I can start inserting new fuses into your circuit.xml ? Let's go there....I wonder how big I can make your circiut files?...
It creates a file on the filesystem if the XML indicates one should be there, but one doesn't actually exist. It doesn't exit the XML, it just creates files...
Barney, this errortemplate does in fact create all missing fuses <include>d in circuit.xml. The first missing include is caught, handled by the errortemplate,...
And you just pray that you don't have something that causes issues when executing multiple times in succession above the last missing fuse? Not that it's a bad...
Adam, don't forget that this only reacts to the circuit.xml, and not to anything that a user can inject maliciously. You wouldn't be able to make his circuit...
We have also run into this, but fortunately found this thread and have applied the patch mentioned in the trac ticket 99 report. In the readme file it mentions...
... It doesn't say "non-english". It just says "some O/S locale combos" and, yes, it's a known issue that it affects some UK English systems. ... The Java...
heres a snippet from the readme file in the distribution Non-English Operating Systems: - Some non-English operating systems only provide the "date last ...
... Reasonable point. The issue affects Fusebox 4.1 as well since it uses the *exact same code* to detect changes to the XML files. If we find the Java...
HI - I've updated this locally and I'm getting better results already (I'm not having to use the firefox plugin as much). The mach-ii option sounds like it...
I posted the the modified version of FuseboxCircuit.cfc which includes the java-fix here http://www.danielschmid.name/?p=52 It's based on the latest fb5...
I don't like the suggested Mach II solution; I don't think that's as rare as you believe. For example, if someone accidentily types "qry_something" and then ...
... We don't know. We really need to ensure the solution works on CFMX, BD and Railo on all platforms and that will require quite a bit of testing from the...
I saw on Sean Corfield's blog an advertisement for Fusebox developers in Florida. I thought I'd better respond here. I worked there for 2 years and got fired...
I second this, I worked there for a mere 3 months, and it was the WORSE thing I've ever done. I was hired on as Sr Developer and became their IT Director...
Well both BD7 and Railo 1.0.0.27 use timestamps for dateLastModified (on this machine anyway, which is English/UK locale and required the Java fix under CFMX) ...
I third this, This is the first company I have ever worked for that ended up costing me allot of money. Due to their incompetent payroll department I am nearly...
Just an administrative caution: This is essentially a public forum so posting derogatory claims about a company, such as we've seen in this thread, could lead...
Yours and 2 others corraborating. Sandra Clark ============================== http://www.shayna.com <http://www.shayna.com/> Training in Cascading Style Sheets...
Good point. Or we could overlay a disclaimer like MGM, Universal, Sony et al have on their movies: .the following is for entertainment purposes only. _____ ...
Hello, I am very new to FB, so please pardon the newbie question. A current project that I am working on is using FB5, but instead of processing form actions...
I am in the process of getting our in-house applications better organized as they are becoming a PITA to manage. In doing so, I am running into a couple issues...
... My first gut reaction would be to use a single <cfapplication> for everything and take advantage of Fusebox 5's ability to specify FUSEBOX_APPLICATION_KEY...
From: "Sean Corfield" <seanc@...> ... As soon as I have a chance, I will put together something more detailed in terms of how using FB MVC with a CFC...