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 0a3df04 Add the ability to save the edited file by a Ctrl-S in the editor new e9dae2c Add the ability to open image files 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 e9dae2c65832ffb5a04dda48703ef4bd593b3500 Author: Hugo PIGEON <hpigeon@codelutin.com> Date: Mon Jun 1 16:29:52 2015 +0200 Add the ability to open image files Summary of changes: .../org/nuiton/scmwebeditor/git/GitConnection.java | 9 + .../org/nuiton/scmwebeditor/git/GitProvider.java | 5 + .../org/nuiton/scmwebeditor/api/ScmConnection.java | 9 + .../org/nuiton/scmwebeditor/api/ScmProvider.java | 6 + .../org/nuiton/scmwebeditor/svn/SvnConnection.java | 5 + .../org/nuiton/scmwebeditor/svn/SvnProvider.java | 5 + .../scmwebeditor/uiweb/ImageBytesResult.java | 24 +- .../scmwebeditor/uiweb/actions/BrowseAction.java | 16 +- .../scmwebeditor/uiweb/actions/GetImageAction.java | 102 +++++++ .../{EditAction.java => ViewImageAction.java} | 97 ++----- .../i18n/scmwebeditor-ui-web_en_GB.properties | 3 +- .../i18n/scmwebeditor-ui-web_fr_FR.properties | 3 +- swe-ui-web/src/main/resources/struts.xml | 13 + .../src/main/webapp/WEB-INF/content/browse.jsp | 12 +- .../main/webapp/WEB-INF/content/imageViewer.jsp | 312 +++++++++++++++++++++ .../webapp/WEB-INF/content/modificationViewer.jsp | 12 +- swe-ui-web/src/main/webapp/css/main.css | 5 + swe-ui-web/src/main/webapp/js/editor.js | 4 +- 18 files changed, 537 insertions(+), 105 deletions(-) copy swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/dto/result/AbstractResultDto.java => swe-ui-web/src/main/java/org/nuiton/scmwebeditor/uiweb/ImageBytesResult.java (51%) create mode 100644 swe-ui-web/src/main/java/org/nuiton/scmwebeditor/uiweb/actions/GetImageAction.java copy swe-ui-web/src/main/java/org/nuiton/scmwebeditor/uiweb/actions/{EditAction.java => ViewImageAction.java} (71%) create mode 100644 swe-ui-web/src/main/webapp/WEB-INF/content/imageViewer.jsp -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.