This is an automated email from the git hooks/post-receive script. New change to branch develop in repository scmwebeditor. See http://git.nuiton.org/scmwebeditor.git from 92812c0 Add the ability to create a new branch on repositories that support branches new f58047b The page is reloaded after uploading or removing a file and after creating a branch to avoid errors 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 f58047b76b4e59c8e70097547295366af465f4e3 Author: Hugo PIGEON <hpigeon@codelutin.com> Date: Thu May 21 14:06:11 2015 +0200 The page is reloaded after uploading or removing a file and after creating a branch to avoid errors Summary of changes: .../main/java/org/nuiton/scmwebeditor/git/GitConnection.java | 4 ++++ .../main/java/org/nuiton/scmwebeditor/svn/SvnConnection.java | 2 +- .../org/nuiton/scmwebeditor/uiweb/actions/EditAction.java | 5 +++++ swe-ui-web/src/main/webapp/WEB-INF/content/browse.jsp | 12 ++++++++---- .../src/main/webapp/WEB-INF/content/createBranchSuccess.jsp | 6 ++++++ .../src/main/webapp/WEB-INF/content/modificationViewer.jsp | 4 ++-- swe-ui-web/src/main/webapp/WEB-INF/content/removeSuccess.jsp | 6 ++++++ swe-ui-web/src/main/webapp/WEB-INF/content/uploadSuccess.jsp | 6 ++++++ swe-ui-web/src/main/webapp/js/popup.js | 10 +++++----- 9 files changed, 43 insertions(+), 12 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.