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 a116594 Add the ScmWebEditor's version number to the bottom of the pages new 9860c9e Change the user interface for the editor 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 9860c9e8d0e0bf97151ef9c753bd4884b1e53324 Author: Hugo PIGEON <hpigeon@codelutin.com> Date: Thu Jun 11 18:23:17 2015 +0200 Change the user interface for the editor Summary of changes: swe-ui-web/pom.xml | 6 - .../i18n/scmwebeditor-ui-web_en_GB.properties | 18 +- .../i18n/scmwebeditor-ui-web_fr_FR.properties | 20 +- .../webapp/WEB-INF/content/badFileRedirect.jsp | 2 +- .../src/main/webapp/WEB-INF/content/badRstFile.jsp | 2 +- .../main/webapp/WEB-INF/content/badUseRedirect.jsp | 2 +- .../src/main/webapp/WEB-INF/content/browse.jsp | 131 ++++ .../src/main/webapp/WEB-INF/content/error.jsp | 2 +- .../src/main/webapp/WEB-INF/content/fileModify.jsp | 2 +- .../webapp/WEB-INF/content/fileNotEditable.jsp | 2 +- .../main/webapp/WEB-INF/content/imageViewer.jsp | 4 +- .../src/main/webapp/WEB-INF/content/logout.jsp | 2 +- .../webapp/WEB-INF/content/modificationViewer.jsp | 752 +++++++++++++-------- .../main/webapp/WEB-INF/content/outConnection.jsp | 3 +- .../WEB-INF/content/popups/createBranchForm.jsp | 2 +- .../WEB-INF/content/popups/createBranchSuccess.jsp | 2 +- .../WEB-INF/content/popups/createDirectoryForm.jsp | 2 +- .../content/popups/createDirectorySuccess.jsp | 2 +- .../webapp/WEB-INF/content/popups/moveFileForm.jsp | 2 +- .../WEB-INF/content/popups/moveFileSuccess.jsp | 2 +- .../WEB-INF/content/popups/removeDirectoryForm.jsp | 2 +- .../content/popups/removeDirectorySuccess.jsp | 2 +- .../WEB-INF/content/popups/removeFileForm.jsp | 2 +- .../WEB-INF/content/popups/removeFileSuccess.jsp | 2 +- .../WEB-INF/content/popups/uploadFileForm.jsp | 2 +- .../WEB-INF/content/popups/uploadFileSuccess.jsp | 2 +- .../src/main/webapp/WEB-INF/content/preview.jsp | 2 - .../webapp/WEB-INF/content/privateScmRedirect.jsp | 2 +- .../src/main/webapp/WEB-INF/content/redirect.jsp | 2 +- .../webapp/codemirror-ui/css/codemirror-ui.css | 18 +- .../main/webapp/codemirror-ui/js/codemirror-ui.js | 184 ++++- swe-ui-web/src/main/webapp/css/main.css | 442 +++++++----- swe-ui-web/src/main/webapp/img/edit-icon.png | Bin 0 -> 1068 bytes swe-ui-web/src/main/webapp/img/editor/floppy.png | Bin 0 -> 477 bytes swe-ui-web/src/main/webapp/js/editor.js | 62 +- swe-ui-web/src/main/webapp/js/preview.js | 140 ++-- 36 files changed, 1237 insertions(+), 587 deletions(-) create mode 100644 swe-ui-web/src/main/webapp/img/edit-icon.png create mode 100644 swe-ui-web/src/main/webapp/img/editor/floppy.png -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.