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 7c4956d Fix translation problems new dbcbb07 Add the ability to remove a file from a repository 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 dbcbb071025009b4aa3cd007a951df4c80143a9a Author: Hugo PIGEON <hpigeon@codelutin.com> Date: Tue May 19 16:47:33 2015 +0200 Add the ability to remove a file from a repository Summary of changes: .../org/nuiton/scmwebeditor/git/GitConnection.java | 290 +++++++++++++++------ .../org/nuiton/scmwebeditor/api/ScmConnection.java | 9 +- .../org/nuiton/scmwebeditor/api/dto/RemoveDto.java | 44 ++-- .../scmwebeditor/api/dto/RemoveResultDto.java | 67 +++++ .../org/nuiton/scmwebeditor/api/dto/UploadDto.java | 2 +- .../scmwebeditor/api/dto/UploadResultDto.java | 2 +- .../org/nuiton/scmwebeditor/svn/SvnConnection.java | 211 ++++++++++++++- .../scmwebeditor/uiweb/actions/BrowseAction.java | 4 + .../{UploadAction.java => RemoveAction.java} | 97 +++---- .../scmwebeditor/uiweb/actions/UploadAction.java | 10 +- .../i18n/scmwebeditor-ui-web_en_GB.properties | 8 +- .../i18n/scmwebeditor-ui-web_fr_FR.properties | 8 +- swe-ui-web/src/main/resources/struts.xml | 7 + .../src/main/webapp/WEB-INF/content/browse.jsp | 15 +- .../webapp/WEB-INF/content/modificationViewer.jsp | 14 +- .../content/{uploadForm.jsp => removeForm.jsp} | 25 +- .../{uploadSuccess.jsp => removeSuccess.jsp} | 4 +- .../src/main/webapp/WEB-INF/content/reset.jsp | 2 +- .../src/main/webapp/WEB-INF/content/upload.jsp | 2 +- .../src/main/webapp/WEB-INF/content/uploadForm.jsp | 2 +- .../main/webapp/WEB-INF/content/uploadSuccess.jsp | 2 +- swe-ui-web/src/main/webapp/css/main.css | 12 + .../main/webapp/js/{pictureUpload.js => popup.js} | 9 +- 23 files changed, 630 insertions(+), 216 deletions(-) copy swe-ui-web/src/main/java/org/nuiton/scmwebeditor/uiweb/ScmUser.java => swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/dto/RemoveDto.java (70%) create mode 100644 swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/dto/RemoveResultDto.java copy swe-ui-web/src/main/java/org/nuiton/scmwebeditor/uiweb/actions/{UploadAction.java => RemoveAction.java} (74%) copy swe-ui-web/src/main/webapp/WEB-INF/content/{uploadForm.jsp => removeForm.jsp} (80%) copy swe-ui-web/src/main/webapp/WEB-INF/content/{uploadSuccess.jsp => removeSuccess.jsp} (94%) rename swe-ui-web/src/main/webapp/js/{pictureUpload.js => popup.js} (70%) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.