Search the web
Sign In
New User? Sign Up
fusebox5
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1376 - 1405 of 4403   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1376
I've been researching over on the fusebox.org forums, and it appears that fb4.1 will not allow you to specify a mapping as a circuit path (in fusebox.xml) I...
nearpersonal
Offline Send Email
Sep 3, 2006
9:50 pm
1377
Hi all, I am currently using FB5 to redevelop a site, as is a colleague. We are both getting problems during development, despite development-full-load being...
Paul Connell
Paul.Connell@...
Send Email
Sep 4, 2006
1:24 pm
1378
What operating system and language / locale are you using? Looks like UK in which case I think you've hit this known bug: ...
Sean Corfield
seancorfield
Offline Send Email
Sep 4, 2006
6:38 pm
1379
... Correct. Fusebox 5 is compatible with Fusebox 4.1 in that respect. I thought I'd entered a ticket for this but I don't see it so I entered a new ticket: ...
Sean Corfield
seancorfield
Offline Send Email
Sep 4, 2006
6:38 pm
1380
Sean, I entered a ticket for the mapping a while back but it's always good to be thorough. :) -Jason _____ From: fusebox5@yahoogroups.com...
Jason Daiger
jasondaiger
Offline Send Email
Sep 4, 2006
6:50 pm
1381
... I was convinced someone had but I didn't see the ticket... #139. I've closed #156 as a duplicate of that. Sean A Corfield -- (904) 302-SEAN An Architect's...
Sean Corfield
seancorfield
Offline Send Email
Sep 4, 2006
11:10 pm
1382
Great! I realize fixes like this may be way down the road, so does anyone have any suggestions on solutions for now? I've been playing with some possible...
nearpersonal
Offline Send Email
Sep 5, 2006
12:43 am
1383
Sean, Yes, UK locale, I thought it was something to do with dates/times, as it was working fine on 2 different projects up until last week. I will see if I...
Paul Connell
Paul.Connell@...
Send Email
Sep 5, 2006
7:55 am
1384
If I try to use "True" or "False" for attributes like append or overwrite, I get an error thrown saying that I need to use "true" or "false". Which is...
Peter Boughton
boughtonp
Offline Send Email
Sep 6, 2006
10:35 am
1385
Along those same lines, it seems you cannot use yes/no either? This caused an application I migrated to break, and may cause problems for other people hoping...
Seth Johnson
cfx_user
Offline Send Email
Sep 6, 2006
12:49 pm
1386
If you look at the DTD for the circuit xml you will see the valid values for the attributes.. case sensitivity aside. Since yes/no are not listed in the DTD as...
Mike Tangorre
mtangorre
Online Now Send Email
Sep 6, 2006
1:14 pm
1387
In that case I guess many users will have to global search and replace these values as I did . . . ... From: Mike Tangorre To: fusebox5@yahoogroups.com Sent:...
Seth Johnson
cfx_user
Offline Send Email
Sep 6, 2006
2:13 pm
1388
I'd be willing to bet that then 4.x cores just used the value of the attribute in a boolean context: if (verb.attributes.append) ... while FB5 actually does...
Barney Boisvert
barneyboisvert
Offline Send Email
Sep 6, 2006
4:10 pm
1389
... Fusebox 4 was pretty sloppy about how it "validated" boolean attributes. In some places it tested against a string ("true" or "false", but mostly just...
Sean Corfield
seancorfield
Offline Send Email
Sep 6, 2006
6:33 pm
1390
Thank you for the concise explanation Sean. I would like to have the ability to define my own Boolean values (yes/no, true/false, 1/0, spam/ham or whatever)...
Seth Johnson
cfx_user
Offline Send Email
Sep 6, 2006
7:31 pm
1391
... The Fusebox DTD specifies that boolean attributes must be "true" or "false". That isn't a 'style' issue, that's the definition of the Fusebox grammar. That...
Sean Corfield
seancorfield
Offline Send Email
Sep 6, 2006
7:56 pm
1392
That being said, it's not an unreasonable request if you think "yes|no" and "1|0" or "on|off" should be added to the DTD. Submit a ticket! NAT p.s. I'm a fan...
Nat Papovich
MCNattyP
Offline Send Email
Sep 6, 2006
8:06 pm
1393
... It is also a universal standard for programming languages that can use non-numerical values to mean true/false. Most good editors are able to do...
Damien McKenna
d_mc_kenna
Online Now Send Email
Sep 6, 2006
8:17 pm
1394
Is there any way to implement a voting system to enhancements? I for one (being a purist), would like to vote against such a ticket. Sandra Clark ...
Sandra Clark
slclark2499
Online Now Send Email
Sep 6, 2006
8:29 pm
1395
The fact that ColdFusion does correctly evaluate the Boolean values 'yes/no' and '1/0' are the basis of my argument that I think Fusebox should be able to...
Seth Johnson
cfx_user
Offline Send Email
Sep 6, 2006
8:30 pm
1396
... Well, that's a matter of opinion. I think ColdFusion is very sloppy and I hate the way it coerces various strings to boolean like that. I particularly hate...
Sean Corfield
seancorfield
Offline Send Email
Sep 6, 2006
9:40 pm
1397
... I suspect that's more to do with the *kind* of people that partook in the beta program, than any sort of general mindset. In fact, I'd expect that the...
Barney Boisvert
barneyboisvert
Offline Send Email
Sep 6, 2006
9:57 pm
1398
An indirect way to allow such sloppy booleans is to create your own verbs via custom lexicon. If you want <set overwrite=""> to accept "bananas" and ...
Nat Papovich
MCNattyP
Offline Send Email
Sep 7, 2006
12:26 am
1399
The loose typing of ColdFusion is one of the attributes of CF that has made it one of the most accessible languages for people starting out. I am not saying...
Seth Johnson
cfx_user
Offline Send Email
Sep 7, 2006
12:38 am
1400
Like I said, feel free to open a ticket......
Sean Corfield
seancorfield
Offline Send Email
Sep 7, 2006
1:10 am
1401
Done, thanks for humoring me. ... From: Sean Corfield To: fusebox5@yahoogroups.com Sent: Wednesday, September 06, 2006 9:02 PM Subject: Re: [fusebox5] Case...
Seth Johnson
cfx_user
Offline Send Email
Sep 7, 2006
1:54 am
1402
... Can you explain why you want mappings for circuit paths rather than using relative paths? (The workaround is relative paths) Sean A Corfield -- (904)...
Sean Corfield
seancorfield
Offline Send Email
Sep 7, 2006
2:21 am
1403
Sean, I'll jump in on this question because it speaks directly to a need I have. I have an application core that runs multiple other applications. The other ...
Jason Daiger
jasondaiger
Offline Send Email
Sep 7, 2006
12:55 pm
1404
Have you considered automating your deployment? Doing that would let you easily run a hook for manipulating the fusebox.xml programattically. That way the...
Barney Boisvert
barneyboisvert
Offline Send Email
Sep 7, 2006
3:37 pm
1405
... Another thought on this. Given that CF is case-insensitive, is it possible to disable case sensitivity in the DTD checking? True, true, False, false,...
Damien McKenna
d_mc_kenna
Online Now Send Email
Sep 7, 2006
3:50 pm
Messages 1376 - 1405 of 4403   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help