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 de7e177 Corrected a few bugs new 95bd40c Made ScmWebEditorBaseAction abstract, added a new action class for the edit page (EditAction) 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 95bd40cdb801208ee8017b5a6bf6eb0c7ff5b385 Author: Hugo PIGEON <hpigeon@codelutin.com> Date: Thu Apr 30 17:01:48 2015 +0200 Made ScmWebEditorBaseAction abstract, added a new action class for the edit page (EditAction) Summary of changes: .../org/nuiton/scmwebeditor/GitConnection.java | 18 +- .../org/nuiton/scmwebeditor/ScmConnection.java | 12 +- .../org/nuiton/scmwebeditor/SvnConnection.java | 20 +-- .../AbstractScmWebEditorAction.java} | 7 +- .../{SearchAction.java => BrowseAction.java} | 14 +- ...ScmWebEditorMainAction.java => EditAction.java} | 189 +-------------------- .../nuiton/scmwebeditor/actions/LogoutAction.java | 3 +- .../nuiton/scmwebeditor/actions/PreviewAction.java | 3 +- .../nuiton/scmwebeditor/actions/ResetAction.java | 3 +- .../actions/ScmWebEditorCommitAction.java | 4 +- .../actions/ScmWebEditorMainAction.java | 178 +------------------ .../nuiton/scmwebeditor/actions/UploadAction.java | 3 +- src/main/resources/struts.xml | 15 +- .../WEB-INF/content/{search.jsp => browse.jsp} | 4 +- .../content/{loginSearch.jsp => loginBrowse.jsp} | 0 src/main/webapp/WEB-INF/content/outConnection.jsp | 4 +- src/main/webapp/WEB-INF/content/uploadForm.jsp | 2 +- .../org/nuiton/scmwebeditor/BaseActionTest.java | 14 +- 18 files changed, 74 insertions(+), 419 deletions(-) rename src/main/java/org/nuiton/scmwebeditor/{ScmWebEditorBaseAction.java => actions/AbstractScmWebEditorAction.java} (97%) rename src/main/java/org/nuiton/scmwebeditor/actions/{SearchAction.java => BrowseAction.java} (94%) copy src/main/java/org/nuiton/scmwebeditor/actions/{ScmWebEditorMainAction.java => EditAction.java} (58%) rename src/main/webapp/WEB-INF/content/{search.jsp => browse.jsp} (95%) rename src/main/webapp/WEB-INF/content/{loginSearch.jsp => loginBrowse.jsp} (100%) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.