You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2018/04/26 11:36:15 UTC

[myfaces-tobago] branch master updated (f30f08d -> 54ee0ca)

This is an automated email from the ASF dual-hosted git repository.

lofwyr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git.


    from f30f08d  TOBAGO-1894: <tc:treeIcon>, <tc:treeIndent>, <tc:treeNode>, <tc:treeCommand>, <tc:treeSelect> should support customClass of <tc:style>
     new 8b488c8  TOBAGO-1843: Demo
     new 54ee0ca  TOBAGO-1894: <tc:treeIcon>, <tc:treeIndent>, <tc:treeNode>, <tc:treeCommand>, <tc:treeSelect> should support customClass of <tc:style>

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../taglib/component/TreeMenuTagDeclaration.java   |  2 +-
 .../40-test/90000-attic/box/box-box-auto.xhtml     | 63 ----------------------
 .../40-test/90000-attic/box/box-box-relative.xhtml | 44 ---------------
 .../content/40-test/90000-attic/box/box.xhtml      | 46 ----------------
 4 files changed, 1 insertion(+), 154 deletions(-)
 delete mode 100644 tobago-example/tobago-example-demo/src/main/webapp/content/40-test/90000-attic/box/box-box-auto.xhtml
 delete mode 100644 tobago-example/tobago-example-demo/src/main/webapp/content/40-test/90000-attic/box/box-box-relative.xhtml
 delete mode 100644 tobago-example/tobago-example-demo/src/main/webapp/content/40-test/90000-attic/box/box.xhtml

-- 
To stop receiving notification emails like this one, please contact
lofwyr@apache.org.

[myfaces-tobago] 01/02: TOBAGO-1843: Demo

Posted by lo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

lofwyr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit 8b488c898658c92985fe19026d84eda8feec5716
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Thu Apr 26 11:54:37 2018 +0200

    TOBAGO-1843: Demo
    
    cleanup
---
 .../40-test/90000-attic/box/box-box-auto.xhtml     | 63 ----------------------
 .../40-test/90000-attic/box/box-box-relative.xhtml | 44 ---------------
 .../content/40-test/90000-attic/box/box.xhtml      | 46 ----------------
 3 files changed, 153 deletions(-)

diff --git a/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/90000-attic/box/box-box-auto.xhtml b/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/90000-attic/box/box-box-auto.xhtml
deleted file mode 100644
index 5bb0812..0000000
--- a/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/90000-attic/box/box-box-auto.xhtml
+++ /dev/null
@@ -1,63 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
--->
-
-<!-- XXX This is an old page. Content might not be up to date. Needs to be refactored, or just deleted. -->
-<f:view
-    xmlns:tc="http://myfaces.apache.org/tobago/component"
-    xmlns:ui="http://java.sun.com/jsf/facelets"
-    xmlns:f="http://java.sun.com/jsf/core">
-  <tc:page id="page">
-    <!-- <tc:gridLayoutConstraint width="600px" height="600px"/> -->
-    <f:facet name="layout">
-      <tc:gridLayout columns="auto" rows="auto"/>
-    </f:facet>
-
-    <tc:box id="outerbox" label="outer box">
-      <tc:dataAttribute name="assert-left" value="0"/>
-      <tc:dataAttribute name="assert-top" value="0"/>
-      <tc:dataAttribute name="assert-width" value="226"/>
-      <tc:dataAttribute name="assert-height" value="116"/>
-      <f:facet name="layout">
-        <tc:gridLayout columns="auto" rows="auto"/>
-      </f:facet>
-
-      <tc:box id="innerbox" label="inner box">
-        <tc:dataAttribute name="assert-left" value="6"/>
-        <tc:dataAttribute name="assert-top" value="26"/>
-        <tc:dataAttribute name="assert-width" value="213"/>
-        <tc:dataAttribute name="assert-height" value="83"/>
-        <f:facet name="layout">
-          <tc:gridLayout columns="auto" rows="auto"/>
-        </f:facet>
-
-        <tc:textarea id="textarea" value="Some text.">
-          <tc:dataAttribute name="assert-left" value="12"/>
-          <tc:dataAttribute name="assert-top" value="52"/>
-          <tc:dataAttribute name="assert-width" value="200"/>
-          <tc:dataAttribute name="assert-height" value="50"/>
-          <!-- <tc:gridLayoutConstraint preferredWidth="200px" preferredHeight="50px"/> -->
-        </tc:textarea>
-
-      </tc:box>
-
-    </tc:box>
-
-    <tc:script file="script/tobago-assert.js"/>
-
-  </tc:page>
-</f:view>
diff --git a/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/90000-attic/box/box-box-relative.xhtml b/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/90000-attic/box/box-box-relative.xhtml
deleted file mode 100644
index a9a71c7..0000000
--- a/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/90000-attic/box/box-box-relative.xhtml
+++ /dev/null
@@ -1,44 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
--->
-
-<!-- XXX This is an old page. Content might not be up to date. Needs to be refactored, or just deleted. -->
-<f:view
-    xmlns:tc="http://myfaces.apache.org/tobago/component"
-    xmlns:ui="http://java.sun.com/jsf/facelets"
-    xmlns:f="http://java.sun.com/jsf/core">
-  <tc:page id="page">
-    <!-- <tc:gridLayoutConstraint width="500px" height="200px"/> -->
-
-    <tc:box id="outerbox" label="outer box">
-
-      <tc:box id="innerbox" label="inner box">
-
-        <tc:textarea id="textarea" value="Some text."/>
-
-      </tc:box>
-
-    </tc:box>
-
-    <tc:script file="script/tobago-assert.js"/>
-
-    <tc:script onload="TobagoAssert.assertLayout('page:outerbox', 0, 0, 500, 200);"/>
-    <tc:script onload="TobagoAssert.assertLayout('page:innerbox', 6, 26, 487, 167);"/>
-    <tc:script onload="TobagoAssert.assertLayout('page:textarea', 12, 52, 474, 134);"/>
-
-  </tc:page>
-</f:view>
diff --git a/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/90000-attic/box/box.xhtml b/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/90000-attic/box/box.xhtml
deleted file mode 100644
index 6458334..0000000
--- a/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/90000-attic/box/box.xhtml
+++ /dev/null
@@ -1,46 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
--->
-
-<!-- XXX This is an old page. Content might not be up to date. Needs to be refactored, or just deleted. -->
-<f:view
-    xmlns:tc="http://myfaces.apache.org/tobago/component"
-    xmlns:ui="http://java.sun.com/jsf/facelets"
-    xmlns:f="http://java.sun.com/jsf/core">
-  <tc:page id="page">
-    <!-- <tc:gridLayoutConstraint width="500px" height="200px"/> -->
-    <f:facet name="layout">
-      <tc:gridLayout/>
-    </f:facet>
-
-    <tc:box id="box" label="A simple box">
-      <f:facet name="layout">
-        <tc:gridLayout/>
-      </f:facet>
-
-      <tc:textarea id="textarea"
-          value="Some text without label, some text without label, some text without label, some text without label, some text without label, some text without label, some text without label, some text without label, some text without label, some text without label, ..."/>
-
-    </tc:box>
-
-    <tc:script file="script/tobago-assert.js"/>
-
-    <tc:script onload="TobagoAssert.assertLayout('page:box', 0, 0, 500, 200);"/>
-    <tc:script onload="TobagoAssert.assertLayout('page:textarea', 6, 26, 487, 167);"/>
-
-  </tc:page>
-</f:view>

-- 
To stop receiving notification emails like this one, please contact
lofwyr@apache.org.

[myfaces-tobago] 02/02: TOBAGO-1894: , , , , should support customClass of

Posted by lo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

lofwyr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit 54ee0caf91b69e2cf187dea768be8c3c03ab77be
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Thu Apr 26 13:36:02 2018 +0200

    TOBAGO-1894: <tc:treeIcon>, <tc:treeIndent>, <tc:treeNode>, <tc:treeCommand>, <tc:treeSelect> should support customClass of <tc:style>
---
 .../tobago/internal/taglib/component/TreeMenuTagDeclaration.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/TreeMenuTagDeclaration.java b/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/TreeMenuTagDeclaration.java
index 35e7941..ccb0fd7 100644
--- a/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/TreeMenuTagDeclaration.java
+++ b/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/TreeMenuTagDeclaration.java
@@ -38,7 +38,7 @@ import javax.faces.component.UIData;
  * A tree which will be displayed like a flat menu.
  * This menu is often used for navigation on the left side of an application.
  *
- * @deprecated since 4.2.1. Please use {@link TreeTagDeclaration} or <tc:tree> instead.
+ * @deprecated since 4.2.1. Please use {@link TreeTagDeclaration} or &lt;tc:tree> instead.
  */
 @Deprecated
 @Tag(name = "treeMenu")

-- 
To stop receiving notification emails like this one, please contact
lofwyr@apache.org.