RE: Fusebox/Sandboxing/Contribute Framework

2005-06-27 Thread Calvin Ward
] Sent: Thursday, June 23, 2005 2:17 PM To: CF-Talk Subject: Re: Fusebox/Sandboxing/Contribute Framework Assuming I'm reading this correctly (I've never used dreamweaver templates or contribute templates, so I'm guessing on theory), onTap wouldn't help you with this either... It might help

RE: Fusebox/Sandboxing/Contribute Framework

2005-06-27 Thread Robertson-Ravo, Neil (RX)
[mailto:[EMAIL PROTECTED] Sent: Thursday, June 23, 2005 2:17 PM To: CF-Talk Subject: Re: Fusebox/Sandboxing/Contribute Framework Assuming I'm reading this correctly (I've never used dreamweaver templates or contribute templates, so I'm guessing on theory), onTap wouldn't help you

Re: Fusebox/Sandboxing/Contribute Framework

2005-06-27 Thread Massimo Foti
I thought all of the instruction for Contribute is contained within html comments within the dreamweaver templates. As far as I know DW's design notes play a role too. Maybe they aren't strictly required, but they hold info about design time style sheets and stuff like that. There are also

Re: Fusebox/Sandboxing/Contribute Framework

2005-06-27 Thread Deanna Schneider
Yes, you can do it without using DW - ie - just putting in the code that Contribute understands. But, unfortunately, since we also need to use DW checkin/checkout in order to know if someone out there in Contribute land is using any particular file, we need to go the whole way with DW. (Not to

RE: Fusebox/Sandboxing/Contribute Framework

2005-06-27 Thread Dave Watts
As far as I know DW's design notes play a role too. Maybe they aren't strictly required, but they hold info about design time style sheets and stuff like that. There are also those ugly files generated by DW's check-in/check-out system. Contribute uses all of the files that Dreamweaver

RE: Fusebox/Sandboxing/Contribute Framework

2005-06-27 Thread Dave Watts
Okay, theoretically, we could manually look for the DW/Contribute lock file before editing any files. But, seriously - we'd just be asking to overwrite someone's work that way. I'm not exactly sure what you're trying to do, but I would recommend that you avoid messing with Contribute's files

Re: Fusebox/Sandboxing/Contribute Framework

2005-06-23 Thread S . Isaac Dealey
Here's a fusebox specific one: Is there any way to tell fusebox to write and read the xml files from a different directory than the application? We are trying to only do sandboxed writes/reads to directories outside the webroot, but since it looks like application.fusebox.approotdirectory is

Re: Fusebox/Sandboxing/Contribute Framework

2005-06-23 Thread Sean Corfield
On 6/23/05, Deanna Schneider [EMAIL PROTECTED] wrote: Here's a fusebox specific one: Is there any way to tell fusebox to write and read the xml files from a different directory than the application? Fusebox doesn't write any XML files (only generates CFML pages in the parsed/ folder). You can

Re: Fusebox/Sandboxing/Contribute Framework

2005-06-23 Thread Deanna Schneider
Fusebox doesn't write any XML files (only generates CFML pages in the parsed/ folder). You can specify, in index.cfm, where the application root is prior to including the core file. Yah, I misspoke - I meant the cfm files - the stuff in the parsed directory. Well, if you have a framework

Re: Fusebox/Sandboxing/Contribute Framework

2005-06-23 Thread Sean Corfield
On 6/23/05, Deanna Schneider [EMAIL PROTECTED] wrote: We do use DW templates - however, there's no way (at least that our DW/Contribute person has found - but I haven't investigated myself) to indicate that here's a section of a template that DW can modify, but that Contribute can't. In other

Re: Fusebox/Sandboxing/Contribute Framework

2005-06-23 Thread S . Isaac Dealey
On 6/23/05, Deanna Schneider [EMAIL PROTECTED] wrote: We do use DW templates - however, there's no way (at least that our DW/Contribute person has found - but I haven't investigated myself) to indicate that here's a section of a template that DW can modify, but that Contribute can't. In

Re: Fusebox/Sandboxing/Contribute Framework

2005-06-23 Thread Deanna Schneider
Assuming I'm reading this correctly (I've never used dreamweaver templates or contribute templates, so I'm guessing on theory), onTap wouldn't help you with this either... It might help resolve issues with contribute templates if you don't use dreamweaver templates tho... Yah, well,