Re: SMSI (Scott) clues?? Bug fixes for next WebDNA release

This WebDNA talk-list message is from

2005


It keeps the original formatting.
numero = 62693
interpreted = N
texte = #1: I think this is one we could not reproduce, but we will take another look. #2: We have made a few changes to the sitebuilder templates. It's possible this has been addressed. To be honest though, I am more focused on fixing WebDNA engine issues, than with SiteBuilder. #3: This has been addressed, and is included in the list of bug fixes. #4: The pre/post-parse scripts can be a powerful tool, and one must be very careful when editing those files. I believe the documentation (or the WebDNA lab tutorial) warns about the possibility of crippling all WebDNA pages, if bad code is placed in those scripts. But if you have found that valid code, used in either script file, causes problems, please send me a copy of that code. Thanks. -----Original Message----- From: WebDNA Talk [mailto:WebDNA-Talk@talk.smithmicro.com]On Behalf Of Donovan Brooke Sent: Thursday, July 28, 2005 11:55 AM To: WebDNA Talk Subject: Re: SMSI (Scott) clues?? Bug fixes for next WebDNA release Scott Anderson wrote: > Here is a list of WebDNA engine bug fixes that will be included in the next > WebDNA release: Scott, here is 4 more issues: #1 ----- Donovan Brooke wrote: > Hello, > > Windows: WebDNA - Enterprise Edition,6.0 > > I think I found a bug. > > This: > [search db=text.db&neIDdatarq=findall] > [founditems] > [convertchars db=conquotes.db][DBTEXT][/convertchars]

> [/founditems] > [/search] > > Will stop the rendering of a page with anything under it. When > I delete the "db=conquotes.db" param, it works fine. > > [search db=text.db&neIDdatarq=findall] > [founditems] > [convertchars][DBTEXT][/convertchars]

> [/founditems] > [/search] > > haven't tested other versions of webDNA so if somoneelse can run > the test in different setups (as well as the same as mine), > I'd appreciate it. > > My conquotes.db is: > FROMTO > "" > > Donovan ----- #2 (sitebuilder) ----- Hello, I have, for example, the "directory" marked as only accessible by certain groups. However, if I do a search in the field provided, when *not* logged in as a allowed user of the directory information, I can gain access to that information. Right now, the only way I can see to not get access to that information is to mark the entire directory as not searchable by anyone. This works to protect that info but takes away the searchable feature for the allowed user. Donovan <== related ==> Hello, When using the FAQ pages, when you specify a FAQ record to be of a certain access level (admin etc..) it works on the opening pages...meaning, admin onler, when you click to the detail of any FAQ and hit the "NEXT" or "PREVIOUS" form submits, all FAQ's are displayed. I am guessing this same BUG is apparent in all of the same type of pages that work in this manner... though I have not test it. Donovan ----- #3 ----- Through a bit of trial and tribulation I isolated a bug in WebDNA 6 (OSX at least)... If you define a function inside a SCOPE context, and the function uses a RETURN context, then calling that function will cause WebDNA to never return from the function call.. Example: [scope name=dummy] [function name=CallMe] [return]555-1212[/return] [/function] [CallMe] [/scope] If the function is defined outside of the scope, or the return context is not used inside the function, then the code works fine. - Brian ----- #4 ----- If you enable the preparse script and edit it.. you are running the risk of causing errors to all the sites in that sandbox even when using valid code... However, if you put that same code into an include file within the functiondefs directory (within globals), then the code and sites work as they should. Scott, if you need an example function to test the error with, I may be able to help you here. ------ thats all for now. Donovan -- =o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o DONOVAN D. BROOKE Euca Design Center <-Web Development (specializing in eCommerce), -> <- Graphic Design, Custom Tags and Labels -> ADDRESS:> Donovan Brooke Euca Design Center 1871 HWY MM Fitchburg, WI 53575 PH:> 1.608.835.2476 Web:> http://www.egg.bz http://www.euca.us =o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. Re: SMSI (Scott) clues?? Bug fixes for next WebDNA release ( Mark Derrick 2007)
  2. Re: SMSI (Scott) clues?? Bug fixes for next WebDNA release ( Donovan Brooke 2005)
  3. Re: SMSI (Scott) clues?? Bug fixes for next WebDNA release ( Donovan Brooke 2005)
  4. Re: SMSI (Scott) clues?? Bug fixes for next WebDNA release ( "Scott Anderson" 2005)
  5. Re: SMSI (Scott) clues?? Bug fixes for next WebDNA release ( "Scott Anderson" 2005)
  6. Re: SMSI (Scott) clues?? Bug fixes for next WebDNA release ( devaulw@onebox.com 2005)
  7. Re: SMSI (Scott) clues?? Bug fixes for next WebDNA release ( Donovan Brooke 2005)
  8. Re: SMSI (Scott) clues?? Bug fixes for next WebDNA release ( "Scott Anderson" 2005)
  9. Re: SMSI (Scott) clues?? Bug fixes for next WebDNA release ( William DeVaul 2005)
  10. Re: SMSI (Scott) clues?? Bug fixes for next WebDNA release ( "Scott Anderson" 2005)
#1: I think this is one we could not reproduce, but we will take another look. #2: We have made a few changes to the sitebuilder templates. It's possible this has been addressed. To be honest though, I am more focused on fixing WebDNA engine issues, than with SiteBuilder. #3: This has been addressed, and is included in the list of bug fixes. #4: The pre/post-parse scripts can be a powerful tool, and one must be very careful when editing those files. I believe the documentation (or the WebDNA lab tutorial) warns about the possibility of crippling all WebDNA pages, if bad code is placed in those scripts. But if you have found that valid code, used in either script file, causes problems, please send me a copy of that code. Thanks. -----Original Message----- From: WebDNA Talk [mailto:WebDNA-Talk@talk.smithmicro.com]On Behalf Of Donovan Brooke Sent: Thursday, July 28, 2005 11:55 AM To: WebDNA Talk Subject: Re: SMSI (Scott) clues?? Bug fixes for next WebDNA release Scott Anderson wrote: > Here is a list of WebDNA engine bug fixes that will be included in the next > WebDNA release: Scott, here is 4 more issues: #1 ----- Donovan Brooke wrote: > Hello, > > Windows: WebDNA - Enterprise Edition,6.0 > > I think I found a bug. > > This: > [search db=text.db&neIDdatarq=findall] > [founditems] > [convertchars db=conquotes.db][DBTEXT][/convertchars]

> [/founditems] > [/search] > > Will stop the rendering of a page with anything under it. When > I delete the "db=conquotes.db" param, it works fine. > > [search db=text.db&neIDdatarq=findall] > [founditems] > [convertchars][DBTEXT][/convertchars]

> [/founditems] > [/search] > > haven't tested other versions of webDNA so if somoneelse can run > the test in different setups (as well as the same as mine), > I'd appreciate it. > > My conquotes.db is: > FROMTO > "" > > Donovan ----- #2 (sitebuilder) ----- Hello, I have, for example, the "directory" marked as only accessible by certain groups. However, if I do a search in the field provided, when *not* logged in as a allowed user of the directory information, I can gain access to that information. Right now, the only way I can see to not get access to that information is to mark the entire directory as not searchable by anyone. This works to protect that info but takes away the searchable feature for the allowed user. Donovan <== related ==> Hello, When using the FAQ pages, when you specify a FAQ record to be of a certain access level (admin etc..) it works on the opening pages...meaning, admin onler, when you click to the detail of any FAQ and hit the "NEXT" or "PREVIOUS" form submits, all FAQ's are displayed. I am guessing this same BUG is apparent in all of the same type of pages that work in this manner... though I have not test it. Donovan ----- #3 ----- Through a bit of trial and tribulation I isolated a bug in WebDNA 6 (OSX at least)... If you define a function inside a SCOPE context, and the function uses a RETURN context, then calling that function will cause WebDNA to never return from the function call.. Example: [scope name=dummy] [function name=CallMe] [return]555-1212[/return] [/function] [CallMe] [/scope] If the function is defined outside of the scope, or the return context is not used inside the function, then the code works fine. - Brian ----- #4 ----- If you enable the preparse script and edit it.. you are running the risk of causing errors to all the sites in that sandbox even when using valid code... However, if you put that same code into an include file within the functiondefs directory (within globals), then the code and sites work as they should. Scott, if you need an example function to test the error with, I may be able to help you here. ------ thats all for now. Donovan -- =o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o DONOVAN D. BROOKE Euca Design Center <-Web Development (specializing in eCommerce), -> <- Graphic Design, Custom Tags and Labels -> ADDRESS:> Donovan Brooke Euca Design Center 1871 HWY MM Fitchburg, WI 53575 PH:> 1.608.835.2476 Web:> http://www.egg.bz http://www.euca.us =o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ "Scott Anderson"

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

Is Web Merchant Necessary? (2000) [WebDNA] Setting Content-Type within [returnraw] - not working on Linux (2010) Expiration of Carts (1997) Cart -> Date and Time (2004) # of real domains on 1 web server (1997) shipcost (1997) searching a range (2000) still having shipCost.db Problem (1997) [shownext] and sort (1998) Emailer port change (1997) [protect admin] (1997) SMSI: closedatabase then replacefounditems inside the same search context ... (2002) TRAINING videos - Prove IT. (1998) Showif date range comparison (1999) New Guestbook Source (1997) [platform] tag? (1998) Webcat & SIMS (1998) [isfile] ? (1997) Number/Date Range Search (2003) Filemaker Pro and [convertchars] (2000)