You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2017/09/16 05:48:52 UTC

[myfaces-tobago] tag tobago-1.5.7 created (now b64953a)

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

deki pushed a change to tag tobago-1.5.7
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git.


      at b64953a  (commit)
This tag includes the following new commits:

     new e7f1085  [maven-release-plugin]  copy for tag tobago-1.5.7
     new b64953a  [maven-release-plugin]  copy for tag tobago-1.5.7

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.


-- 
To stop receiving notification emails like this one, please contact
['"commits@myfaces.apache.org" <co...@myfaces.apache.org>'].

[myfaces-tobago] 01/02: [maven-release-plugin] copy for tag tobago-1.5.7

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

deki pushed a commit to tag tobago-1.5.7
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit e7f10853254e4719b739179ce61e49cc10081703
Author: Bernd Bohmann <bo...@apache.org>
AuthorDate: Fri Jul 6 20:48:45 2012 +0000

    [maven-release-plugin]  copy for tag tobago-1.5.7

-- 
To stop receiving notification emails like this one, please contact
"commits@myfaces.apache.org" <co...@myfaces.apache.org>.

[myfaces-tobago] 02/02: [maven-release-plugin] copy for tag tobago-1.5.7

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

deki pushed a commit to tag tobago-1.5.7
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit b64953aeb7d4761a6f2522d12f17a81515319aa8
Merge: e7f1085 f69f923
Author: Bernd Bohmann <bo...@apache.org>
AuthorDate: Fri Jul 6 21:54:50 2012 +0000

    [maven-release-plugin]  copy for tag tobago-1.5.7

 pom.xml                                            |  35 +-
 src/site/apt/api-documentation.apt                 |   6 +-
 src/site/apt/demo.apt                              |   5 +-
 src/site/apt/download.apt                          |  19 -
 src/site/apt/getting-started.apt                   |   9 +-
 src/site/apt/guide.apt                             |   2 +-
 src/site/apt/index.apt                             |  75 ++-
 src/site/apt/migration-1.6.apt                     |  58 ---
 src/site/apt/news.apt                              |  23 +-
 src/site/apt/oldDocumentation.apt                  |  10 -
 src/site/fml/faq.fml                               |  10 +-
 src/site/resources/doap_tobago.rdf                 |   9 -
 src/site/site.xml                                  |   2 +-
 tobago-assembly/pom.xml                            |   2 +-
 tobago-core/pom.xml                                |   2 +-
 .../myfaces/tobago/component/TreeModelBuilder.java |  18 -
 .../myfaces/tobago/component/UIFileInput.java      |  25 -
 .../apache/myfaces/tobago/config/TobagoConfig.java |   2 -
 .../tobago/context/ResourceManagerUtils.java       |  11 -
 .../org/apache/myfaces/tobago/context/Theme.java   |   2 -
 .../apache/myfaces/tobago/context/ThemeImpl.java   |  19 -
 .../internal/component/AbstractUIColumnNode.java   |  26 -
 .../tobago/internal/component/AbstractUIData.java  | 233 ---------
 ...bstractUIFile.java => AbstractUIFileInput.java} |   9 +-
 .../internal/component/AbstractUILayoutBase.java   |   1 +
 .../tobago/internal/component/AbstractUIPage.java  |  10 +-
 .../tobago/internal/component/AbstractUISheet.java |  88 +++-
 .../internal/component/AbstractUISheetLayout.java  |  32 +-
 .../tobago/internal/component/AbstractUITree.java  | 172 ++-----
 .../internal/component/AbstractUITreeData.java     | 483 +++++++++++++++++--
 .../internal/component/AbstractUITreeListbox.java  |  26 -
 .../internal/component/AbstractUITreeNode.java     | 416 ++++++++--------
 .../internal/config/TobagoConfigBuilder.java       |   2 -
 .../internal/config/TobagoConfigFragment.java      |   9 -
 .../tobago/internal/config/TobagoConfigImpl.java   |  10 -
 .../tobago/internal/config/TobagoConfigParser.java |   6 +-
 .../tobago/internal/context/ResourceLocator.java   |  26 -
 .../internal/context/ResourceManagerImpl.java      |  89 +---
 .../internal/context/ResponseWriterDivider.java    |  10 +-
 .../taglib/component/ColumnNodeTagDeclaration.java |  63 ---
 .../taglib/component/ColumnTagDeclaration.java     |   1 +
 .../taglib/component/FileTagDeclaration.java       |   4 +-
 .../taglib/component/SheetTagDeclaration.java      |   4 +-
 .../taglib/component/TreeDataTagDeclaration.java   |   3 -
 .../component/TreeListboxTagDeclaration.java       |  11 +-
 .../taglib/component/TreeMenuTagDeclaration.java   |  18 +-
 .../taglib/component/TreeNodeTagDeclaration.java   |   7 +-
 .../taglib/component/TreeSelectTagDeclaration.java |  10 +-
 .../taglib/component/TreeTagDeclaration.java       |  21 +-
 .../internal/taglib/declaration/IsShowRoot.java    |  34 --
 .../taglib/declaration/IsShowRootJunction.java     |  33 --
 .../webapp/DebugResponseWriterWrapper.java         |  15 -
 .../tobago/internal/webapp/HtmlResponseWriter.java |  48 --
 .../model/DefaultMutableTreeNodeAnalyser.java      |   5 +-
 .../apache/myfaces/tobago/model/ExpandedState.java | 226 ---------
 .../apache/myfaces/tobago/model/MarkedState.java   |  53 ---
 .../myfaces/tobago/model/MixedTreeModel.java       |   4 -
 .../java/org/apache/myfaces/tobago/model/Node.java |   7 +-
 .../apache/myfaces/tobago/model/SheetState.java    |  16 +-
 .../apache/myfaces/tobago/model/TreeAnalyser.java  |   3 +-
 .../apache/myfaces/tobago/model/TreeDataModel.java |  67 ---
 .../myfaces/tobago/model/TreeNodeDataModel.java    | 289 ------------
 .../org/apache/myfaces/tobago/model/TreePath.java  |  74 +--
 .../org/apache/myfaces/tobago/model/TreeState.java |  39 --
 .../tobago/renderkit/html/DataAttributes.java      |   5 -
 .../myfaces/tobago/servlet/ResourceServlet.java    |  35 +-
 .../apache/myfaces/tobago/util/ComponentUtils.java |  18 -
 .../tobago/validator/FileItemValidator.java        |   4 +-
 .../myfaces/tobago/config/tobago-config-1.6.xsd    | 153 ------
 .../tobago/internal/mock/faces/MockTheme.java      |  20 -
 .../tobago/model/ExpandedStateUnitTest.java        | 337 -------------
 .../tobago/model/MixedTreeModelUnitTest.java       |   4 -
 .../myfaces/tobago/model/NodePathUnitTest.java     |  83 ++++
 .../myfaces/tobago/model/TreePathUnitTest.java     | 157 -------
 tobago-example/pom.xml                             |   2 +-
 tobago-example/tobago-example-addressbook/pom.xml  |   2 +-
 tobago-example/tobago-example-assembly/pom.xml     |   2 +-
 tobago-example/tobago-example-blank/pom.xml        |   2 +-
 tobago-example/tobago-example-data/pom.xml         |   2 +-
 .../tobago/example/data/CantorInterval.java        | 148 ------
 .../myfaces/tobago/example/data/CategoryTree.java  |   7 +-
 tobago-example/tobago-example-demo/pom.xml         |   4 +-
 .../tobago/example/demo/NavigationNode.java        |  31 +-
 .../tobago/example/demo/NavigationState.java       |  15 +-
 .../tobago/example/demo/NavigationTree.java        |   2 +-
 .../tobago/example/{demo => reference}/Upload.java |  16 +-
 .../src/main/webapp/WEB-INF/faces-config.xml       |   2 +-
 .../src/main/webapp/WEB-INF/web.xml                |   2 +-
 .../03-tree/{02-editor => 00}/tree-editor.xhtml    |  25 +-
 .../content/03-tree/01-select/tree-select.xhtml    |  65 ---
 .../treeMenu-different-types.xhtml}                |  22 +-
 .../webapp/content/03-tree/03-menu/tree-menu.xhtml |  60 ---
 .../content/03-tree/04-listbox/tree-listbox.xhtml  |  51 --
 .../src/main/webapp/content/03-tree/tree.xhtml     | 146 ++++--
 .../src/main/webapp/content/25-select/select.xhtml |   4 +-
 .../src/main/webapp/content/40-upload/upload.xhtml |  50 +-
 .../60-command/00-default/default-command.xhtml    |  79 ----
 .../src/main/webapp/footer.xhtml                   |   2 +-
 .../src/main/webapp/navigation.jsp                 |  18 +-
 .../src/main/webapp/navigation.xhtml               |  20 +-
 .../standard/property/overview.properties.xml      |   2 +-
 tobago-example/tobago-example-experimental/pom.xml |   2 +-
 .../tobago-example-nonfacesrequest/pom.xml         |   2 +-
 tobago-example/tobago-example-portlet/pom.xml      |   2 +-
 tobago-example/tobago-example-sandbox/pom.xml      |   2 +-
 tobago-example/tobago-example-security/pom.xml     |   2 +-
 tobago-example/tobago-example-test/pom.xml         |   4 +-
 .../tobago/example/test/TestPageFilter.java        |   2 -
 .../tobago/example/test/TreeController.java        |  40 +-
 .../apache/myfaces/tobago/example/test/Upload.java |   2 +-
 .../src/main/webapp/WEB-INF/tobago-config.xml      |  13 +-
 .../src/main/webapp/WEB-INF/web.xml                |  27 +-
 .../src/main/webapp/navigation.xhtml               |  18 +-
 .../src/main/webapp/resource-manager/script.xhtml  |  46 +-
 .../src/main/webapp/tc/file/file-markup.xhtml      |  40 --
 .../src/main/webapp/tc/file/file.xhtml             |   4 +-
 .../src/main/webapp/tc/sheet/sheet-tree.xhtml      |  56 ---
 .../src/main/webapp/tc/tree/tree-command.xhtml     |  41 --
 .../src/main/webapp/tc/tree/tree-expanded.xhtml    |  43 --
 .../src/main/webapp/tc/tree/tree-infinite.xhtml    |  45 --
 .../webapp/tc/tree/tree-marked-with-model.xhtml    |  61 ---
 .../webapp/tc/tree/tree-marked-without-model.xhtml |  59 ---
 .../src/main/webapp/tc/tree/tree-select.xhtml      |  18 +-
 .../main/webapp/tc/tree/tree-show-attributes.xhtml |   7 +-
 .../webapp/tc/tree/tree-simple-with-data.xhtml     |  43 --
 .../src/main/webapp/tc/tree/tree-simple.xhtml      |  41 --
 .../main/webapp/tc/treeListbox/treeListbox.xhtml   |  10 +-
 .../main/webapp/tc/treeMenu/treeMenu-command.xhtml |  40 --
 .../main/webapp/tc/treeMenu/treeMenu-simple.xhtml  |  17 +-
 .../src/main/webapp/test/label/for-auto.xhtml      |   6 +-
 .../test/tc/tree/TreeExpandedSeleniumTest.java     |  69 ---
 .../test/tc/tree/TreeMarkedSeleniumTest.java       |  81 ----
 tobago-example/tobago-theme-example/pom.xml        |   2 +-
 tobago-extension/pom.xml                           |   2 +-
 tobago-extension/tobago-deprecation/pom.xml        |   2 +-
 .../apache/myfaces/tobago/component/UITreeOld.java | 522 +++++++++++++++++++++
 .../myfaces/tobago/component/UITreeOldNode.java    | 212 +++++++++
 .../org/apache/myfaces/tobago/model/TreeState.java | 184 ++++++++
 tobago-extension/tobago-facelets/pom.xml           |   2 +-
 .../facelets/extension/FileExtensionHandler.java   |   8 +-
 tobago-extension/tobago-fileupload/pom.xml         |   2 +-
 tobago-extension/tobago-sandbox/pom.xml            |   2 +-
 tobago-extension/tobago-security/pom.xml           |   2 +-
 tobago-extension/tobago-taglib-extension/pom.xml   |   2 +-
 tobago-jsf-compat/pom.xml                          |   2 +-
 tobago-theme/pom.xml                               |   2 +-
 tobago-theme/tobago-theme-charlotteville/pom.xml   |   2 +-
 .../src/main/resources/META-INF/tobago-config.xml  |   5 +-
 tobago-theme/tobago-theme-richmond/pom.xml         |   2 +-
 .../src/main/resources/META-INF/tobago-config.xml  |   1 -
 .../html/richmond/standard/image/file-upload.gif   | Bin 78 -> 0 bytes
 .../html/richmond/standard/image/minus.gif         | Bin 73 -> 0 bytes
 .../html/richmond/standard/image/plus.gif          | Bin 77 -> 0 bytes
 .../html/richmond/standard/style/style.css         |   6 +-
 tobago-theme/tobago-theme-scarborough/pom.xml      |   2 +-
 .../scarborough/standard/tag/ButtonRenderer.java   |  21 +-
 .../scarborough/standard/tag/FileRenderer.java     |  67 ++-
 .../scarborough/standard/tag/PageRenderer.java     |  33 +-
 .../scarborough/standard/tag/PopupRenderer.java    |  19 +-
 .../standard/tag/SelectManyShuttleRenderer.java    |  19 +-
 .../standard/tag/SelectOneListboxRenderer.java     |   2 +-
 .../scarborough/standard/tag/SheetRenderer.java    |  47 +-
 .../standard/tag/TreeCommandRenderer.java          |   6 +-
 .../scarborough/standard/tag/TreeIconRenderer.java |   4 +-
 .../standard/tag/TreeIndentRenderer.java           |  96 ++--
 .../standard/tag/TreeLabelRenderer.java            |  33 +-
 .../standard/tag/TreeListboxNodeRenderer.java      |  93 +++-
 .../standard/tag/TreeListboxRenderer.java          | 136 ++----
 .../standard/tag/TreeMenuNodeRenderer.java         | 162 +++++--
 .../scarborough/standard/tag/TreeNodeRenderer.java | 177 +++++--
 .../standard/tag/TreeNodeRendererBase.java         |  50 --
 .../scarborough/standard/tag/TreeRenderer.java     |  62 +--
 .../standard/tag/TreeSelectRenderer.java           |   5 -
 .../src/main/resources/META-INF/tobago-config.xml  |   5 +-
 .../scarborough/standard/image/file-upload.gif     | Bin 188 -> 0 bytes
 .../html/scarborough/standard/image/minus.gif      | Bin 81 -> 0 bytes
 .../html/scarborough/standard/image/plus.gif       | Bin 85 -> 0 bytes
 .../standard/image/selectManyShuttleAdd.gif        | Bin 70 -> 0 bytes
 .../standard/image/selectManyShuttleAddAll.gif     | Bin 842 -> 0 bytes
 .../image/selectManyShuttleAddAllDisabled.gif      | Bin 75 -> 0 bytes
 .../image/selectManyShuttleAddDisabled.gif         | Bin 75 -> 0 bytes
 .../standard/image/selectManyShuttleRemove.gif     | Bin 71 -> 0 bytes
 .../standard/image/selectManyShuttleRemoveAll.gif  | Bin 843 -> 0 bytes
 .../image/selectManyShuttleRemoveAllDisabled.gif   | Bin 73 -> 0 bytes
 .../image/selectManyShuttleRemoveDisabled.gif      | Bin 76 -> 0 bytes
 .../property/tobago-theme-config.properties        |   2 -
 .../html/scarborough/standard/style/style.css      |  76 +--
 tobago-theme/tobago-theme-speyside/pom.xml         |  19 +-
 .../src/main/resources/META-INF/tobago-config.xml  |   5 +-
 .../html/speyside/msie_6_0/style/style.css         |   4 -
 .../html/speyside/standard/image/file-upload.gif   | Bin 214 -> 0 bytes
 .../html/speyside/standard/image/minus.gif         | Bin 73 -> 0 bytes
 .../html/speyside/standard/image/plus.gif          | Bin 855 -> 0 bytes
 .../standard/image/selectManyShuttleAdd.gif        | Bin 446 -> 0 bytes
 .../standard/image/selectManyShuttleAddAll.gif     | Bin 69 -> 0 bytes
 .../image/selectManyShuttleAddAllDisabled.gif      | Bin 69 -> 0 bytes
 .../image/selectManyShuttleAddDisabled.gif         | Bin 446 -> 0 bytes
 .../standard/image/selectManyShuttleRemove.gif     | Bin 445 -> 0 bytes
 .../standard/image/selectManyShuttleRemoveAll.gif  | Bin 68 -> 0 bytes
 .../image/selectManyShuttleRemoveAllDisabled.gif   | Bin 68 -> 0 bytes
 .../image/selectManyShuttleRemoveDisabled.gif      | Bin 445 -> 0 bytes
 .../property/tobago-theme-config.properties        |   3 -
 .../html/speyside/standard/style/style.css}        | 313 ++++--------
 tobago-theme/tobago-theme-standard/pom.xml         |   2 +-
 .../renderkit/html/util/CommandRendererHelper.java |   5 +
 .../renderkit/html/util/HtmlRendererUtils.java     |  68 ++-
 .../myfaces/tobago/renderkit/util/RenderUtils.java |  90 ----
 .../src/main/resources/META-INF/tobago-config.xml  |  17 +-
 .../html/standard/msie_6_0/script/tobago.js        |  19 +-
 .../html/standard/standard/script/tobago-popup.js  |  20 +-
 .../html/standard/standard/script/tobago-tree.js   | 124 ++---
 .../html/standard/standard/script/tobago-utils.js  |  32 --
 .../html/standard/standard/script/tobago.js        | 111 +----
 tobago-tool/pom.xml                                |   3 +-
 tobago-tool/tobago-theme-plugin/pom.xml            | 102 ----
 .../tobago/maven/plugin/AbstractThemeMojo.java     |  53 ---
 .../tobago/maven/plugin/UnPackThemeMojo.java       | 233 ---------
 .../src/main/resources/META-INF/LICENSE.txt        | 202 --------
 .../src/main/resources/META-INF/NOTICE.txt         |   9 -
 tobago-tool/tobago-tool-annotation/pom.xml         |   2 +-
 tobago-tool/tobago-tool-apt/pom.xml                |   2 +-
 221 files changed, 2977 insertions(+), 6027 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@myfaces.apache.org" <co...@myfaces.apache.org>.