Re: [WebDNA] fastcgi 7+ & [cart]?

This WebDNA talk-list message is from

2010


It keeps the original formatting.
numero = 105477
interpreted = N
texte = Here the list of the modifications in v 7.0 New: /WebCatalog folder eliminated --- New: config file is now webdna.ini --- New: [isaccelerated] tag returns "T" or "F" --- Fixed: a local copy runs as "licensed" when called through 127.0.0.1 or = "localhost" --- Fixed: triggers now work with unlicensed version --- Fixed: the triggers are not properly working --- New: added a solid blowfish code to [encrypt] --- Fixed: [returnraw] - http status codes was not working on all platforms = due of Apache 2.0 changes in the API and also the WebDNA module was not = accommodating all status codes. --- Fixed: [createdate] and [moddate] were being confused on unix machines = in both the [listfiles] context and [fileinfo] context. --- Fixed: [date format=3D] was not working on all platforms --- Fixed: mysql Windows bug --- New: xalan and xerces are now integrated into the binary --- New: [thishost] shows the server name WebDNA is running on --- New: [listallcontexts] shows a list of all reserved context names --- New: [thisport] shows the port number of the server WebDNA is running = on. --- Bug: xerces has some flaws under OSX. See below [xmlparse = var=3Dxml_var1&source=3D[url]http://gdata.youtube.com/feeds/api/videos/-/v= olleyball[/url]][/xmlparse] [xmlnode ref=3Dxml_var1&path=3Dnamed:feed] [name]=3D[value]
[xmlnodes]  - [name]=3D[value]
[xmlnodes]    - [name]=3D[value]
[/xmlnodes] [/xmlnodes] [/xmlnode] A workaround is to write the WEBDNA to download the XML file, and then = include it in the XMLParse Pseudo code: [DOWNLOAD FILE source=3Dhttp://.....] [XMLParse vars=3Dblah][include target file.xml][/XMLParse] --- Fixed: [setmimeheader] is now working as expected example: [setmimeheader name=3DContent-Type&value=3Dtext/xml] --- Fixed: [shownext] was not properly working under OSX with apache --- Fixed: PATH_TRANSLATED under OSX and Solaris --- New: [islicensed] with two values: "T" or "F". If the License number = matches the domain, we will get a "T", otherwise, we get a "F" and = WebDNA will run as freeware. --- Fixed: was not working --- Fixed: [decrypt] could not decrypt the seed "TEMPLATE", for use with = encrypted templates=20 --- New: SMTP auth enable with [sendmail].. both a global setting and a = over-riding local setting option (ie. within the [sendmail] context) --- Fixed: [setcookie] was not writing anymore to the browser. --- Fixed: [redirect] was not working anymore. --- Fixed: Passing a value to a page using GET like = test.dna?thetest=3Dthisisasmalltest was just passing "[thetest]" in the = browser: it was not interpreted and showed up. --- Fixed: Introducing an URL variable name using a context name was = producing strange results. The ?text=3D bug is now checking for known = contexts, and if it is not a known context, it does the appropriate = thing. For example, the variable setting via GET is working, but the = ?text=3D is blocked --- Fixed: [appendfile file=3Dtest.html]More text[/appendfile] was creating = an empty file when it should have written "More text" in it. File = permission of index.html was 644 --- Fixed: [writefile file=3Dtest.html]Some text[/writefile] was creating an = empty file when it should have written "Some text" in it. File = permission of index.html was 660 --- Fixed: [ipaddress] was not working anymore under OSX --- Fixed: [referrer] was showing "FastCGI" instead of the real refering = page under OSX. --- Fixed: the delete command could delete items in a database, even when it = is not allowed as a (URL) command. --- Deprecated: XML-like syntax Deprecated: [applescript] Deprecated: phone home system Deprecated: the URL command system Deprecated: sandboxes and "global" Deprecated: old licensing system (domain limits, versions=85) On Jul 5, 2010, at 19:15, Psi Prime Inc, Matthew A Perosi wrote: > Well this sure has stirred up some questions! >=20 > Can we get an official list of the tags that will be removed? >=20 > I'm totally fine with this idea, and the timing couldn't come at a = better moment for me since I will be spending the next 2 months creating = a new shopping cart system for my CMS. >=20 > Matt >=20 > christophe.billiottet@webdna.us wrote: >> The plan was to deprecate all the eCommerce tags, but due to several = requests, we will probably keep [cart] tag since it is the only way to = create a unique value with a simple tag, and [validcard] as well since = it provides a simple way to see if a credit card is valid. Version 7 = will keep all the commerce tags activated, but undocumented. Version 8 = should only keep [cart] and [validcard] tags using another name = (suggestions welcomed). >>=20 >> - chris >>=20 >>=20 >>=20 >>=20 >> On Jul 5, 2010, at 18:14, Govinda wrote: >>=20 >> =20 >>=20 >>> WSC said they had (or will?) remove all the commerce tags from = webdna 7+. >>> Does that include [cart]? >>> Seems to be still working. But I do not want to rely on it (as I = always have) in case the plan is to drop it later. >>>=20 >>> (Here I am not asking about the old shopping cart file, but just the = unique-string-generation function performed by an instance of the = literal "[cart]".) >>>=20 >>> WSC, Please advise. >>> Thanks! >>>=20 >>> ------------ >>> Govinda >>>=20 >>> govinda.webdnatalk@gmail.com >>>=20 >>>=20 >>>=20 >>>=20 >>>=20 >>> --------------------------------------------------------- >>> This message is sent to you because you are subscribed to >>> the mailing list=20 >>> >>> . >>> To unsubscribe, E-mail to:=20 >>> >>>=20 >>> archives:=20 >>> http://mail.webdna.us/list/talk@webdna.us >>>=20 >>> Bug Reporting:=20 >>> support@webdna.us >>>=20 >>> =20 >>>=20 >>=20 >> --------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list=20 >> >> . >> To unsubscribe, E-mail to:=20 >> >>=20 >> archives:=20 >> http://mail.webdna.us/list/talk@webdna.us >>=20 >> Bug Reporting:=20 >> support@webdna.us >>=20 >>=20 >>=20 >> =20 >>=20 >=20 > --=20 > Matthew A Perosi > Computer Engineer > Senior Web Developer > SEO Analyst & Educator >=20 > Psi Prime, Inc. > 323 Union Blvd. > Totowa, NJ 07512 >=20 > Service: 973.413.8213 > Training: 973.413.8214 > Fax: 973.413.8217 >=20 >=20 > http://www.psiprime.com Associated Messages, from the most recent to the oldest:

    
Here the list of the modifications in v 7.0 New: /WebCatalog folder eliminated --- New: config file is now webdna.ini --- New: [isaccelerated] tag returns "T" or "F" --- Fixed: a local copy runs as "licensed" when called through 127.0.0.1 or = "localhost" --- Fixed: triggers now work with unlicensed version --- Fixed: the triggers are not properly working --- New: added a solid blowfish code to [encrypt] --- Fixed: [returnraw] - http status codes was not working on all platforms = due of Apache 2.0 changes in the API and also the WebDNA module was not = accommodating all status codes. --- Fixed: [createdate] and [moddate] were being confused on unix machines = in both the [listfiles] context and [fileinfo] context. --- Fixed: [date format=3D] was not working on all platforms --- Fixed: mysql Windows bug --- New: xalan and xerces are now integrated into the binary --- New: [thishost] shows the server name WebDNA is running on --- New: [listallcontexts] shows a list of all reserved context names --- New: [thisport] shows the port number of the server WebDNA is running = on. --- Bug: xerces has some flaws under OSX. See below [xmlparse = var=3Dxml_var1&source=3D[url]http://gdata.youtube.com/feeds/api/videos/-/v= olleyball[/url]][/xmlparse] [xmlnode ref=3Dxml_var1&path=3Dnamed:feed] [name]=3D[value]
[xmlnodes]  - [name]=3D[value]
[xmlnodes]    - [name]=3D[value]
[/xmlnodes] [/xmlnodes] [/xmlnode] A workaround is to write the WEBDNA to download the XML file, and then = include it in the XMLParse Pseudo code: [DOWNLOAD FILE source=3Dhttp://.....] [XMLParse vars=3Dblah][include target file.xml][/XMLParse] --- Fixed: [setmimeheader] is now working as expected example: [setmimeheader name=3DContent-Type&value=3Dtext/xml] --- Fixed: [shownext] was not properly working under OSX with apache --- Fixed: PATH_TRANSLATED under OSX and Solaris --- New: [islicensed] with two values: "T" or "F". If the License number = matches the domain, we will get a "T", otherwise, we get a "F" and = WebDNA will run as freeware. --- Fixed: was not working --- Fixed: [decrypt] could not decrypt the seed "TEMPLATE", for use with = encrypted templates=20 --- New: SMTP auth enable with [sendmail].. both a global setting and a = over-riding local setting option (ie. within the [sendmail] context) --- Fixed: [setcookie] was not writing anymore to the browser. --- Fixed: [redirect] was not working anymore. --- Fixed: Passing a value to a page using GET like = test.dna?thetest=3Dthisisasmalltest was just passing "[thetest]" in the = browser: it was not interpreted and showed up. --- Fixed: Introducing an URL variable name using a context name was = producing strange results. The ?text=3D bug is now checking for known = contexts, and if it is not a known context, it does the appropriate = thing. For example, the variable setting via GET is working, but the = ?text=3D is blocked --- Fixed: [appendfile file=3Dtest.html]More text[/appendfile] was creating = an empty file when it should have written "More text" in it. File = permission of index.html was 644 --- Fixed: [writefile file=3Dtest.html]Some text[/writefile] was creating an = empty file when it should have written "Some text" in it. File = permission of index.html was 660 --- Fixed: [ipaddress] was not working anymore under OSX --- Fixed: [referrer] was showing "FastCGI" instead of the real refering = page under OSX. --- Fixed: the delete command could delete items in a database, even when it = is not allowed as a (URL) command. --- Deprecated: XML-like syntax Deprecated: [applescript] Deprecated: phone home system Deprecated: the URL command system Deprecated: sandboxes and "global" Deprecated: old licensing system (domain limits, versions=85) On Jul 5, 2010, at 19:15, Psi Prime Inc, Matthew A Perosi wrote: > Well this sure has stirred up some questions! >=20 > Can we get an official list of the tags that will be removed? >=20 > I'm totally fine with this idea, and the timing couldn't come at a = better moment for me since I will be spending the next 2 months creating = a new shopping cart system for my CMS. >=20 > Matt >=20 > christophe.billiottet@webdna.us wrote: >> The plan was to deprecate all the eCommerce tags, but due to several = requests, we will probably keep [cart] tag since it is the only way to = create a unique value with a simple tag, and [validcard] as well since = it provides a simple way to see if a credit card is valid. Version 7 = will keep all the commerce tags activated, but undocumented. Version 8 = should only keep [cart] and [validcard] tags using another name = (suggestions welcomed). >>=20 >> - chris >>=20 >>=20 >>=20 >>=20 >> On Jul 5, 2010, at 18:14, Govinda wrote: >>=20 >> =20 >>=20 >>> WSC said they had (or will?) remove all the commerce tags from = webdna 7+. >>> Does that include [cart]? >>> Seems to be still working. But I do not want to rely on it (as I = always have) in case the plan is to drop it later. >>>=20 >>> (Here I am not asking about the old shopping cart file, but just the = unique-string-generation function performed by an instance of the = literal "[cart]".) >>>=20 >>> WSC, Please advise. >>> Thanks! >>>=20 >>> ------------ >>> Govinda >>>=20 >>> govinda.webdnatalk@gmail.com >>>=20 >>>=20 >>>=20 >>>=20 >>>=20 >>> --------------------------------------------------------- >>> This message is sent to you because you are subscribed to >>> the mailing list=20 >>> >>> . >>> To unsubscribe, E-mail to:=20 >>> >>>=20 >>> archives:=20 >>> http://mail.webdna.us/list/talk@webdna.us >>>=20 >>> Bug Reporting:=20 >>> support@webdna.us >>>=20 >>> =20 >>>=20 >>=20 >> --------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list=20 >> >> . >> To unsubscribe, E-mail to:=20 >> >>=20 >> archives:=20 >> http://mail.webdna.us/list/talk@webdna.us >>=20 >> Bug Reporting:=20 >> support@webdna.us >>=20 >>=20 >>=20 >> =20 >>=20 >=20 > --=20 > Matthew A Perosi > Computer Engineer > Senior Web Developer > SEO Analyst & Educator >=20 > Psi Prime, Inc. > 323 Union Blvd. > Totowa, NJ 07512 >=20 > Service: 973.413.8213 > Training: 973.413.8214 > Fax: 973.413.8217 >=20 >=20 > http://www.psiprime.com christophe.billiottet@webdna.us

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:

[WebDNA] Debian installation configuration for .html extension to work (2015) [WebDNA] Google Cloud (2014) Large Database Issue (possible bug) (2004) [append] problem (1997) Quiestion (1997) Error: this shopping cart has already been submittedm (2004) [CART] (1997) Quickie question on the email templates (1997) More about BIAP W*API.... (1998) Changing names of .hdr field names (2003) ExclusiveLock question (2005) WebCat2: Items xx to xx shown, etc. (1997) Banner DNA (1997) Problems appending to database (1997) shipcost (1997) Cross platform problem with Convertchars (2002) Message Board (again:-) (2000) [OT] Apple and 128bit SSL (2003) Emailer tracking (1997) setting taxable to true (1997)