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

lukaszlenart pushed a change to branch struts-2-5-x
in repository https://gitbox.apache.org/repos/asf/struts.git.


    from d04ed76  WW-5135 Upgrades Xstream to version 1.4.17
     add 256cd14  WW-5123 Makes labelpostion deprecated
     add 675deff  WW-5123 Adds right option to TLD for Checkbox tag
     add f1824b5  WW-5132 Marks old labelposition as Deprecated
     new 90ea4d8  Merge pull request #490 from apache/WW-5132-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:
 .../ajaxErrorContainers/controlheader-core.ftl     | 12 +++++------
 .../org/apache/struts2/components/Checkbox.java    | 17 +++++++++++++++
 .../java/org/apache/struts2/components/UIBean.java | 24 ++++++++++++++++------
 .../apache/struts2/views/jsp/ui/AbstractUITag.java | 17 ++++++++++-----
 .../apache/struts2/views/jsp/ui/CheckboxTag.java   |  7 +++----
 .../template/archive/xhtml/controlheader.vm        |  6 +++---
 .../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.html                | 10 ++++++++-
 core/src/site/resources/tags/actionerror.html      | 10 ++++++++-
 core/src/site/resources/tags/actionmessage.html    | 10 ++++++++-
 core/src/site/resources/tags/checkbox.html         | 10 ++++++++-
 core/src/site/resources/tags/checkboxlist.html     | 10 ++++++++-
 core/src/site/resources/tags/combobox.html         | 10 ++++++++-
 core/src/site/resources/tags/component.html        | 10 ++++++++-
 core/src/site/resources/tags/datetextfield.html    | 10 ++++++++-
 core/src/site/resources/tags/debug.html            | 10 ++++++++-
 core/src/site/resources/tags/doubleselect.html     | 10 ++++++++-
 core/src/site/resources/tags/fielderror.html       | 10 ++++++++-
 core/src/site/resources/tags/file.html             | 10 ++++++++-
 core/src/site/resources/tags/form.html             | 10 ++++++++-
 core/src/site/resources/tags/head.html             | 10 ++++++++-
 core/src/site/resources/tags/hidden.html           | 10 ++++++++-
 .../site/resources/tags/inputtransferselect.html   | 10 ++++++++-
 core/src/site/resources/tags/label.html            | 10 ++++++++-
 .../site/resources/tags/optiontransferselect.html  | 10 ++++++++-
 core/src/site/resources/tags/password.html         | 10 ++++++++-
 core/src/site/resources/tags/radio.html            | 10 ++++++++-
 core/src/site/resources/tags/reset.html            | 10 ++++++++-
 core/src/site/resources/tags/select.html           | 10 ++++++++-
 core/src/site/resources/tags/submit.html           | 10 ++++++++-
 core/src/site/resources/tags/textarea.html         | 10 ++++++++-
 core/src/site/resources/tags/textfield.html        | 10 ++++++++-
 core/src/site/resources/tags/token.html            | 10 ++++++++-
 core/src/site/resources/tags/updownselect.html     | 10 ++++++++-
 42 files changed, 362 insertions(+), 112 deletions(-)

Reply via email to