Re: CF10 dump bug

2013-09-11 Thread Russ Michaels
How about putting the dump at the very end of the doc beforevtge clising body tag, does that help? Russ Michaels www.michaels.me.uk cfmldeveloper.com cflive.net cfsearch.com On 11 Sep 2013 15:50, "Nando" wrote: > > Ray, > > The cfdump error was seen on a FW/1 view template. When I try the same

Re: CF10 dump bug

2013-09-11 Thread Captain Obvious
For me it works as you expect if I alter the regex by adding a question mark like this "[[:space:]]{2,}?" See Lazy Quantifier: http://msdn.microsoft.com/en-us/library/3206d374.aspx On Wed, Sep 11, 2013 at 12:02 PM, Nando wrote: > > Ray, > > Thanks again for your suggestion to try it outside

Re: CF10 dump bug

2013-09-11 Thread Russ Michaels
Ah ok, well everything gets converted to json so that will be why. I will look into getting that to output more like cf. Russ Michaels www.michaels.me.uk cfmldeveloper.com cflive.net cfsearch.com On 11 Sep 2013 15:18, "Nando" wrote: > > Russ, > > Here's what I see on ACF 10 when I use your tag

Re: CF10 dump bug

2013-09-11 Thread Nando
Ray, I think I have a clue what might be going on. I compared the browser view source of both the standalone template and the fw/1 template. The fw/1 version has the whitespace striped out. I selectively strip some of the white space from the rendered views at times, but I've seen that doing so c

Re: CF10 dump bug

2013-09-11 Thread Raymond Camden
Best I could suggest is to file a bug report - and as an FYI I've been asking to get cfdump "open" as well. On Wed, Sep 11, 2013 at 11:02 AM, Nando wrote: > > Ray, > > Thanks again for your suggestion to try it outside any application. I was > then able to isolate the issue (even tho' I though

Re: CF10 dump bug

2013-09-11 Thread Nando
Ray, Thanks again for your suggestion to try it outside any application. I was then able to isolate the issue (even tho' I thought I couldn't at first!), and it seems indeed that it occurs if whitespace is stripped from the cfdump output. You'll find a pair of very simple templates in this zip -

Re: CF10 dump bug

2013-09-11 Thread Raymond Camden
I had a FW/1 app handy but I can't recreate it. Can you please create a repo zip that I can extract and run here? Since you said the DB call didn't matter, just make it obvious for me and I'll replace it with another query. Or, if you ALSO see it with a fake query, use that. On Wed, Sep 11, 201

Re: docs download

2013-09-11 Thread Raymond Camden
Moderators on the wiki have the ability to download a HTML set, but not the general public. So the plan is to create, and publish, periodic HTML bundles. The link will be marked with a date so you know how "stale" they are compared to the wiki. On Wed, Sep 11, 2013 at 9:11 AM, Raymond Camden wro

Re: CF10 dump bug

2013-09-11 Thread Nando
Ray, The cfdump error was seen on a FW/1 view template. When I try the same query within a single template outside any application, cfdump works fine. So that was a good suggestion. I have no idea how to interpret it tho', especially since I cannot see the source code of of dump.cfm. I've been d

Re: CF10 dump bug

2013-09-11 Thread Nando
Yes, it's obviously malformed HTML, but since the ACF cfdump template is encoded, I can't reasonably do anything about it. On Wed, Sep 11, 2013 at 2:48 PM, Rodney Enke wrote: > > At this point I would look at bad HTML preceding the cfdump or CSS styles > causing the reformatting. > > > > -- Na

Re: CF10 dump bug

2013-09-11 Thread Nando
Russ, Here's what I see on ACF 10 when I use your tag to dump a query, nested arrays: http://aria-media.com/customDump.png Doesn't matter the query I use, or if I use of q of q, or specify fields in the query, it always looks like this. Do you see something different? On Wed, Sep 11, 2013 at

Re: docs download

2013-09-11 Thread Raymond Camden
I'm checking on this now too. On Wed, Sep 11, 2013 at 6:43 AM, Paul Hastings wrote: > > On 9/11/2013 6:23 PM, Raymond Camden wrote: > > > > Ok, I spoke with our docs person and this is whats up. > > > > 1) You can still get the PDFs from here: > > http://help.adobe.com/en_US/ColdFusion/10.0/Ins

Re: CF10 dump bug

2013-09-11 Thread Raymond Camden
To be clear, no one else in this thread is seeing what Nando does, right? Nando, can you ensure you are doing a dump with NOTHING else in the request. No App.cfm. Also, try different browsers. On Wed, Sep 11, 2013 at 9:18 AM, Nando wrote: > > Yes, it's obviously malformed HTML, but since the

Re: CF10 dump bug

2013-09-11 Thread Russ Michaels
I can;t say I have noticed any issues with dumping queries, looks just like the original cfdump ? On Wed, Sep 11, 2013 at 1:35 PM, Nando wrote: > > Russ, > > I already tried your tag, but it doesn't seem to format rows of data from a > query in a way that is easy to overview. The data is displ

Re: CF10 dump bug

2013-09-11 Thread Rodney Enke
At this point I would look at bad HTML preceding the cfdump or CSS styles causing the reformatting. On Wed, Sep 11, 2013 at 7:35 AM, Nando wrote: > > Russ, > > I already tried your tag, but it doesn't seem to format rows of data from a > query in a way that is easy to overview. The data is di

Re: CF10 dump bug

2013-09-11 Thread Nando
Russ, I already tried your tag, but it doesn't seem to format rows of data from a query in a way that is easy to overview. The data is displayed vertically in columns, disconnected from the fields, which are displayed as an initial column as the first nested array. Is that just how it works, or a

Re: CF10 dump bug

2013-09-11 Thread Russ Michaels
if it is really causing you an issue, then you could try this. http://cfdump.riaforge.org/ On Wed, Sep 11, 2013 at 1:22 PM, Nando wrote: > > Thanks Ray. Unfortunately, exchanging the dump file didn't work. I cleared > all caches and restarted the server, same result. Bummer. > > > On Wed, Sep

Re: CF10 dump bug

2013-09-11 Thread Nando
Thanks Ray. Unfortunately, exchanging the dump file didn't work. I cleared all caches and restarted the server, same result. Bummer. On Wed, Sep 11, 2013 at 1:53 PM, Raymond Camden wrote: > > Sent > > > On Wed, Sep 11, 2013 at 6:37 AM, Nando wrote: > > > > > Ray, > > > > Thanks, but I don't se

Re: CF10 dump bug

2013-09-11 Thread Raymond Camden
Sent On Wed, Sep 11, 2013 at 6:37 AM, Nando wrote: > > Ray, > > Thanks, but I don't see an attachment. Does the hof list allow them? Maybe > a direct email to d.na...@gmail.com would work better? > > > On Wed, Sep 11, 2013 at 1:22 PM, Raymond Camden >wrote: > > > > > Here is mine. > > > > > >

Re: docs download

2013-09-11 Thread Russ Michaels
I guess the others broke due to Adobe moving the docs, which they scrape What we really need is a centralized CFML docs resource for everything, rather than all these multiple resources that partially work and a separate one for Railo and CF On Wed, Sep 11, 2013 at 12:50 PM, Nando wrote: > > R

Re: docs download

2013-09-11 Thread Nando
Russ, coldfusiondocs.com is the only one that seems to work for CF9, thanks for the link. The others either don't give results or I see an error message on a search. Pity that coldfusiondocs.com doesn't include CF10, but I suppose it probably won't be able to because the documentation platform cha

Re: docs download

2013-09-11 Thread Paul Hastings
On 9/11/2013 6:23 PM, Raymond Camden wrote: > > Ok, I spoke with our docs person and this is whats up. > > 1) You can still get the PDFs from here: > http://help.adobe.com/en_US/ColdFusion/10.0/Installing/index.html > > 2) The above link is the old style docs. The new style docs do NOT have the >

Re: CF10 dump bug

2013-09-11 Thread Nando
Ray, Thanks, but I don't see an attachment. Does the hof list allow them? Maybe a direct email to d.na...@gmail.com would work better? On Wed, Sep 11, 2013 at 1:22 PM, Raymond Camden wrote: > > Here is mine. > > > On Wed, Sep 11, 2013 at 6:14 AM, Nando wrote: > > > > > The bug report I filed

Re: docs download

2013-09-11 Thread Russ Michaels
don;t forget you also have cfquickdocs.com, coldfusiondocs.com and cfmldocs.com On Wed, Sep 11, 2013 at 11:12 AM, Nando wrote: > > Ray, > > Could you get back to us on this issue. Of late, I've started using > http://railodocs.org/ for quick access to general CFML documentation, > simply becau

Re: docs download

2013-09-11 Thread Raymond Camden
Ok, I spoke with our docs person and this is whats up. 1) You can still get the PDFs from here: http://help.adobe.com/en_US/ColdFusion/10.0/Installing/index.html 2) The above link is the old style docs. The new style docs do NOT have the PDF links. That will be fixed. So long story short - yeah

Re: CF10 dump bug

2013-09-11 Thread Raymond Camden
Here is mine. On Wed, Sep 11, 2013 at 6:14 AM, Nando wrote: > > The bug report I filed now has a status of Withdrawn, Cannot reproduce. So > the only hope I have of fixing this seems to be to get a working copy of > dump.cfm from someone ... > > > On Wed, Sep 11, 2013 at 1:10 PM, Nando wrote:

Re: CF10 dump bug

2013-09-11 Thread Nando
The bug report I filed now has a status of Withdrawn, Cannot reproduce. So the only hope I have of fixing this seems to be to get a working copy of dump.cfm from someone ... On Wed, Sep 11, 2013 at 1:10 PM, Nando wrote: > Ray, > > I tried several, all with the same result. But for the screensh

Re: CF10 dump bug

2013-09-11 Thread Nando
Ray, I tried several, all with the same result. But for the screenshot to demonstrate the problem for the bug report, I used simply *select * from Holiday*. I also tried specifying the fields in a few queries, but it didn't make any difference. I tried it both in Chrome and in Safari with the sam

Re: CF10 dump bug

2013-09-11 Thread Raymond Camden
I'm definitely not seeing this in my query dumps. Can you share the query you used? I On Wed, Sep 11, 2013 at 5:24 AM, Nando wrote: > > I noticed a bug in cfdump yesterday when dumping a query to a browser > screen. The database fields are shifted one column to the right, and the > data row nu

Re: Coldfusion 10 will not download patches after mandatory update patch jar is applied

2013-09-11 Thread Nando
Don't know if this is still an issue for you, but I had what seems to be the same thing occur last night. The download process seemed to hang at 26% - nothing happened. Eventually I hit on a workaround: restarting the server. When I issued the restart command, the admin interface flashed back into

Re: docs download

2013-09-11 Thread Raymond Camden
I've got a response - waiting for a clarification. On Wed, Sep 11, 2013 at 5:12 AM, Nando wrote: > > Ray, > > Could you get back to us on this issue. Of late, I've started using > http://railodocs.org/ for quick access to general CFML documentation, > simply because it's so easily accessible.

CF10 dump bug

2013-09-11 Thread Nando
I noticed a bug in cfdump yesterday when dumping a query to a browser screen. The database fields are shifted one column to the right, and the data row numbers, instead of being in a column to the left of the rows, are splayed out horizontally. www.aria-media.com/cfdumpBug.png I looked for a bug

Re: docs download

2013-09-11 Thread Nando
Ray, Could you get back to us on this issue. Of late, I've started using http://railodocs.org/ for quick access to general CFML documentation, simply because it's so easily accessible. I'm on AFC tho', and it would be really helpful if CF docs were as easy to find, and as easily accessible, as th