You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by ya...@apache.org on 2021/07/01 12:32:17 UTC

[struts] branch master updated (1567f76 -> ae85f51)

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

yasserzamani pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git.


    from 1567f76  WW-5134 Upgrades Xstream to version 1.4.17
     add e40afbc  WW-5123 Makes labelpostion deprecated
     add 97aa68b  WW-5123 Adds right option to TLD for Checkbox tag
     add 6f77939  WW-5132 Marks old labelposition as Deprecated
     add fa37ac1  Uses the latest Maven version
     add 9e1d482  WW-5123 Updates tags' attributes descriptors
     new ae85f51  Merge pull request #492 from apache/WW-5123-labelposition

The 1 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:
 .mvn/wrapper/maven-wrapper.properties              |   2 +-
 .../ajaxErrorContainers/controlheader-core.ftl     |  12 +-
 .../org/apache/struts2/components/Checkbox.java    |  18 +
 .../java/org/apache/struts2/components/UIBean.java |  22 +-
 .../apache/struts2/views/jsp/ui/AbstractUITag.java |  17 +-
 .../apache/struts2/views/jsp/ui/CheckboxTag.java   |   7 +-
 .../template/archive/xhtml/controlheader.vm        |  47 +
 .../main/resources/template/css_xhtml/checkbox.ftl |  20 +-
 .../resources/template/css_xhtml/controlfooter.ftl |  12 +-
 .../template/css_xhtml/controlheader-core.ftl      |  14 +-
 .../resources/template/css_xhtml/controlheader.ftl |  11 +-
 .../main/resources/template/css_xhtml/reset.ftl    |  12 +-
 .../resources/template/css_xhtml/submit-close.ftl  |  10 +-
 .../main/resources/template/css_xhtml/submit.ftl   |  10 +-
 .../src/main/resources/template/xhtml/checkbox.ftl |  20 +-
 .../template/xhtml/controlheader-core.ftl          |  12 +-
 core/src/site/resources/tags/a-attributes.html     |  10 +-
 core/src/site/resources/tags/a.html                | 512 +++++++++++
 .../resources/tags/actionerror-attributes.html     |  10 +-
 core/src/site/resources/tags/actionerror.html      | 400 +++++++++
 .../resources/tags/actionmessage-attributes.html   |  10 +-
 core/src/site/resources/tags/actionmessage.html    | 400 +++++++++
 .../site/resources/tags/checkbox-attributes.html   |  10 +-
 core/src/site/resources/tags/checkbox.html         | 400 +++++++++
 .../resources/tags/checkboxlist-attributes.html    |  10 +-
 core/src/site/resources/tags/checkboxlist.html     | 456 ++++++++++
 .../site/resources/tags/combobox-attributes.html   |  10 +-
 core/src/site/resources/tags/combobox.html         | 480 ++++++++++
 .../site/resources/tags/component-attributes.html  |  10 +-
 core/src/site/resources/tags/component.html        | 392 +++++++++
 .../resources/tags/datetextfield-attributes.html   |  10 +-
 core/src/site/resources/tags/datetextfield.html    | 400 +++++++++
 core/src/site/resources/tags/debug-attributes.html |  10 +-
 core/src/site/resources/tags/debug.html            | 392 +++++++++
 .../resources/tags/doubleselect-attributes.html    |  10 +-
 core/src/site/resources/tags/doubleselect.html     | 760 ++++++++++++++++
 .../site/resources/tags/fielderror-attributes.html |  10 +-
 core/src/site/resources/tags/fielderror.html       | 408 +++++++++
 core/src/site/resources/tags/file-attributes.html  |  10 +-
 core/src/site/resources/tags/file.html             | 408 +++++++++
 core/src/site/resources/tags/form-attributes.html  |  10 +-
 core/src/site/resources/tags/form.html             | 504 +++++++++++
 core/src/site/resources/tags/head-attributes.html  |  10 +-
 core/src/site/resources/tags/head.html             | 392 +++++++++
 .../src/site/resources/tags/hidden-attributes.html |  10 +-
 core/src/site/resources/tags/hidden.html           | 392 +++++++++
 .../tags/inputtransferselect-attributes.html       |  10 +-
 .../site/resources/tags/inputtransferselect.html   | 576 ++++++++++++
 core/src/site/resources/tags/label-attributes.html |  10 +-
 core/src/site/resources/tags/label.html            | 400 +++++++++
 core/src/site/resources/tags/link-attributes.html  |  10 +-
 .../tags/optiontransferselect-attributes.html      |  10 +-
 .../site/resources/tags/optiontransferselect.html  | 976 +++++++++++++++++++++
 .../site/resources/tags/password-attributes.html   |  10 +-
 core/src/site/resources/tags/password.html         | 440 ++++++++++
 core/src/site/resources/tags/radio-attributes.html |  10 +-
 core/src/site/resources/tags/radio.html            | 456 ++++++++++
 core/src/site/resources/tags/reset-attributes.html |  10 +-
 core/src/site/resources/tags/reset.html            | 432 +++++++++
 .../src/site/resources/tags/script-attributes.html |  10 +-
 .../src/site/resources/tags/select-attributes.html |  10 +-
 core/src/site/resources/tags/select.html           | 496 +++++++++++
 .../src/site/resources/tags/submit-attributes.html |  10 +-
 core/src/site/resources/tags/submit.html           | 432 +++++++++
 .../site/resources/tags/textarea-attributes.html   |  10 +-
 core/src/site/resources/tags/textarea.html         | 424 +++++++++
 .../site/resources/tags/textfield-attributes.html  |  10 +-
 core/src/site/resources/tags/textfield.html        | 432 +++++++++
 core/src/site/resources/tags/token-attributes.html |  10 +-
 core/src/site/resources/tags/token.html            | 392 +++++++++
 .../resources/tags/updownselect-attributes.html    |  10 +-
 core/src/site/resources/tags/updownselect.html     | 544 ++++++++++++
 72 files changed, 13121 insertions(+), 111 deletions(-)
 create mode 100644 core/src/main/resources/template/archive/xhtml/controlheader.vm
 create mode 100644 core/src/site/resources/tags/a.html
 create mode 100644 core/src/site/resources/tags/actionerror.html
 create mode 100644 core/src/site/resources/tags/actionmessage.html
 create mode 100644 core/src/site/resources/tags/checkbox.html
 create mode 100644 core/src/site/resources/tags/checkboxlist.html
 create mode 100644 core/src/site/resources/tags/combobox.html
 create mode 100644 core/src/site/resources/tags/component.html
 create mode 100644 core/src/site/resources/tags/datetextfield.html
 create mode 100644 core/src/site/resources/tags/debug.html
 create mode 100644 core/src/site/resources/tags/doubleselect.html
 create mode 100644 core/src/site/resources/tags/fielderror.html
 create mode 100644 core/src/site/resources/tags/file.html
 create mode 100644 core/src/site/resources/tags/form.html
 create mode 100644 core/src/site/resources/tags/head.html
 create mode 100644 core/src/site/resources/tags/hidden.html
 create mode 100644 core/src/site/resources/tags/inputtransferselect.html
 create mode 100644 core/src/site/resources/tags/label.html
 create mode 100644 core/src/site/resources/tags/optiontransferselect.html
 create mode 100644 core/src/site/resources/tags/password.html
 create mode 100644 core/src/site/resources/tags/radio.html
 create mode 100644 core/src/site/resources/tags/reset.html
 create mode 100644 core/src/site/resources/tags/select.html
 create mode 100644 core/src/site/resources/tags/submit.html
 create mode 100644 core/src/site/resources/tags/textarea.html
 create mode 100644 core/src/site/resources/tags/textfield.html
 create mode 100644 core/src/site/resources/tags/token.html
 create mode 100644 core/src/site/resources/tags/updownselect.html

[struts] 01/01: Merge pull request #492 from apache/WW-5123-labelposition

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

yasserzamani pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git

commit ae85f5195ffd82a29243e63f0a459fb5eceb35f9
Merge: 1567f76 9e1d482
Author: Yasser Zamani <ya...@apache.org>
AuthorDate: Thu Jul 1 17:02:10 2021 +0430

    Merge pull request #492 from apache/WW-5123-labelposition
    
    [WW-5132] [WW-5123] labelposition - cherry-pick

 .mvn/wrapper/maven-wrapper.properties              |   2 +-
 .../ajaxErrorContainers/controlheader-core.ftl     |  12 +-
 .../org/apache/struts2/components/Checkbox.java    |  18 +
 .../java/org/apache/struts2/components/UIBean.java |  22 +-
 .../apache/struts2/views/jsp/ui/AbstractUITag.java |  17 +-
 .../apache/struts2/views/jsp/ui/CheckboxTag.java   |   7 +-
 .../template/archive/xhtml/controlheader.vm        |  47 +
 .../main/resources/template/css_xhtml/checkbox.ftl |  20 +-
 .../resources/template/css_xhtml/controlfooter.ftl |  12 +-
 .../template/css_xhtml/controlheader-core.ftl      |  14 +-
 .../resources/template/css_xhtml/controlheader.ftl |  11 +-
 .../main/resources/template/css_xhtml/reset.ftl    |  12 +-
 .../resources/template/css_xhtml/submit-close.ftl  |  10 +-
 .../main/resources/template/css_xhtml/submit.ftl   |  10 +-
 .../src/main/resources/template/xhtml/checkbox.ftl |  20 +-
 .../template/xhtml/controlheader-core.ftl          |  12 +-
 core/src/site/resources/tags/a-attributes.html     |  10 +-
 core/src/site/resources/tags/a.html                | 512 +++++++++++
 .../resources/tags/actionerror-attributes.html     |  10 +-
 core/src/site/resources/tags/actionerror.html      | 400 +++++++++
 .../resources/tags/actionmessage-attributes.html   |  10 +-
 core/src/site/resources/tags/actionmessage.html    | 400 +++++++++
 .../site/resources/tags/checkbox-attributes.html   |  10 +-
 core/src/site/resources/tags/checkbox.html         | 400 +++++++++
 .../resources/tags/checkboxlist-attributes.html    |  10 +-
 core/src/site/resources/tags/checkboxlist.html     | 456 ++++++++++
 .../site/resources/tags/combobox-attributes.html   |  10 +-
 core/src/site/resources/tags/combobox.html         | 480 ++++++++++
 .../site/resources/tags/component-attributes.html  |  10 +-
 core/src/site/resources/tags/component.html        | 392 +++++++++
 .../resources/tags/datetextfield-attributes.html   |  10 +-
 core/src/site/resources/tags/datetextfield.html    | 400 +++++++++
 core/src/site/resources/tags/debug-attributes.html |  10 +-
 core/src/site/resources/tags/debug.html            | 392 +++++++++
 .../resources/tags/doubleselect-attributes.html    |  10 +-
 core/src/site/resources/tags/doubleselect.html     | 760 ++++++++++++++++
 .../site/resources/tags/fielderror-attributes.html |  10 +-
 core/src/site/resources/tags/fielderror.html       | 408 +++++++++
 core/src/site/resources/tags/file-attributes.html  |  10 +-
 core/src/site/resources/tags/file.html             | 408 +++++++++
 core/src/site/resources/tags/form-attributes.html  |  10 +-
 core/src/site/resources/tags/form.html             | 504 +++++++++++
 core/src/site/resources/tags/head-attributes.html  |  10 +-
 core/src/site/resources/tags/head.html             | 392 +++++++++
 .../src/site/resources/tags/hidden-attributes.html |  10 +-
 core/src/site/resources/tags/hidden.html           | 392 +++++++++
 .../tags/inputtransferselect-attributes.html       |  10 +-
 .../site/resources/tags/inputtransferselect.html   | 576 ++++++++++++
 core/src/site/resources/tags/label-attributes.html |  10 +-
 core/src/site/resources/tags/label.html            | 400 +++++++++
 core/src/site/resources/tags/link-attributes.html  |  10 +-
 .../tags/optiontransferselect-attributes.html      |  10 +-
 .../site/resources/tags/optiontransferselect.html  | 976 +++++++++++++++++++++
 .../site/resources/tags/password-attributes.html   |  10 +-
 core/src/site/resources/tags/password.html         | 440 ++++++++++
 core/src/site/resources/tags/radio-attributes.html |  10 +-
 core/src/site/resources/tags/radio.html            | 456 ++++++++++
 core/src/site/resources/tags/reset-attributes.html |  10 +-
 core/src/site/resources/tags/reset.html            | 432 +++++++++
 .../src/site/resources/tags/script-attributes.html |  10 +-
 .../src/site/resources/tags/select-attributes.html |  10 +-
 core/src/site/resources/tags/select.html           | 496 +++++++++++
 .../src/site/resources/tags/submit-attributes.html |  10 +-
 core/src/site/resources/tags/submit.html           | 432 +++++++++
 .../site/resources/tags/textarea-attributes.html   |  10 +-
 core/src/site/resources/tags/textarea.html         | 424 +++++++++
 .../site/resources/tags/textfield-attributes.html  |  10 +-
 core/src/site/resources/tags/textfield.html        | 432 +++++++++
 core/src/site/resources/tags/token-attributes.html |  10 +-
 core/src/site/resources/tags/token.html            | 392 +++++++++
 .../resources/tags/updownselect-attributes.html    |  10 +-
 core/src/site/resources/tags/updownselect.html     | 544 ++++++++++++
 72 files changed, 13121 insertions(+), 111 deletions(-)