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 3c15b96 Make the autosave removed when opening a file and choosing not to load the saved content new 0afabfb Add the support of SVG files: when opening one, SCMWebEditor asks the user if he wants to edit the code or view the image 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 0afabfbd2184c8c0d089e2b441144a3170370eee Author: Hugo PIGEON <hpigeon@codelutin.com> Date: Mon Jun 15 17:04:05 2015 +0200 Add the support of SVG files: when opening one, SCMWebEditor asks the user if he wants to edit the code or view the image Summary of changes: .../org/nuiton/scmwebeditor/svn/SvnConnection.java | 24 ++++++- .../scmwebeditor/uiweb/actions/BrowseAction.java | 2 +- .../scmwebeditor/uiweb/actions/GetImageAction.java | 57 ++++++++++++---- .../uiweb/actions/ViewImageAction.java | 6 +- .../i18n/scmwebeditor-ui-web_en_GB.properties | 4 ++ .../i18n/scmwebeditor-ui-web_fr_FR.properties | 4 ++ .../src/main/webapp/WEB-INF/content/browse.jsp | 62 +++++++++++++++--- .../main/webapp/WEB-INF/content/imageViewer.jsp | 75 ++++++++++++++++++---- .../webapp/WEB-INF/content/modificationViewer.jsp | 57 +++++++++++++--- .../main/webapp/WEB-INF/content/outConnection.jsp | 1 + swe-ui-web/src/main/webapp/css/main.css | 36 ++++++++--- 11 files changed, 268 insertions(+), 60 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.