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 d992d03 Add classes so that each struts action calls a different class and changed the method names so that each action calls the execute() method new 236f350 Add documentation in the code 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 236f350014d4b0c05e49c73197e987a12afbc387 Author: Hugo PIGEON <hpigeon@codelutin.com> Date: Fri May 15 11:00:08 2015 +0200 Add documentation in the code Summary of changes: .../org/nuiton/scmwebeditor/git/GitConnection.java | 47 ++++-- .../org/nuiton/scmwebeditor/git/GitProvider.java | 4 + ...ption.java => RepositoryNotFoundException.java} | 9 +- .../org/nuiton/scmwebeditor/api/ScmConnection.java | 4 +- .../scmwebeditor/api/ScmNotFoundException.java | 15 -- .../org/nuiton/scmwebeditor/api/ScmProvider.java | 3 + .../scmwebeditor/api/ScmWebEditorConfig.java | 20 ++- .../scmwebeditor/api/ScmWebEditorConfigOption.java | 5 +- .../scmwebeditor/api/dto/BrowseResultDto.java | 11 -- .../org/nuiton/scmwebeditor/svn/SvnConnection.java | 5 +- .../org/nuiton/scmwebeditor/svn/SvnProvider.java | 6 + .../org/nuiton/scmwebeditor/uiweb}/ScmSession.java | 38 ++++- .../org/nuiton/scmwebeditor/uiweb}/ScmUser.java | 15 +- .../uiweb/ScmWebEditorApplicationListener.java | 5 +- .../scmwebeditor/uiweb/SweSessionListener.java | 25 ++++ .../uiweb/actions/AbstractScmWebEditorAction.java | 25 +++- .../scmwebeditor/uiweb/actions/BrowseAction.java | 55 +++---- .../uiweb/actions/DetectScmAction.java | 13 ++ .../scmwebeditor/uiweb/actions/EditAction.java | 49 +++++-- .../uiweb/actions/ListBranchesAction.java | 13 ++ .../scmwebeditor/uiweb/actions/LogoutAction.java | 30 ++-- .../scmwebeditor/uiweb/actions/PreviewAction.java | 36 ++--- .../scmwebeditor/uiweb/actions/ResetAction.java | 39 ++--- .../scmwebeditor/uiweb/actions/SaveAction.java | 27 ++-- .../uiweb/actions/ScmWebEditorCommitAction.java | 162 +++++++++------------ .../uiweb/actions/ScmWebEditorMainAction.java | 33 +++-- .../scmwebeditor/uiweb/actions/UploadAction.java | 22 ++- swe-ui-web/src/main/resources/struts.xml | 2 +- .../webapp/WEB-INF/content/badFileRedirect.jsp | 7 +- .../src/main/webapp/WEB-INF/content/badRstFile.jsp | 3 +- .../main/webapp/WEB-INF/content/badUseRedirect.jsp | 7 +- .../src/main/webapp/WEB-INF/content/browse.jsp | 3 +- .../src/main/webapp/WEB-INF/content/error.jsp | 7 +- .../src/main/webapp/WEB-INF/content/fileModify.jsp | 3 +- .../src/main/webapp/WEB-INF/content/index.jsp | 3 +- .../main/webapp/WEB-INF/content/loginBrowse.jsp | 3 +- .../src/main/webapp/WEB-INF/content/logout.jsp | 3 +- .../webapp/WEB-INF/content/modificationViewer.jsp | 3 +- .../main/webapp/WEB-INF/content/outConnection.jsp | 4 +- .../src/main/webapp/WEB-INF/content/preview.jsp | 5 +- .../webapp/WEB-INF/content/privateScmRedirect.jsp | 5 +- .../src/main/webapp/WEB-INF/content/recall.jsp | 5 +- .../src/main/webapp/WEB-INF/content/redirect.jsp | 7 +- .../src/main/webapp/WEB-INF/content/reset.jsp | 3 +- .../src/main/webapp/WEB-INF/content/save.jsp | 3 +- .../src/main/webapp/WEB-INF/content/upload.jsp | 3 +- .../src/main/webapp/WEB-INF/content/uploadForm.jsp | 3 +- .../main/webapp/WEB-INF/content/uploadSuccess.jsp | 3 +- swe-ui-web/src/main/webapp/WEB-INF/web.xml | 2 +- 49 files changed, 479 insertions(+), 324 deletions(-) copy swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/{SweInternalException.java => RepositoryNotFoundException.java} (76%) delete mode 100644 swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/ScmNotFoundException.java rename {swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api => swe-ui-web/src/main/java/org/nuiton/scmwebeditor/uiweb}/ScmSession.java (61%) rename {swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api => swe-ui-web/src/main/java/org/nuiton/scmwebeditor/uiweb}/ScmUser.java (78%) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.