[jira] [Commented] (TOBAGO-1979) Refactor favicon handling

2019-02-13 Thread Hudson (JIRA)


[ 
https://issues.apache.org/jira/browse/TOBAGO-1979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16767343#comment-16767343
 ] 

Hudson commented on TOBAGO-1979:


SUCCESS: Integrated in Jenkins build Tobago 4.x #58 (See 
[https://builds.apache.org/job/Tobago%204.x/58/])
TOBAGO-1979: Refactor favicon handling (lofwyr: rev 
5c087d366735be1e33413231db794c73eb460ec5)
* (edit) 
tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/LinkTagDeclaration.java
* (add) tobago-example/tobago-example-demo/src/main/webapp/image/feather.png
* (edit) 
tobago-core/src/main/java/org/apache/myfaces/tobago/component/Attributes.java
* (edit) 
tobago-core/src/main/java/org/apache/myfaces/tobago/renderkit/html/HtmlAttributes.java
* (edit) tobago-example/tobago-example-demo/src/main/webapp/main.xhtml
* (add) 
tobago-core/src/main/java/org/apache/myfaces/tobago/internal/renderkit/renderer/MetaLinkRenderer.java
* (delete) tobago-example/tobago-example-demo/src/main/webapp/icon/favicon.ico
* (add) 
tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/MetaLinkTagDeclaration.java
* (edit) 
tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/PageTagDeclaration.java
* (add) tobago-example/tobago-example-demo/src/main/webapp/image/feather.ico
* (edit) 
tobago-core/src/main/java/org/apache/myfaces/tobago/component/RendererTypes.java
* (add) 
tobago-core/src/main/java/org/apache/myfaces/tobago/internal/component/AbstractUIMetaLink.java
* (edit) 
tobago-core/src/main/java/org/apache/myfaces/tobago/internal/renderkit/renderer/PageRenderer.java


> Refactor favicon handling
> -
>
> Key: TOBAGO-1979
> URL: https://issues.apache.org/jira/browse/TOBAGO-1979
> Project: MyFaces Tobago
>  Issue Type: Improvement
>  Components: Core
>Reporter: Udo Schnurpfeil
>Assignee: Udo Schnurpfeil
>Priority: Major
> Fix For: 4.4.0
>
>
> Currently, the icon attribute of  refers to an icon. But modern 
> web-apps needs more flexibility.
> The needed  tags should be defiable by the application developer for 
> more flexibility.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (TOBAGO-1979) Refactor favicon handling

2019-02-13 Thread Hudson (JIRA)


[ 
https://issues.apache.org/jira/browse/TOBAGO-1979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16767323#comment-16767323
 ] 

Hudson commented on TOBAGO-1979:


SUCCESS: Integrated in Jenkins build Tobago Trunk #1661 (See 
[https://builds.apache.org/job/Tobago%20Trunk/1661/])
TOBAGO-1979: Refactor favicon handling (lofwyr: rev 
c339ec8e4fb0c6e04361f095eccb3b8d81475b2e)
* (edit) tobago-example/tobago-example-demo/src/main/webapp/main.xhtml


> Refactor favicon handling
> -
>
> Key: TOBAGO-1979
> URL: https://issues.apache.org/jira/browse/TOBAGO-1979
> Project: MyFaces Tobago
>  Issue Type: Improvement
>  Components: Core
>Reporter: Udo Schnurpfeil
>Assignee: Udo Schnurpfeil
>Priority: Major
>
> Currently, the icon attribute of  refers to an icon. But modern 
> web-apps needs more flexibility.
> The needed  tags should be defiable by the application developer for 
> more flexibility.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (TOBAGO-1979) Refactor favicon handling

2019-02-13 Thread Hudson (JIRA)


[ 
https://issues.apache.org/jira/browse/TOBAGO-1979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16767311#comment-16767311
 ] 

Hudson commented on TOBAGO-1979:


SUCCESS: Integrated in Jenkins build Tobago Trunk #1660 (See 
[https://builds.apache.org/job/Tobago%20Trunk/1660/])
TOBAGO-1979: Refactor favicon handling (lofwyr: rev 
a4bd9470aad14a24ee81bbd4509097091e30f7a2)
* (edit) 
tobago-core/src/main/java/org/apache/myfaces/tobago/component/Attributes.java


> Refactor favicon handling
> -
>
> Key: TOBAGO-1979
> URL: https://issues.apache.org/jira/browse/TOBAGO-1979
> Project: MyFaces Tobago
>  Issue Type: Improvement
>  Components: Core
>Reporter: Udo Schnurpfeil
>Assignee: Udo Schnurpfeil
>Priority: Major
>
> Currently, the icon attribute of  refers to an icon. But modern 
> web-apps needs more flexibility.
> The needed  tags should be defiable by the application developer for 
> more flexibility.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (TOBAGO-1979) Refactor favicon handling

2019-02-13 Thread Hudson (JIRA)


[ 
https://issues.apache.org/jira/browse/TOBAGO-1979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16767283#comment-16767283
 ] 

Hudson commented on TOBAGO-1979:


FAILURE: Integrated in Jenkins build Tobago Trunk #1658 (See 
[https://builds.apache.org/job/Tobago%20Trunk/1658/])
TOBAGO-1979: Refactor favicon handling (lofwyr: rev 
c1a9c494579da45cf7cf3d3987142ebc31401ba4)
* (add) 
tobago-core/src/main/java/org/apache/myfaces/tobago/internal/component/AbstractUIMetaLink.java
* (edit) 
tobago-core/src/main/java/org/apache/myfaces/tobago/internal/renderkit/renderer/PageRenderer.java
* (add) 
tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/MetaLinkTagDeclaration.java
* (add) tobago-example/tobago-example-demo/src/main/webapp/image/feather.png
* (edit) tobago-example/tobago-example-demo/src/main/webapp/main.xhtml
* (add) 
tobago-core/src/main/java/org/apache/myfaces/tobago/internal/renderkit/renderer/MetaLinkRenderer.java
* (edit) 
tobago-core/src/main/java/org/apache/myfaces/tobago/component/Attributes.java
* (edit) 
tobago-core/src/main/java/org/apache/myfaces/tobago/renderkit/html/HtmlAttributes.java
* (edit) 
tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/LinkTagDeclaration.java
* (delete) tobago-example/tobago-example-demo/src/main/webapp/icon/favicon.ico
* (edit) 
tobago-core/src/main/java/org/apache/myfaces/tobago/component/RendererTypes.java
* (add) tobago-example/tobago-example-demo/src/main/webapp/image/feather.ico


> Refactor favicon handling
> -
>
> Key: TOBAGO-1979
> URL: https://issues.apache.org/jira/browse/TOBAGO-1979
> Project: MyFaces Tobago
>  Issue Type: Improvement
>  Components: Core
>Reporter: Udo Schnurpfeil
>Assignee: Udo Schnurpfeil
>Priority: Major
>
> Currently, the icon attribute of  refers to an icon. But modern 
> web-apps needs more flexibility.
> The needed  tags should be defiable by the application developer for 
> more flexibility.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (TOBAGO-1979) Refactor favicon handling

2019-02-06 Thread Hudson (JIRA)


[ 
https://issues.apache.org/jira/browse/TOBAGO-1979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16761719#comment-16761719
 ] 

Hudson commented on TOBAGO-1979:


SUCCESS: Integrated in Jenkins build Tobago Trunk #1655 (See 
[https://builds.apache.org/job/Tobago%20Trunk/1655/])
TOBAGO-1979: Refactor favicon handling (lofwyr: rev 
92dc78a03d6123ddc17f0a91287fa3ee68833199)
* (edit) 
tobago-core/src/main/java/org/apache/myfaces/tobago/internal/renderkit/renderer/PageRenderer.java
* (edit) 
tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/PageTagDeclaration.java


> Refactor favicon handling
> -
>
> Key: TOBAGO-1979
> URL: https://issues.apache.org/jira/browse/TOBAGO-1979
> Project: MyFaces Tobago
>  Issue Type: Improvement
>  Components: Core
>Reporter: Udo Schnurpfeil
>Priority: Major
>
> Currently, the icon attribute of  refers to an icon. But modern 
> web-apps needs more flexibility.
> The needed  tags should be defiable by the application developer for 
> more flexibility.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)