Sam indicated that a patch implementing quoted arguments might be
accepted (http://silverstripe.org/template-questions/show/254953?
start=0#post254974). I've begun working on a patch that adds this
support and addresses the other issues listed above.
My reason for this post is to ask if such a patch is of interested to
the core team, and, if it is, to see if the approach I'm presently
taking is an acceptable approach to solving these issues.
Thank you,
Ben
Ben Gribaudo
unread,
Mar 16, 2009, 10:25:29 AM3/16/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to SilverStripe Development
Based on Sam's comment and the fact that no objections have been
raised, I'll take that as your approval. Time to finish out this
patch.
Ben
On Mar 2, 5:56 pm, Ben Gribaudo <bgriba...@gmail.com> wrote:
> Hello,
>
> Recently, I've run into several issues with the template parser:
> - The inability to use commas in string argument as quoted arguments
> - The fact that only certain combinations of property/subpropety/
> number calls are allowed (http://silverstripe.org/template-questions/ > show/254808).
> - The limited number of arguments allowed (http://
> open.silverstripe.com/ticket/3583).
>
> Sam indicated that a patch implementing quoted arguments might be
> accepted (http://silverstripe.org/template-questions/show/254953?
> start=0#post254974). I've begun working on a patch that adds this
> support and addresses the other issues listed above.
>
> Right now, this patch is still in the early draft stage. It may be