I finally started testing the new parser !
My setup : testing local with MAMP - Apache 2.0.55, MySQL 5.0.19, PHP 5.1.2 - MODx 0.9.2.1 (rev 1005)
Here are my findings :
1) I have encountered a problem with DropMenu : I had to switch to the new syntax [[! ]] to make it work (for some reason it didn’t happen with other snippets).
2) I tried the [[:IF-LOGIN? ... ]] it worked perfectly
3) I tried the [[:IF-GROUPS?... ]] worked great, as expected.
4) [[:IF-ISSET? ... ]] worked great, as expected.
5) [[:IF-ROLES ... ]] worked great, as expected.
I’ll soon test the other.
This is all very exciting it seems to work great. The only problem I encountered is my local server "hanging" : sometime the tag renders OK, no problem, fast load time and some other time it just "hangs" the system. Funny thing is, when the "hanging" happened I removed the conditionnal tag on a given page, save, try to reload the web page and bam, hanged again. I wondered if this could be a cache issue but I called the conditionnals uncached with [[: ..... !]] and it happened as well.
I didn’t get time to test it on my dedicated server but my local testing config sometimes "hangs" (the dual proc is reaching peaks @ 1.13).
Any idea why I have this problem ?
Might be a config issue, but I am not too eager to try it on my dedicated server, my clients are hosted there I wouldn’t want the server to spiral out of control and have to restart...