[jira] [Commented] (TOBAGO-1913) Enhance tobago-config.xsd: there should be an includes tag in resources tag

2018-09-20 Thread Hudson (JIRA)


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

Hudson commented on TOBAGO-1913:


SUCCESS: Integrated in Jenkins build Tobago Trunk #1536 (See 
[https://builds.apache.org/job/Tobago%20Trunk/1536/])
TOBAGO-1913: Enhance tobago-config.xsd: there should be an includes tag 
(lofwyr: rev f795d66b99da5a540cc17fdc17763e8f2e94db58)
* (edit) 
tobago-theme/tobago-theme-speyside/src/main/resources/META-INF/tobago-config.xml
* (delete) 
tobago-core/src/main/resources/org/apache/myfaces/tobago/config/tobago-config-4.3.xsd
* (edit) 
tobago-theme/tobago-theme-roxborough/src/main/resources/META-INF/tobago-config.xml
* (edit) 
tobago-example/tobago-example-blank/src/main/webapp/WEB-INF/tobago-config.xml
* (add) 
tobago-core/src/main/resources/org/apache/myfaces/tobago/config/tobago-config-5.0.xsd
* (edit) 
tobago-theme/tobago-theme-standard/src/main/resources/META-INF/tobago-config.xml
* (edit) 
tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/tobago-config.xml
* (edit) tobago-core/src/main/resources/META-INF/tobago-config.xml
* (edit) 
tobago-theme/tobago-theme-scarborough/src/main/resources/META-INF/tobago-config.xml
* (edit) 
tobago-theme/tobago-theme-charlotteville/src/main/resources/META-INF/tobago-config.xml


> Enhance tobago-config.xsd: there should be an includes tag in resources tag
> ---
>
> Key: TOBAGO-1913
> URL: https://issues.apache.org/jira/browse/TOBAGO-1913
> Project: MyFaces Tobago
>  Issue Type: New Feature
>  Components: Core
>Reporter: Udo Schnurpfeil
>Assignee: Udo Schnurpfeil
>Priority: Minor
> Fix For: 5.0.0
>
>
> Currenty, if resources are added to and removed from a theme the syntax in 
> the configuration is like this:
> {code}
> ...
>   
> 
>   
>   
> 
> 
> 
>   
> ...
> {code}
> It would be easier to read, if there is an "includes" tag, like the 
> "excludes" tag.
> {code}
> ...
>   
> 
>   
>   
> 
> 
>   
>   
> 
>   
> ...
> {code}



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


[jira] [Commented] (TOBAGO-1933) Attribute 'vertical-align' for tc:column

2018-09-20 Thread Hudson (JIRA)


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

Hudson commented on TOBAGO-1933:


SUCCESS: Integrated in Jenkins build Tobago Trunk #1536 (See 
[https://builds.apache.org/job/Tobago%20Trunk/1536/])
TOBAGO-1933 Attribute 'vertical-align' for tc:column (hnoeth: rev 
4125e805b381036f3a9512767922ac4bde32d9ba)
* (edit) tobago-core/src/main/java/org/apache/myfaces/tobago/context/Markup.java
* (edit) 
tobago-core/src/main/java/org/apache/myfaces/tobago/internal/renderkit/renderer/SheetRenderer.java
* (edit) 
tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/ColumnTagDeclaration.java
* (edit) 
tobago-core/src/main/java/org/apache/myfaces/tobago/component/Attributes.java
* (edit) tobago-core/src/main/resources/scss/_tobago.scss
* (add) 
tobago-core/src/main/java/org/apache/myfaces/tobago/layout/VerticalAlign.java
* (edit) 
tobago-tool/tobago-tool-apt/src/main/resources/org/apache/myfaces/tobago/apt/component.stg


> Attribute 'vertical-align' for tc:column
> 
>
> Key: TOBAGO-1933
> URL: https://issues.apache.org/jira/browse/TOBAGO-1933
> Project: MyFaces Tobago
>  Issue Type: Improvement
>  Components: Core
>Affects Versions: 4.2.1
>Reporter: Henning Noeth
>Assignee: Henning Noeth
>Priority: Major
> Fix For: 4.3.0, 5.0.0
>
>
> The content of a column in a sheet is always aligned to the top. The vertical 
> alignment should be changeable by an attribute.



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


[jira] [Commented] (TOBAGO-1933) Attribute 'vertical-align' for tc:column

2018-09-20 Thread Hudson (JIRA)


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

Hudson commented on TOBAGO-1933:


FAILURE: Integrated in Jenkins build Tobago Trunk #1530 (See 
[https://builds.apache.org/job/Tobago%20Trunk/1530/])
TOBAGO-1933 Attribute 'vertical-align' for tc:column (hnoeth: rev 
4125e805b381036f3a9512767922ac4bde32d9ba)
* (edit) tobago-core/src/main/java/org/apache/myfaces/tobago/context/Markup.java
* (edit) 
tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/ColumnTagDeclaration.java
* (edit) 
tobago-core/src/main/java/org/apache/myfaces/tobago/component/Attributes.java
* (edit) 
tobago-tool/tobago-tool-apt/src/main/resources/org/apache/myfaces/tobago/apt/component.stg
* (add) 
tobago-core/src/main/java/org/apache/myfaces/tobago/layout/VerticalAlign.java
* (edit) tobago-core/src/main/resources/scss/_tobago.scss
* (edit) 
tobago-core/src/main/java/org/apache/myfaces/tobago/internal/renderkit/renderer/SheetRenderer.java


> Attribute 'vertical-align' for tc:column
> 
>
> Key: TOBAGO-1933
> URL: https://issues.apache.org/jira/browse/TOBAGO-1933
> Project: MyFaces Tobago
>  Issue Type: Improvement
>  Components: Core
>Affects Versions: 4.2.1
>Reporter: Henning Noeth
>Assignee: Henning Noeth
>Priority: Major
> Fix For: 4.3.0, 5.0.0
>
>
> The content of a column in a sheet is always aligned to the top. The vertical 
> alignment should be changeable by an attribute.



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


[Tobago] Preparation for the releases 2.2.0, 3.1.0 and 4.3.0

2018-09-20 Thread Udo Schnurpfeil
Hi, folks,

we plan to build 3 new version of Tobago soon.

If you know any blocking problems with the current SNAPSHOTs, give me a
hint.

Regards,
Udo


[jira] [Resolved] (TOBAGO-1915) Vertical button group for tc:selectManyShuttle

2018-09-20 Thread Henning Noeth (JIRA)


 [ 
https://issues.apache.org/jira/browse/TOBAGO-1915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Henning Noeth resolved TOBAGO-1915.
---
Resolution: Fixed

> Vertical button group for tc:selectManyShuttle
> --
>
> Key: TOBAGO-1915
> URL: https://issues.apache.org/jira/browse/TOBAGO-1915
> Project: MyFaces Tobago
>  Issue Type: Improvement
>  Components: Core, Themes
>Affects Versions: 4.2.1
>Reporter: Henning Noeth
>Assignee: Henning Noeth
>Priority: Minor
> Fix For: 4.3.0, 5.0.0
>
>
> Use vertical button group for tc:selectManyShuttle buttons.



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


[jira] [Commented] (TOBAGO-1924) Using jars instead of repackaging, when possible

2018-09-20 Thread Hudson (JIRA)


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

Hudson commented on TOBAGO-1924:


SUCCESS: Integrated in Jenkins build Tobago Trunk #1524 (See 
[https://builds.apache.org/job/Tobago%20Trunk/1524/])
TOBAGO-1924: Using jars instead of repackaging, when possible (lofwyr: rev 
afe66afe8207bcb9d18790127992263738b46ffb)
* (edit) 
tobago-theme/tobago-theme-standard/src/main/resources/META-INF/tobago-config.xml
* (edit) tobago-theme/tobago-theme-standard/pom.xml
TOBAGO-1924: Using jars instead of repackaging, when possible * create (lofwyr: 
rev 094801d9605914b26649bb9a37064c8cdb15da3a)
* (edit) 
tobago-theme/tobago-theme-standard/src/main/resources/META-INF/tobago-config.xml
* (edit) tobago-theme/tobago-theme-standard/pom.xml
TOBAGO-1924: Using jars instead of repackaging, when possible (lofwyr: rev 
18272ab3d33d7399b30e0cd9c689630ad40531f9)
* (edit) tobago-theme/tobago-theme-standard/pom.xml
TOBAGO-1924: Using jars instead of repackaging, when possible * fix (lofwyr: 
rev 37ae9726965041731d96af7e62f5cc3359be7dca)
* (edit) 
tobago-theme/tobago-theme-standard/src/main/resources/META-INF/tobago-config.xml


> Using jars instead of repackaging, when possible
> 
>
> Key: TOBAGO-1924
> URL: https://issues.apache.org/jira/browse/TOBAGO-1924
> Project: MyFaces Tobago
>  Issue Type: Improvement
>  Components: Themes
>Reporter: Udo Schnurpfeil
>Assignee: Udo Schnurpfeil
>Priority: Minor
> Fix For: 5.0.0
>
>
> Since Servelt 3.0, resources may lay inside a JAR in META-INF/resources.
> This might the packaging and updating a bit easier.
> A theme which dependes on an other, may exclude some resources. With this 
> change, it can also exclude the content (by Maven), not only the references.
> There are some JS packages in the Maven repository now.  See also 
> [webjars|https://www.webjars.org/all]
>  * jquery (/)
>  * jquery-ui (we only use "widget" with 8kB (minified), the full JAR is 
> 254kB, so we build our own jar, the artifactId you can find below) (/)
>  * tether (/)
>  * popper (/)
>  * momentjs (/)
>  * typeahead (there is no current release, we are using a pached version, so 
> we build our own jar, the artivactId you can find below) (/)
>  * bootstrap - we need to change the build process (TOBAGO-1932)
> Here are the Maven dependencies to use. Ususally nothing is to do for the 
> developer which uses Tobago, because the Standard-Theme has this dependencies.
> {code:java}
> 
>   org.webjars
>   jquery
>   3.3.1-1
> 
> 
>   org.webjars
> tether
>   1.4.0
> 
> 
>   org.webjars
> font-awesome
>   4.7.0
> 
> 
>   org.webjars
> popper.js
>   1.14.3
> 
> 
>   org.webjars
> momentjs
>   2.22.2
> 
> 
>   org.apache.myfaces.tobago
> tobago-pack-jquery-ui-widget
>   ${project.version}
> 
> 
>   org.apache.myfaces.tobago
> tobago-pack-typeahead
>   ${project.version}
> 
> {code}



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


[jira] [Commented] (TOBAGO-1932) Refactor Bootstrap Theme Building

2018-09-20 Thread Hudson (JIRA)


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

Hudson commented on TOBAGO-1932:


SUCCESS: Integrated in Jenkins build Tobago Trunk #1524 (See 
[https://builds.apache.org/job/Tobago%20Trunk/1524/])
TOBAGO-1932 Refactor Bootstrap Theme Building (lofwyr: rev 
670594ae425e782b989b0d292c5af9bc8efe4bca)
* (edit) 
tobago-theme/tobago-theme-charlotteville/src/main/resources/META-INF/tobago-config.xml
* (edit) 
tobago-theme/tobago-theme-roxborough/src/main/resources/META-INF/tobago-config.xml
* (edit) 
tobago-theme/tobago-theme-speyside/src/main/resources/META-INF/tobago-config.xml
* (edit) 
tobago-theme/tobago-theme-scarborough/src/main/resources/META-INF/tobago-config.xml
* (edit) tobago-theme/tobago-theme-standard/pom.xml
* (edit) 
tobago-theme/tobago-theme-standard/src/main/resources/META-INF/tobago-config.xml


> Refactor Bootstrap Theme Building
> -
>
> Key: TOBAGO-1932
> URL: https://issues.apache.org/jira/browse/TOBAGO-1932
> Project: MyFaces Tobago
>  Issue Type: Improvement
>Reporter: Udo Schnurpfeil
>Priority: Major
>
> The theme building is currently a bit unusual. Refactor it like described 
> here: [https://getbootstrap.com/docs/4.0/getting-started/theming/]
> For that, we need a package.json and our own node build process.



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


[jira] [Commented] (TOBAGO-1913) Enhance tobago-config.xsd: there should be an includes tag in resources tag

2018-09-20 Thread Hudson (JIRA)


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

Hudson commented on TOBAGO-1913:


SUCCESS: Integrated in Jenkins build Tobago Trunk #1522 (See 
[https://builds.apache.org/job/Tobago%20Trunk/1522/])
Revert "Revert "TOBAGO-1913: Enhance tobago-config.xsd: there should be 
(lofwyr: rev 6c9341b66f792c47e1ec218d8bea45be8e0698a5)
* (edit) 
tobago-core/src/main/java/org/apache/myfaces/tobago/internal/config/TobagoConfigParser.java
* (edit) tobago-core/src/main/resources/META-INF/tobago-config.xml
* (edit) 
tobago-theme/tobago-theme-standard/src/main/resources/META-INF/tobago-config.xml
* (edit) 
tobago-theme/tobago-theme-roxborough/src/main/resources/META-INF/tobago-config.xml
* (edit) 
tobago-theme/tobago-theme-speyside/src/main/resources/META-INF/tobago-config.xml
* (edit) 
tobago-theme/tobago-theme-charlotteville/src/main/resources/META-INF/tobago-config.xml
* (edit) 
tobago-theme/tobago-theme-scarborough/src/main/resources/META-INF/tobago-config.xml
* (edit) 
tobago-core/src/main/resources/org/apache/myfaces/tobago/config/tobago-config-4.3.xsd
* (edit) 
tobago-example/tobago-example-blank/src/main/webapp/WEB-INF/tobago-config.xml


> Enhance tobago-config.xsd: there should be an includes tag in resources tag
> ---
>
> Key: TOBAGO-1913
> URL: https://issues.apache.org/jira/browse/TOBAGO-1913
> Project: MyFaces Tobago
>  Issue Type: New Feature
>  Components: Core
>Reporter: Udo Schnurpfeil
>Assignee: Udo Schnurpfeil
>Priority: Minor
> Fix For: 5.0.0
>
>
> Currenty, if resources are added to and removed from a theme the syntax in 
> the configuration is like this:
> {code}
> ...
>   
> 
>   
>   
> 
> 
> 
>   
> ...
> {code}
> It would be easier to read, if there is an "includes" tag, like the 
> "excludes" tag.
> {code}
> ...
>   
> 
>   
>   
> 
> 
>   
>   
> 
>   
> ...
> {code}



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


[jira] [Commented] (TOBAGO-112) Description of the tobago-config.xml

2018-09-20 Thread Hudson (JIRA)


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

Hudson commented on TOBAGO-112:
---

SUCCESS: Integrated in Jenkins build Tobago Trunk #1522 (See 
[https://builds.apache.org/job/Tobago%20Trunk/1522/])
Revert "Revert "TOBAGO-112: Description of the tobago-config.xml * (lofwyr: rev 
44a50a13303d9ea108cd881453ea2ad6110e465f)
* (add) 
tobago-core/src/main/resources/org/apache/myfaces/tobago/config/tobago-config-4.3.xsd
Revert "Revert "TOBAGO-112: Description of the tobago-config.xml * (lofwyr: rev 
32827c0580289f11adf6d62c0081cea3ef905f87)
* (edit) 
tobago-core/src/main/java/org/apache/myfaces/tobago/internal/config/TobagoConfigParser.java
* (edit) 
tobago-core/src/main/java/org/apache/myfaces/tobago/internal/config/TobagoConfigEntityResolver.java
* (edit) 
tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/tobago-config.xml
* (edit) 
tobago-core/src/main/resources/org/apache/myfaces/tobago/config/tobago-config-4.3.xsd


> Description of the tobago-config.xml
> 
>
> Key: TOBAGO-112
> URL: https://issues.apache.org/jira/browse/TOBAGO-112
> Project: MyFaces Tobago
>  Issue Type: Task
>  Components: Core
>Affects Versions: 1.0.7
>Reporter: Bernd Bohmann
>Assignee: Udo Schnurpfeil
>Priority: Minor
> Fix For: 5.0.0
>
>




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


[jira] [Commented] (TOBAGO-1923) Default button is not executed on 'enter' if cursor is in date field

2018-09-20 Thread Hudson (JIRA)


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

Hudson commented on TOBAGO-1923:


SUCCESS: Integrated in Jenkins build Tobago Trunk #1521 (See 
[https://builds.apache.org/job/Tobago%20Trunk/1521/])
TOBAGO-1923 Default button is not executed on 'enter' if cursor is in (lofwyr: 
rev a0521423e59414a5bc3f3f16662e79849f28c09f)
* (edit) 
tobago-theme/tobago-theme-standard/src/main/resources/META-INF/resources/tobago/standard/tobago-bootstrap/_version/js/tobago-calendar.js


> Default button is not executed on 'enter' if cursor is in date field
> 
>
> Key: TOBAGO-1923
> URL: https://issues.apache.org/jira/browse/TOBAGO-1923
> Project: MyFaces Tobago
>  Issue Type: Bug
>  Components: Core, Themes
>Affects Versions: 4.2.1
>Reporter: Henning Noeth
>Assignee: Henning Noeth
>Priority: Major
> Fix For: 4.3.0
>
>
> "Enter" should execute the default button (defaultCommand).
> This works very well if the cursor is e.g. in an input field.
> But if a date field is selected, nothing happens on pressing "enter".



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


[jira] [Commented] (TOBAGO-112) Description of the tobago-config.xml

2018-09-20 Thread Hudson (JIRA)


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

Hudson commented on TOBAGO-112:
---

SUCCESS: Integrated in Jenkins build Tobago Trunk #1521 (See 
[https://builds.apache.org/job/Tobago%20Trunk/1521/])
Revert "TOBAGO-112: Description of the tobago-config.xml * documenting (lofwyr: 
rev efc9a3466e5b390153b4c30bd0009ffa45674110)
* (edit) 
tobago-core/src/main/resources/org/apache/myfaces/tobago/config/tobago-config-4.3.xsd
* (edit) 
tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/tobago-config.xml
* (edit) 
tobago-core/src/main/java/org/apache/myfaces/tobago/internal/config/TobagoConfigParser.java
* (edit) 
tobago-core/src/main/java/org/apache/myfaces/tobago/internal/config/TobagoConfigEntityResolver.java
Revert "TOBAGO-112: Description of the tobago-config.xml * documenting (lofwyr: 
rev 3d8b6b6d329d6431a4878ed9e5e1dcb5951cc2fd)
* (delete) 
tobago-core/src/main/resources/org/apache/myfaces/tobago/config/tobago-config-4.3.xsd


> Description of the tobago-config.xml
> 
>
> Key: TOBAGO-112
> URL: https://issues.apache.org/jira/browse/TOBAGO-112
> Project: MyFaces Tobago
>  Issue Type: Task
>  Components: Core
>Affects Versions: 1.0.7
>Reporter: Bernd Bohmann
>Assignee: Udo Schnurpfeil
>Priority: Minor
> Fix For: 5.0.0
>
>




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


[jira] [Commented] (TOBAGO-1913) Enhance tobago-config.xsd: there should be an includes tag in resources tag

2018-09-20 Thread Hudson (JIRA)


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

Hudson commented on TOBAGO-1913:


SUCCESS: Integrated in Jenkins build Tobago Trunk #1521 (See 
[https://builds.apache.org/job/Tobago%20Trunk/1521/])
Revert "TOBAGO-1913: Enhance tobago-config.xsd: there should be an (lofwyr: rev 
9330c3067f1187617043d935c3f163f297fcad4b)
* (edit) 
tobago-theme/tobago-theme-speyside/src/main/resources/META-INF/tobago-config.xml
* (edit) 
tobago-example/tobago-example-blank/src/main/webapp/WEB-INF/tobago-config.xml
* (edit) 
tobago-core/src/main/resources/org/apache/myfaces/tobago/config/tobago-config-4.3.xsd
* (edit) 
tobago-theme/tobago-theme-standard/src/main/resources/META-INF/tobago-config.xml
* (edit) 
tobago-theme/tobago-theme-roxborough/src/main/resources/META-INF/tobago-config.xml
* (edit) 
tobago-core/src/main/java/org/apache/myfaces/tobago/internal/config/TobagoConfigParser.java
* (edit) tobago-core/src/main/resources/META-INF/tobago-config.xml
* (edit) 
tobago-theme/tobago-theme-charlotteville/src/main/resources/META-INF/tobago-config.xml
* (edit) 
tobago-theme/tobago-theme-scarborough/src/main/resources/META-INF/tobago-config.xml


> Enhance tobago-config.xsd: there should be an includes tag in resources tag
> ---
>
> Key: TOBAGO-1913
> URL: https://issues.apache.org/jira/browse/TOBAGO-1913
> Project: MyFaces Tobago
>  Issue Type: New Feature
>  Components: Core
>Reporter: Udo Schnurpfeil
>Assignee: Udo Schnurpfeil
>Priority: Minor
> Fix For: 5.0.0
>
>
> Currenty, if resources are added to and removed from a theme the syntax in 
> the configuration is like this:
> {code}
> ...
>   
> 
>   
>   
> 
> 
> 
>   
> ...
> {code}
> It would be easier to read, if there is an "includes" tag, like the 
> "excludes" tag.
> {code}
> ...
>   
> 
>   
>   
> 
> 
>   
>   
> 
>   
> ...
> {code}



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


[jira] [Commented] (TOBAGO-1915) Vertical button group for tc:selectManyShuttle

2018-09-20 Thread Hudson (JIRA)


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

Hudson commented on TOBAGO-1915:


SUCCESS: Integrated in Jenkins build Tobago Trunk #1521 (See 
[https://builds.apache.org/job/Tobago%20Trunk/1521/])
TOBAGO-1915 Vertical button group for tc:selectManyShuttle (lofwyr: rev 
46c3a2e14fbc41774a72fc711c4c6028135f8fe4)
* (edit) 
tobago-core/src/main/java/org/apache/myfaces/tobago/internal/renderkit/renderer/SelectManyShuttleRenderer.java
* (edit) 
tobago-core/src/main/java/org/apache/myfaces/tobago/renderkit/css/BootstrapClass.java


> Vertical button group for tc:selectManyShuttle
> --
>
> Key: TOBAGO-1915
> URL: https://issues.apache.org/jira/browse/TOBAGO-1915
> Project: MyFaces Tobago
>  Issue Type: Improvement
>  Components: Core, Themes
>Affects Versions: 4.2.1
>Reporter: Henning Noeth
>Assignee: Henning Noeth
>Priority: Minor
>
> Use vertical button group for tc:selectManyShuttle buttons.



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


[jira] [Commented] (TOBAGO-1928) Required has no effect for tc:file

2018-09-20 Thread Hudson (JIRA)


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

Hudson commented on TOBAGO-1928:


SUCCESS: Integrated in Jenkins build Tobago Trunk #1521 (See 
[https://builds.apache.org/job/Tobago%20Trunk/1521/])
TOBAGO-1928 Required has no effect for tc:file (lofwyr: rev 
f1ae29d24e065928d6b26f8aef139b1c8e6bc41b)
* (edit) 
tobago-core/src/main/java/org/apache/myfaces/tobago/internal/renderkit/renderer/FileRenderer.java


> Required has no effect for tc:file
> --
>
> Key: TOBAGO-1928
> URL: https://issues.apache.org/jira/browse/TOBAGO-1928
> Project: MyFaces Tobago
>  Issue Type: Bug
>  Components: Core
>Affects Versions: 4.2.1
>Reporter: Henning Noeth
>Assignee: Henning Noeth
>Priority: Major
> Fix For: 4.3.0
>
>




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


[GitHub] lofwyr14 closed pull request #15: Tobago 4.x

2018-09-20 Thread GitBox
lofwyr14 closed pull request #15: Tobago 4.x
URL: https://github.com/apache/myfaces-tobago/pull/15
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git 
a/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/config/TobagoConfigEntityResolver.java
 
b/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/config/TobagoConfigEntityResolver.java
index 4067ca723..222346a82 100644
--- 
a/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/config/TobagoConfigEntityResolver.java
+++ 
b/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/config/TobagoConfigEntityResolver.java
@@ -44,7 +44,6 @@
   protected static final String TOBAGO_CONFIG_XSD_2_0_6 = 
"/org/apache/myfaces/tobago/config/tobago-config-2.0.6.xsd";
   protected static final String TOBAGO_CONFIG_XSD_3_0 = 
"/org/apache/myfaces/tobago/config/tobago-config-3.0.xsd";
   protected static final String TOBAGO_CONFIG_XSD_4_0 = 
"/org/apache/myfaces/tobago/config/tobago-config-4.0.xsd";
-  protected static final String TOBAGO_CONFIG_XSD_4_3 = 
"/org/apache/myfaces/tobago/config/tobago-config-4.3.xsd";
 
   private static final Logger LOG = 
LoggerFactory.getLogger(TobagoConfigEntityResolver.class);
 
diff --git 
a/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/config/TobagoConfigParser.java
 
b/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/config/TobagoConfigParser.java
index ec2962554..8821def43 100644
--- 
a/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/config/TobagoConfigParser.java
+++ 
b/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/config/TobagoConfigParser.java
@@ -90,7 +90,6 @@
   private static final int FALLBACK = 761243362;
   private static final int VERSIONED = -1407102089;
   private static final int RESOURCES = -1983070683;
-  private static final int INCLUDES = 90259659;
   private static final int EXCLUDES = 1994055129;
   private static final int SANITIZER = 1807639849;
   private static final int SANITIZER_CLASS = -974266412;
@@ -256,7 +255,6 @@ public void startElement(final String uri, final String 
localName, final String
   case TYPE:
   case RENDERERS:
   case RENDERER:
-  case INCLUDES:
 // nothing to do
 break;
 
@@ -420,7 +418,6 @@ public void endElement(final String uri, final String 
localName, final String qN
   case PROPERTIES:
   case MIME_TYPES:
   case MARKUP:
-  case INCLUDES:
 // nothing to do
 break;
 
@@ -451,9 +448,7 @@ private void validate(final URL url, final 
TobagoConfigVersion version)
 
 final SchemaFactory schemaFactory = 
SchemaFactory.newInstance(XMLConstants.W3C_XML_SCHEMA_NS_URI);
 final Schema schema;
-if ("4.3".equals(version.getVersion())) {
-  schema = 
schemaFactory.newSchema(getClass().getResource(TOBAGO_CONFIG_XSD_4_3));
-} else if ("4.0".equals(version.getVersion())) {
+if ("4.0".equals(version.getVersion())) {
   schema = 
schemaFactory.newSchema(getClass().getResource(TOBAGO_CONFIG_XSD_4_0));
 } else if ("3.0".equals(version.getVersion())) {
   schema = 
schemaFactory.newSchema(getClass().getResource(TOBAGO_CONFIG_XSD_3_0));
diff --git a/tobago-core/src/main/resources/META-INF/tobago-config.xml 
b/tobago-core/src/main/resources/META-INF/tobago-config.xml
index 3ec4891e1..ec4662a18 100644
--- a/tobago-core/src/main/resources/META-INF/tobago-config.xml
+++ b/tobago-core/src/main/resources/META-INF/tobago-config.xml
@@ -20,8 +20,8 @@
 http://myfaces.apache.org/tobago/tobago-config;
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;
-xsi:schemaLocation="http://myfaces.apache.org/tobago/tobago-config 
http://myfaces.apache.org/tobago/tobago-config-4.3.xsd;
-version="4.3">
+xsi:schemaLocation="http://myfaces.apache.org/tobago/tobago-config 
http://myfaces.apache.org/tobago/tobago-config-4.0.xsd;
+version="4.0">
 
   tobago-config
 
diff --git 
a/tobago-core/src/main/resources/org/apache/myfaces/tobago/config/tobago-config-4.3.xsd
 
b/tobago-core/src/main/resources/org/apache/myfaces/tobago/config/tobago-config-4.3.xsd
deleted file mode 100644
index c3787f5ab..0
--- 
a/tobago-core/src/main/resources/org/apache/myfaces/tobago/config/tobago-config-4.3.xsd
+++ /dev/null
@@ -1,379 +0,0 @@
-
-
-http://myfaces.apache.org/tobago/tobago-config;
-xmlns:tobago="http://myfaces.apache.org/tobago/tobago-config;
-xmlns:xs="http://www.w3.org/2001/XMLSchema;
-elementFormDefault="qualified"
-version="4.3">
-
-  
-
-  
-
-  
-
-  
-
-  
-
-  
-
-  
-
-  
-
-  
-
-  
-Name of this instance of the configuration to be referenced in 
other tobago-config.xml files.
-  
-
-  
-  
- 

[GitHub] lofwyr14 opened a new pull request #15: Tobago 4.x

2018-09-20 Thread GitBox
lofwyr14 opened a new pull request #15: Tobago 4.x
URL: https://github.com/apache/myfaces-tobago/pull/15
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[jira] [Created] (TOBAGO-1933) Attribute 'vertical-align' for tc:column

2018-09-20 Thread Henning Noeth (JIRA)
Henning Noeth created TOBAGO-1933:
-

 Summary: Attribute 'vertical-align' for tc:column
 Key: TOBAGO-1933
 URL: https://issues.apache.org/jira/browse/TOBAGO-1933
 Project: MyFaces Tobago
  Issue Type: Improvement
  Components: Core
Affects Versions: 4.2.1
Reporter: Henning Noeth


The content of a column in a sheet is always aligned to the top. The vertical 
alignment should be changeable by an attribute.



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