Michael Osipov created MSKINS-101:
-------------------------------------
Summary: Remove decorationModel/custom/publishDate from skin.vm
Key: MSKINS-101
URL: https://jira.codehaus.org/browse/MSKINS-101
Project: Maven Skins
Issue Type: Task
Components: Application Skin, Default Skin, Fluido Skin, Stylus Skin
Reporter: Michael Osipov
This snippet
{code}
#elseif ( $decoration.custom.getChild( 'publishDate' ) )
#set ( $dateValue = $decoration.custom.getChild( 'publishDate' ).getValue()
)
{code}
is built into every {{site.vm}} but never documented. Since docs are lacking,
{{publishDate}} is calculated automatically or should be provided by the
{{siteRenderingContext}}, remove it from templates.
--
This message was sent by Atlassian JIRA
(v6.1.6#6162)