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 0d663f9 Change the UI to make it dependant of the screen width new cbd8b5d Store the file to edit's content in a file instead of a String for SVN repositories 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 cbd8b5dbc57f011d15a046485e13750edd11da1f Author: Hugo PIGEON <hpigeon@codelutin.com> Date: Mon May 11 11:59:28 2015 +0200 Store the file to edit's content in a file instead of a String for SVN repositories Summary of changes: .../org/nuiton/scmwebeditor/GitConnection.java | 67 +++++++++++++--------- .../org/nuiton/scmwebeditor/ScmConnection.java | 3 +- .../org/nuiton/scmwebeditor/SvnConnection.java | 41 +++++++++++-- .../java/org/nuiton/scmwebeditor/SvnProvider.java | 2 +- .../nuiton/scmwebeditor/actions/EditAction.java | 9 ++- .../nuiton/scmwebeditor/actions/ResetAction.java | 10 +++- src/main/webapp/css/main.css | 4 +- src/main/webapp/js/preview.js | 2 + 8 files changed, 99 insertions(+), 39 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.