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 2018/01/20 06:09:36 UTC

[struts] branch master updated (86baf21 -> 9beb940)

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 86baf21  Merge pull request #203 from yasserzamani/init_test_scopes
     add 02b61b2  WW-4891 Debug tag should not display anything when not in dev mode
     add 17b5984  WW-4891 PrepareOperations overrideDevMode for explicitly switch on for this action only
     new 9beb940  Merge pull request #201 from HedjuHor/WW-4891

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:
 .../tag/nonui/debugtag/DebugTagAction.java         |  26 ++---
 .../src/main/resources/struts-tags-non-ui.xml      |   2 +-
 .../java/org/apache/struts2/components/Debug.java  |  49 ++++++---
 .../apache/struts2/views/jsp/ui/DebugTagTest.java  | 115 +++++++++++++++++++++
 4 files changed, 154 insertions(+), 38 deletions(-)
 copy core/src/test/java/com/opensymphony/xwork2/SimpleFooAction.java => apps/showcase/src/main/java/org/apache/struts2/showcase/tag/nonui/debugtag/DebugTagAction.java (73%)
 create mode 100644 core/src/test/java/org/apache/struts2/views/jsp/ui/DebugTagTest.java

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

[struts] 01/01: Merge pull request #201 from HedjuHor/WW-4891

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 9beb94013602e443fd90b82b9b9afb416c0bf3e3
Merge: 86baf21 17b5984
Author: Yasser Zamani <ya...@live.com>
AuthorDate: Sat Jan 20 09:39:32 2018 +0330

    Merge pull request #201 from HedjuHor/WW-4891
    
    WW-4891 Debug tag should not display anything when not in dev mode

 .../tag/nonui/debugtag/DebugTagAction.java         |  30 ++++++
 .../src/main/resources/struts-tags-non-ui.xml      |   2 +-
 .../java/org/apache/struts2/components/Debug.java  |  49 ++++++---
 .../apache/struts2/views/jsp/ui/DebugTagTest.java  | 115 +++++++++++++++++++++
 4 files changed, 178 insertions(+), 18 deletions(-)

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