Re: deploying changes from subversion

2007-05-14 Thread AJ Mercer
Maybe I need a test branch too In dev I can use switch to jump between bug001 and bug002 say Once I am happy with it I can merge that into the test branch - along with all the other developer bug fixes. Then test server can be updated from the test branch I will still merge bug001 into truck on

Re: deploying changes from subversion

2007-05-14 Thread Robertson-Ravo, Neil (RX)
At time of release to test do you not tag that build, let's say 1.0.0? Your current dev trunk is then 1.0.1 (or whatever release - key is, it is not 1.0.0). If it passes all tests then that build is your prod release code. If it fails, you build again etc. Your trunk really shouldn't be the same as

Re: Transfer and Model-Glue

2007-05-14 Thread Sean Corfield
On 5/14/07, Robertson-Ravo, Neil (RX) <[EMAIL PROTECTED]> wrote: > It also seems you can't scaffold when you are using packages (unless the > package needs to named the same as the original object)? Can't say as I noticed that when I was using MG:U + Transfer but bear in mind the package names aff

Re: Transfer and Model-Glue

2007-05-14 Thread Sean Corfield
On 5/14/07, Robertson-Ravo, Neil (RX) <[EMAIL PROTECTED]> wrote: > This is exactly how I envisage us using it I think. With the getOrmService > is thus via ModelGlue.getOrmService()? That is in the app.framework scope > yeah? Inside a controller, yes, you can call getOrmService(). > You still us

Re: deploying changes from subversion

2007-05-14 Thread AJ Mercer
I mean deploy. So, some how, I go from my dev box, to the test server then finally to the production server. Other developers will also deploy to the test server. As I understand it, we wont want to commit anything to the trunk until it has been signed off in test. So in that case, if trunk is a

Re: Transfer and Model-Glue

2007-05-14 Thread Robertson-Ravo, Neil (RX)
It also seems you can't scaffold when you are using packages (unless the package needs to named the same as the original object)? "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in Englan

Re: deploying changes from subversion

2007-05-14 Thread Andrew Scott
Deploy? If you mean deploy to production, thats always trunk. Or do you mean deploy from your code to the repository, that's commit. On 5/15/07, AJ Mercer <[EMAIL PROTECTED]> wrote: > > OK, irrespective of whether the trunk or branches are used > how do you selectively chose what you want to de

Re: Transfer and Model-Glue

2007-05-14 Thread Robertson-Ravo, Neil (RX)
:-) This is exactly how I envisage us using it I think. With the getOrmService is thus via ModelGlue.getOrmService()? That is in the app.framework scope yeah? You still using the combo I gather? N "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1D

Re: Transfer and Model-Glue

2007-05-14 Thread Sean Corfield
On 5/14/07, Robertson-Ravo, Neil (RX) <[EMAIL PROTECTED]> wrote: > Lol, I am sure Mr Corfield will be right in... But what you have noted so > far makes perfect sense. Who? Me? Once you have it wired up, you can use scaffolding or MG's generic DB messages or just go ahead and access Transfer dire

Re: Scorpio

2007-05-14 Thread James Holmes
Isn't that placing a little too much trust in the client? On 5/14/07, Tom Chiverton <[EMAIL PROTECTED]> wrote: > On Friday 11 May 2007, Dave Watts wrote: > > > > How do you maintain client state for AOL or TOR or > > > > multi-proxy users in a cluster? > > > > > > If each client has a unique token

Re: deploying changes from subversion

2007-05-14 Thread AJ Mercer
OK, irrespective of whether the trunk or branches are used how do you selectively chose what you want to deploy? If I have 5 bug fixes on the go bug001 - bug005, and bug004 is signed off how would I use subversion to know which files need to be updated on production (without any of the work on bug

Re: deploying changes from subversion

2007-05-14 Thread Andrew Scott
AJ, Welcome to the world of many ways to skin a cat. We do it the same way I outlined a few times now, but others have diffeent ways to do it. When working on something that is either new or a bug, the code is looked at and fixed now until it is fixed, tested with unit tests and the development

Re: Problem using cfset inside cffunction

2007-05-14 Thread Gert Franz
Railo and I guess Bluedragon allow var's everywhere... -- Greetings / Grüsse Gert Franz Customer Care Railo Technologies GmbH [EMAIL PROTECTED] www.railo.ch Join our Mailing List / Treten Sie unserer Mailingliste bei: deutsch: http://de.groups.yahoo.com/group/railo/ english: http://groups.yahoo

Re: deploying changes from subversion

2007-05-14 Thread AJ Mercer
If by bug you mean typo or something minor - then making the change to the trunk would seem fine. I am think more along the lines where 2 or more pages need to be modified and may span a number of days (elapsed time) When it comes to committing , would it be fair to say:- trunk: only commit logi

Re: Problem using cfset inside cffunction

2007-05-14 Thread Andrew Scott
It would be nice that you could var them anywhere in the function, oh well. On 5/15/07, John P <[EMAIL PROTECTED]> wrote: > > Great, thanks Charlie. > > > > > >you have to place your var scoped variables at the top of the function. > > > >in this case, you'd do something like: > > > > > > > > >

Re: deploying changes from subversion

2007-05-14 Thread Andrew Scott
Seriously, I would not create a branch for a bug, just to have it merged back to the trunk again. You might as well apply the fix directly on the trunk... On 5/15/07, John Paul Ashenfelter <[EMAIL PROTECTED]> wrote: > > On 5/14/07, AJ Mercer <[EMAIL PROTECTED]> wrote: > > I am still not quite

Re: help with java

2007-05-14 Thread Qasim Rasheed
Mike, Can you please explain what exactly is the problem or error you are receiving? Thanks Qasim On 5/14/07, Mik Muller <[EMAIL PROTECTED]> wrote: > > Last bump. No help here? > > --- > > A few months ago I posted some help requests for using Babylon Chat server > and got some suggestions, but

Re: Fusebox Help

2007-05-14 Thread Qasim Rasheed
Jordan, The autogenerated files should be in the parsed directory under your application root. This is where fusebox keeps generated files after it has gone through the compile process. If your site in development mode (i.e. mode parameter in fusebox.xml.cfm file? Thanks Qasim On 5/14/07, Jord

Re: Need Localization Script?

2007-05-14 Thread Paul Hastings
Bruce Sorge wrote: > Well the Flash is mainly the header and links. The rest is HTML so I will > play around with this and see what I come up with. This at least gives me > somewhere to go. then maybe some js. ~| Macromedia ColdF

RE: Need Localization Script?

2007-05-14 Thread Bruce Sorge
Well the Flash is mainly the header and links. The rest is HTML so I will play around with this and see what I come up with. This at least gives me somewhere to go. Bruce -Original Message- From: Paul Hastings [mailto:[EMAIL PROTECTED] Sent: Monday, May 14, 2007 8:05 PM To: CF-Talk Subje

RE: Need Localization Script?

2007-05-14 Thread Bruce Sorge
Damn. This site is hosted by MS so I am not sure I can do that. Oh well. The customer only wants the Spanish pages up for now anyway. Thanks, Bruce -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Monday, May 14, 2007 9:05 PM To: CF-Talk Subject: RE: Need Localizatio

Re: Need Localization Script?

2007-05-14 Thread Paul Hastings
Bruce Sorge wrote: > Stupid me. I forgot to mention a very important part. The entire site is > HTML/Flash. No CFM i suppose you could pass cgi.http_accept_language thru to the flash app & have it "parse & guess" the locale (but that's not as good as geolocation). probably should put this questi

RE: Need Localization Script?

2007-05-14 Thread Dave Watts
> Stupid me. I forgot to mention a very important part. The > entire site is HTML/Flash. No CFM You will need some sort of server-side logic to make this happen, I think. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized

RE: Need Localization Script?

2007-05-14 Thread Bruce Sorge
Stupid me. I forgot to mention a very important part. The entire site is HTML/Flash. No CFM -Original Message- From: Paul Hastings [mailto:[EMAIL PROTECTED] Sent: Monday, May 14, 2007 7:03 PM To: CF-Talk Subject: Re: Need Localization Script? Bruce Sorge wrote: > SP. What I want is, if t

Re: Need help setting background images in coldfusion

2007-05-14 Thread James Holmes
I'm guessing that you simply need to apply a bg image via the css you use in the HTML in cf_layout. On 5/15/07, Jatin H Patel <[EMAIL PROTECTED]> wrote: > Hello ppl, > >I need help setting up backgroud image in coldfusion. Plz help me out > how to do that. > > my cold is follwoing below >

Re: Need Localization Script?

2007-05-14 Thread Paul Hastings
Bruce Sorge wrote: > SP. What I want is, if the browser is in South America, or Spain then I want > them to automatically be redirected to the SP directory. Is this easy? http://www.sustainablegis.com/projects/geoLocator/ ~| Crea

Re: Session Security

2007-05-14 Thread James Holmes
XSS - inject code into a form field or some other part of the system that displays user output, via a spurious email, a link on another site, a hidden wrapped frame, another user's account (for things like Myspace or other community sites that display user input) etc. It's the usual case of ensurin

Re: Problem using cfset inside cffunction

2007-05-14 Thread John P
Great, thanks Charlie. >you have to place your var scoped variables at the top of the function. > >in this case, you'd do something like: > > > > > >(etc) > >above your call. > >On 5/14/07, John P <[EMAIL PROTECTED]> wrote: >> ~~

Need Localization Script?

2007-05-14 Thread Bruce Sorge
Not sure if this is what I need. I have a site that has English and Spanish. The English version is the default page, and there is a sub-directory called SP. What I want is, if the browser is in South America, or Spain then I want them to automatically be redirected to the SP directory. Is this eas

Re: Fusebox Help

2007-05-14 Thread Josh Nathanson
> There we go. Fusebox 4. Thanks Josh. Unfortunately my experience is with FB3. FB4 is quite different in that it uses XML files to configure the logic flow. That's about all I know about it. I don't know anything about it writing files to the file system, although it may well do that. I se

Re: Problem using cfset inside cffunction

2007-05-14 Thread Charlie Griefer
you have to place your var scoped variables at the top of the function. in this case, you'd do something like: (etc) above your call. On 5/14/07, John P <[EMAIL PROTECTED]> wrote: > I am attempting to use cffunction to query a database and then cfset the > returned variables to a new name

Problem using cfset inside cffunction

2007-05-14 Thread John P
I am attempting to use cffunction to query a database and then cfset the returned variables to a new names. I get the following error when attempting to access the page. "Local variable givenname on line 19 must be grouped at the top of the function body." Here's my function that appears on

Re: deploying changes from subversion

2007-05-14 Thread AJ Mercer
Thanks John Paul. I deliberately left out any subversion process for two reasons a) this is what I want to find out b) I don't have a process and hence the question :-) I have read about the pre / post tagging before but was not sure how this would go when other people are also making commits -

Re: Fusebox Help

2007-05-14 Thread Jordan Michaels
There we go. Fusebox 4. Thanks Josh. I completely agree with your comments as well. I'm not trying to imply anything about the stability of fusebox, but since neither I, or anyone in my shop has spent any large amounts of time working with Fusebox. I guess I was just wondering if anyone had see

Re: ColdFusion error on asynchronous POST request

2007-05-14 Thread Rebecca Younes
Debugging in FireBug reveals that the error originates inside YUI when the event handler that makes the asynchronous POST request is attached to a form submit button click event. The problem arises because when the form name-value pairs are serialized by YUI, the value "null" gets appended to th

Re: Fusebox Help

2007-05-14 Thread Josh Nathanson
> Has anyone seen this kind of behavior in a Fusebox site before? Any > suggestions on where I should start looking for a problem cause? Since > the errors appear to be random (go to page, click a link, get random > error - go to page, click same link, get different random error) I'm not > sure whe

Re: Reading cookie from ASP.Net to CF

2007-05-14 Thread Venkatesh Raman
Sorry, It was my mistake. I was trying to read the cookie from a different domain. I tried the same decryption key I used in Asp.Net. But still could not read the encrypted cookie. Has anybody done this before? ~| ColdFusion M

Fusebox Help

2007-05-14 Thread Jordan Michaels
Greetings, I've got a situation that I'm really hoping someone could help shed some light on. We're currently attempting to update a site that is running on Fusebox (I do not know which version it is or even how to check that), but the behavior is just flat inexplicable. When attempting to go

RE: Error Executing Database Query.

2007-05-14 Thread Dave Watts
> Has anyone ever dealt with this? I lose a steady ping to the > database from the web server, but a ping to the gateway does > not fail. Any thoughts? If you have network connectivity problems between your web server and your database server, this is probably not a problem with SQL Server or

Re: Error Executing Database Query.

2007-05-14 Thread Robertson-Ravo, Neil (RX)
Interesting.. I haven't seen it on 2000... "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be privi

Re: Error Executing Database Query.

2007-05-14 Thread Jim H
MSSQL2K >Which DB? > > > > >"This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, >Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, >Registered in England, Number 678540. It contains information which is >confidential and may also be privileged. It is for

Re: Error Executing Database Query.

2007-05-14 Thread Robertson-Ravo, Neil (RX)
To add, I have seen this error on SQL 2005 and it's not ColdFusion specific, as it happens on some of our .NET / ASP also.. Can you check your event logs and check for .NET optimising errors. "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1D

Re: Error Executing Database Query.

2007-05-14 Thread John Paul Ashenfelter
I've seen a couple of weird problems like that when the web server was having problems with it's DNS resolution. That's only relevant if your db is found through DNS of course (which is complicated on Windows with the whole NetBIOS/AD/etc acting as DNS). In those cases, I just added an entry to th

Re: Subversion... CF's built-in webserver ... Can I do this?

2007-05-14 Thread John Paul Ashenfelter
On 5/14/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Tero: > > I'm not sure if it's a Linux issue, but I back up the > repository directories directly. I'm not sure what issue > you are seeing to warrant the statement, "Note that just > copying repository files doesn't work properly," - as t

Re: a couple windows to linux, cf to bluedragon problems

2007-05-14 Thread Vince Bonfanti
> > Dump the CGI scope and see if there is something you can use instead. > > > Worked around it, thanks. See Section 3.5 of the "BlueDragon CFML Compatibility Guide" regarding CGI.Path_Info > > > > > formatted template" error. What is that and why? > > If anyone has this come up, mine was a

Re: Error Executing Database Query.

2007-05-14 Thread Robertson-Ravo, Neil (RX)
Which DB? "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be privileged. It is for the exclusive use

Error Executing Database Query.

2007-05-14 Thread Jim H
Has anyone ever dealt with this? I lose a steady ping to the database from the web server, but a ping to the gateway does not fail. Any thoughts? line 4 of route.cfm is: 3 4 SELECT CompanyURL, CID FROM WebCompanies WHERE CompanyURL='#cgi.HTTP_HOST#' 5 "Error","jrpp-12","0

Re: Adding password security to a pdf upload on the fly

2007-05-14 Thread Robertson-Ravo, Neil (RX)
You could use iText or the Adobe framework (can't remember it's name :- ) "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is conf

Re: Transfer and Model-Glue

2007-05-14 Thread Robertson-Ravo, Neil (RX)
Lol, I am sure Mr Corfield will be right in... But what you have noted so far makes perfect sense. I was making the mistake of using the Transfer syntax directly instead of the MG. "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom)

Re: Adding password security to a pdf upload on the fly

2007-05-14 Thread ch g
Hi Burns, i would suggest protectedpdf.com from Vitrium, we are using their software from last one year. Andy, could you explain little bit more about coldfusion 8 new features and PDF changes. Thanks >FYI, Coldfusion 8 will allow you to do just about anything with a PDF. > >-Original Mes

Need help setting background images in coldfusion

2007-05-14 Thread Jatin H Patel
Hello ppl, I need help setting up backgroud image in coldfusion. Plz help me out how to do that. my cold is follwoing below == Page Title Goes Here Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec faucibus. Nulla pulvinar, metus vel luctus congue, nib

RE: Transfer and Model-Glue

2007-05-14 Thread Peterson, Chris
Also, anyone with more experience please chime in. I am in the midst of my first MGU app, and this is my frist app using Transfer, so I will be the first to tell you that my knowledge may be very shallow =) Chris -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTE

Re: Transfer and Model-Glue

2007-05-14 Thread Robertson-Ravo, Neil (RX)
Very nice. I will play more. "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be privileged. It is for

RE: Adding password security to a pdf upload on the fly

2007-05-14 Thread Andy Matthews
FYI, Coldfusion 8 will allow you to do just about anything with a PDF. -Original Message- From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] Sent: Monday, May 14, 2007 12:28 PM To: CF-Talk Subject: RE: Adding password security to a pdf upload on the fly I've passworded the DOWNLOAD of the

RE: Transfer and Model-Glue

2007-05-14 Thread Peterson, Chris
Yup, from what I have seen you want to completely use the Model Glue syntax and let MGU do all the talking directly to Transfer. This adds another layer of abstraction, so if for some reason you switched to Reactor, it would be a simple matter of writing new reactor xml files to match naming conve

RE: Adding password security to a pdf upload on the fly

2007-05-14 Thread Bobby Hartsfield
I've passworded the DOWNLOAD of the file. Is that what you mean? -Original Message- From: Burns, John D [mailto:[EMAIL PROTECTED] Sent: Monday, May 14, 2007 1:03 PM To: CF-Talk Subject: Adding password security to a pdf upload on the fly Anyone ever mess with receiving PDF uploads from u

Re: Transfer and Model-Glue

2007-05-14 Thread Robertson-Ravo, Neil (RX)
Thanks Chris, I actually have it all working and connected etc (ORM states it is using Transfer). You hopefully, kind of, answered my upcoming Q of creating/updating/deleting content via Transfer directly - and when I mean directly, I mean not via Scaffolds. Where the Transfer docs note to use ge

Programmatically removing a single file from the trusted cache

2007-05-14 Thread Brook Davies
Hello, I want to use the trusted cache feature, but I have a lot of dynamically generated cfm files that both get generated and modified. I am aware that I can clear the entire template cache programatically, but is there any way to remove 1 file from the template cache programatically? If I call

Adding password security to a pdf upload on the fly

2007-05-14 Thread Burns, John D
Anyone ever mess with receiving PDF uploads from users and having CF automatically password protect the PDF so that anyone downloading them would need the password to be able to view them? I don't need to be able to make any other adjustments to the PDFs and for the most part the password will be t

RE: Transfer and Model-Glue

2007-05-14 Thread Peterson, Chris
Sorry, I should have answered some basic's here first ;) To get MGU to use transfer, just un-comment the section for Transfer in your /config/ColdSprint.xml file, and make sure they point to proper locations for your Transfer.xml file and config files, ie: /config/transfe

Re: Session Security

2007-05-14 Thread Judah McAuley
Is there a good run down somewhere of the pros/cons of cfid/cftoken versus J2EE session management? I'm realizing that this is an area I really ought to brush up on. Thanks, Judah Dave Watts wrote: >> Thanks for that information guys, I'll go into the admin and >> switch it over to J2EE sessio

RE: Transfer and Model-Glue

2007-05-14 Thread Peterson, Chris
Yup, I am. And I got it working, so ask away! Chris -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Monday, May 14, 2007 12:45 PM To: CF-Talk Subject: Transfer and Model-Glue Hi all, For those using MGU, is anyone utilising Transfer with it? I have

RE: Session Security

2007-05-14 Thread Dave Watts
> Thanks for that information guys, I'll go into the admin and > switch it over to J2EE session management, is there are > GOTCHA's that I need to watch out for when doing this? I only > ask because in my logic, if we were better off using J2EE > then it would be applied by default :-D Is there

RE: Subversion... CF's built-in webserver ... Can I do this?

2007-05-14 Thread steven . brownlee
Tero: I'm not sure if it's a Linux issue, but I back up the repository directories directly. I'm not sure what issue you are seeing to warrant the statement, "Note that just copying repository files doesn't work properly," - as that is what I've been doing for years without any problems. I would

RE: Need help finding cffm.resourceKit.Msg.xxxx

2007-05-14 Thread Michael Stevens
Well, I got frustrated Friday trying to figure it out so sent this first thing today. In the mean time I've found a lot of the options I'm looking for in the CSS file. Those messages appear to be just text strings so I really didn't need to find them. I thought they might hold text AND color/style

Transfer and Model-Glue

2007-05-14 Thread Robertson-Ravo, Neil (RX)
Hi all, For those using MGU, is anyone utilising Transfer with it? I have a question related to the latest code which uses the Transfer ORM adaptor. Cheers N "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of

RE: RIA's - Flash Forms

2007-05-14 Thread Robert Rawlins - Think Blue
Hey Pete, Look under the 'flash forms' section here http://www.asfusion.com/examples/ they have a load of stuff on 'binding' they do a couple of examples using check boxes which might suite your application more, at the moment they only bind to another check box, so you check one, and another beco

RE: Subversion... CF's built-in webserver ... Can I do this?

2007-05-14 Thread Tero Pikala
>*THE MOST IMPORTANT STEP > >7. COMMIT! Now, whenever you make changes to your website project, you'll >notice a little red icon on the folder when viewing it in Windows Explorer. >This says hey, changes have been made to your website, and they don't match >with what's in your repository. I woul

Re: a couple windows to linux, cf to bluedragon problems

2007-05-14 Thread stylo stylo
> Dump the CGI scope and see if there is something you can use instead. Worked around it, thanks. > > > formatted template" error. What is that and why? If anyone has this come up, mine was a comment in the middle of a multi-line cfif in the search sql. Maybe bluedragon didn't like that. ~

Re: Need help finding cffm.resourceKit.Msg.xxxx

2007-05-14 Thread Gert Franz
I guess they are part of the CFFM file manager of Rick Root... Greetings / Grüsse Gert Franz Customer Care Railo Technologies GmbH [EMAIL PROTECTED] www.railo.ch Join our Mailing List / Treten Sie unserer Mailingliste bei: deutsch: http://de.groups.yahoo.com/group/railo/ english: http://groups.ya

RE: RIA's - Flash Forms

2007-05-14 Thread Pete
Hi Just wondering if anyone might have any idea in relation to this? Thanks P -Original Message- From: Pete [mailto:[EMAIL PROTECTED] Sent: Monday, 14 May 2007 10:01 PM To: CF-Talk Subject: RIA's - Flash Forms Hi there I am trying to finish of a flashform. Basically w

Re: Session Security

2007-05-14 Thread Claude Schneegans
>>it's really unlikely that anyone will succeed. Ok, but how could he even try? -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED]) Thanks. ~~

Re: deploying changes from subversion

2007-05-14 Thread John Paul Ashenfelter
On 5/14/07, AJ Mercer <[EMAIL PROTECTED]> wrote: > I am still not quite sure how to go about deploying mods from subversion. > This is what I am trying to achieve: > > Each developer has a local development environment. > We have a job tracking systems (jira) that bugs and requests for new > featur

Need help finding cffm.resourceKit.Msg.xxxx

2007-05-14 Thread Michael Stevens
I'm attempting to customize an FTP upload page we have but some of the elements are not hard coded as text with color attributes. They are referenced by cffm.resourceKit.Msg.xxx or cffm.resourceKit.buttonText.xxx and I don't know where to find these elements. Can anyone point me in the right direct

RE: Session Security

2007-05-14 Thread Robert Rawlins - Think Blue
Thanks for that information guys, I'll go into the admin and switch it over to J2EE session management, is there are GOTCHA's that I need to watch out for when doing this? I only ask because in my logic, if we were better off using J2EE then it would be applied by default :-D Is there any reason wh

RE: help with java

2007-05-14 Thread Dave Watts
> A few months ago I posted some help requests for using > Babylon Chat server and got some suggestions, but I'm just > too flat out to adequately trouble-shoot this on my own. I > need help and I'm willing to pay. And since this isn't a > "job" type posting I thought I'd post my request here.

Re: Installing CFMX 6.1

2007-05-14 Thread James Holmes
See, there it was, "breach hull, all die," even had it underlined... On 5/15/07, Dave Watts <[EMAIL PROTECTED]> wrote: > > I'm having a problem installing CFMX 6.1 on server 2003. I > > put the CD in, click install, the "Install anywhere" > > extractor comes up and does it's thing and closes... no

RE: Session Security

2007-05-14 Thread Bobby Hartsfield
> I'm running ColdFusion in its standalone mode, does > that still use J2EE sessions You have to go into the memory vars section of the administrator and check the box for "Use J2EE session variables". -Original Message- From: Robert Rawlins - Think Blue [mailto:[EMAIL PROTECTED] Sent:

Re: Reading cookie from ASP.Net to CF

2007-05-14 Thread James Holmes
Then why did you say this?: "Thanks for your reply. I tried the CFDUMP. All I see is CFsession and CFID. I did not see any cookie." Anyway, if you can see the cookie you just need to work out exactly which encryption routine and key was used to encrypt it and decrypt it using the same routine and

Re: Session Security

2007-05-14 Thread James Holmes
As long as J2EE sessions are enable in the CF Admin, yes the standalone will use them. Loginstorage just tells CF to store your CFLOGIN info wither in a separate cookie or in a session variable. The session variable is probably more secure as far as an external attack goes. Setdomaincookies=true

Re: help with java

2007-05-14 Thread Mik Muller
Last bump. No help here? --- A few months ago I posted some help requests for using Babylon Chat server and got some suggestions, but I'm just too flat out to adequately trouble-shoot this on my own. I need help and I'm willing to pay. And since this isn't a "job" type posting I thought I'd po

RE: Session Security

2007-05-14 Thread Dave Watts
> I'm running ColdFusion in its standalone mode, does that > still use J2EE sessions? Not by default. You can configure this within the "Memory Variables" section of CF Administrator. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendo

RE: Installing CFMX 6.1

2007-05-14 Thread Bobby Hartsfield
Yep, that was it. Thanks. -Original Message- From: James Holmes [mailto:[EMAIL PROTECTED] Sent: Monday, May 14, 2007 11:06 AM To: CF-Talk Subject: Re: Installing CFMX 6.1 I recall something about DEP causing an issue with the installer on Windows Server 2003 (or did I dream it?) On 5/14

RE: Installing CFMX 6.1

2007-05-14 Thread Dave Watts
> I'm having a problem installing CFMX 6.1 on server 2003. I > put the CD in, click install, the "Install anywhere" > extractor comes up and does it's thing and closes... nothing > else happens. IT seems like I saw this a long time ago and > had to update video drivers so the installer could di

RE: Session Security

2007-05-14 Thread Robert Rawlins - Think Blue
Ah that's good to know, I'm running SSL. I'm guessing the J2EE sessions are pretty tidy them. I'm running ColdFusion in its standalone mode, does that still use J2EE sessions? Are there any specific application settings I should be using in my application.cfc to help keep this all buttoned down

RE: Installing CFMX 6.1

2007-05-14 Thread Bobby Hartsfield
That actually sounds familiar too... -Original Message- From: James Holmes [mailto:[EMAIL PROTECTED] Sent: Monday, May 14, 2007 11:06 AM To: CF-Talk Subject: Re: Installing CFMX 6.1 I recall something about DEP causing an issue with the installer on Windows Server 2003 (or did I dream it

Re: Reading cookie from ASP.Net to CF

2007-05-14 Thread Venkatesh Raman
Hi, I am able to see the cookie. The problem is the cookie which being set in ASP.net is encrypted using the machine key. When I try to read that cookie in CF, it shows the encrypted value. I need to decrypt the cookie value.

RE: Installing CFMX 6.1

2007-05-14 Thread Bobby Hartsfield
Yeah, 16bit heh. -Original Message- From: Tom Chiverton [mailto:[EMAIL PROTECTED] Sent: Monday, May 14, 2007 11:01 AM To: CF-Talk Subject: Re: Installing CFMX 6.1 On Monday 14 May 2007, Bobby Hartsfield wrote: > time ago and had to update video drivers so the installer could display. I

Re: Installing CFMX 6.1

2007-05-14 Thread James Holmes
I recall something about DEP causing an issue with the installer on Windows Server 2003 (or did I dream it?) On 5/14/07, Bobby Hartsfield <[EMAIL PROTECTED]> wrote: > I'm having a problem installing CFMX 6.1 on server 2003. I put the CD in, > click install, the "Install anywhere" extractor comes u

Re: Session Security

2007-05-14 Thread James Holmes
Without XSS, on a server using J2EE sessions over SSL, it's really unlikely that anyone will succeed. On 5/14/07, Claude Schneegans <[EMAIL PROTECTED]> wrote: > >>Any thoughts on where to get started with this stuff? > > Have you an example of how some one could hijack a session under CF? > > --

Re: Installing CFMX 6.1

2007-05-14 Thread Tom Chiverton
On Monday 14 May 2007, Bobby Hartsfield wrote: > time ago and had to update video drivers so the installer could display. I > tried that already. Anyone else seen this and know what the deal is? Is your desktop set to some small numbers of colors ? -- Tom Chiverton Helping to carefully reinvent

RE: Session Security

2007-05-14 Thread Robert Rawlins - Think Blue
I've not got an example of how a session might be hijacked specifically in CF, but I've seen examples from PHP and ASP, where the client has their cookie data and session ID stolen using a packet sniffer, this session data is then applied to the attackers browser and then as far as the server is co

Re: Session Security

2007-05-14 Thread Claude Schneegans
>>Any thoughts on where to get started with this stuff? Have you an example of how some one could hijack a session under CF? -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address

Installing CFMX 6.1

2007-05-14 Thread Bobby Hartsfield
I’m having a problem installing CFMX 6.1 on server 2003. I put the CD in, click install, the “Install anywhere” extractor comes up and does it’s thing and closes… nothing else happens. IT seems like I saw this a long time ago and had to update video drivers so the installer could display. I tried t

Re: CFMyAdmin

2007-05-14 Thread James Holmes
Sure, but someone could pull it apart and write the relevent back-end in CF. On 5/14/07, Andy Matthews <[EMAIL PROTECTED]> wrote: > That FlexSQLAdmin looks NICE. Too bad it's written in .NET, I'd be > interested in trying that out. -- mxAjax / CFAjax docs and other useful articles: http://www.bi

Re: URL params in POST

2007-05-14 Thread James Holmes
Same here - I post to a URL with URL vars so I can seprate the FORM variables on which to work from the URL varibles that are controlling the action of the page. On 5/14/07, Andy Matthews <[EMAIL PROTECTED]> wrote: > I do that all the time. Works just fine for me. > > -Original Message- >

Re: Subversion Tutorial Posted

2007-05-14 Thread John Paul Ashenfelter
On 5/14/07, Tom Chiverton <[EMAIL PROTECTED]> wrote: > On Monday 14 May 2007, John Paul Ashenfelter wrote: > > of confusion about what I'm going to label *process*, which is what a > > lot of this thread is about. > > And (one of) the great thing(s) about Subversion, is you can build any process >

RE: CFMyAdmin

2007-05-14 Thread Andy Matthews
That FlexSQLAdmin looks NICE. Too bad it's written in .NET, I'd be interested in trying that out. -Original Message- From: todd sharp [mailto:[EMAIL PROTECTED] Sent: Sunday, May 13, 2007 9:00 PM To: CF-Talk Subject: Re: CFMyAdmin Ooops...looks like that requires PHP too. Here's a few o

RE: CFMyAdmin

2007-05-14 Thread Andy Matthews
That's written using PHP -Original Message- From: todd sharp [mailto:[EMAIL PROTECTED] Sent: Sunday, May 13, 2007 8:55 PM To: CF-Talk Subject: Re: CFMyAdmin Check SQL Admin - http://sqladmin.riaforge.org/ There are a bunch of similar apps out there. Google around a bit and you'll fin

RE: CFMyAdmin

2007-05-14 Thread Andy Matthews
I've never seen anything like this. Let me know if you find it though! -Original Message- From: Steve Good [mailto:[EMAIL PROTECTED] Sent: Sunday, May 13, 2007 8:00 PM To: CF-Talk Subject: Re: CFMyAdmin Anybody? I'm trying to find a tool to manage my MySQL server remotely with the same

  1   2   >