This is an automated email from the git hooks/post-receive script. New change to branch feature/GIT in repository scmwebeditor. See http://git.nuiton.org/scmwebeditor.git from 95bd40c Made ScmWebEditorBaseAction abstract, added a new action class for the edit page (EditAction) new 2c8c9a8 Added a DTO for the browse action The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 2c8c9a83e96efe3499fa8e5410825b0e42c5a607 Author: Hugo PIGEON <hpigeon@codelutin.com> Date: Mon May 4 12:16:18 2015 +0200 Added a DTO for the browse action Summary of changes: .../org/nuiton/scmwebeditor/GitConnection.java | 79 ++++++++-------- .../org/nuiton/scmwebeditor/ScmConnection.java | 11 ++- .../org/nuiton/scmwebeditor/SvnConnection.java | 87 ++++++++++-------- .../nuiton/scmwebeditor/actions/BrowseAction.java | 67 +++++++++----- .../org/nuiton/scmwebeditor/dto/BrowseDto.java | 61 +++++++++++++ .../nuiton/scmwebeditor/dto/BrowseResultDto.java | 100 +++++++++++++++++++++ src/main/resources/struts.xml | 2 +- src/main/webapp/WEB-INF/content/browse.jsp | 1 + src/main/webapp/WEB-INF/content/loginBrowse.jsp | 2 +- ...ivateSvnRedirect.jsp => privateScmRedirect.jsp} | 4 +- .../org/nuiton/scmwebeditor/BaseActionTest.java | 4 + 11 files changed, 311 insertions(+), 107 deletions(-) create mode 100644 src/main/java/org/nuiton/scmwebeditor/dto/BrowseDto.java create mode 100644 src/main/java/org/nuiton/scmwebeditor/dto/BrowseResultDto.java rename src/main/webapp/WEB-INF/content/{privateSvnRedirect.jsp => privateScmRedirect.jsp} (96%) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.