Re: [WebDNA] WebDNA 8.6.4

This WebDNA talk-list message is from

2020


It keeps the original formatting.
numero = 115141
interpreted = N
texte = 2770 --000000000000af16b905a9bef2d3 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable ok will check this out, thanks.. On Sun, Jul 5, 2020 at 6:56 AM wrote: > I found the digital ocean droplet simple and cheaper than AWS. > > On Jul 4, 2020, at 17:47, talk@webdna.us wrote: > > =EF=BB=BF > Hi, do we have any support for AWS (amazon) installation? thanks... > > On Thu, Jun 11, 2020 at 1:51 PM wrote: > >> Hello everyone, >> >> I would like to inform you all of the very soon release of the new WebDN= A >> 8.6.4 with the following details, all of them built as per your requests= : >> >> ----------------- >> [REDIRECT] for as 302 and [PERMREDIRECT] for a 301 >> ----------------- >> [THISURL] fix for Windows >> ----------------- >> SHA-512 is now implemented >> ----------------- >> We have been building a [JSONSTORE2] tag, working for nested arrays : it >> flattens the array and saves it in the database with the full path name = for >> each node. >> >> The code allows JSON with colons - or any character - in the node names = : >> everything will be fine except tabs/linefeeds/etc. >> >> >> example 1, for the following JSON: >> >> var mydata =3D >> {"list": >> [ >> {"points.bean.pointsBase": >> [ >> {"time": 2000, "caption":"caption text", duration: 5000}, >> {"time": 6000, "caption":"caption text", duration: 3000} >> ] >> } >> ] >> } >> >> >> Adding double quotes around duration to make the JSON valid, it will be >> saved in the database with the following column names=3Dvalues >> >> list:0:points.bean.pointsBase:0:time=3D2000 >> list:0:points.bean.pointsBase:0:caption=3Dcaption text >> list:0:points.bean.pointsBase:0:duration=3D5000 >> list:0:points.bean.pointsBase:1:time=3D6000 >> list:0:points.bean.pointsBase:1:caption=3Dcaption text >> list:0:points.bean.pointsBase:1:duration=3D3000 >> >> >> >> example 2, for the following JSON: >> >> { >> "test":{"Col:on":"123"} >> } >> >> stores in database as: >> test:Col:on >> >> >> The improved JSON parsing takes care of the bugs on the test suite page. >> The unwanted whitespace are fixed, and the escaped quotes are now handle= d >> correctly. >> >> ----------------- >> >> Available versions will be >> >> WebDNA FastCGI for Windows >> WebDNA FastCGI for Mac >> WebDNA Server for Mac >> WebDNA FastCGI for Linux >> WebDNA Server for Linux >> >> We do not have a Catalina installer yet, we are working on it, but we >> believe FCGI works. >> >> kind regards to you all, >> >> - chris >> >> >> >> >> >> >> >> >> >> --------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list talk@webdna.us >> To unsubscribe, E-mail to: talk-leave@webdna.us >> archives: http://www.webdna.us/page.dna?numero=3D55 >> Bug Reporting: support@webdna.us >> > --------------------------------------------------------- This message is > sent to you because you are subscribed to the mailing list talk@webdna.us > To unsubscribe, E-mail to: talk-leave@webdna.us archives: > http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: support@webdna.u= s > > --------------------------------------------------------- This message is > sent to you because you are subscribed to the mailing list talk@webdna.us > To unsubscribe, E-mail to: talk-leave@webdna.us archives: > http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: support@webdna.u= s --000000000000af16b905a9bef2d3 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
ok will check this out, thanks..

On Sun, Jul 5, 2020 = at 6:56 AM <talk@webdna.us> wro= te:
I found the digital ocean droplet simple and cheaper= than AWS.=C2=A0

On Jul= 4, 2020, at 17:47, tal= k@webdna.us wrote:

=
=EF=BB=BF
Hi, do we have any support for A= WS (amazon) installation? thanks...

On Thu, Jun 11, 2020 at 1:51 PM <= talk@webdna.us> = wrote:
Hello eve= ryone,

I would like to inform you all of the very soon release of the new WebDNA 8= ..6.4 with the following details, all of them built as per your requests:
-----------------
[REDIRECT] for as 302 and=C2=A0 [PERMREDIRECT] for a 301
-----------------
[THISURL] fix for Windows
-----------------
SHA-512 is now implemented
-----------------
We have been building a [JSONSTORE2] tag, working for nested arrays : it fl= attens the array and saves it in the database with the full path name for e= ach node.

The code allows JSON with colons - or any character - in the node names : e= verything will be fine except tabs/linefeeds/etc.


example 1, for the following JSON:

var mydata =3D=C2=A0 =C2=A0
{"list":=C2=A0
=C2=A0[=C2=A0
=C2=A0 =C2=A0{"points.bean.pointsBase":=C2=A0
=C2=A0 =C2=A0 =C2=A0[=C2=A0
=C2=A0 =C2=A0 =C2=A0 =C2=A0{"time": 2000, "caption":&qu= ot;caption text", duration: 5000},=C2=A0
=C2=A0 =C2=A0 =C2=A0 =C2=A0{"time": 6000, "caption":&qu= ot;caption text", duration: 3000}=C2=A0
=C2=A0 =C2=A0 =C2=A0]=C2=A0
=C2=A0 =C2=A0}=C2=A0
=C2=A0]=C2=A0
}


Adding double quotes around duration to make the JSON valid, it will be sav= ed in the database with the following column names=3Dvalues

list:0:points.bean.pointsBase:0:time=3D2000
list:0:points.bean.pointsBase:0:caption=3Dcaption text
list:0:points.bean.pointsBase:0:duration=3D5000
list:0:points.bean.pointsBase:1:time=3D6000
list:0:points.bean.pointsBase:1:caption=3Dcaption text
list:0:points.bean.pointsBase:1:duration=3D3000



example 2, for the following JSON:

{
=C2=A0 "test":{"Col:on":"123"}
}

stores in database as:
test:Col:on


The improved JSON parsing takes care of the bugs on the test suite page. Th= e unwanted whitespace are fixed, and the escaped quotes are now handled cor= rectly.

-----------------

Available versions will be

WebDNA FastCGI for Windows
WebDNA FastCGI for Mac
WebDNA Server for Mac
WebDNA FastCGI for Linux
WebDNA Server for Linux

We do not have a Catalina installer yet, we are working on it, but we belie= ve FCGI works.

kind regards to you all,

- chris









---------------------------------------------------------
This message is sent to you because you are subscribed to
the mailing list talk@w= ebdna.us
To unsubscribe, E-mail to: talk-leave@webdna.us
archives: http://www.webdna.us/page.dna?numero=3D55
Bug Reporting: suppo= rt@webdna.us
--------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list talk@w= ebdna.us To unsubscribe, E-mail to: talk-leave@webdna.us archives: http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: suppo= rt@webdna.us
--------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list talk@w= ebdna.us To unsubscribe, E-mail to: talk-leave@webdna.us archives: http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: suppo= rt@webdna.us
--------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list talk@webdna.us To unsubscribe, E-mail to: talk-leave@webdna.us archives: http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: support@webdna.us --000000000000af16b905a9bef2d3-- . Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] WebDNA 8.6.4 (christophe.billiottet@webdna.us 2020)
  2. Re: [WebDNA] WebDNA 8.6.4 (christophe.billiottet@webdna.us 2020)
  3. Re: [WebDNA] WebDNA 8.6.4 (Jess Villamor 2020)
  4. Re: [WebDNA] WebDNA 8.6.4 (Stuart Tremain 2020)
  5. Re: [WebDNA] WebDNA 8.6.4 (Bob Minor 2020)
  6. Re: [WebDNA] WebDNA 8.6.4 (Jess Villamor 2020)
  7. Re: [WebDNA] WebDNA 8.6.4 (H - Powerpalle 2020)
  8. Re: [WebDNA] WebDNA 8.6.4 (christophe.billiottet@webdna.us 2020)
  9. Re: [WebDNA] WebDNA 8.6.4 ("Matthew A Perosi, Psi Prime" 2020)
  10. Re: [WebDNA] WebDNA 8.6.4 (Palle Bo Nielsen 2020)
  11. Re: [WebDNA] WebDNA 8.6.4 (Michael Davis 2020)
  12. Re: [WebDNA] WebDNA 8.6.4 (Stuart Tremain 2020)
  13. [WebDNA] WebDNA 8.6.4 (christophe.billiottet@webdna.us 2020)
2770 --000000000000af16b905a9bef2d3 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable ok will check this out, thanks.. On Sun, Jul 5, 2020 at 6:56 AM wrote: > I found the digital ocean droplet simple and cheaper than AWS. > > On Jul 4, 2020, at 17:47, talk@webdna.us wrote: > > =EF=BB=BF > Hi, do we have any support for AWS (amazon) installation? thanks... > > On Thu, Jun 11, 2020 at 1:51 PM wrote: > >> Hello everyone, >> >> I would like to inform you all of the very soon release of the new WebDN= A >> 8.6.4 with the following details, all of them built as per your requests= : >> >> ----------------- >> [redirect] for as 302 and [PERMREDIRECT] for a 301 >> ----------------- >> [thisurl] fix for Windows >> ----------------- >> SHA-512 is now implemented >> ----------------- >> We have been building a [JSONSTORE2] tag, working for nested arrays : it >> flattens the array and saves it in the database with the full path name = for >> each node. >> >> The code allows JSON with colons - or any character - in the node names = : >> everything will be fine except tabs/linefeeds/etc. >> >> >> example 1, for the following JSON: >> >> var mydata =3D >> {"list": >> [ >> {"points.bean.pointsBase": >> [ >> {"time": 2000, "caption":"caption text", duration: 5000}, >> {"time": 6000, "caption":"caption text", duration: 3000} >> ] >> } >> ] >> } >> >> >> Adding double quotes around duration to make the JSON valid, it will be >> saved in the database with the following column names=3Dvalues >> >> list:0:points.bean.pointsBase:0:time=3D2000 >> list:0:points.bean.pointsBase:0:caption=3Dcaption text >> list:0:points.bean.pointsBase:0:duration=3D5000 >> list:0:points.bean.pointsBase:1:time=3D6000 >> list:0:points.bean.pointsBase:1:caption=3Dcaption text >> list:0:points.bean.pointsBase:1:duration=3D3000 >> >> >> >> example 2, for the following JSON: >> >> { >> "test":{"Col:on":"123"} >> } >> >> stores in database as: >> test:Col:on >> >> >> The improved JSON parsing takes care of the bugs on the test suite page. >> The unwanted whitespace are fixed, and the escaped quotes are now handle= d >> correctly. >> >> ----------------- >> >> Available versions will be >> >> WebDNA FastCGI for Windows >> WebDNA FastCGI for Mac >> WebDNA Server for Mac >> WebDNA FastCGI for Linux >> WebDNA Server for Linux >> >> We do not have a Catalina installer yet, we are working on it, but we >> believe FCGI works. >> >> kind regards to you all, >> >> - chris >> >> >> >> >> >> >> >> >> >> --------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list talk@webdna.us >> To unsubscribe, E-mail to: talk-leave@webdna.us >> archives: http://www.webdna.us/page.dna?numero=3D55 >> Bug Reporting: support@webdna.us >> > --------------------------------------------------------- This message is > sent to you because you are subscribed to the mailing list talk@webdna.us > To unsubscribe, E-mail to: talk-leave@webdna.us archives: > http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: support@webdna.u= s > > --------------------------------------------------------- This message is > sent to you because you are subscribed to the mailing list talk@webdna.us > To unsubscribe, E-mail to: talk-leave@webdna.us archives: > http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: support@webdna.u= s --000000000000af16b905a9bef2d3 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
ok will check this out, thanks..

On Sun, Jul 5, 2020 = at 6:56 AM <talk@webdna.us> wro= te:
I found the digital ocean droplet simple and cheaper= than AWS.=C2=A0

On Jul= 4, 2020, at 17:47, tal= k@webdna.us wrote:

=
=EF=BB=BF
Hi, do we have any support for A= WS (amazon) installation? thanks...

On Thu, Jun 11, 2020 at 1:51 PM <= talk@webdna.us> = wrote:
Hello eve= ryone,

I would like to inform you all of the very soon release of the new WebDNA 8= ..6.4 with the following details, all of them built as per your requests:
-----------------
[redirect] for as 302 and=C2=A0 [PERMREDIRECT] for a 301
-----------------
[thisurl] fix for Windows
-----------------
SHA-512 is now implemented
-----------------
We have been building a [JSONSTORE2] tag, working for nested arrays : it fl= attens the array and saves it in the database with the full path name for e= ach node.

The code allows JSON with colons - or any character - in the node names : e= verything will be fine except tabs/linefeeds/etc.


example 1, for the following JSON:

var mydata =3D=C2=A0 =C2=A0
{"list":=C2=A0
=C2=A0[=C2=A0
=C2=A0 =C2=A0{"points.bean.pointsBase":=C2=A0
=C2=A0 =C2=A0 =C2=A0[=C2=A0
=C2=A0 =C2=A0 =C2=A0 =C2=A0{"time": 2000, "caption":&qu= ot;caption text", duration: 5000},=C2=A0
=C2=A0 =C2=A0 =C2=A0 =C2=A0{"time": 6000, "caption":&qu= ot;caption text", duration: 3000}=C2=A0
=C2=A0 =C2=A0 =C2=A0]=C2=A0
=C2=A0 =C2=A0}=C2=A0
=C2=A0]=C2=A0
}


Adding double quotes around duration to make the JSON valid, it will be sav= ed in the database with the following column names=3Dvalues

list:0:points.bean.pointsBase:0:time=3D2000
list:0:points.bean.pointsBase:0:caption=3Dcaption text
list:0:points.bean.pointsBase:0:duration=3D5000
list:0:points.bean.pointsBase:1:time=3D6000
list:0:points.bean.pointsBase:1:caption=3Dcaption text
list:0:points.bean.pointsBase:1:duration=3D3000



example 2, for the following JSON:

{
=C2=A0 "test":{"Col:on":"123"}
}

stores in database as:
test:Col:on


The improved JSON parsing takes care of the bugs on the test suite page. Th= e unwanted whitespace are fixed, and the escaped quotes are now handled cor= rectly.

-----------------

Available versions will be

WebDNA FastCGI for Windows
WebDNA FastCGI for Mac
WebDNA Server for Mac
WebDNA FastCGI for Linux
WebDNA Server for Linux

We do not have a Catalina installer yet, we are working on it, but we belie= ve FCGI works.

kind regards to you all,

- chris









---------------------------------------------------------
This message is sent to you because you are subscribed to
the mailing list talk@w= ebdna.us
To unsubscribe, E-mail to: talk-leave@webdna.us
archives: http://www.webdna.us/page.dna?numero=3D55
Bug Reporting: suppo= rt@webdna.us
--------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list talk@w= ebdna.us To unsubscribe, E-mail to: talk-leave@webdna.us archives: http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: suppo= rt@webdna.us
--------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list talk@w= ebdna.us To unsubscribe, E-mail to: talk-leave@webdna.us archives: http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: suppo= rt@webdna.us
--------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list talk@webdna.us To unsubscribe, E-mail to: talk-leave@webdna.us archives: http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: support@webdna.us --000000000000af16b905a9bef2d3-- . Jess Villamor

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:

WebCatalog as a ListServ (1998) WebCatalog [FoundItems] Problem - LONG - (1997) [dos] command question (1997) Don't know if this is a sily question... (2003) WebCat2b12--[searchstring] bug (1997) HomePage Caution (1997) Pipes instead of tabs (1998) To Err or Not Custom Error (1999) WebDNA 6 (2004) Mass Mail (2000) Re:Emailer and encryption (1997) NT Version on IIS 4.0 (1997) WebCatalog Eating 200% of the CPU (2002) 2.0 Info (1997) One other big addition... (1997) inconsistent webcat calculation? (1997) WCS Newbie question (1997) OT: Unix talk deamon (2004) More DateMath problems (1997) searchable list archive (1997)