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 2533ad9 It is now possible to use Git repositories which need authentication new 47ea742 More errors are handled, code refactoring to make it more modular, added the "upload a new file" feature to the search page 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 47ea7428df8bc4b2a241d4f7fabb465fd8a16927 Author: Hugo PIGEON <hpigeon@codelutin.com> Date: Wed Apr 29 09:40:35 2015 +0200 More errors are handled, code refactoring to make it more modular, added the "upload a new file" feature to the search page Summary of changes: .../org/nuiton/scmwebeditor/GitConnection.java | 66 +++++++++++++--- .../scmwebeditor/ScmWebEditorBaseAction.java | 44 ----------- .../org/nuiton/scmwebeditor/SvnConnection.java | 89 +++++++++++++++++++++- .../nuiton/scmwebeditor/actions/LogoutAction.java | 5 +- .../nuiton/scmwebeditor/actions/ResetAction.java | 8 +- .../actions/ScmWebEditorMainAction.java | 46 ----------- .../nuiton/scmwebeditor/actions/SearchAction.java | 72 ++--------------- src/main/webapp/WEB-INF/content/loginSearch.jsp | 20 +++++ src/main/webapp/WEB-INF/content/search.jsp | 19 +++++ src/main/webapp/js/scmDetector.js | 11 ++- .../org/nuiton/scmwebeditor/BaseActionTest.java | 2 +- 11 files changed, 205 insertions(+), 177 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.