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 bf83c20 The user can now choose which SCM to use. An automatic detection based on the repository's address helps the user to make the choice. new 82b6979 Added the authentication when saving a Git file: the saving feature works now. Fixed the reset feature for SVN repositories. Improved the detection of the SCM to use when giving the repository's address. 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 82b6979596a7c25024b9f3d6e4c9036565029010 Author: Hugo PIGEON <hpigeon@codelutin.com> Date: Fri Apr 24 17:17:35 2015 +0200 Added the authentication when saving a Git file: the saving feature works now. Fixed the reset feature for SVN repositories. Improved the detection of the SCM to use when giving the repository's address. Summary of changes: .../org/nuiton/scmwebeditor/GitConnection.java | 45 +++++++++++++++--- .../nuiton/scmwebeditor/ScmWebEditorConfig.java | 9 ++++ .../scmwebeditor/ScmWebEditorConfigOption.java | 5 +- .../org/nuiton/scmwebeditor/SvnConnection.java | 21 --------- .../actions/ScmWebEditorCommitAction.java | 15 ++++++ .../actions/ScmWebEditorMainAction.java | 7 +-- .../nuiton/scmwebeditor/actions/SearchAction.java | 55 ++++++++++------------ src/main/resources/scmwebeditor.properties | 1 + src/main/webapp/WEB-INF/content/outConnection.jsp | 9 +--- src/main/webapp/WEB-INF/content/reset.jsp | 2 +- src/main/webapp/js/scmDetector.js | 19 +++++++- 11 files changed, 118 insertions(+), 70 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.