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 c8f2921 Add the ability to view the edited file's history new bb08171 Add the ability to download the non-editable 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 bb08171f13a51313a7f56ef2490fe18e2099915a Author: Hugo PIGEON <hpigeon@codelutin.com> Date: Fri Jun 5 14:46:23 2015 +0200 Add the ability to download the non-editable files Summary of changes: .../org/nuiton/scmwebeditor/git/GitConnection.java | 23 +++- .../org/nuiton/scmwebeditor/api/ScmConnection.java | 10 +- .../org/nuiton/scmwebeditor/svn/SvnConnection.java | 2 +- .../uiweb/actions/DownloadFileAction.java | 123 +++++++++++++++++++++ .../scmwebeditor/uiweb/actions/EditAction.java | 14 ++- .../scmwebeditor/uiweb/actions/GetImageAction.java | 3 + .../uiweb/actions/ViewImageAction.java | 2 +- .../i18n/scmwebeditor-ui-web_en_GB.properties | 5 + .../i18n/scmwebeditor-ui-web_fr_FR.properties | 5 + swe-ui-web/src/main/resources/struts.xml | 6 + .../{badFileRedirect.jsp => fileNotEditable.jsp} | 31 +++--- .../webapp/WEB-INF/content/modificationViewer.jsp | 10 +- 12 files changed, 205 insertions(+), 29 deletions(-) create mode 100644 swe-ui-web/src/main/java/org/nuiton/scmwebeditor/uiweb/actions/DownloadFileAction.java copy swe-ui-web/src/main/webapp/WEB-INF/content/{badFileRedirect.jsp => fileNotEditable.jsp} (69%) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.