[
http://jira.magnolia-cms.com/browse/MAGNOLIA-2993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=27550#action_27550
]
Grégory Joseph commented on MAGNOLIA-2993:
------------------------------------------
h2. Status in 4.3
* introduced new {{magnolia-module-templating-components}} module, which
contains the components themselves (thin wrapper around magnolia-gui
components, hiding complexity, providing good defaults) as well as JSP tags and
FreeMarker directives
* this new module is currently in the {{/add-ons}} folder of the bundles
* it should already be useable as a starting point to integrate with other
rendering engines
* i18n
h2. Still to do
* "extract" a few more tags: render ("include"), iterator (sets current
content), header links (js and css)
* introduce some form of {{RenderingContext}} - holding current model,
renderable definition, etc.
* the above and the rendering engine will impact "include" and "iterator"
* refactor components to make it simpler to add extra buttons in main bar, for
example (see
http://wiki.magnolia-cms.com/display/WIKI/Add+Magnolia+MainBar+functionalities+with+Ajax)
* more simplification: with the introduction of new components such as
"singleton", do we still need to be able to be able to disable the delete and
move buttons? (we'll probably need a simple "edit" button for page properties
to be edited outside the main bar, too)
> Extract logic out of taglibs - reusability, testability, ...
> ------------------------------------------------------------
>
> Key: MAGNOLIA-2993
> URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-2993
> Project: Magnolia
> Issue Type: New Feature
> Components: taglibs, templating
> Reporter: Grégory Joseph
> Assignee: Grégory Joseph
> Fix For: 4.3.x
>
>
> Some of our tags are extremely complex; testing them, fixing them, has become
> very tedious. Many of them have fuzzy logic that isn't well defined.
> Extracting this will also allow us to reuse them in Freemarker templates
> (amongst others) without depending on the taglib itself; a macro library or
> {{${mgnl}}} methods might provide a simpler/cleaner/lighter syntax.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------