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:

How true is this? (1999) WC2/Mac -- Forms not submitting correctly with Mac browsers (1997) SOP for WebDNA talk - MSNBot Crashing (2004) WebCat, switching from NT to OSX (2003) WC 4.0 on Solaris - can't 'find' admin templates (2000) Nested [SEARCH] and [REPLACE] problem. (1997) BUG REPORT: Delete context ignores max parameter (1998) Appending current [date] to a database (1997) pretty Urgent: Crash after addlineitem (2001) Blank orders after update to 5.1 (2003) [OT] WebDNA Family Album (2004) Temp license (2005) WebDNA Feature Request (2006) WebCatalog NT beta 18 now available (1997) Date search and sendmail (1997) Searchable list archive (1997) form data submission gets truncated (1997) WebCat2b13MacPlugIn - [include] doesn't allow creator (1997) Trouble with carts (2000) WebCat2 - [format thousands] (1997)