branch feature/GIT updated (82b6979 -> 434552f)
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 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. new 434552f Changed the code of the reset feature so that it works with all the SCMs (including Git) 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 434552f58344d9919c0706d44accb3051e3da090 Author: Hugo PIGEON <hpigeon@codelutin.com> Date: Fri Apr 24 17:50:22 2015 +0200 Changed the code of the reset feature so that it works with all the SCMs (including Git) Summary of changes: src/main/webapp/WEB-INF/content/reset.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch feature/GIT in repository scmwebeditor. See http://git.nuiton.org/scmwebeditor.git commit 434552f58344d9919c0706d44accb3051e3da090 Author: Hugo PIGEON <hpigeon@codelutin.com> Date: Fri Apr 24 17:50:22 2015 +0200 Changed the code of the reset feature so that it works with all the SCMs (including Git) --- src/main/webapp/WEB-INF/content/reset.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/WEB-INF/content/reset.jsp b/src/main/webapp/WEB-INF/content/reset.jsp index 3842096..0c257f2 100644 --- a/src/main/webapp/WEB-INF/content/reset.jsp +++ b/src/main/webapp/WEB-INF/content/reset.jsp @@ -37,7 +37,7 @@ editor.setValue(document.getElementById('valueOfLastRevision').value); - var numrev = <s:property value="numRevision" />; + var numrev = "<s:property value="numRevision" />"; if (numrev != null) { document.getElementById('numrevisionDiv').innerHTML = numrev; } -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm