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 c7b7c06 When creating a new directory on Git repositories, the automatically created file is named "placeholder" and it contains an information message new a6a25f3 Improve code quality 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 a6a25f3eb48833a2f2672000bdfd5bf43fe93e2f Author: Hugo PIGEON <hpigeon@codelutin.com> Date: Wed Jun 3 10:58:52 2015 +0200 Improve code quality Summary of changes: .../org/nuiton/scmwebeditor/git/GitConnection.java | 45 +++-- .../nuiton/scmwebeditor/git/GitFileManager.java | 10 +- .../api/dto/result/AbstractResultDto.java | 4 +- .../api/dto/result/BrowseResultDto.java | 2 +- .../api/dto/result/CommitResultDto.java | 4 +- .../api/dto/result/CreateDirectoryResultDto.java | 4 +- .../api/dto/result/MoveFileResultDto.java | 4 +- .../api/dto/result/RemoveDirectoryResultDto.java | 4 +- .../api/dto/result/RemoveFileResultDto.java | 4 +- .../api/dto/result/UploadFileResultDto.java | 4 +- .../org/nuiton/scmwebeditor/svn/SvnConnection.java | 98 ++++----- .../uiweb/actions/AbstractScmWebEditorAction.java | 9 +- .../scmwebeditor/uiweb/actions/BrowseAction.java | 10 +- .../scmwebeditor/uiweb/actions/EditAction.java | 19 +- .../uiweb/actions/ScmWebEditorCommitAction.java | 19 +- .../webapp/codemirror-ui/js/codemirror-ui-find.js | 22 +- .../main/webapp/codemirror-ui/js/codemirror-ui.js | 224 ++++++--------------- swe-ui-web/src/main/webapp/js/autoSave.js | 22 ++ swe-ui-web/src/main/webapp/js/branches.js | 22 ++ swe-ui-web/src/main/webapp/js/editor.js | 22 ++ swe-ui-web/src/main/webapp/js/gereSession.js | 33 ++- swe-ui-web/src/main/webapp/js/preview.js | 36 +++- swe-ui-web/src/main/webapp/js/scmDetector.js | 22 ++ swe-ui-web/src/main/webapp/js/selectLanguage.js | 102 ++++------ 24 files changed, 387 insertions(+), 358 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.