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

This WebDNA talk-list message is from

2005


It keeps the original formatting.
numero = 62691
interpreted = N
texte = 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/ 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)
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/ Donovan Brooke

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:

PCS Emailer's role ? (1997) [DELETEFILE] via http (2003) Suggestions for link manager (2000) show me your store ! (2003) [WebDNA] Converting | to TAB (2010) 2.0 Info (1997) carriage returns in data (1997) Search for 20 finds 2000, 200 Why? (1997) Weird problems with [SHOWIF]s (1997) item sorting (1997) Bugs still *not* fixed as promised ... (2000) Max Record length restated as maybe bug (1997) Multiple Merchant Accounts? (1997) WebCat2b13MacPlugIn - [shownext method=post] ??? (1997) Encrypt/Decrypt (2007) Country & Ship-to address & other fields ? (1997) nested showif? (1998) off-topic: stylesheet questions ... (2003) IRC Channel (2003) Pithy questions on webcommerce & siteedit (1997)