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 570490d Make the autosave use the client's local storage instead of saving the file on the repository new c8f2921 Add the ability to view the edited file's history 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 c8f2921cc746b8a1ec4d030d314f6a881729e5c8 Author: Hugo PIGEON <hpigeon@codelutin.com> Date: Thu Jun 4 17:29:50 2015 +0200 Add the ability to view the edited file's history Summary of changes: .../org/nuiton/scmwebeditor/git/GitConnection.java | 160 +++++++++++++- .../org/nuiton/scmwebeditor/api/ScmConnection.java | 28 ++- .../org/nuiton/scmwebeditor/api/ScmRevision.java | 40 ++++ .../org/nuiton/scmwebeditor/svn/SvnConnection.java | 242 +++++++++++++++------ .../scmwebeditor/uiweb/actions/EditAction.java | 25 +++ ...ViewImageAction.java => ViewHistoryAction.java} | 121 +++-------- .../i18n/scmwebeditor-ui-web_en_GB.properties | 2 + .../i18n/scmwebeditor-ui-web_fr_FR.properties | 2 + swe-ui-web/src/main/resources/struts.xml | 4 + .../main/webapp/WEB-INF/content/imageViewer.jsp | 7 +- .../webapp/WEB-INF/content/modificationViewer.jsp | 46 +++- .../content/{preview.jsp => viewHistory.jsp} | 28 ++- swe-ui-web/src/main/webapp/css/main.css | 62 ++++-- 13 files changed, 569 insertions(+), 198 deletions(-) create mode 100644 swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api/ScmRevision.java copy swe-ui-web/src/main/java/org/nuiton/scmwebeditor/uiweb/actions/{ViewImageAction.java => ViewHistoryAction.java} (57%) copy swe-ui-web/src/main/webapp/WEB-INF/content/{preview.jsp => viewHistory.jsp} (63%) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.