On Oct 8, 12:58 am, The Editor <[email protected]> wrote:
> On Wed, Oct 7, 2009 at 4:45 PM, Markus <[email protected]> wrote:
>
> > Good news... I downloaded 3.18 again and now the snippets work inside
> > functions! No idea if it was human failure (me) or if it was an older
> > 3.18.
>
> > With the new 3.18 .DS_Store is gone, too.
>
> > Another problem that shows up in 3.18:
>
> > [if equal Markus Markus]$$actions[if]
>
> > gives me:
>
> > I tried [if* equal Markus Markus]$$actions[if*] and that worked.
>
> > Why do I need the asterisk-if now?
>
> The contents of the snippet is injected directly into the page. If you
> have conditionals in the snippet, that puts conditionals in
> conditionals, and they don't nest properly yet. So you have to either
> have * inside the snippets or outside the snippets. One day we may get
> the markup rule smart enough to handle these kinds of things
> automatically.
Okay, this makes sense then. Although I was wondering why the same
code without if* worked for many previous releases.
> As for the .DS_Store, I've no clue still. Someone doing development on
> a mac might need to point out what is going on. Like I mentioned
> before my .htaccess files don't show up.
>
> Why not try changing line ~1341 in engine.php from this
>
> if (($file == ".") || ($file == "..")
> || ($file == ".htaccess")) continue;
>
> to
>
> if (substr($file, 0, 1) == ".")
> continue;
>
> and see if it doesn't solve all our problems more simply?
Much more comfortable! Thank you.
Regards, Markus
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"BoltWire" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---