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 0b94f10 Add syntax highlighting for Markdown files new 1516b0f Add the ability to compare 2 revisions of the edited file 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 1516b0f728260e84b8b7d62b11e90e169da02aff Author: Hugo PIGEON <hpigeon@codelutin.com> Date: Wed Jun 17 10:45:10 2015 +0200 Add the ability to compare 2 revisions of the edited file Summary of changes: .../org/nuiton/scmwebeditor/git/GitConnection.java | 96 ++++++++++++++++-- .../org/nuiton/scmwebeditor/api/ScmConnection.java | 14 +++ .../org/nuiton/scmwebeditor/svn/SvnConnection.java | 107 ++++++++++++++++++++- .../scmwebeditor/uiweb/actions/EditAction.java | 15 ++- ...ViewHistoryAction.java => ViewDiffsAction.java} | 25 +++-- ...wHistoryAction.java => ViewRevisionAction.java} | 36 +++++-- .../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 +- .../main/webapp/WEB-INF/content/loginBrowse.jsp | 7 +- .../webapp/WEB-INF/content/modificationViewer.jsp | 45 +++++++-- swe-ui-web/src/main/webapp/css/main.css | 8 +- 12 files changed, 319 insertions(+), 50 deletions(-) copy swe-ui-web/src/main/java/org/nuiton/scmwebeditor/uiweb/actions/{ViewHistoryAction.java => ViewDiffsAction.java} (89%) rename swe-ui-web/src/main/java/org/nuiton/scmwebeditor/uiweb/actions/{ViewHistoryAction.java => ViewRevisionAction.java} (86%) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.