Re: WebCatalog 402rc2 is now available

This WebDNA talk-list message is from

2001


It keeps the original formatting.
numero = 37444
interpreted = N
texte = Thanks Scott, Any words of wisdom on replacing a Mac OSX 4.0.1rc1a install??Alain> We are pleased to announce that WebCatalog 402rc2 is now available. > > You can download this latest WebCatalog 402 build here: > > ftp://ftp.isd.smithmicro.com/Beta/WebCatalog > > Please direct all comments or questions on this release to the WebCatalog > Beta talk list. > You can sign up here: > > http://www.smithmicro.com/support/lists.tpl > > This should be the last 'release candidate' build before releasing the final > version of 402. We have addressed several of the issues mentioned on the > talk list, and we have also spent a great deal of time improving the > stability and performance of the WebDNA engine. > > > *** Changes / Additions *** > - UNIX: New WebCatalog build available for FreeBSD > - New [secure] tag available for the [listvariables] context. Resolves to > 'T' if the text variable is secure, 'F' otherwise. > - New global [HTTPMethod] tag. Resolves to either 'GET' or 'POST', based on > how the template was requested. > - New [SourceFile] tag available for the 'error template' file. To assist > debugging efforts, the [SourceFile] tag will display the template or include > file that contained the code that generated the error. > - New global [FlushCache] tag for flushing the template cache. This is the > 'tag' equivalent of the FlushCache command. Typhoon Pro users can use this > tag to flush the template cache. > - New preferences to enable or disable error logging for both the > errorlog.txt file and the browser display. > - New 'AuthorizeNet' payment processor option for WebMerchant (all > platforms) The StoreBuilder templates have also been updated to include this > new payment processor option. > - UNIX: New 'Catch Signal' preference. When enabled, WebCatalog will > 'catch' error signals and report debug information to the > signalcatcher.debug file before exiting. > - UNIX: Mac OS X Server 1.x - Thread pool size can now be changed by > modifying the NumberThreads setting in the 'WebCatalog Prefs' file > > *** Bug Fixes *** > All Platforms: > - Admin templates are now 'Typhoon' friendly. > - Insecure text variables can now be displayed inside of [spawn]ed code. > - [listvariables] context will now display insecure text variables. > - The [SQL] context can now be nested inside of a [search] context. > - WebCatalog more stable when parsing incomplete or invalid WebDNA, i.e, > when certain tags are used without required parameters. > - [loop] context: the [index] tag will no longer get set to an incorrect > value after the [break] tag is used. > - Trigger admin no longer generating new trigger IDs that contain > 'exponent' notation. > - [sendmail] : Fixed problems with BCC. > - Fixed: [cart].tpl files showing up in root of TeaRoomXML example. > - Fixed memory leak in [Spawn] context. > - StoreBuilder: Changes to selected shipping types not reflected in > shopping cart page. > - Shared POP Mailbox: Not able to view email message if subject is blank. > Windows: > - Fixed: ISAPI dll crashing IIS when NT authentication is used. > - Fixed: ISAPI dll crashing IIS when FrontPage extensions are used. > - Fixed: MIME header linefeed bug. > - Fixed: 'empty' post generating 'Error. Program DBServer.exe is not > running, or WebCat2 Service is not installed.' message. > Mac: > - Plugin: Long URL (+60 chars) to an non-existent file generating > 'security' error. > - Multiple [TCPSend] within one [TCPConnect] sometimes returning bad data. > This was often evident when retrieving several email messages using the > SharedPOP demo templates. > - Second instance of [TCPSend] crashing if TCP connection was closed after > first [TCPSend]. > - Fixed: CopyFolder creating 'locked' files > UNIX: > - Mac OS X - Very large [loop]s, containing [math] operations, crashing. > - WebCatalog caching two versions of the same database if referenced using > 'alias' and 'actual' paths. > > ------------------------------------------------------------- > 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://search.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://search.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. Re: WebCatalog 402rc2 is now available (Alain Russell 2001)
  2. Re: WebCatalog 402rc2 is now available (Nitai @ ComputerOil 2001)
  3. Re: WebCatalog 402rc2 is now available (Brice Le Blevennec 2001)
  4. Re: WebCatalog 402rc2 is now available (Nitai @ ComputerOil 2001)
  5. Re: WebCatalog 402rc2 is now available (Brice Le Blevennec 2001)
  6. Re: WebCatalog 402rc2 is now available (Scott Anderson 2001)
  7. Re: WebCatalog 402rc2 is now available (Alain Russell 2001)
  8. WebCatalog 402rc2 is now available (Scott Anderson 2001)
  9. WebCatalog 402rc2 is now available (Scott Anderson 2001)
Thanks Scott, Any words of wisdom on replacing a Mac OSX 4.0.1rc1a install??Alain> We are pleased to announce that WebCatalog 402rc2 is now available. > > You can download this latest WebCatalog 402 build here: > > ftp://ftp.isd.smithmicro.com/Beta/WebCatalog > > Please direct all comments or questions on this release to the WebCatalog > Beta Talk List. > You can sign up here: > > http://www.smithmicro.com/support/lists.tpl > > This should be the last 'release candidate' build before releasing the final > version of 402. We have addressed several of the issues mentioned on the > Talk List, and we have also spent a great deal of time improving the > stability and performance of the WebDNA engine. > > > *** Changes / Additions *** > - UNIX: New WebCatalog build available for FreeBSD > - New [secure] tag available for the [listvariables] context. Resolves to > 'T' if the text variable is secure, 'F' otherwise. > - New global [httpmethod] tag. Resolves to either 'GET' or 'POST', based on > how the template was requested. > - New [SourceFile] tag available for the 'error template' file. To assist > debugging efforts, the [SourceFile] tag will display the template or include > file that contained the code that generated the error. > - New global [flushcache] tag for flushing the template cache. This is the > 'tag' equivalent of the FlushCache command. Typhoon Pro users can use this > tag to flush the template cache. > - New preferences to enable or disable error logging for both the > errorlog.txt file and the browser display. > - New 'AuthorizeNet' payment processor option for WebMerchant (all > platforms) The StoreBuilder templates have also been updated to include this > new payment processor option. > - UNIX: New 'Catch Signal' preference. When enabled, WebCatalog will > 'catch' error signals and report debug information to the > signalcatcher.debug file before exiting. > - UNIX: Mac OS X Server 1.x - Thread pool size can now be changed by > modifying the NumberThreads setting in the 'WebCatalog Prefs' file > > *** Bug Fixes *** > All Platforms: > - Admin templates are now 'Typhoon' friendly. > - Insecure text variables can now be displayed inside of [spawn]ed code. > - [listvariables] context will now display insecure text variables. > - The [SQL] context can now be nested inside of a [search] context. > - WebCatalog more stable when parsing incomplete or invalid WebDNA, i.e, > when certain tags are used without required parameters. > - [loop] context: the [index] tag will no longer get set to an incorrect > value after the [break] tag is used. > - Trigger admin no longer generating new trigger IDs that contain > 'exponent' notation. > - [sendmail] : Fixed problems with BCC. > - Fixed: [cart].tpl files showing up in root of TeaRoomXML example. > - Fixed memory leak in [spawn] context. > - StoreBuilder: Changes to selected shipping types not reflected in > shopping cart page. > - Shared POP Mailbox: Not able to view email message if subject is blank. > Windows: > - Fixed: ISAPI dll crashing IIS when NT authentication is used. > - Fixed: ISAPI dll crashing IIS when FrontPage extensions are used. > - Fixed: MIME header linefeed bug. > - Fixed: 'empty' post generating 'Error. Program DBServer.exe is not > running, or WebCat2 Service is not installed.' message. > Mac: > - Plugin: Long URL (+60 chars) to an non-existent file generating > 'security' error. > - Multiple [tcpsend] within one [tcpconnect] sometimes returning bad data. > This was often evident when retrieving several email messages using the > SharedPOP demo templates. > - Second instance of [tcpsend] crashing if TCP connection was closed after > first [tcpsend]. > - Fixed: CopyFolder creating 'locked' files > UNIX: > - Mac OS X - Very large [loop]s, containing [math] operations, crashing. > - WebCatalog caching two versions of the same database if referenced using > 'alias' and 'actual' paths. > > ------------------------------------------------------------- > 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://search.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://search.smithmicro.com/ Alain Russell

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:

Help with WebCatalog (1998) A little syntax help (1997) using showpage and showcart commands (1996) Trouble with formula.db (1997) Shopping carts and reloading pages (1997) Was: Variables not being passed *back* (2000) Beta and new version questions? (1998) Are you an WC expert? (1997) [WebDNA] path traversal (2020) Bulk Linebreak Changes (2002) Was 5.0 Pricing, now Sandbox versus Website and ruminating (2003) Country & Ship-to address & other fields ? (1997) Claris HomePage messes up the code (1997) Bookmarked URL with cart (1998) Donovans Theorem (2003) Variables (1999) reporting commands (2001) Hey .. so when are you guys (2004) Revisit: speed test (2002) php vs WebCatalog (2000)