GalleryMacro should be useable several time in the same content
---------------------------------------------------------------

                 Key: MGNLWIKI-13
                 URL: http://jira.magnolia.info/browse/MGNLWIKI-13
             Project: Magnolia Wiki
          Issue Type: Improvement
            Reporter: Grégory Joseph
            Assignee: Grégory Joseph
             Fix For: 1.1


This might be a radeox issue with empty macros, but currently if the content 
looks like
{code}
{gallery}
blabla
{gallery}
{code}
... the GalleryMacro is only called once, and all the content is swallowed.

Doing this:
{code}
{gallery}{gallery}
blabla
{gallery}{gallery}
{code}
does not work either, has it makes the {gallery} macro be matched first (the 
MacroFilter's first pattern is for {macro}content{macro}, the second one is for 
{standalonemacro}, and they're evaluated in order)



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.magnolia.info/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/docs/en/editor/stayupdated.html
----------------------------------------------------------------

Reply via email to