Re: [WebDNA] Crashing Database

This WebDNA talk-list message is from

2011


It keeps the original formatting.
numero = 106197
interpreted = N
texte = --Boundary-01=_vDRQNjmmWieQr5b Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Will there be a local copy available so we don't have to be=20 online to use them? Sincerely, Kenneth Grome > [thisport] is a new feature of 7.0. Docs are not live > just yet. -Dan >=20 >=20 > From: Kenneth Grome > Sent: Wednesday, January 26, 2011 6:15 PM > To: talk@webdna.us > Subject: Re: [WebDNA] Crashing Database >=20 >=20 > [thisport] is not in the docs. What other tags/contexts > are undocumented? >=20 >=20 > Sincerely, >=20 > Kenneth Grome >=20 > > Is that what [thisport] does for us? return 80 for http > >=20 > > and 443 for https? > >=20 > >=20 > >=20 > > Brian Fries > >=20 > > BrainScan Software > >=20 > > On Jan 26, 2011, at 4:34 PM, Stuart Tremain wrote: > > > Chris > > >=20 > > >=20 > > >=20 > > > There have been many attempts to create an easy way > > > to > > >=20 > > > determine if a page is being served HTTP or HTTPS > > >=20 > > >=20 > > >=20 > > > Any closer with this ?? > > >=20 > > >=20 > > >=20 > > >=20 > > >=20 > > > Regards > > >=20 > > >=20 > > >=20 > > > Stuart Tremain > > >=20 > > > IDFK Web Developments > > >=20 > > > AUSTRALIA > > >=20 > > > webdna@idfk.com.au > > >=20 > > > On 26/01/2011, at 6:04 AM,=20 christophe.billiottet@webdna.us wrote: > > >> There is no real new feature in 7.0. It is more a > > >>=20 > > >> transition version toward the WebDNA i had in mind > > >>=20 > > >> when we bought it to SmithMicro. > > >>=20 > > >>=20 > > >>=20 > > >> We fixed some remaining bugs and added few things. > > >> We > > >>=20 > > >> also changed the [append] tag to be much much > > >> faster. > > >>=20 > > >> Here a list: > > >>=20 > > >>=20 > > >>=20 > > >>=20 > > >>=20 > > >> ----- > > >>=20 > > >> Fixed: The serial number validation routine fails > > >> out > > >>=20 > > >> with a wrong number, and causes the page not > > >>=20 > > >> reloading. ----- > > >>=20 > > >> The libmysqlclient.so.15/libmysqlclient.so.16 > > >> problem > > >>=20 > > >> for the glibcv3 version: Ubuntu 10.xx comes with > > >>=20 > > >> libmysqlclient.so.16, and webdna.fcgi requests > > >>=20 > > >> libmysqlclient.so.15 The two versions of > > >>=20 > > >> libmysqlclient aren't binary compatible, which is > > >> why > > >>=20 > > >> the soname was changed from 15 to 16. There is no > > >> way > > >>=20 > > >> to build a single binary that works with both > > >>=20 > > >> libraries. We built two binaries. ----- > > >>=20 > > >> Changed: The 6.2 code always reloaded the db after > > >> 100 > > >>=20 > > >> lines. We changed this for 1,000 lines on 7.0 code. > > >>=20 > > >> ----- > > >>=20 > > >> Fixed: the [append] tag was writing to DISK instead > > >> or > > >>=20 > > >> writing to RAM. It now depends on the AutoCommit > > >>=20 > > >> value in prefs. If true, it will append each line as > > >>=20 > > >> before. > > >>=20 > > >> If false, it will buffer in memory. > > >>=20 > > >> ----- > > >>=20 > > >> Fixed: the [formvariables] context bug when using > > >>=20 > > >> ENCTYPE=3D"multipart/form-data": issue with the > > >>=20 > > >> processing of multipart post. ----- > > >>=20 > > >> Fixed: [sendmail] problem with the FreeBSD version > > >>=20 > > >> beacuse of a threading problem. Fixed by forcing it > > >>=20 > > >> to use libpthread instead of libc_r ----- > > >>=20 > > >> Fixed: bug when the [math] variable name includes a > > >>=20 > > >> number like in [math]thetest3=3D43[/math] --- > > >>=20 > > >> New: added the new tag [thirurlplusget] > > >>=20 > > >>=20 > > >>=20 > > >> so the [thisurl] tag will produce this: > > >>=20 > > >> /x/y/z/index.dna > > >>=20 > > >>=20 > > >>=20 > > >> and the [thirurlplusget] tag will produce this: > > >>=20 > > >> /x/y/z/index.dna?a=3Db&c=3Dd > > >>=20 > > >> --- > > >>=20 > > >> New: /WebCatalog folder eliminated > > >>=20 > > >> --- > > >>=20 > > >> New: config file is now webdna.ini > > >>=20 > > >> --- > > >>=20 > > >> New: [isaccelerated] tag returns "T" or "F" > > >>=20 > > >> --- > > >>=20 > > >> Fixed: a local copy runs as "licensed" when called > > >>=20 > > >> through 127.0.0.1 or "localhost" --- > > >>=20 > > >> Fixed: triggers now work with unlicensed version > > >>=20 > > >> --- > > >>=20 > > >> Fixed: the triggers are not properly working > > >>=20 > > >> --- > > >>=20 > > >> New: added a solid blowfish code to [encrypt] > > >>=20 > > >> --- > > >>=20 > > >> Fixed: [returnraw] - http status codes was not > > >> working > > >>=20 > > >> on all platforms due of Apache 2.0 changes in the > > >> API > > >>=20 > > >> and also the WebDNA module was not accommodating all > > >>=20 > > >> status codes. --- > > >>=20 > > >> Fixed: [createdate] and [moddate] were being > > >> confused > > >>=20 > > >> on unix machines in both the [listfiles] context and > > >>=20 > > >> [fileinfo] context. --- > > >>=20 > > >> Fixed: [date format=3D] was not working on all > > >> platforms > > >>=20 > > >> --- > > >>=20 > > >> Fixed: mysql Windows bug > > >>=20 > > >> --- > > >>=20 > > >> New: xalan and xerces are now integrated into the > > >>=20 > > >> binary --- > > >>=20 > > >> New: [thishost] shows the server name WebDNA is > > >>=20 > > >> running on --- > > >>=20 > > >> New: [listallcontexts] shows a list of all reserved > > >>=20 > > >> context names --- > > >>=20 > > >> New: [thisport] shows the port number of the server > > >>=20 > > >> WebDNA is running on. --- > > >>=20 > > >> Bug: xerces has some flaws under OSX. See below > > >>=20 > > >>=20 > > >>=20 > > >> [xmlparse > > >>=20 > > >> var=3Dxml_var1&source=3D[url]http://gdata.youtube.com/fe > > >> e > > >>=20 > > >> ds/api/videos/-/volleyball[/url]][/xmlparse] > > >> [xmlnode > > >>=20 > > >> ref=3Dxml_var1&path=3Dnamed:feed] > > >>=20 > > >> [name]=3D[value]
> > >>=20 > > >> [xmlnodes] > > >>=20 > > >>  - [name]=3D[value]
> > >>=20 > > >> [xmlnodes] > > >>=20 > > >>    - [name]=3D[value]
> > >>=20 > > >> [/xmlnodes] > > >>=20 > > >> [/xmlnodes] > > >>=20 > > >> [/xmlnode] > > >>=20 > > >>=20 > > >>=20 > > >> A workaround is to write the WEBDNA to download the > > >>=20 > > >> XML file, and then include it in the XMLParse Pseudo > > >>=20 > > >> code: > > >>=20 > > >> [DOWNLOAD FILE source=3Dhttp://.....] > > >>=20 > > >> [XMLParse vars=3Dblah][include target > > >>=20 > > >> file.xml][/XMLParse] --- > > >>=20 > > >> Fixed: [setmimeheader] is now working as expected > > >>=20 > > >> example: [setmimeheader > > >>=20 > > >> name=3DContent-Type&value=3Dtext/xml] --- > > >>=20 > > >> Fixed: [shownext] was not properly working under OSX > > >>=20 > > >> with apache --- > > >>=20 > > >> Fixed: PATH_TRANSLATED under OSX and Solaris > > >>=20 > > >> --- > > >>=20 > > >> New: [islicensed] with two values: "T" or "F". If > > >> the > > >>=20 > > >> License number matches the domain, we will get a > > >> "T", > > >>=20 > > >> otherwise, we get a "F" and WebDNA will run as > > >>=20 > > >> freeware. --- > > >>=20 > > >> Fixed: was not > > >>=20 > > >> working --- > > >>=20 > > >> Fixed: [decrypt] could not decrypt the seed > > >>=20 > > >> "TEMPLATE", for use with encrypted templates --- > > >>=20 > > >> New: SMTP auth enable with [sendmail].. both a > > >> global > > >>=20 > > >> setting and a over-riding local setting option (ie. > > >>=20 > > >> within the [sendmail] context) --- > > >>=20 > > >> Fixed: [setcookie] was not writing anymore to the > > >>=20 > > >> browser. --- > > >>=20 > > >> Fixed: [redirect] was not working anymore. > > >>=20 > > >> --- > > >>=20 > > >> Fixed: Passing a value to a page using GET like > > >>=20 > > >> test.dna?thetest=3Dthisisasmalltest was just passing > > >>=20 > > >> "[thetest]" in the browser: it was not interpreted > > >>=20 > > >> and showed up. --- > > >>=20 > > >> Fixed: Introducing an URL variable name using a > > >>=20 > > >> context name was producing strange results. The > > >>=20 > > >> ?text=3D bug is now checking for known contexts, and > > >> if > > >>=20 > > >> it is not a known context, it does the appropriate > > >>=20 > > >> thing. For example, the variable setting via GET is > > >>=20 > > >> working, but the ?text=3D is blocked --- > > >>=20 > > >> Fixed: [appendfile file=3Dtest.html]More > > >>=20 > > >> text[/appendfile] was creating an empty file when it > > >>=20 > > >> should have written "More text" in it. File > > >>=20 > > >> permission of index.html was 644 --- > > >>=20 > > >> Fixed: [writefile file=3Dtest.html]Some > > >> text[/writefile] > > >>=20 > > >> was creating an empty file when it should have > > >>=20 > > >> written "Some text" in it. File permission of > > >>=20 > > >> index.html was 660 --- > > >>=20 > > >> Fixed: [ipaddress] was not working anymore under OSX > > >>=20 > > >> --- > > >>=20 > > >> Fixed: [referrer] was showing "FastCGI" instead of > > >> the > > >>=20 > > >> real refering page under OSX. --- > > >>=20 > > >> Fixed: the delete command could delete items in a > > >>=20 > > >> database, even when it is not allowed as a (URL) > > >>=20 > > >> command. --- > > >>=20 > > >> Deprecated: XML-like syntax > > >>=20 > > >> Deprecated: [applescript] > > >>=20 > > >> Deprecated: phone home system > > >>=20 > > >> Deprecated: the URL command system > > >>=20 > > >> Deprecated: sandboxes and "global" > > >>=20 > > >> Deprecated: old licensing system (domain limits, > > >>=20 > > >> versions=E2=80=A6) > > >>=20 > > >> On Jan 25, 2011, at 16:22, Olin Lagon wrote: > > >>> Is there a list of just new features in 7, if any? > > >>>=20 > > >>> Will this work on OSX using multiple local domains > > >>>=20 > > >>> (via httpd-vhosts)? I'd love to give the OSX > > >>> version > > >>>=20 > > >>> a spin. > > >>>=20 > > >>>=20 > > >>>=20 > > >>> Also, is there a set of instructions for CentOS? > > >>>=20 > > >>>=20 > > >>>=20 > > >>> Thanks! Olin > > >>>=20 > > >>> christophe.billiottet@webdna.us wrote: > > >>>> Sure! i mail it privately. > > >>>>=20 > > >>>>=20 > > >>>>=20 > > >>>> - chris > > >>>>=20 > > >>>> On Jan 25, 2011, at 14:35, Steve Craig wrote: > > >>>>> Hi Chris > > >>>>>=20 > > >>>>>=20 > > >>>>>=20 > > >>>>> I'm just about to set up a new in-house server > > >>>>> for > > >>>>>=20 > > >>>>> our internal accounts and stuff. Could I try the > > >>>>>=20 > > >>>>> version 7 please on OSX? > > >>>>>=20 > > >>>>>=20 > > >>>>>=20 > > >>>>> Cheers > > >>>>>=20 > > >>>>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > >>>>>=20 > > >>>>> Steve Craig - Asylum Interactive Ltd > > >>>>>=20 > > >>>>> Tel +44 1330 860550 Fax +44 1330 860880 > > >>>>>=20 > > >>>>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > >>>>>=20 > > >>>>>=20 > > >>>>>=20 > > >>>>> http://www.asylumweb.com > > >>>>>=20 > > >>>>>=20 > > >>>>>=20 > > >>>>> Email: > > >>>>>=20 > > >>>>> steve@asylumweb.com > > >>>>>=20 > > >>>>>=20 > > >>>>>=20 > > >>>>> Skype: s.craig - iChat: steve.craig > > >>>>>=20 > > >>>>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > >>>>>=20 > > >>>>>=20 > > >>>>>=20 > > >>>>>=20 > > >>>>>=20 > > >>>>>=20 > > >>>>>=20 > > >>>>>=20 > > >>>>>=20 > > >>>>> On 25 Jan 2011, at 09:37, > > >>>>>=20 > > >>>>> christophe.billiottet@webdna.us > > >>>>>=20 > > >>>>> wrote: > > >>>>>> Version 7.0 is not officially released yet: we > > >>>>>> are > > >>>>>>=20 > > >>>>>> still working on the Windows version and we are > > >>>>>>=20 > > >>>>>> in the process of raising funds to launch a > > >>>>>>=20 > > >>>>>> successful marketing campaign. I will be glad to > > >>>>>>=20 > > >>>>>> provide a 7.0 version to whoever is asking for > > >>>>>> it > > >>>>>>=20 > > >>>>>> but you will be on your own to install it. Ken > > >>>>>>=20 > > >>>>>> already wrote a "manual" on how to install > > >>>>>> WebDNA > > >>>>>>=20 > > >>>>>> 7.0 with lighttpd (highly recommended if you > > >>>>>>=20 > > >>>>>> don't need apache) and the OSX install process > > >>>>>>=20 > > >>>>>> with apache is also documented. > > >>>>>=20 > > >>>>> ------------------------------------------------- > > >>>>> -- > > >>>>>=20 > > >>>>> ------ This message is sent to you because you > > >>>>> are > > >>>>>=20 > > >>>>> subscribed to the mailing list > > >>>>>=20 > > >>>>> > > >>>>>=20 > > >>>>> . > > >>>>>=20 > > >>>>> To unsubscribe, E-mail to: > > >>>>>=20 > > >>>>> > > >>>>>=20 > > >>>>>=20 > > >>>>>=20 > > >>>>> archives: > > >>>>>=20 > > >>>>> http://mail.webdna.us/list/talk@webdna.us > > >>>>>=20 > > >>>>>=20 > > >>>>>=20 > > >>>>> Bug Reporting: > > >>>>>=20 > > >>>>> support@webdna.us > > >>>>=20 > > >>>> -------------------------------------------------- > > >>>> -- > > >>>>=20 > > >>>> ----- This message is sent to you because you are > > >>>>=20 > > >>>> subscribed to the mailing list > > >>>>=20 > > >>>> > > >>>>=20 > > >>>> . > > >>>>=20 > > >>>> To unsubscribe, E-mail to: > > >>>>=20 > > >>>> > > >>>>=20 > > >>>>=20 > > >>>>=20 > > >>>> archives: > > >>>>=20 > > >>>> http://mail.webdna.us/list/talk@webdna.us > > >>>>=20 > > >>>>=20 > > >>>>=20 > > >>>> Bug Reporting: > > >>>>=20 > > >>>> support@webdna.us > > >>>=20 > > >>> --------------------------------------------------- > > >>> -- > > >>>=20 > > >>> ---- This message is sent to you because you are > > >>>=20 > > >>> subscribed to the mailing list . To unsubscribe, > > >>>=20 > > >>> E-mail to: archives: > > >>>=20 > > >>> http://mail.webdna.us/list/talk@webdna.us Bug > > >>>=20 > > >>> Reporting: support@webdna.us > > >>=20 > > >> ---------------------------------------------------- > > >> -- > > >>=20 > > >> --- This message is sent to you because you are > > >>=20 > > >> subscribed to the mailing list . > > >>=20 > > >> To unsubscribe, E-mail to: > > >>=20 > > >> archives: http://mail.webdna.us/list/talk@webdna.us > > >>=20 > > >> Bug Reporting: support@webdna.us > > >=20 > > > ----------------------------------------------------- > > > -- > > >=20 > > > -- This message is sent to you because you are > > >=20 > > > subscribed to the mailing list . > > >=20 > > > To unsubscribe, E-mail to: > > >=20 > > > archives: http://mail.webdna.us/list/talk@webdna.us > > >=20 > > > Bug Reporting: support@webdna.us > >=20 > > ------------------------------------------------------- > > -- > >=20 > > This message is sent to you because you are subscribed > > to > >=20 > > the mailing list . > >=20 > > To unsubscribe, E-mail to: > >=20 > > archives: http://mail.webdna.us/list/talk@webdna.us > >=20 > > Bug Reporting: support@webdna.us >=20 > --------------------------------------------------------- > This message is sent to you because you are subscribed > to the mailing list . To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us Bug > Reporting: support@webdna.us --Boundary-01=_vDRQNjmmWieQr5b Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable

Will there = be a local copy available so we don't have to be online to use them?

Sincerely,<= /p>

Kenneth Gro= me

> [thisp= ort] is a new feature of 7.0. Docs are not live

> just y= et. -Dan

>

>

> From: = Kenneth Grome

> Sent: = Wednesday, January 26, 2011 6:15 PM

> To: ta= lk@webdna.us

> Subjec= t: Re: [WebDNA] Crashing Database

>

>

> [thisp= ort] is not in the docs. What other tags/contexts

> are un= documented?

>

>

> Sincer= ely,

>

> Kennet= h Grome

>

> > I= s that what [thisport] does for us? return 80 for http

> > <= /p>

> > a= nd 443 for https?

> > <= /p>

> > <= /p>

> > <= /p>

> > B= rian Fries

> > <= /p>

> > B= rainScan Software

> > <= /p>

> > O= n Jan 26, 2011, at 4:34 PM, Stuart Tremain wrote:

> > &= gt; Chris

> > &= gt;

> > &= gt;

> > &= gt;

> > &= gt; There have been many attempts to create an easy way

> > &= gt; to

> > &= gt;

> > &= gt; determine if a page is being served HTTP or HTTPS

> > &= gt;

> > &= gt;

> > &= gt;

> > &= gt; Any closer with this ??

> > &= gt;

> > &= gt;

> > &= gt;

> > &= gt;

> > &= gt;

> > &= gt; Regards

> > &= gt;

> > &= gt;

> > &= gt;

> > &= gt; Stuart Tremain

> > &= gt;

> > &= gt; IDFK Web Developments

> > &= gt;

> > &= gt; AUSTRALIA

> > &= gt;

> > &= gt; webdna@idfk.com.au

> > &= gt;

> > &= gt; On 26/01/2011, at 6:04 AM, christophe.billiottet@webdna.us wrote:

> > &= gt;> There is no real new feature in 7.0. It is more a

> > &= gt;>

> > &= gt;> transition version toward the WebDNA i had in mind

> > &= gt;>

> > &= gt;> when we bought it to SmithMicro.

> > &= gt;>

> > &= gt;>

> > &= gt;>

> > &= gt;> We fixed some remaining bugs and added few things.

> > &= gt;> We

> > &= gt;>

> > &= gt;> also changed the [append] tag to be much much

> > &= gt;> faster.

> > &= gt;>

> > &= gt;> Here a list:

> > &= gt;>

> > &= gt;>

> > &= gt;>

> > &= gt;>

> > &= gt;>

> > &= gt;> -----

> > &= gt;>

> > &= gt;> Fixed: The serial number validation routine fails

> > &= gt;> out

> > &= gt;>

> > &= gt;> with a wrong number, and causes the page not

> > &= gt;>

> > &= gt;> reloading. -----

> > &= gt;>

> > &= gt;> The libmysqlclient.so.15/libmysqlclient.so.16

> > &= gt;> problem

> > &= gt;>

> > &= gt;> for the glibcv3 version: Ubuntu 10.xx comes with

> > &= gt;>

> > &= gt;> libmysqlclient.so.16, and webdna.fcgi requests

> > &= gt;>

> > &= gt;> libmysqlclient.so.15 The two versions of

> > &= gt;>

> > &= gt;> libmysqlclient aren't binary compatible, which is

> > &= gt;> why

> > &= gt;>

> > &= gt;> the soname was changed from 15 to 16. There is no

> > &= gt;> way

> > &= gt;>

> > &= gt;> to build a single binary that works with both

> > &= gt;>

> > &= gt;> libraries. We built two binaries. -----

> > &= gt;>

> > &= gt;> Changed: The 6.2 code always reloaded the db after

> > &= gt;> 100

> > &= gt;>

> > &= gt;> lines. We changed this for 1,000 lines on 7.0 code.

> > &= gt;>

> > &= gt;> -----

> > &= gt;>

> > &= gt;> Fixed: the [append] tag was writing to DISK instead

> > &= gt;> or

> > &= gt;>

> > &= gt;> writing to RAM. It now depends on the AutoCommit

> > &= gt;>

> > &= gt;> value in prefs. If true, it will append each line as

> > &= gt;>

> > &= gt;> before.

> > &= gt;>

> > &= gt;> If false, it will buffer in memory.

> > &= gt;>

> > &= gt;> -----

> > &= gt;>

> > &= gt;> Fixed: the [formvariables] context bug when using

> > &= gt;>

> > &= gt;> ENCTYPE=3D"multipart/form-data": issue with the

> > &= gt;>

> > &= gt;> processing of multipart post. -----

> > &= gt;>

> > &= gt;> Fixed: [sendmail] problem with the FreeBSD version

> > &= gt;>

> > &= gt;> beacuse of a threading problem. Fixed by forcing it

> > &= gt;>

> > &= gt;> to use libpthread instead of libc_r -----

> > &= gt;>

> > &= gt;> Fixed: bug when the [math] variable name includes a

> > &= gt;>

> > &= gt;> number like in [math]thetest3=3D43[/math] ---

> > &= gt;>

> > &= gt;> New: added the new tag [thirurlplusget]

> > &= gt;>

> > &= gt;>

> > &= gt;>

> > &= gt;> so the [thisurl] tag will produce this:

> > &= gt;>

> > &= gt;> /x/y/z/index.dna

> > &= gt;>

> > &= gt;>

> > &= gt;>

> > &= gt;> and the [thirurlplusget] tag will produce this:

> > &= gt;>

> > &= gt;> /x/y/z/index.dna?a=3Db&c=3Dd

> > &= gt;>

> > &= gt;> ---

> > &= gt;>

> > &= gt;> New: /WebCatalog folder eliminated

> > &= gt;>

> > &= gt;> ---

> > &= gt;>

> > &= gt;> New: config file is now webdna.ini

> > &= gt;>

> > &= gt;> ---

> > &= gt;>

> > &= gt;> New: [isaccelerated] tag returns "T" or "F"

> > &= gt;>

> > &= gt;> ---

> > &= gt;>

> > &= gt;> Fixed: a local copy runs as "licensed" when called

> > &= gt;>

> > &= gt;> through 127.0.0.1 or "localhost" ---

> > &= gt;>

> > &= gt;> Fixed: triggers now work with unlicensed version

> > &= gt;>

> > &= gt;> ---

> > &= gt;>

> > &= gt;> Fixed: the triggers are not properly working

> > &= gt;>

> > &= gt;> ---

> > &= gt;>

> > &= gt;> New: added a solid blowfish code to [encrypt]

> > &= gt;>

> > &= gt;> ---

> > &= gt;>

> > &= gt;> Fixed: [returnraw] - http status codes was not

> > &= gt;> working

> > &= gt;>

> > &= gt;> on all platforms due of Apache 2.0 changes in the

> > &= gt;> API

> > &= gt;>

> > &= gt;> and also the WebDNA module was not accommodating all

> > &= gt;>

> > &= gt;> status codes. ---

> > &= gt;>

> > &= gt;> Fixed: [createdate] and [moddate] were being

> > &= gt;> confused

> > &= gt;>

> > &= gt;> on unix machines in both the [listfiles] context and

> > &= gt;>

> > &= gt;> [fileinfo] context. ---

> > &= gt;>

> > &= gt;> Fixed: [date format=3D] was not working on all

> > &= gt;> platforms

> > &= gt;>

> > &= gt;> ---

> > &= gt;>

> > &= gt;> Fixed: mysql Windows bug

> > &= gt;>

> > &= gt;> ---

> > &= gt;>

> > &= gt;> New: xalan and xerces are now integrated into the

> > &= gt;>

> > &= gt;> binary ---

> > &= gt;>

> > &= gt;> New: [thishost] shows the server name WebDNA is

> > &= gt;>

> > &= gt;> running on ---

> > &= gt;>

> > &= gt;> New: [listallcontexts] shows a list of all reserved

> > &= gt;>

> > &= gt;> context names ---

> > &= gt;>

> > &= gt;> New: [thisport] shows the port number of the server

> > &= gt;>

> > &= gt;> WebDNA is running on. ---

> > &= gt;>

> > &= gt;> Bug: xerces has some flaws under OSX. See below

> > &= gt;>

> > &= gt;>

> > &= gt;>

> > &= gt;> [xmlparse

> > &= gt;>

> > &= gt;> var=3Dxml_var1&source=3D[url]http://gdata.youtube.com/fe

> > &= gt;> e

> > &= gt;>

> > &= gt;> ds/api/videos/-/volleyball[/url]][/xmlparse]

> > &= gt;> [xmlnode

> > &= gt;>

> > &= gt;> ref=3Dxml_var1&path=3Dnamed:feed]

> > &= gt;>

> > &= gt;> [name]=3D[value]<br>

> > &= gt;>

> > &= gt;> [xmlnodes]

> > &= gt;>

> > &= gt;> &nbsp;- [name]=3D[value]<br>

> > &= gt;>

> > &= gt;> [xmlnodes]

> > &= gt;>

> > &= gt;> &nbsp;&nbsp; - [name]=3D[value]<br>

> > &= gt;>

> > &= gt;> [/xmlnodes]

> > &= gt;>

> > &= gt;> [/xmlnodes]

> > &= gt;>

> > &= gt;> [/xmlnode]

> > &= gt;>

> > &= gt;>

> > &= gt;>

> > &= gt;> A workaround is to write the WEBDNA to download the

> > &= gt;>

> > &= gt;> XML file, and then include it in the XMLParse Pseudo

> > &= gt;>

> > &= gt;> code:

> > &= gt;>

> > &= gt;> [DOWNLOAD FILE source=3Dhttp://.....]

> > &= gt;>

> > &= gt;> [XMLParse vars=3Dblah][include target

> > &= gt;>

> > &= gt;> file.xml][/XMLParse] ---

> > &= gt;>

> > &= gt;> Fixed: [setmimeheader] is now working as expected

> > &= gt;>

> > &= gt;> example: [setmimeheader

> > &= gt;>

> > &= gt;> name=3DContent-Type&value=3Dtext/xml] ---

> > &= gt;>

> > &= gt;> Fixed: [shownext] was not properly working under OSX

> > &= gt;>

> > &= gt;> with apache ---

> > &= gt;>

> > &= gt;> Fixed: PATH_TRANSLATED under OSX and Solaris

> > &= gt;>

> > &= gt;> ---

> > &= gt;>

> > &= gt;> New: [islicensed] with two values: "T" or "F". = If

> > &= gt;> the

> > &= gt;>

> > &= gt;> License number matches the domain, we will get a

> > &= gt;> "T",

> > &= gt;>

> > &= gt;> otherwise, we get a "F" and WebDNA will run as

> > &= gt;>

> > &= gt;> freeware. ---

> > &= gt;>

> > &= gt;> Fixed: <!--HAS_WEBDNA_TAGS_ENCRYPTED_2--> was not

> > &= gt;>

> > &= gt;> working ---

> > &= gt;>

> > &= gt;> Fixed: [decrypt] could not decrypt the seed

> > &= gt;>

> > &= gt;> "TEMPLATE", for use with encrypted templates ---

> > &= gt;>

> > &= gt;> New: SMTP auth enable with [sendmail].. both a

> > &= gt;> global

> > &= gt;>

> > &= gt;> setting and a over-riding local setting option (ie.

> > &= gt;>

> > &= gt;> within the [sendmail] context) ---

> > &= gt;>

> > &= gt;> Fixed: [setcookie] was not writing anymore to the

> > &= gt;>

> > &= gt;> browser. ---

> > &= gt;>

> > &= gt;> Fixed: [redirect] was not working anymore.

> > &= gt;>

> > &= gt;> ---

> > &= gt;>

> > &= gt;> Fixed: Passing a value to a page using GET like

> > &= gt;>

> > &= gt;> test.dna?thetest=3Dthisisasmalltest was just passing

> > &= gt;>

> > &= gt;> "[thetest]" in the browser: it was not interpreted

> > &= gt;>

> > &= gt;> and showed up. ---

> > &= gt;>

> > &= gt;> Fixed: Introducing an URL variable name using a

> > &= gt;>

> > &= gt;> context name was producing strange results. The

> > &= gt;>

> > &= gt;> ?text=3D bug is now checking for known contexts, and

> > &= gt;> if

> > &= gt;>

> > &= gt;> it is not a known context, it does the appropriate

> > &= gt;>

> > &= gt;> thing. For example, the variable setting via GET is

> > &= gt;>

> > &= gt;> working, but the ?text=3D is blocked ---

> > &= gt;>

> > &= gt;> Fixed: [appendfile file=3Dtest.html]More

> > &= gt;>

> > &= gt;> text[/appendfile] was creating an empty file when it

> > &= gt;>

> > &= gt;> should have written "More text" in it. File

> > &= gt;>

> > &= gt;> permission of index.html was 644 ---

> > &= gt;>

> > &= gt;> Fixed: [writefile file=3Dtest.html]Some

> > &= gt;> text[/writefile]

> > &= gt;>

> > &= gt;> was creating an empty file when it should have

> > &= gt;>

> > &= gt;> written "Some text" in it. File permission of

> > &= gt;>

> > &= gt;> index.html was 660 ---

> > &= gt;>

> > &= gt;> Fixed: [ipaddress] was not working anymore under OSX

> > &= gt;>

> > &= gt;> ---

> > &= gt;>

> > &= gt;> Fixed: [referrer] was showing "FastCGI" instead of

> > &= gt;> the

> > &= gt;>

> > &= gt;> real refering page under OSX. ---

> > &= gt;>

> > &= gt;> Fixed: the delete command could delete items in a

> > &= gt;>

> > &= gt;> database, even when it is not allowed as a (URL)

> > &= gt;>

> > &= gt;> command. ---

> > &= gt;>

> > &= gt;> Deprecated: XML-like syntax

> > &= gt;>

> > &= gt;> Deprecated: [applescript]

> > &= gt;>

> > &= gt;> Deprecated: phone home system

> > &= gt;>

> > &= gt;> Deprecated: the URL command system

> > &= gt;>

> > &= gt;> Deprecated: sandboxes and "global"

> > &= gt;>

> > &= gt;> Deprecated: old licensing system (domain limits,

> > &= gt;>

> > &= gt;> versions=E2=80=A6)

> > &= gt;>

> > &= gt;> On Jan 25, 2011, at 16:22, Olin Lagon wrote:

> > &= gt;>> Is there a list of just new features in 7, if any?

> > &= gt;>>

> > &= gt;>> Will this work on OSX using multiple local domains

> > &= gt;>>

> > &= gt;>> (via httpd-vhosts)? I'd love to give the OSX

> > &= gt;>> version

> > &= gt;>>

> > &= gt;>> a spin.

> > &= gt;>>

> > &= gt;>>

> > &= gt;>>

> > &= gt;>> Also, is there a set of instructions for CentOS?

> > &= gt;>>

> > &= gt;>>

> > &= gt;>>

> > &= gt;>> Thanks! Olin

> > &= gt;>>

> > &= gt;>> christophe.billiottet@webdna.us wrote:

> > &= gt;>>> Sure! i mail it privately.

> > &= gt;>>>

> > &= gt;>>>

> > &= gt;>>>

> > &= gt;>>> - chris

> > &= gt;>>>

> > &= gt;>>> On Jan 25, 2011, at 14:35, Steve Craig wrote:

> > &= gt;>>>> Hi Chris

> > &= gt;>>>>

> > &= gt;>>>>

> > &= gt;>>>>

> > &= gt;>>>> I'm just about to set up a new in-house server

> > &= gt;>>>> for

> > &= gt;>>>>

> > &= gt;>>>> our internal accounts and stuff. Could I try the

> > &= gt;>>>>

> > &= gt;>>>> version 7 please on OSX?

> > &= gt;>>>>

> > &= gt;>>>>

> > &= gt;>>>>

> > &= gt;>>>> Cheers

> > &= gt;>>>>

> > &= gt;>>>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

> > &= gt;>>>>

> > &= gt;>>>> Steve Craig - Asylum Interactive Ltd

> > &= gt;>>>>

> > &= gt;>>>> Tel +44 1330 860550 Fax +44 1330 860880

> > &= gt;>>>>

> > &= gt;>>>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

> > &= gt;>>>>

> > &= gt;>>>>

> > &= gt;>>>>

> > &= gt;>>>> http://www.asylumweb.com

> > &= gt;>>>>

> > &= gt;>>>>

> > &= gt;>>>>

> > &= gt;>>>> Email:

> > &= gt;>>>>

> > &= gt;>>>> steve@asylumweb.com

> > &= gt;>>>>

> > &= gt;>>>>

> > &= gt;>>>>

> > &= gt;>>>> Skype: s.craig - iChat: steve.craig

> > &= gt;>>>>

> > &= gt;>>>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

> > &= gt;>>>>

> > &= gt;>>>>

> > &= gt;>>>>

> > &= gt;>>>>

> > &= gt;>>>>

> > &= gt;>>>>

> > &= gt;>>>>

> > &= gt;>>>>

> > &= gt;>>>>

> > &= gt;>>>> On 25 Jan 2011, at 09:37,

> > &= gt;>>>>

> > &= gt;>>>> christophe.billiottet@webdna.us

> > &= gt;>>>>

> > &= gt;>>>> wrote:

> > &= gt;>>>>> Version 7.0 is not officially released yet: we

> > &= gt;>>>>> are

> > &= gt;>>>>>

> > &= gt;>>>>> still working on the Windows version and we are

> > &= gt;>>>>>

> > &= gt;>>>>> in the process of raising funds to launch a

> > &= gt;>>>>>

> > &= gt;>>>>> successful marketing campaign. I will be glad to

> > &= gt;>>>>>

> > &= gt;>>>>> provide a 7.0 version to whoever is asking for

> > &= gt;>>>>> it

> > &= gt;>>>>>

> > &= gt;>>>>> but you will be on your own to install it. Ken

> > &= gt;>>>>>

> > &= gt;>>>>> already wrote a "manual" on how to instal= l

> > &= gt;>>>>> WebDNA

> > &= gt;>>>>>

> > &= gt;>>>>> 7.0 with lighttpd (highly recommended if you

> > &= gt;>>>>>

> > &= gt;>>>>> don't need apache) and the OSX install process

> > &= gt;>>>>>

> > &= gt;>>>>> with apache is also documented.

> > &= gt;>>>>

> > &= gt;>>>> -------------------------------------------------

> > &= gt;>>>> --

> > &= gt;>>>>

> > &= gt;>>>> ------ This message is sent to you because you

> > &= gt;>>>> are

> > &= gt;>>>>

> > &= gt;>>>> subscribed to the mailing list

> > &= gt;>>>>

> > &= gt;>>>> <talk@webdna.us>

> > &= gt;>>>>

> > &= gt;>>>> .

> > &= gt;>>>>

> > &= gt;>>>> To unsubscribe, E-mail to:

> > &= gt;>>>>

> > &= gt;>>>> <talk-leave@webdna.us>

> > &= gt;>>>>

> > &= gt;>>>>

> > &= gt;>>>>

> > &= gt;>>>> archives:

> > &= gt;>>>>

> > &= gt;>>>> http://mail.webdna.us/list/talk@webdna.us

> > &= gt;>>>>

> > &= gt;>>>>

> > &= gt;>>>>

> > &= gt;>>>> Bug Reporting:

> > &= gt;>>>>

> > &= gt;>>>> support@webdna.us

> > &= gt;>>>

> > &= gt;>>> --------------------------------------------------

> > &= gt;>>> --

> > &= gt;>>>

> > &= gt;>>> ----- This message is sent to you because you are

> > &= gt;>>>

> > &= gt;>>> subscribed to the mailing list

> > &= gt;>>>

> > &= gt;>>> <talk@webdna.us>

> > &= gt;>>>

> > &= gt;>>> .

> > &= gt;>>>

> > &= gt;>>> To unsubscribe, E-mail to:

> > &= gt;>>>

> > &= gt;>>> <talk-leave@webdna.us>

> > &= gt;>>>

> > &= gt;>>>

> > &= gt;>>>

> > &= gt;>>> archives:

> > &= gt;>>>

> > &= gt;>>> http://mail.webdna.us/list/talk@webdna.us

> > &= gt;>>>

> > &= gt;>>>

> > &= gt;>>>

> > &= gt;>>> Bug Reporting:

> > &= gt;>>>

> > &= gt;>>> support@webdna.us

> > &= gt;>>

> > &= gt;>> ---------------------------------------------------

> > &= gt;>> --

> > &= gt;>>

> > &= gt;>> ---- This message is sent to you because you are

> > &= gt;>>

> > &= gt;>> subscribed to the mailing list . To unsubscribe,

> > &= gt;>>

> > &= gt;>> E-mail to: archives:

> > &= gt;>>

> > &= gt;>> http://mail.webdna.us/list/talk@webdna.us Bug

> > &= gt;>>

> > &= gt;>> Reporting: support@webdna.us

> > &= gt;>

> > &= gt;> ----------------------------------------------------

> > &= gt;> --

> > &= gt;>

> > &= gt;> --- This message is sent to you because you are

> > &= gt;>

> > &= gt;> subscribed to the mailing list <talk@webdna.us>.

> > &= gt;>

> > &= gt;> To unsubscribe, E-mail to: <talk-leave@webdna.us>

> > &= gt;>

> > &= gt;> archives: http://mail.webdna.us/list/talk@webdna.us

> > &= gt;>

> > &= gt;> Bug Reporting: support@webdna.us

> > &= gt;

> > &= gt; -----------------------------------------------------

> > &= gt; --

> > &= gt;

> > &= gt; -- This message is sent to you because you are

> > &= gt;

> > &= gt; subscribed to the mailing list <talk@webdna.us>.

> > &= gt;

> > &= gt; To unsubscribe, E-mail to: <talk-leave@webdna.us>

> > &= gt;

> > &= gt; archives: http://mail.webdna.us/list/talk@webdna.us

> > &= gt;

> > &= gt; Bug Reporting: support@webdna.us

> > <= /p>

> > -= =2D-----------------------------------------------------

> > -= =2D

> > <= /p>

> > T= his message is sent to you because you are subscribed

> > t= o

> > <= /p>

> > t= he mailing list <talk@webdna.us>.

> > <= /p>

> > T= o unsubscribe, E-mail to: <talk-leave@webdna.us>

> > <= /p>

> > a= rchives: http://mail.webdna.us/list/talk@webdna.us

> > <= /p>

> > B= ug Reporting: support@webdna.us

>

> ------= =2D--------------------------------------------------

> This m= essage is sent to you because you are subscribed

> to the= mailing list . To unsubscribe, E-mail to:

> archiv= es: http://mail.webdna.us/list/talk@webdna.us Bug

> Report= ing: support@webdna.us

--Boundary-01=_vDRQNjmmWieQr5b-- Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] Crashing Database (christophe.billiottet@webdna.us 2011)
  2. Re: [WebDNA] Crashing Database ("Dan Strong" 2011)
  3. Re: [WebDNA] Crashing Database ("Dan Strong" 2011)
  4. Re: [WebDNA] Crashing Database (Olin Lagon 2011)
  5. Re: [WebDNA] Crashing Database (Kenneth Grome 2011)
  6. Re: [WebDNA] Crashing Database ("Dan Strong" 2011)
  7. Re: [WebDNA] Crashing Database (William DeVaul 2011)
  8. Re: [WebDNA] Crashing Database (Kenneth Grome 2011)
  9. Re: [WebDNA] Crashing Database (Stuart Tremain 2011)
  10. Re: [WebDNA] Crashing Database (christophe.billiottet@webdna.us 2011)
  11. Re: [WebDNA] Crashing Database (Brian Fries 2011)
  12. Re: [WebDNA] Crashing Database (Stuart Tremain 2011)
  13. Re: [WebDNA] Crashing Database (christophe.billiottet@webdna.us 2011)
  14. Re: [WebDNA] Crashing Database ("Psi Prime Inc, Matthew A Perosi " 2011)
  15. Re: [WebDNA] Crashing Database (christophe.billiottet@webdna.us 2011)
  16. Re: [WebDNA] Crashing Database (christophe.billiottet@webdna.us 2011)
  17. Re: [WebDNA] Crashing Database (Olin Lagon 2011)
  18. Re: [WebDNA] Crashing Database (christophe.billiottet@webdna.us 2011)
  19. Re: [WebDNA] Crashing Database (Steve Craig 2011)
  20. Re: [WebDNA] Crashing Database (Jeffrey Jones 2011)
  21. Re: [WebDNA] Crashing Database (christophe.billiottet@webdna.us 2011)
  22. Re: [WebDNA] Crashing Database (William DeVaul 2011)
  23. Re: [WebDNA] Crashing Database (Marc Thompson 2011)
  24. Re: [WebDNA] Crashing Database (World Wide Art 2011)
  25. Re: [WebDNA] Crashing Database (Jeffrey Jones 2011)
  26. Re: [WebDNA] Crashing Database (Kenneth Grome 2011)
  27. [WebDNA] Crashing Database (World Wide Art 2011)
--Boundary-01=_vDRQNjmmWieQr5b Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Will there be a local copy available so we don't have to be=20 online to use them? Sincerely, Kenneth Grome > [thisport] is a new feature of 7.0. Docs are not live > just yet. -Dan >=20 >=20 > From: Kenneth Grome > Sent: Wednesday, January 26, 2011 6:15 PM > To: talk@webdna.us > Subject: Re: [WebDNA] Crashing Database >=20 >=20 > [thisport] is not in the docs. What other tags/contexts > are undocumented? >=20 >=20 > Sincerely, >=20 > Kenneth Grome >=20 > > Is that what [thisport] does for us? return 80 for http > >=20 > > and 443 for https? > >=20 > >=20 > >=20 > > Brian Fries > >=20 > > BrainScan Software > >=20 > > On Jan 26, 2011, at 4:34 PM, Stuart Tremain wrote: > > > Chris > > >=20 > > >=20 > > >=20 > > > There have been many attempts to create an easy way > > > to > > >=20 > > > determine if a page is being served HTTP or HTTPS > > >=20 > > >=20 > > >=20 > > > Any closer with this ?? > > >=20 > > >=20 > > >=20 > > >=20 > > >=20 > > > Regards > > >=20 > > >=20 > > >=20 > > > Stuart Tremain > > >=20 > > > IDFK Web Developments > > >=20 > > > AUSTRALIA > > >=20 > > > webdna@idfk.com.au > > >=20 > > > On 26/01/2011, at 6:04 AM,=20 christophe.billiottet@webdna.us wrote: > > >> There is no real new feature in 7.0. It is more a > > >>=20 > > >> transition version toward the WebDNA i had in mind > > >>=20 > > >> when we bought it to SmithMicro. > > >>=20 > > >>=20 > > >>=20 > > >> We fixed some remaining bugs and added few things. > > >> We > > >>=20 > > >> also changed the [append] tag to be much much > > >> faster. > > >>=20 > > >> Here a list: > > >>=20 > > >>=20 > > >>=20 > > >>=20 > > >>=20 > > >> ----- > > >>=20 > > >> Fixed: The serial number validation routine fails > > >> out > > >>=20 > > >> with a wrong number, and causes the page not > > >>=20 > > >> reloading. ----- > > >>=20 > > >> The libmysqlclient.so.15/libmysqlclient.so.16 > > >> problem > > >>=20 > > >> for the glibcv3 version: Ubuntu 10.xx comes with > > >>=20 > > >> libmysqlclient.so.16, and webdna.fcgi requests > > >>=20 > > >> libmysqlclient.so.15 The two versions of > > >>=20 > > >> libmysqlclient aren't binary compatible, which is > > >> why > > >>=20 > > >> the soname was changed from 15 to 16. There is no > > >> way > > >>=20 > > >> to build a single binary that works with both > > >>=20 > > >> libraries. We built two binaries. ----- > > >>=20 > > >> Changed: The 6.2 code always reloaded the db after > > >> 100 > > >>=20 > > >> lines. We changed this for 1,000 lines on 7.0 code. > > >>=20 > > >> ----- > > >>=20 > > >> Fixed: the [append] tag was writing to DISK instead > > >> or > > >>=20 > > >> writing to RAM. It now depends on the AutoCommit > > >>=20 > > >> value in prefs. If true, it will append each line as > > >>=20 > > >> before. > > >>=20 > > >> If false, it will buffer in memory. > > >>=20 > > >> ----- > > >>=20 > > >> Fixed: the [formvariables] context bug when using > > >>=20 > > >> ENCTYPE=3D"multipart/form-data": issue with the > > >>=20 > > >> processing of multipart post. ----- > > >>=20 > > >> Fixed: [sendmail] problem with the FreeBSD version > > >>=20 > > >> beacuse of a threading problem. Fixed by forcing it > > >>=20 > > >> to use libpthread instead of libc_r ----- > > >>=20 > > >> Fixed: bug when the [math] variable name includes a > > >>=20 > > >> number like in [math]thetest3=3D43[/math] --- > > >>=20 > > >> New: added the new tag [thirurlplusget] > > >>=20 > > >>=20 > > >>=20 > > >> so the [thisurl] tag will produce this: > > >>=20 > > >> /x/y/z/index.dna > > >>=20 > > >>=20 > > >>=20 > > >> and the [thirurlplusget] tag will produce this: > > >>=20 > > >> /x/y/z/index.dna?a=3Db&c=3Dd > > >>=20 > > >> --- > > >>=20 > > >> New: /WebCatalog folder eliminated > > >>=20 > > >> --- > > >>=20 > > >> New: config file is now webdna.ini > > >>=20 > > >> --- > > >>=20 > > >> New: [isaccelerated] tag returns "T" or "F" > > >>=20 > > >> --- > > >>=20 > > >> Fixed: a local copy runs as "licensed" when called > > >>=20 > > >> through 127.0.0.1 or "localhost" --- > > >>=20 > > >> Fixed: triggers now work with unlicensed version > > >>=20 > > >> --- > > >>=20 > > >> Fixed: the triggers are not properly working > > >>=20 > > >> --- > > >>=20 > > >> New: added a solid blowfish code to [encrypt] > > >>=20 > > >> --- > > >>=20 > > >> Fixed: [returnraw] - http status codes was not > > >> working > > >>=20 > > >> on all platforms due of Apache 2.0 changes in the > > >> API > > >>=20 > > >> and also the WebDNA module was not accommodating all > > >>=20 > > >> status codes. --- > > >>=20 > > >> Fixed: [createdate] and [moddate] were being > > >> confused > > >>=20 > > >> on unix machines in both the [listfiles] context and > > >>=20 > > >> [fileinfo] context. --- > > >>=20 > > >> Fixed: [date format=3D] was not working on all > > >> platforms > > >>=20 > > >> --- > > >>=20 > > >> Fixed: mysql Windows bug > > >>=20 > > >> --- > > >>=20 > > >> New: xalan and xerces are now integrated into the > > >>=20 > > >> binary --- > > >>=20 > > >> New: [thishost] shows the server name WebDNA is > > >>=20 > > >> running on --- > > >>=20 > > >> New: [listallcontexts] shows a list of all reserved > > >>=20 > > >> context names --- > > >>=20 > > >> New: [thisport] shows the port number of the server > > >>=20 > > >> WebDNA is running on. --- > > >>=20 > > >> Bug: xerces has some flaws under OSX. See below > > >>=20 > > >>=20 > > >>=20 > > >> [xmlparse > > >>=20 > > >> var=3Dxml_var1&source=3D[url]http://gdata.youtube.com/fe > > >> e > > >>=20 > > >> ds/api/videos/-/volleyball[/url]][/xmlparse] > > >> [xmlnode > > >>=20 > > >> ref=3Dxml_var1&path=3Dnamed:feed] > > >>=20 > > >> [name]=3D[value]
> > >>=20 > > >> [xmlnodes] > > >>=20 > > >>  - [name]=3D[value]
> > >>=20 > > >> [xmlnodes] > > >>=20 > > >>    - [name]=3D[value]
> > >>=20 > > >> [/xmlnodes] > > >>=20 > > >> [/xmlnodes] > > >>=20 > > >> [/xmlnode] > > >>=20 > > >>=20 > > >>=20 > > >> A workaround is to write the WEBDNA to download the > > >>=20 > > >> XML file, and then include it in the XMLParse Pseudo > > >>=20 > > >> code: > > >>=20 > > >> [DOWNLOAD FILE source=3Dhttp://.....] > > >>=20 > > >> [XMLParse vars=3Dblah][include target > > >>=20 > > >> file.xml][/XMLParse] --- > > >>=20 > > >> Fixed: [setmimeheader] is now working as expected > > >>=20 > > >> example: [setmimeheader > > >>=20 > > >> name=3DContent-Type&value=3Dtext/xml] --- > > >>=20 > > >> Fixed: [shownext] was not properly working under OSX > > >>=20 > > >> with apache --- > > >>=20 > > >> Fixed: PATH_TRANSLATED under OSX and Solaris > > >>=20 > > >> --- > > >>=20 > > >> New: [islicensed] with two values: "T" or "F". If > > >> the > > >>=20 > > >> License number matches the domain, we will get a > > >> "T", > > >>=20 > > >> otherwise, we get a "F" and WebDNA will run as > > >>=20 > > >> freeware. --- > > >>=20 > > >> Fixed: was not > > >>=20 > > >> working --- > > >>=20 > > >> Fixed: [decrypt] could not decrypt the seed > > >>=20 > > >> "TEMPLATE", for use with encrypted templates --- > > >>=20 > > >> New: SMTP auth enable with [sendmail].. both a > > >> global > > >>=20 > > >> setting and a over-riding local setting option (ie. > > >>=20 > > >> within the [sendmail] context) --- > > >>=20 > > >> Fixed: [setcookie] was not writing anymore to the > > >>=20 > > >> browser. --- > > >>=20 > > >> Fixed: [redirect] was not working anymore. > > >>=20 > > >> --- > > >>=20 > > >> Fixed: Passing a value to a page using GET like > > >>=20 > > >> test.dna?thetest=3Dthisisasmalltest was just passing > > >>=20 > > >> "[thetest]" in the browser: it was not interpreted > > >>=20 > > >> and showed up. --- > > >>=20 > > >> Fixed: Introducing an URL variable name using a > > >>=20 > > >> context name was producing strange results. The > > >>=20 > > >> ?text=3D bug is now checking for known contexts, and > > >> if > > >>=20 > > >> it is not a known context, it does the appropriate > > >>=20 > > >> thing. For example, the variable setting via GET is > > >>=20 > > >> working, but the ?text=3D is blocked --- > > >>=20 > > >> Fixed: [appendfile file=3Dtest.html]More > > >>=20 > > >> text[/appendfile] was creating an empty file when it > > >>=20 > > >> should have written "More text" in it. File > > >>=20 > > >> permission of index.html was 644 --- > > >>=20 > > >> Fixed: [writefile file=3Dtest.html]Some > > >> text[/writefile] > > >>=20 > > >> was creating an empty file when it should have > > >>=20 > > >> written "Some text" in it. File permission of > > >>=20 > > >> index.html was 660 --- > > >>=20 > > >> Fixed: [ipaddress] was not working anymore under OSX > > >>=20 > > >> --- > > >>=20 > > >> Fixed: [referrer] was showing "FastCGI" instead of > > >> the > > >>=20 > > >> real refering page under OSX. --- > > >>=20 > > >> Fixed: the delete command could delete items in a > > >>=20 > > >> database, even when it is not allowed as a (URL) > > >>=20 > > >> command. --- > > >>=20 > > >> Deprecated: XML-like syntax > > >>=20 > > >> Deprecated: [applescript] > > >>=20 > > >> Deprecated: phone home system > > >>=20 > > >> Deprecated: the URL command system > > >>=20 > > >> Deprecated: sandboxes and "global" > > >>=20 > > >> Deprecated: old licensing system (domain limits, > > >>=20 > > >> versions=E2=80=A6) > > >>=20 > > >> On Jan 25, 2011, at 16:22, Olin Lagon wrote: > > >>> Is there a list of just new features in 7, if any? > > >>>=20 > > >>> Will this work on OSX using multiple local domains > > >>>=20 > > >>> (via httpd-vhosts)? I'd love to give the OSX > > >>> version > > >>>=20 > > >>> a spin. > > >>>=20 > > >>>=20 > > >>>=20 > > >>> Also, is there a set of instructions for CentOS? > > >>>=20 > > >>>=20 > > >>>=20 > > >>> Thanks! Olin > > >>>=20 > > >>> christophe.billiottet@webdna.us wrote: > > >>>> Sure! i mail it privately. > > >>>>=20 > > >>>>=20 > > >>>>=20 > > >>>> - chris > > >>>>=20 > > >>>> On Jan 25, 2011, at 14:35, Steve Craig wrote: > > >>>>> Hi Chris > > >>>>>=20 > > >>>>>=20 > > >>>>>=20 > > >>>>> I'm just about to set up a new in-house server > > >>>>> for > > >>>>>=20 > > >>>>> our internal accounts and stuff. Could I try the > > >>>>>=20 > > >>>>> version 7 please on OSX? > > >>>>>=20 > > >>>>>=20 > > >>>>>=20 > > >>>>> Cheers > > >>>>>=20 > > >>>>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > >>>>>=20 > > >>>>> Steve Craig - Asylum Interactive Ltd > > >>>>>=20 > > >>>>> Tel +44 1330 860550 Fax +44 1330 860880 > > >>>>>=20 > > >>>>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > >>>>>=20 > > >>>>>=20 > > >>>>>=20 > > >>>>> http://www.asylumweb.com > > >>>>>=20 > > >>>>>=20 > > >>>>>=20 > > >>>>> Email: > > >>>>>=20 > > >>>>> steve@asylumweb.com > > >>>>>=20 > > >>>>>=20 > > >>>>>=20 > > >>>>> Skype: s.craig - iChat: steve.craig > > >>>>>=20 > > >>>>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > >>>>>=20 > > >>>>>=20 > > >>>>>=20 > > >>>>>=20 > > >>>>>=20 > > >>>>>=20 > > >>>>>=20 > > >>>>>=20 > > >>>>>=20 > > >>>>> On 25 Jan 2011, at 09:37, > > >>>>>=20 > > >>>>> christophe.billiottet@webdna.us > > >>>>>=20 > > >>>>> wrote: > > >>>>>> Version 7.0 is not officially released yet: we > > >>>>>> are > > >>>>>>=20 > > >>>>>> still working on the Windows version and we are > > >>>>>>=20 > > >>>>>> in the process of raising funds to launch a > > >>>>>>=20 > > >>>>>> successful marketing campaign. I will be glad to > > >>>>>>=20 > > >>>>>> provide a 7.0 version to whoever is asking for > > >>>>>> it > > >>>>>>=20 > > >>>>>> but you will be on your own to install it. Ken > > >>>>>>=20 > > >>>>>> already wrote a "manual" on how to install > > >>>>>> WebDNA > > >>>>>>=20 > > >>>>>> 7.0 with lighttpd (highly recommended if you > > >>>>>>=20 > > >>>>>> don't need apache) and the OSX install process > > >>>>>>=20 > > >>>>>> with apache is also documented. > > >>>>>=20 > > >>>>> ------------------------------------------------- > > >>>>> -- > > >>>>>=20 > > >>>>> ------ This message is sent to you because you > > >>>>> are > > >>>>>=20 > > >>>>> subscribed to the mailing list > > >>>>>=20 > > >>>>> > > >>>>>=20 > > >>>>> . > > >>>>>=20 > > >>>>> To unsubscribe, E-mail to: > > >>>>>=20 > > >>>>> > > >>>>>=20 > > >>>>>=20 > > >>>>>=20 > > >>>>> archives: > > >>>>>=20 > > >>>>> http://mail.webdna.us/list/talk@webdna.us > > >>>>>=20 > > >>>>>=20 > > >>>>>=20 > > >>>>> Bug Reporting: > > >>>>>=20 > > >>>>> support@webdna.us > > >>>>=20 > > >>>> -------------------------------------------------- > > >>>> -- > > >>>>=20 > > >>>> ----- This message is sent to you because you are > > >>>>=20 > > >>>> subscribed to the mailing list > > >>>>=20 > > >>>> > > >>>>=20 > > >>>> . > > >>>>=20 > > >>>> To unsubscribe, E-mail to: > > >>>>=20 > > >>>> > > >>>>=20 > > >>>>=20 > > >>>>=20 > > >>>> archives: > > >>>>=20 > > >>>> http://mail.webdna.us/list/talk@webdna.us > > >>>>=20 > > >>>>=20 > > >>>>=20 > > >>>> Bug Reporting: > > >>>>=20 > > >>>> support@webdna.us > > >>>=20 > > >>> --------------------------------------------------- > > >>> -- > > >>>=20 > > >>> ---- This message is sent to you because you are > > >>>=20 > > >>> subscribed to the mailing list . To unsubscribe, > > >>>=20 > > >>> E-mail to: archives: > > >>>=20 > > >>> http://mail.webdna.us/list/talk@webdna.us Bug > > >>>=20 > > >>> Reporting: support@webdna.us > > >>=20 > > >> ---------------------------------------------------- > > >> -- > > >>=20 > > >> --- This message is sent to you because you are > > >>=20 > > >> subscribed to the mailing list . > > >>=20 > > >> To unsubscribe, E-mail to: > > >>=20 > > >> archives: http://mail.webdna.us/list/talk@webdna.us > > >>=20 > > >> Bug Reporting: support@webdna.us > > >=20 > > > ----------------------------------------------------- > > > -- > > >=20 > > > -- This message is sent to you because you are > > >=20 > > > subscribed to the mailing list . > > >=20 > > > To unsubscribe, E-mail to: > > >=20 > > > archives: http://mail.webdna.us/list/talk@webdna.us > > >=20 > > > Bug Reporting: support@webdna.us > >=20 > > ------------------------------------------------------- > > -- > >=20 > > This message is sent to you because you are subscribed > > to > >=20 > > the mailing list . > >=20 > > To unsubscribe, E-mail to: > >=20 > > archives: http://mail.webdna.us/list/talk@webdna.us > >=20 > > Bug Reporting: support@webdna.us >=20 > --------------------------------------------------------- > This message is sent to you because you are subscribed > to the mailing list . To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us Bug > Reporting: support@webdna.us --Boundary-01=_vDRQNjmmWieQr5b Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable

Will there = be a local copy available so we don't have to be online to use them?

Sincerely,<= /p>

Kenneth Gro= me

> [thisp= ort] is a new feature of 7.0. Docs are not live

> just y= et. -Dan

>

>

> From: = Kenneth Grome

> Sent: = Wednesday, January 26, 2011 6:15 PM

> To: ta= lk@webdna.us

> Subjec= t: Re: [WebDNA] Crashing Database

>

>

> [thisp= ort] is not in the docs. What other tags/contexts

> are un= documented?

>

>

> Sincer= ely,

>

> Kennet= h Grome

>

> > I= s that what [thisport] does for us? return 80 for http

> > <= /p>

> > a= nd 443 for https?

> > <= /p>

> > <= /p>

> > <= /p>

> > B= rian Fries

> > <= /p>

> > B= rainScan Software

> > <= /p>

> > O= n Jan 26, 2011, at 4:34 PM, Stuart Tremain wrote:

> > &= gt; Chris

> > &= gt;

> > &= gt;

> > &= gt;

> > &= gt; There have been many attempts to create an easy way

> > &= gt; to

> > &= gt;

> > &= gt; determine if a page is being served HTTP or HTTPS

> > &= gt;

> > &= gt;

> > &= gt;

> > &= gt; Any closer with this ??

> > &= gt;

> > &= gt;

> > &= gt;

> > &= gt;

> > &= gt;

> > &= gt; Regards

> > &= gt;

> > &= gt;

> > &= gt;

> > &= gt; Stuart Tremain

> > &= gt;

> > &= gt; IDFK Web Developments

> > &= gt;

> > &= gt; AUSTRALIA

> > &= gt;

> > &= gt; webdna@idfk.com.au

> > &= gt;

> > &= gt; On 26/01/2011, at 6:04 AM, christophe.billiottet@webdna.us wrote:

> > &= gt;> There is no real new feature in 7.0. It is more a

> > &= gt;>

> > &= gt;> transition version toward the WebDNA i had in mind

> > &= gt;>

> > &= gt;> when we bought it to SmithMicro.

> > &= gt;>

> > &= gt;>

> > &= gt;>

> > &= gt;> We fixed some remaining bugs and added few things.

> > &= gt;> We

> > &= gt;>

> > &= gt;> also changed the [append] tag to be much much

> > &= gt;> faster.

> > &= gt;>

> > &= gt;> Here a list:

> > &= gt;>

> > &= gt;>

> > &= gt;>

> > &= gt;>

> > &= gt;>

> > &= gt;> -----

> > &= gt;>

> > &= gt;> Fixed: The serial number validation routine fails

> > &= gt;> out

> > &= gt;>

> > &= gt;> with a wrong number, and causes the page not

> > &= gt;>

> > &= gt;> reloading. -----

> > &= gt;>

> > &= gt;> The libmysqlclient.so.15/libmysqlclient.so.16

> > &= gt;> problem

> > &= gt;>

> > &= gt;> for the glibcv3 version: Ubuntu 10.xx comes with

> > &= gt;>

> > &= gt;> libmysqlclient.so.16, and webdna.fcgi requests

> > &= gt;>

> > &= gt;> libmysqlclient.so.15 The two versions of

> > &= gt;>

> > &= gt;> libmysqlclient aren't binary compatible, which is

> > &= gt;> why

> > &= gt;>

> > &= gt;> the soname was changed from 15 to 16. There is no

> > &= gt;> way

> > &= gt;>

> > &= gt;> to build a single binary that works with both

> > &= gt;>

> > &= gt;> libraries. We built two binaries. -----

> > &= gt;>

> > &= gt;> Changed: The 6.2 code always reloaded the db after

> > &= gt;> 100

> > &= gt;>

> > &= gt;> lines. We changed this for 1,000 lines on 7.0 code.

> > &= gt;>

> > &= gt;> -----

> > &= gt;>

> > &= gt;> Fixed: the [append] tag was writing to DISK instead

> > &= gt;> or

> > &= gt;>

> > &= gt;> writing to RAM. It now depends on the AutoCommit

> > &= gt;>

> > &= gt;> value in prefs. If true, it will append each line as

> > &= gt;>

> > &= gt;> before.

> > &= gt;>

> > &= gt;> If false, it will buffer in memory.

> > &= gt;>

> > &= gt;> -----

> > &= gt;>

> > &= gt;> Fixed: the [formvariables] context bug when using

> > &= gt;>

> > &= gt;> ENCTYPE=3D"multipart/form-data": issue with the

> > &= gt;>

> > &= gt;> processing of multipart post. -----

> > &= gt;>

> > &= gt;> Fixed: [sendmail] problem with the FreeBSD version

> > &= gt;>

> > &= gt;> beacuse of a threading problem. Fixed by forcing it

> > &= gt;>

> > &= gt;> to use libpthread instead of libc_r -----

> > &= gt;>

> > &= gt;> Fixed: bug when the [math] variable name includes a

> > &= gt;>

> > &= gt;> number like in [math]thetest3=3D43[/math] ---

> > &= gt;>

> > &= gt;> New: added the new tag [thirurlplusget]

> > &= gt;>

> > &= gt;>

> > &= gt;>

> > &= gt;> so the [thisurl] tag will produce this:

> > &= gt;>

> > &= gt;> /x/y/z/index.dna

> > &= gt;>

> > &= gt;>

> > &= gt;>

> > &= gt;> and the [thirurlplusget] tag will produce this:

> > &= gt;>

> > &= gt;> /x/y/z/index.dna?a=3Db&c=3Dd

> > &= gt;>

> > &= gt;> ---

> > &= gt;>

> > &= gt;> New: /WebCatalog folder eliminated

> > &= gt;>

> > &= gt;> ---

> > &= gt;>

> > &= gt;> New: config file is now webdna.ini

> > &= gt;>

> > &= gt;> ---

> > &= gt;>

> > &= gt;> New: [isaccelerated] tag returns "T" or "F"

> > &= gt;>

> > &= gt;> ---

> > &= gt;>

> > &= gt;> Fixed: a local copy runs as "licensed" when called

> > &= gt;>

> > &= gt;> through 127.0.0.1 or "localhost" ---

> > &= gt;>

> > &= gt;> Fixed: triggers now work with unlicensed version

> > &= gt;>

> > &= gt;> ---

> > &= gt;>

> > &= gt;> Fixed: the triggers are not properly working

> > &= gt;>

> > &= gt;> ---

> > &= gt;>

> > &= gt;> New: added a solid blowfish code to [encrypt]

> > &= gt;>

> > &= gt;> ---

> > &= gt;>

> > &= gt;> Fixed: [returnraw] - http status codes was not

> > &= gt;> working

> > &= gt;>

> > &= gt;> on all platforms due of Apache 2.0 changes in the

> > &= gt;> API

> > &= gt;>

> > &= gt;> and also the WebDNA module was not accommodating all

> > &= gt;>

> > &= gt;> status codes. ---

> > &= gt;>

> > &= gt;> Fixed: [createdate] and [moddate] were being

> > &= gt;> confused

> > &= gt;>

> > &= gt;> on unix machines in both the [listfiles] context and

> > &= gt;>

> > &= gt;> [fileinfo] context. ---

> > &= gt;>

> > &= gt;> Fixed: [date format=3D] was not working on all

> > &= gt;> platforms

> > &= gt;>

> > &= gt;> ---

> > &= gt;>

> > &= gt;> Fixed: mysql Windows bug

> > &= gt;>

> > &= gt;> ---

> > &= gt;>

> > &= gt;> New: xalan and xerces are now integrated into the

> > &= gt;>

> > &= gt;> binary ---

> > &= gt;>

> > &= gt;> New: [thishost] shows the server name WebDNA is

> > &= gt;>

> > &= gt;> running on ---

> > &= gt;>

> > &= gt;> New: [listallcontexts] shows a list of all reserved

> > &= gt;>

> > &= gt;> context names ---

> > &= gt;>

> > &= gt;> New: [thisport] shows the port number of the server

> > &= gt;>

> > &= gt;> WebDNA is running on. ---

> > &= gt;>

> > &= gt;> Bug: xerces has some flaws under OSX. See below

> > &= gt;>

> > &= gt;>

> > &= gt;>

> > &= gt;> [xmlparse

> > &= gt;>

> > &= gt;> var=3Dxml_var1&source=3D[url]http://gdata.youtube.com/fe

> > &= gt;> e

> > &= gt;>

> > &= gt;> ds/api/videos/-/volleyball[/url]][/xmlparse]

> > &= gt;> [xmlnode

> > &= gt;>

> > &= gt;> ref=3Dxml_var1&path=3Dnamed:feed]

> > &= gt;>

> > &= gt;> [name]=3D[value]<br>

> > &= gt;>

> > &= gt;> [xmlnodes]

> > &= gt;>

> > &= gt;> &nbsp;- [name]=3D[value]<br>

> > &= gt;>

> > &= gt;> [xmlnodes]

> > &= gt;>

> > &= gt;> &nbsp;&nbsp; - [name]=3D[value]<br>

> > &= gt;>

> > &= gt;> [/xmlnodes]

> > &= gt;>

> > &= gt;> [/xmlnodes]

> > &= gt;>

> > &= gt;> [/xmlnode]

> > &= gt;>

> > &= gt;>

> > &= gt;>

> > &= gt;> A workaround is to write the WEBDNA to download the

> > &= gt;>

> > &= gt;> XML file, and then include it in the XMLParse Pseudo

> > &= gt;>

> > &= gt;> code:

> > &= gt;>

> > &= gt;> [DOWNLOAD FILE source=3Dhttp://.....]

> > &= gt;>

> > &= gt;> [XMLParse vars=3Dblah][include target

> > &= gt;>

> > &= gt;> file.xml][/XMLParse] ---

> > &= gt;>

> > &= gt;> Fixed: [setmimeheader] is now working as expected

> > &= gt;>

> > &= gt;> example: [setmimeheader

> > &= gt;>

> > &= gt;> name=3DContent-Type&value=3Dtext/xml] ---

> > &= gt;>

> > &= gt;> Fixed: [shownext] was not properly working under OSX

> > &= gt;>

> > &= gt;> with apache ---

> > &= gt;>

> > &= gt;> Fixed: PATH_TRANSLATED under OSX and Solaris

> > &= gt;>

> > &= gt;> ---

> > &= gt;>

> > &= gt;> New: [islicensed] with two values: "T" or "F". = If

> > &= gt;> the

> > &= gt;>

> > &= gt;> License number matches the domain, we will get a

> > &= gt;> "T",

> > &= gt;>

> > &= gt;> otherwise, we get a "F" and WebDNA will run as

> > &= gt;>

> > &= gt;> freeware. ---

> > &= gt;>

> > &= gt;> Fixed: <!--HAS_WEBDNA_TAGS_ENCRYPTED_2--> was not

> > &= gt;>

> > &= gt;> working ---

> > &= gt;>

> > &= gt;> Fixed: [decrypt] could not decrypt the seed

> > &= gt;>

> > &= gt;> "TEMPLATE", for use with encrypted templates ---

> > &= gt;>

> > &= gt;> New: SMTP auth enable with [sendmail].. both a

> > &= gt;> global

> > &= gt;>

> > &= gt;> setting and a over-riding local setting option (ie.

> > &= gt;>

> > &= gt;> within the [sendmail] context) ---

> > &= gt;>

> > &= gt;> Fixed: [setcookie] was not writing anymore to the

> > &= gt;>

> > &= gt;> browser. ---

> > &= gt;>

> > &= gt;> Fixed: [redirect] was not working anymore.

> > &= gt;>

> > &= gt;> ---

> > &= gt;>

> > &= gt;> Fixed: Passing a value to a page using GET like

> > &= gt;>

> > &= gt;> test.dna?thetest=3Dthisisasmalltest was just passing

> > &= gt;>

> > &= gt;> "[thetest]" in the browser: it was not interpreted

> > &= gt;>

> > &= gt;> and showed up. ---

> > &= gt;>

> > &= gt;> Fixed: Introducing an URL variable name using a

> > &= gt;>

> > &= gt;> context name was producing strange results. The

> > &= gt;>

> > &= gt;> ?text=3D bug is now checking for known contexts, and

> > &= gt;> if

> > &= gt;>

> > &= gt;> it is not a known context, it does the appropriate

> > &= gt;>

> > &= gt;> thing. For example, the variable setting via GET is

> > &= gt;>

> > &= gt;> working, but the ?text=3D is blocked ---

> > &= gt;>

> > &= gt;> Fixed: [appendfile file=3Dtest.html]More

> > &= gt;>

> > &= gt;> text[/appendfile] was creating an empty file when it

> > &= gt;>

> > &= gt;> should have written "More text" in it. File

> > &= gt;>

> > &= gt;> permission of index.html was 644 ---

> > &= gt;>

> > &= gt;> Fixed: [writefile file=3Dtest.html]Some

> > &= gt;> text[/writefile]

> > &= gt;>

> > &= gt;> was creating an empty file when it should have

> > &= gt;>

> > &= gt;> written "Some text" in it. File permission of

> > &= gt;>

> > &= gt;> index.html was 660 ---

> > &= gt;>

> > &= gt;> Fixed: [ipaddress] was not working anymore under OSX

> > &= gt;>

> > &= gt;> ---

> > &= gt;>

> > &= gt;> Fixed: [referrer] was showing "FastCGI" instead of

> > &= gt;> the

> > &= gt;>

> > &= gt;> real refering page under OSX. ---

> > &= gt;>

> > &= gt;> Fixed: the delete command could delete items in a

> > &= gt;>

> > &= gt;> database, even when it is not allowed as a (URL)

> > &= gt;>

> > &= gt;> command. ---

> > &= gt;>

> > &= gt;> Deprecated: XML-like syntax

> > &= gt;>

> > &= gt;> Deprecated: [applescript]

> > &= gt;>

> > &= gt;> Deprecated: phone home system

> > &= gt;>

> > &= gt;> Deprecated: the URL command system

> > &= gt;>

> > &= gt;> Deprecated: sandboxes and "global"

> > &= gt;>

> > &= gt;> Deprecated: old licensing system (domain limits,

> > &= gt;>

> > &= gt;> versions=E2=80=A6)

> > &= gt;>

> > &= gt;> On Jan 25, 2011, at 16:22, Olin Lagon wrote:

> > &= gt;>> Is there a list of just new features in 7, if any?

> > &= gt;>>

> > &= gt;>> Will this work on OSX using multiple local domains

> > &= gt;>>

> > &= gt;>> (via httpd-vhosts)? I'd love to give the OSX

> > &= gt;>> version

> > &= gt;>>

> > &= gt;>> a spin.

> > &= gt;>>

> > &= gt;>>

> > &= gt;>>

> > &= gt;>> Also, is there a set of instructions for CentOS?

> > &= gt;>>

> > &= gt;>>

> > &= gt;>>

> > &= gt;>> Thanks! Olin

> > &= gt;>>

> > &= gt;>> christophe.billiottet@webdna.us wrote:

> > &= gt;>>> Sure! i mail it privately.

> > &= gt;>>>

> > &= gt;>>>

> > &= gt;>>>

> > &= gt;>>> - chris

> > &= gt;>>>

> > &= gt;>>> On Jan 25, 2011, at 14:35, Steve Craig wrote:

> > &= gt;>>>> Hi Chris

> > &= gt;>>>>

> > &= gt;>>>>

> > &= gt;>>>>

> > &= gt;>>>> I'm just about to set up a new in-house server

> > &= gt;>>>> for

> > &= gt;>>>>

> > &= gt;>>>> our internal accounts and stuff. Could I try the

> > &= gt;>>>>

> > &= gt;>>>> version 7 please on OSX?

> > &= gt;>>>>

> > &= gt;>>>>

> > &= gt;>>>>

> > &= gt;>>>> Cheers

> > &= gt;>>>>

> > &= gt;>>>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

> > &= gt;>>>>

> > &= gt;>>>> Steve Craig - Asylum Interactive Ltd

> > &= gt;>>>>

> > &= gt;>>>> Tel +44 1330 860550 Fax +44 1330 860880

> > &= gt;>>>>

> > &= gt;>>>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

> > &= gt;>>>>

> > &= gt;>>>>

> > &= gt;>>>>

> > &= gt;>>>> http://www.asylumweb.com

> > &= gt;>>>>

> > &= gt;>>>>

> > &= gt;>>>>

> > &= gt;>>>> Email:

> > &= gt;>>>>

> > &= gt;>>>> steve@asylumweb.com

> > &= gt;>>>>

> > &= gt;>>>>

> > &= gt;>>>>

> > &= gt;>>>> Skype: s.craig - iChat: steve.craig

> > &= gt;>>>>

> > &= gt;>>>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

> > &= gt;>>>>

> > &= gt;>>>>

> > &= gt;>>>>

> > &= gt;>>>>

> > &= gt;>>>>

> > &= gt;>>>>

> > &= gt;>>>>

> > &= gt;>>>>

> > &= gt;>>>>

> > &= gt;>>>> On 25 Jan 2011, at 09:37,

> > &= gt;>>>>

> > &= gt;>>>> christophe.billiottet@webdna.us

> > &= gt;>>>>

> > &= gt;>>>> wrote:

> > &= gt;>>>>> Version 7.0 is not officially released yet: we

> > &= gt;>>>>> are

> > &= gt;>>>>>

> > &= gt;>>>>> still working on the Windows version and we are

> > &= gt;>>>>>

> > &= gt;>>>>> in the process of raising funds to launch a

> > &= gt;>>>>>

> > &= gt;>>>>> successful marketing campaign. I will be glad to

> > &= gt;>>>>>

> > &= gt;>>>>> provide a 7.0 version to whoever is asking for

> > &= gt;>>>>> it

> > &= gt;>>>>>

> > &= gt;>>>>> but you will be on your own to install it. Ken

> > &= gt;>>>>>

> > &= gt;>>>>> already wrote a "manual" on how to instal= l

> > &= gt;>>>>> WebDNA

> > &= gt;>>>>>

> > &= gt;>>>>> 7.0 with lighttpd (highly recommended if you

> > &= gt;>>>>>

> > &= gt;>>>>> don't need apache) and the OSX install process

> > &= gt;>>>>>

> > &= gt;>>>>> with apache is also documented.

> > &= gt;>>>>

> > &= gt;>>>> -------------------------------------------------

> > &= gt;>>>> --

> > &= gt;>>>>

> > &= gt;>>>> ------ This message is sent to you because you

> > &= gt;>>>> are

> > &= gt;>>>>

> > &= gt;>>>> subscribed to the mailing list

> > &= gt;>>>>

> > &= gt;>>>> <talk@webdna.us>

> > &= gt;>>>>

> > &= gt;>>>> .

> > &= gt;>>>>

> > &= gt;>>>> To unsubscribe, E-mail to:

> > &= gt;>>>>

> > &= gt;>>>> <talk-leave@webdna.us>

> > &= gt;>>>>

> > &= gt;>>>>

> > &= gt;>>>>

> > &= gt;>>>> archives:

> > &= gt;>>>>

> > &= gt;>>>> http://mail.webdna.us/list/talk@webdna.us

> > &= gt;>>>>

> > &= gt;>>>>

> > &= gt;>>>>

> > &= gt;>>>> Bug Reporting:

> > &= gt;>>>>

> > &= gt;>>>> support@webdna.us

> > &= gt;>>>

> > &= gt;>>> --------------------------------------------------

> > &= gt;>>> --

> > &= gt;>>>

> > &= gt;>>> ----- This message is sent to you because you are

> > &= gt;>>>

> > &= gt;>>> subscribed to the mailing list

> > &= gt;>>>

> > &= gt;>>> <talk@webdna.us>

> > &= gt;>>>

> > &= gt;>>> .

> > &= gt;>>>

> > &= gt;>>> To unsubscribe, E-mail to:

> > &= gt;>>>

> > &= gt;>>> <talk-leave@webdna.us>

> > &= gt;>>>

> > &= gt;>>>

> > &= gt;>>>

> > &= gt;>>> archives:

> > &= gt;>>>

> > &= gt;>>> http://mail.webdna.us/list/talk@webdna.us

> > &= gt;>>>

> > &= gt;>>>

> > &= gt;>>>

> > &= gt;>>> Bug Reporting:

> > &= gt;>>>

> > &= gt;>>> support@webdna.us

> > &= gt;>>

> > &= gt;>> ---------------------------------------------------

> > &= gt;>> --

> > &= gt;>>

> > &= gt;>> ---- This message is sent to you because you are

> > &= gt;>>

> > &= gt;>> subscribed to the mailing list . To unsubscribe,

> > &= gt;>>

> > &= gt;>> E-mail to: archives:

> > &= gt;>>

> > &= gt;>> http://mail.webdna.us/list/talk@webdna.us Bug

> > &= gt;>>

> > &= gt;>> Reporting: support@webdna.us

> > &= gt;>

> > &= gt;> ----------------------------------------------------

> > &= gt;> --

> > &= gt;>

> > &= gt;> --- This message is sent to you because you are

> > &= gt;>

> > &= gt;> subscribed to the mailing list <talk@webdna.us>.

> > &= gt;>

> > &= gt;> To unsubscribe, E-mail to: <talk-leave@webdna.us>

> > &= gt;>

> > &= gt;> archives: http://mail.webdna.us/list/talk@webdna.us

> > &= gt;>

> > &= gt;> Bug Reporting: support@webdna.us

> > &= gt;

> > &= gt; -----------------------------------------------------

> > &= gt; --

> > &= gt;

> > &= gt; -- This message is sent to you because you are

> > &= gt;

> > &= gt; subscribed to the mailing list <talk@webdna.us>.

> > &= gt;

> > &= gt; To unsubscribe, E-mail to: <talk-leave@webdna.us>

> > &= gt;

> > &= gt; archives: http://mail.webdna.us/list/talk@webdna.us

> > &= gt;

> > &= gt; Bug Reporting: support@webdna.us

> > <= /p>

> > -= =2D-----------------------------------------------------

> > -= =2D

> > <= /p>

> > T= his message is sent to you because you are subscribed

> > t= o

> > <= /p>

> > t= he mailing list <talk@webdna.us>.

> > <= /p>

> > T= o unsubscribe, E-mail to: <talk-leave@webdna.us>

> > <= /p>

> > a= rchives: http://mail.webdna.us/list/talk@webdna.us

> > <= /p>

> > B= ug Reporting: support@webdna.us

>

> ------= =2D--------------------------------------------------

> This m= essage is sent to you because you are subscribed

> to the= mailing list . To unsubscribe, E-mail to:

> archiv= es: http://mail.webdna.us/list/talk@webdna.us Bug

> Report= ing: support@webdna.us

--Boundary-01=_vDRQNjmmWieQr5b-- Kenneth Grome

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:

Alternating BGColors in Table Rows (1998) [WebDNA] JSONStore Levels (2020) Customizing WebDelivery.html (1998) Diners Club card problems (1999) [Replace] really replaces? (2000) [AppendFile] problem (WebCat2b13 Mac .acgi) (1997) [WebDNA] grep question (2009) using showpage and showcart commands (1996) about this server and links to who (1997) What's wrong with this [append] context? (2000) Problems reading files created by WC (1997) Performance: deafening silence (1999) [WebDNA] a major shift in strategy? (2008) MasterCounter and capitalization (1997) WC2b15 - [HTMLx]...[/HTMLx] problems (1997) Problems with webcat 2.01 for NT (1997) Re:Subcription Sales w/WebCatalog (1999) Just a thought (1998) version 2 for NT (1997) Folder Follies (1998)