[magnolia-dev] [JIRA] Commented: (MGNLSTK-657) header.ftl: Should react on 'def.header.branding.enabled'

2010-08-31 Thread JIRA (on behalf of Hudson CI server)


[ 
http://jira.magnolia-cms.com/browse/MGNLSTK-657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=29645#action_29645
 ] 

Hudson CI server commented on MGNLSTK-657:
--

Integrated in !http://hudson.magnolia-cms.com/images/16x16/blue.gif! 
[standard-templating-kit 
#2685|http://hudson.magnolia-cms.com/job/standard-templating-kit/2685/]
 

 header.ftl: Should react on 'def.header.branding.enabled'
 -

 Key: MGNLSTK-657
 URL: http://jira.magnolia-cms.com/browse/MGNLSTK-657
 Project: Magnolia Standard Templating Kit
  Issue Type: Improvement
  Components: templates
Affects Versions: 1.3.1
Reporter: Christian Ringele
Assignee: Ondřej Chytil
 Fix For: 1.3.x


 In the template header.ftl, the branding template is directly included 
 without checking the enabled property.
 It is:
 [#include def.header.branding.template]
 should be:
 [#if def.header.branding.enabled]
 [#include def.header.branding.template]
 [/#if]
 

-- 
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: dev-list-unsubscr...@magnolia-cms.com




[magnolia-dev] [JIRA] Commented: (MGNLSTK-657) header.ftl: Should react on 'def.header.branding.enabled'

2010-07-21 Thread JIRA (on behalf of Hudson CI server)


[ 
http://jira.magnolia-cms.com/browse/MGNLSTK-657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=29147#action_29147
 ] 

Hudson CI server commented on MGNLSTK-657:
--

Integrated in !http://hudson.magnolia-cms.com/images/16x16/blue.gif! 
[standard-templating-kit 
#2667|http://hudson.magnolia-cms.com/job/standard-templating-kit/2667/]
 MGNLSTK-657, MGNLSTK-653, MGNLSTK-658
Enabled property added to navigation.meta, header and header.branding site 
definition nodes.
Relevant templates now react on values of these properties.


 header.ftl: Should react on 'def.header.branding.enabled'
 -

 Key: MGNLSTK-657
 URL: http://jira.magnolia-cms.com/browse/MGNLSTK-657
 Project: Magnolia Standard Templating Kit
  Issue Type: Improvement
  Components: templates
Affects Versions: 1.3.1
Reporter: Christian Ringele
Assignee: Ondřej Chytil

 In the template header.ftl, the branding template is directly included 
 without checking the enabled property.
 It is:
 [#include def.header.branding.template]
 should be:
 [#if def.header.branding.enabled]
 [#include def.header.branding.template]
 [/#if]
 

-- 
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: dev-list-unsubscr...@magnolia-cms.com