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 5cb44e4 Add an automatic save of the edited file every 5 minutes new 1afabcf Add the ability to configure the automatic save from the configuration 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 1afabcf461284023fbdc58e7ce3676b1fb37d54d Author: Hugo PIGEON <hpigeon@codelutin.com> Date: Mon Jun 1 11:37:34 2015 +0200 Add the ability to configure the automatic save from the configuration file Summary of changes: .../scmwebeditor/uiweb}/ScmWebEditorConfig.java | 20 ++++++++++++++++- .../uiweb}/ScmWebEditorConfigOption.java | 4 +++- .../scmwebeditor/uiweb/SweSessionListener.java | 1 - .../scmwebeditor/uiweb/actions/BrowseAction.java | 2 +- .../uiweb/actions/CreateBranchAction.java | 6 +++++- .../uiweb/actions/CreateDirectoryAction.java | 2 +- .../uiweb/actions/DetectScmAction.java | 2 +- .../scmwebeditor/uiweb/actions/EditAction.java | 19 +++++++++++++++- .../uiweb/actions/ListBranchesAction.java | 2 +- .../scmwebeditor/uiweb/actions/LogoutAction.java | 2 +- .../scmwebeditor/uiweb/actions/MoveFileAction.java | 2 +- .../uiweb/actions/RemoveDirectoryAction.java | 2 +- .../uiweb/actions/RemoveFileAction.java | 2 +- .../scmwebeditor/uiweb/actions/ResetAction.java | 2 +- .../uiweb/actions/ScmWebEditorCommitAction.java | 2 +- .../uiweb/actions/ScmWebEditorMainAction.java | 2 +- .../uiweb/actions/UploadFileAction.java | 2 +- .../src/main/resources/scmwebeditor.properties | 3 +++ .../webapp/WEB-INF/content/modificationViewer.jsp | 8 +++++++ swe-ui-web/src/main/webapp/js/autoSave.js | 21 ++++++++++++++++++ swe-ui-web/src/main/webapp/js/editor.js | 25 ---------------------- 21 files changed, 89 insertions(+), 42 deletions(-) rename {swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api => swe-ui-web/src/main/java/org/nuiton/scmwebeditor/uiweb}/ScmWebEditorConfig.java (88%) rename {swe-scm-api/src/main/java/org/nuiton/scmwebeditor/api => swe-ui-web/src/main/java/org/nuiton/scmwebeditor/uiweb}/ScmWebEditorConfigOption.java (90%) create mode 100644 swe-ui-web/src/main/webapp/js/autoSave.js -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.