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

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 926 - 955 of 4396   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
926
The verb for the <cf_accelerate> cache tag from Brandon Purcell http://www.bpurcell.org/blog/index.cfm?mode=entry&entry=963 it's my first verb, thus if I...
Daniel Schmid
ananda1203
Offline Send Email
Jul 1, 2006
12:48 pm
927
... The fact that <do> and <fuseaction> are not "normal" verbs, I had assumed that goal was to go forward with making these behave just like the rest of the...
David Sparkman
sparkmad
Offline Send Email
Jul 1, 2006
4:38 pm
928
... They're not verbs at all, normal or abnormal. They happent to be represented by XML tags, but so are parameters (by the 'parameter' tag), and a parameter...
Barney Boisvert
barneyboisvert
Offline Send Email
Jul 2, 2006
5:17 am
929
... OK, first off, do/fuseaction are essentially compiler directives, not verbs. That's always been "by design" in Fusebox 4 and upward and I had no intention...
Sean Corfield
seancorfield
Offline Send Email
Jul 2, 2006
6:22 am
930
I'm sure there is something on my end - I'm just pulling a super "blank" moment: I've copied some development code to my laptop (running IIS/CF 7.02/FB5rc1). ...
Stephen Cassady
cassady@...
Send Email
Jul 2, 2006
11:52 pm
931
Sean, for those developers with Debugging turned on, have the try/catch error messages been cleaned up so that they are more like advisories than warnings?...
Mike
starkraving2002
Online Now Send Email
Jul 4, 2006
3:31 am
932
... There are fewer "benign" exceptions reported by Fusebox 5 than used to be reported by Fusebox 4.x - all those loader exceptions about the in-memory...
Sean Corfield
seancorfield
Offline Send Email
Jul 4, 2006
5:09 am
933
ahh, I noticed this also several times since I updated to cf 7.0.2 but we might just do the same thing wrong...;) Daniel ... ahh, I noticed this also several...
Daniel Schmid
ananda1203
Offline Send Email
Jul 4, 2006
12:06 pm
934
i think I'm seeing this on cf 7.0.1 to...need to confirm what's happening, except in my instance the loadclean etc isn't picking up the changes - i renamed a...
John Beynon
john_beynon
Offline Send Email
Jul 4, 2006
2:32 pm
935
here's my scenario...mode is set to development-full-load, using load=true and supplying password etc etc I can't get it to pick up a change to a ...
John Beynon
john_beynon
Offline Send Email
Jul 4, 2006
2:37 pm
936
A suggestion - wouldn't it be nice if the attribute was a list ? <cf:accelerate primaryKey="home" lContentVariables="maincontent,sidebar"> Kevin ... From:...
Kevin Roche
rochekuk
Offline Send Email
Jul 4, 2006
3:30 pm
937
Team, Great Job! Below are two recommendations for the skeleton app. 1. Right trim the "name" to a length of 64. This will eliminate the error with base...
William Dale
utiliware
Online Now Send Email
Jul 4, 2006
5:40 pm
938
... If you do load=true, it blows away the entire Fusebox structure so it *has* to reload the circuit XML file because otherwise it wouldn't have a circuit...
Sean Corfield
seancorfield
Offline Send Email
Jul 4, 2006
9:04 pm
939
... Thanx. ... Good idea, added: http://projects.simb.net/fusebox/trac.cgi/ticket/92 ... I added that ticket yesterday! :) ...
Sean Corfield
seancorfield
Offline Send Email
Jul 4, 2006
9:15 pm
940
Kevin, you can always do: <uti:accelerate primaryKey="page" secondaryKey="sectionOne" contentVariable="sectionOne"> <do action="model.getStuff" /> <do...
Daniel Schmid
ananda1203
Offline Send Email
Jul 5, 2006
10:38 am
941
Kevin, you can always do: <uti:accelerate primaryKey="page" secondaryKey="sectionOne" contentVariable="sectionOne"> Well, I googled UTI, but all I got was...
Marc Funaro
advantexllc
Offline Send Email
Jul 5, 2006
1:33 pm
942
Hi Marc, uit is probable the prefix that has been defined when the lixicon was called in: i.e <circuit xmlns:uit="/path/to/cf/lexicon"> HTH ... -- Nick Tong ...
Nick Tong - TalkWebSo...
nptonguk
Offline Send Email
Jul 5, 2006
2:12 pm
943
would be interesting to know if you found out what was wrong... since I got this now the whole day... Daniel...
Daniel Schmid
ananda1203
Offline Send Email
Jul 5, 2006
5:46 pm
944
"uti" is just my prefix for the lexicon 'utilities' because I wanna use the prefix cf for mimic of cftags like cftimer,cfthrow, etc. <circuit...
Daniel Schmid
ananda1203
Offline Send Email
Jul 5, 2006
5:49 pm
945
"uti" is just my prefix for the lexicon 'utilities' because I wanna use the prefix cf for mimic of cftags like cftimer,cfthrow, etc. thanks - that's exactly...
Marc Funaro
advantexllc
Offline Send Email
Jul 5, 2006
6:01 pm
946
I have this in my fusebox.xml.cfm file: <parameter name="mode" value="production" /> Yet, when I check the PARSED folder, I see a file app.welcome.cfm ...
Marc Funaro
advantexllc
Offline Send Email
Jul 5, 2006
6:50 pm
947
And now, I put it back to <parameter name="mode" value="development-full-load" /> And it's ignoring that as well. What am I missing here - how do I get fusebox...
Marc Funaro
advantexllc
Offline Send Email
Jul 5, 2006
7:15 pm
948
In my last message I reported that my app was reparsing each time, even those the mode was set to Production. While I was waiting for an answer from the list,...
Marc Funaro
advantexllc
Offline Send Email
Jul 5, 2006
7:19 pm
949
Did you resent the XML? You always have to "reset" when you leave production (The Fusebox.xml.cfm file is cached as well, so it won't pick up changes there) -...
Stephen Cassady
cassady@...
Send Email
Jul 5, 2006
7:32 pm
950
Once you switch to production, fusebox.xml (or any circuit.xml files) are not consulted again, so if you want to switch out of production mode, you'll need to...
Barney Boisvert
barneyboisvert
Offline Send Email
Jul 5, 2006
7:33 pm
951
I noticed this group does have an RSS feed for messages. It seems to be my only Yahoo group that doesn't let me get messages via RSS. Is it possible to enable...
skyegior
Offline Send Email
Jul 6, 2006
6:02 am
952
________________________________ From: fusebox5@yahoogroups.com [mailto:fusebox5@yahoogroups.com] On Behalf Of Stephen Cassady Sent: Wednesday, July 05, 2006...
Marc Funaro
advantexllc
Offline Send Email
Jul 6, 2006
6:25 am
953
... No idea what you're on about. If you can tell me how to enable RSS on the Fusebox 5 Yahoo! list, I'll do it, but I looked over the admin settings and did...
Sean Corfield
seancorfield
Offline Send Email
Jul 6, 2006
6:29 am
954
Hey Sean, found this: Do all groups have RSS? RSS is available only for groups configured by their owners to show messages to the public. Unless you unlock the...
Mike
starkraving2002
Online Now Send Email
Jul 6, 2006
6:56 am
955
... Yeah, I eventually found this too. I've emailed John Q - he owns the group. Sean A Corfield An Architect's View -- http://corfield.org/ "If you're not...
Sean Corfield
seancorfield
Offline Send Email
Jul 6, 2006
7:31 am
Messages 926 - 955 of 4396   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